@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rdfs.co/juso/> . @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/ns/locn#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns3: <https://en.wikipedia.org/wiki/> . @prefix schema: <http://schema.org/> . @prefix ns4: <http://www.w3.org/2006/vcard/ns#> . @prefix ns5: <http://ontology.eil.utoronto.ca/icontact.owl#> . ns5:Address owl:sameAs ns0:Address . ns0:Address metadata_def:mappingLoom "address" ; metadata_def:mappingSameURI ns0:Address ; metadata:prefixIRI "juso:Address" ; dct:issued "2015-10-02+09:00"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2015-10-02+09:00"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:Class, owl:NamedIndividual ; rdfs:isDefinedBy <http://rdfs.co/juso/> ; rdfs:seeAlso <https://en.wikipedia.org/wiki/Address_(geography)> ; rdfs:subClassOf owl:Thing ; owl:sameAs ns1:Address ; ns2:term_status "testing"@en ; skos:altLabel "Geographical Address"@en, "Postal Address"@en ; skos:definition """ An address is a collection of information, presented in a mostly fixed format, used for describing the location of a building, apartment, or other structure or a plot of land, generally using political boundaries and street names as references, along with other identifiers such as house or apartment numbers. Some addresses also contain special codes to aid routing of mail and packages, such as a ZIP code or post code. """@en ; skos:prefLabel "Address"@en, "주소"@ko . ns0:address rdfs:range ns0:Address . ns0:country rdfs:domain ns0:Address . ns0:fifth_level_administrative_division rdfs:domain ns0:Address . ns0:first_level_administrative_division rdfs:domain ns0:Address . ns0:fourth_level_administrative_division rdfs:domain ns0:Address . ns0:full_address rdfs:domain ns0:Address . ns0:historical_address rdfs:range ns0:Address . ns0:locator rdfs:domain ns0:Address . ns0:locator_address rdfs:domain ns0:Address . ns0:post_office_box rdfs:domain ns0:Address . ns0:postal_code rdfs:domain ns0:Address . ns0:second_level_administrative_division rdfs:domain ns0:Address . ns0:third_level_administrative_division rdfs:domain ns0:Address . ns0:thoroughfare rdfs:domain ns0:Address . ns0:thoroughfare_address rdfs:domain ns0:Address . schema:PostalAddress rdfs:subClassOf ns0:Address . ns4:Address rdfs:subClassOf ns0:Address .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rdfs.co/juso/> .
@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/ns/locn#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns3: <https://en.wikipedia.org/wiki/> .
@prefix schema: <http://schema.org/> .
@prefix ns4: <http://www.w3.org/2006/vcard/ns#> .
@prefix ns5: <http://ontology.eil.utoronto.ca/icontact.owl#> .

ns5:Address
    owl:sameAs ns0:Address .

ns0:Address
    metadata_def:mappingLoom "address" ;
    metadata_def:mappingSameURI ns0:Address ;
    metadata:prefixIRI "juso:Address" ;
    dct:issued "2015-10-02+09:00"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2015-10-02+09:00"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:isDefinedBy <http://rdfs.co/juso/> ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Address_(geography)> ;
    rdfs:subClassOf owl:Thing ;
    owl:sameAs ns1:Address ;
    ns2:term_status "testing"@en ;
    skos:altLabel "Geographical Address"@en, "Postal Address"@en ;
    skos:definition """
    An address is a collection of information, presented in a mostly fixed
    format, used for describing the location of a building, apartment, or other
    structure or a plot of land, generally using political boundaries and
    street names as references, along with other identifiers such as house or
    apartment numbers. Some addresses also contain special codes to aid routing
    of mail and packages, such as a ZIP code or post code.
    """@en ;
    skos:prefLabel "Address"@en, "주소"@ko .

ns0:address
    rdfs:range ns0:Address .

ns0:country
    rdfs:domain ns0:Address .

ns0:fifth_level_administrative_division
    rdfs:domain ns0:Address .

ns0:first_level_administrative_division
    rdfs:domain ns0:Address .

ns0:fourth_level_administrative_division
    rdfs:domain ns0:Address .

ns0:full_address
    rdfs:domain ns0:Address .

ns0:historical_address
    rdfs:range ns0:Address .

ns0:locator
    rdfs:domain ns0:Address .

ns0:locator_address
    rdfs:domain ns0:Address .

ns0:post_office_box
    rdfs:domain ns0:Address .

ns0:postal_code
    rdfs:domain ns0:Address .

ns0:second_level_administrative_division
    rdfs:domain ns0:Address .

ns0:third_level_administrative_division
    rdfs:domain ns0:Address .

ns0:thoroughfare
    rdfs:domain ns0:Address .

ns0:thoroughfare_address
    rdfs:domain ns0:Address .

schema:PostalAddress
    rdfs:subClassOf ns0:Address .

ns4:Address
    rdfs:subClassOf ns0:Address .