@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://iflastandards.info/ns/fr/frad/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://metadataregistry.org/uri/profile/RegAp/> . @prefix ns2: <http://metadataregistry.org/uri/RegStatus/> . ns0:P2001 owl:inverseOf ns0:P2002 . ns0:P2002 ns1:name "applies"@en ; ns1:status <http://metadataregistry.org/uri/RegStatus/1001> ; a owl:ObjectProperty ; rdfs:domain ns0:C1008 ; rdfs:isDefinedBy <http://iflastandards.info/ns/fr/frad/> ; rdfs:label "aplica"@es, "applies"@en ; rdfs:range ns0:C1007 ; skos:definition "Relates an agency to rules that it applies when creating or modifying a controlled access point."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://iflastandards.info/ns/fr/frad/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://metadataregistry.org/uri/profile/RegAp/> .
@prefix ns2: <http://metadataregistry.org/uri/RegStatus/> .

ns0:P2001
    owl:inverseOf ns0:P2002 .

ns0:P2002
    ns1:name "applies"@en ;
    ns1:status <http://metadataregistry.org/uri/RegStatus/1001> ;
    a owl:ObjectProperty ;
    rdfs:domain ns0:C1008 ;
    rdfs:isDefinedBy <http://iflastandards.info/ns/fr/frad/> ;
    rdfs:label "aplica"@es, "applies"@en ;
    rdfs:range ns0:C1007 ;
    skos:definition "Relates an agency to rules that it applies when creating or modifying a controlled access point."@en .