@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . ns0:hasLogicalPart ns1:inverseProperty ns0:isLogicalPartOf . ns0:isLogicalPartOf ns1:inverseProperty ns0:hasLogicalPart ; a ns1:DefiningProperty, owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "Generic property used to express 'logical' containment relationships between DataObjects. NIE extensions are encouraged to provide more specific subproperties of this one. It is advisable for actual instances of InformationElement to use those specific subproperties. Note the difference between 'physical' containment (isPartOf) and logical containment (isLogicalPartOf)" ; rdfs:domain ns0:InformationElement ; rdfs:label "isLogicalPartOf" ; rdfs:range ns0:InformationElement ; rdfs:subPropertyOf dct:isPartOf .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:hasLogicalPart
    ns1:inverseProperty ns0:isLogicalPartOf .

ns0:isLogicalPartOf
    ns1:inverseProperty ns0:hasLogicalPart ;
    a ns1:DefiningProperty, owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Generic property used to express 'logical' containment relationships between DataObjects. NIE extensions are encouraged to provide more specific subproperties of this one. It is advisable for actual instances of InformationElement to use those specific subproperties. Note the difference between 'physical' containment (isPartOf) and logical containment (isLogicalPartOf)" ;
    rdfs:domain ns0:InformationElement ;
    rdfs:label "isLogicalPartOf" ;
    rdfs:range ns0:InformationElement ;
    rdfs:subPropertyOf dct:isPartOf .