@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/node/> . @prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns3: <http://www.w3.org/ns/> . 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 conceptually defined by the INSPIRE Address Representation data type. The locn:addressId property may be used to link this locn:Address to other representations."@en ; rdfs:isDefinedBy ns3:locn ; rdfs:label "Address"@en ; rdfs:subClassOf owl:Thing ; ns2:term_status "testing"@en ; wdrs:describedby <https://joinup.ec.europa.eu/node/55858> . ns0:address rdfs:range ns0:Address . ns0:addressArea rdfs:domain ns0:Address . ns0:addressId rdfs:domain ns0:Address . ns0:adminUnitL1 rdfs:domain ns0:Address . ns0:adminUnitL2 rdfs:domain ns0:Address . ns0:fullAddress rdfs:domain ns0:Address . ns0:poBox rdfs:domain 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/node/> .
@prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns3: <http://www.w3.org/ns/> .

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 conceptually defined by the INSPIRE Address Representation data type. The locn:addressId property may be used to link this locn:Address to other representations."@en ;
    rdfs:isDefinedBy ns3:locn ;
    rdfs:label "Address"@en ;
    rdfs:subClassOf owl:Thing ;
    ns2:term_status "testing"@en ;
    wdrs:describedby <https://joinup.ec.europa.eu/node/55858> .

ns0:address
    rdfs:range ns0:Address .

ns0:addressArea
    rdfs:domain ns0:Address .

ns0:addressId
    rdfs:domain ns0:Address .

ns0:adminUnitL1
    rdfs:domain ns0:Address .

ns0:adminUnitL2
    rdfs:domain ns0:Address .

ns0:fullAddress
    rdfs:domain ns0:Address .

ns0:poBox
    rdfs:domain ns0:Address .

ns0:postCode
    rdfs:domain ns0:Address .

ns0:postName
    rdfs:domain ns0:Address .

ns0:thoroughfare
    rdfs:domain ns0:Address .