@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.press.net/ontology/stuff/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . ns0:parentLocation a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:comment "Property of a Location. References the parent location of this location"@en ; rdfs:domain ns0:Location ; rdfs:isDefinedBy <http://data.press.net/ontology/stuff/> ; rdfs:label "A parent location"@en ; rdfs:range ns0:Location ; ns1:term_status "testing" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.press.net/ontology/stuff/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

ns0:parentLocation
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "Property of a Location. References the parent location of this location"@en ;
    rdfs:domain ns0:Location ;
    rdfs:isDefinedBy <http://data.press.net/ontology/stuff/> ;
    rdfs:label "A parent location"@en ;
    rdfs:range ns0:Location ;
    ns1:term_status "testing" .