@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/locn#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix wdrs: <http://www.w3.org/2007/05/powder-s#> . @prefix ns1: <https://joinup.ec.europa.eu/system/files/project/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns2: <http://purl.org/oslo/ns/localgov#> . ns2:BasicAddress rdfs:subClassOf ns0:Address . ns2:ExtendedAddress rdfs:subClassOf ns0:Address . ns2:addressId rdfs:domain ns0:Address . ns2:country rdfs:domain ns0:Address . ns2:locatorNumber rdfs:domain ns0:Address . ns0:Address metadata_def:mappingLoom "address" ; metadata_def:mappingSameURI ns0:Address ; metadata_def:prefLabel "Address"@en ; dct:identifier "locn:Address" ; a owl:Class ; rdfs:comment "An \"address representation\" as defined in the <a xmlns=\"http://purl.org/oslo/ns/localgov#\" =\"https://inspire-twg.jrc.ec.europa.eu/inspire-fc.html#_C2538\">data specifications</a> of the EU INSPIRE Directive. The <a =\"#locn:addressId\">locn:addressId</a> property may be used to link this Address to other representations." ; rdfs:isDefinedBy <http://www.w3.org/ns/locn#> ; rdfs:label "Address"@en ; rdfs:subClassOf owl:Thing ; wdrs:describedby <https://joinup.ec.europa.eu/system/files/project/Core_Vocabularies-Business_Location_Person-Specification-v0.3_0.zip> . ns0:address rdfs:range ns0:Address . ns0:postCode rdfs:domain ns0:Address . ns0:postName rdfs:domain ns0:Address . ns0:thoroughfare rdfs:domain ns0:Address .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix ns1: <https://joinup.ec.europa.eu/system/files/project/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns2: <http://purl.org/oslo/ns/localgov#> .

ns2:BasicAddress
    rdfs:subClassOf ns0:Address .

ns2:ExtendedAddress
    rdfs:subClassOf ns0:Address .

ns2:addressId
    rdfs:domain ns0:Address .

ns2:country
    rdfs:domain ns0:Address .

ns2:locatorNumber
    rdfs:domain ns0:Address .

ns0:Address
    metadata_def:mappingLoom "address" ;
    metadata_def:mappingSameURI ns0:Address ;
    metadata_def:prefLabel "Address"@en ;
    dct:identifier "locn:Address" ;
    a owl:Class ;
    rdfs:comment "An \"address representation\" as defined in the <a xmlns=\"http://purl.org/oslo/ns/localgov#\" =\"https://inspire-twg.jrc.ec.europa.eu/inspire-fc.html#_C2538\">data specifications</a> of the EU INSPIRE Directive. The <a =\"#locn:addressId\">locn:addressId</a> property may be used to link this Address to other representations." ;
    rdfs:isDefinedBy <http://www.w3.org/ns/locn#> ;
    rdfs:label "Address"@en ;
    rdfs:subClassOf owl:Thing ;
    wdrs:describedby <https://joinup.ec.europa.eu/system/files/project/Core_Vocabularies-Business_Location_Person-Specification-v0.3_0.zip> .

ns0:address
    rdfs:range ns0:Address .

ns0:postCode
    rdfs:domain ns0:Address .

ns0:postName
    rdfs:domain ns0:Address .

ns0:thoroughfare
    rdfs:domain ns0:Address .