@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix voaf: <http://purl.org/vocommons/voaf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns0: <http://ns.inria.fr/fabien.gandon/foaf.html#> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns1: <http://ns.inria.fr/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://purl.org/adms/status/> . @prefix ns3: <http://purl.org/adms/assettype/> . <http://ns.inria.fr/nrv#> dct:contributor "Fabien Gandon", "Guido Governatori" ; dct:created "2017-07-26"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:creator ns0:me, "Fabien Gandon" ; dct:description "An OWL vocabulary for describing normative requirements."@en ; dct:modified "2017-08-18"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:publisher "Inria" ; dct:status ns2:UnderDevelopment ; dct:title "Normative Requirements Vocabulary"@en ; dct:type ns3:Ontology ; vann:preferredNamespacePrefix "nrv" ; vann:preferredNamespaceUri "http://ns.inria.fr/nrv#" ; voaf:specializes <http://docs.oasis-open.org/legalruleml/ns/v1.0/metamodel#> ; a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ; rdfs:comment "This file specifies the set of OWL classes and properties proposed by the MIREL project to represent normative requirements."@en ; rdfs:seeAlso <http://www.mirelproject.eu/> ; foaf:homepage ns1:nrv .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns0: <http://ns.inria.fr/fabien.gandon/foaf.html#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://ns.inria.fr/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://purl.org/adms/status/> .
@prefix ns3: <http://purl.org/adms/assettype/> .

<http://ns.inria.fr/nrv#>
    dct:contributor "Fabien Gandon", "Guido Governatori" ;
    dct:created "2017-07-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator ns0:me, "Fabien Gandon" ;
    dct:description "An OWL vocabulary for describing normative requirements."@en ;
    dct:modified "2017-08-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:publisher "Inria" ;
    dct:status ns2:UnderDevelopment ;
    dct:title "Normative Requirements Vocabulary"@en ;
    dct:type ns3:Ontology ;
    vann:preferredNamespacePrefix "nrv" ;
    vann:preferredNamespaceUri "http://ns.inria.fr/nrv#" ;
    voaf:specializes <http://docs.oasis-open.org/legalruleml/ns/v1.0/metamodel#> ;
    a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ;
    rdfs:comment "This file specifies the set of OWL classes and properties proposed by the MIREL project to represent normative requirements."@en ;
    rdfs:seeAlso <http://www.mirelproject.eu/> ;
    foaf:homepage ns1:nrv .