@base . @prefix rdf: . @prefix adms: . @prefix cc: . @prefix dbpedia: . @prefix dcam: . @prefix dcterms: . @prefix foaf: . @prefix geo: . @prefix gn: . @prefix gsp: . @prefix ic: . @prefix juso: <.> . @prefix lgdo: . @prefix locn: . @prefix ngeo: . @prefix org: . @prefix owl: . @prefix rdfs: . @prefix schema: . @prefix skos: . @prefix spatial: . @prefix status: . @prefix vann: . @prefix vcard: . @prefix voaf: . @prefix xsd: . a foaf:Person ; owl:sameAs ; org:memberOf ; foaf:homepage ; foaf:mbox_sha1sum "f03421e94730da58e8943d3a1d2c4c6b02898e14" ; foaf:name "James G. Kim"@en, "김보람"@ko . lgdo:Place rdfs:subClassOf juso:SpatialThing . a org:Organization, foaf:Organization ; foaf:homepage , ; foaf:mbox_sha1sum "de068365487dd2da1f2e88f1eaad0217bff79b40" ; foaf:member ; foaf:name "LiST Inc."@en, "주식회사 리스트"@ko . ic:hasPostalCode owl:propertyChainAxiom (juso:postal_code rdf:value ) . ic:hasState rdfs:subPropertyOf juso:first_level_administrative_division . ic:hasStreetNumber rdfs:subPropertyOf juso:thoroughfare_address . dcterms:Location rdfs:subClassOf juso:SpatialThing . <> cc:license ; dcterms:creator ; dcterms:description """ Juso Ontology is a Web vocabulary for describing geographical addresses and features. """@en ; dcterms:hasFormat <0.1.2/html>, <0.1.2/rdf>, <0.1.2/ttl> ; dcterms:identifier "http://rdfs.co/juso/0.1.2" ; dcterms:isVersionOf <.> ; dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-12-30+09:00"^^xsd:date ; dcterms:publisher ; dcterms:replaces <0.1.1> ; dcterms:rights "Copyright © 2015 LiST Inc. Some Rights Reserved." ; dcterms:title "Juso Ontology"@en, "주소 온톨로지"@ko ; dcterms:type ; vann:example [ rdfs:comment """
_:YangyongBldg a juso:Feature ;
  juso:name \"Yangyong Building\"@en , \"양용빌딩\"@ko ;
  juso:geometry <http://geohash.org/wydjrzg6ece9> .

_:LiSTInc a juso:SpatialThing , foaf:Organization ;
  juso:name \"LiST Inc.\"@en , \"주식회사 리스트\"@ko ;
  juso:within _:YangyongBldg ;
  juso:historical_address [
    a juso:Address ;
    juso:full_address
      \"대한민국 서울특별시 영등포구 당산동 121-17 양용빌딩 9층 150-040\"@ko ,
      \"9th Floor, Yangyong Building, 121-17, Dangsan-dong, Yeongdeungpo-gu, Seoul, 150-040, South Korea\"@en ;
    juso:country <http://sws.geonames.org/1835841/> ;
    juso:first_level_administrative_division <http://sws.geonames.org/1835847/> ;
    juso:second_level_administrative_division <http://sws.geonames.org/1832536/> ;
    juso:third_level_administrative_division <http://sws.geonames.org/8692617/> ;
    juso:locator _:YangyongBldg ;
    juso:locator_address \"9층\"@ko , \"9th Floor\"@en ;
    juso:postal_code [
      a juso:PostalCode ;
      rdf:value \"150-040\"
    ]
  ] ;
  juso:address [
    a juso:Address ;
    juso:full_address
      \"대한민국 서울특별시 영등포구 버드나루로19길 3 (당산동) 양용빌딩 9층 07229\"@ko ,
      \"9th Floor, Yangyong Building, 3, Beodeunaru-ro 19-gil, Yeongdeungpo-gu, Seoul, 07229, South Korea\"@en ;
    juso:country <http://sws.geonames.org/1835841/> ;
    juso:first_level_administrative_division <http://sws.geonames.org/1835847/> ;
    juso:second_level_administrative_division <http://sws.geonames.org/1832536/> ;
    juso:third_level_administrative_division <http://sws.geonames.org/8692617/> ;
    juso:thoroughfare [
      a juso:Street ;
      juso:name \"Beodeunaru-ro 19-gil\"@en , \"버드나루로19길\"@ko ;
      juso:parent <http://sws.geonames.org/8692617/>
    ] ;
    juso:thoroughfare_address \"3\" ;
    juso:locator _:YangyongBldg ;
    juso:locator_address \"9층\"@ko , \"9th Floor\"@en ;
    juso:postal_code [
      a juso:PostalCode ;
      rdf:value \"07229\"
    ]
  ] .
"""^^rdf:HTML ; rdfs:label "LiST Inc."@en ] ; vann:preferredNamespacePrefix "juso" ; vann:preferredNamespaceUri "http://rdfs.co/juso/" ; vann:termGroup juso:AddressGroup, juso:CoreGroup, juso:PoliticalDivisionGroup ; a cc:Work, voaf:Vocabulary, owl:Ontology, adms:SemanticAsset ; rdfs:comment """
The master version of this vocabulary is maintained in the GitHub repository so others can contribute edits and improvements.
"""^^rdf:HTML, """ Most of the descriptions given here are from Wikipedia or from the related ontologies and vocabularies. """@en, """ There is an extension to this ontology with some country-specific terms for South Korea. """@ko ; rdfs:seeAlso ; owl:versionInfo "0.1.2" ; skos:changeNote [ dcterms:creator ; dcterms:date "2015-10-07+09:00"^^xsd:date ; rdf:value """ Fixed the wrong use of rdf:XMLLiteral """@en ] ; skos:historyNote [ dcterms:creator ; dcterms:date "2015-11-10+09:00"^^xsd:date ; rdf:value """ Added juso:Point, juso:wgs84_lat, juso:wgs84_long, juso:itrf2000_lat, and juso:itrf2000_long """@en ], [ dcterms:creator ; dcterms:date "2015-12-30+09:00"^^xsd:date ; rdf:value """ Added juso:official_name, juso:alternate_name, juso:short_name """@en ] ; adms:status . <0.1.2/html> dcterms:format [ dcam:memberOf dcterms:IMT ; a dcterms:MediaType ; rdf:value "text/html" ; rdfs:label "HTML"@en ; rdfs:seeAlso ; owl:sameAs ] . <0.1.2/rdf> dcterms:format [ dcam:memberOf dcterms:IMT ; a dcterms:MediaType ; rdf:value "application/rdf+xml" ; rdfs:label "RDF/XML"@en ; rdfs:seeAlso ; owl:sameAs ] . <0.1.2/ttl> dcterms:format [ dcam:memberOf dcterms:IMT ; a dcterms:MediaType ; rdf:value "text/turtle" ; rdfs:label "Turtle"@en ; rdfs:seeAlso ; owl:sameAs ] . juso:Address dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; owl:sameAs ic:Address, locn:Address ; status: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 . juso:AddressGroup rdf:_1 juso:full_address ; rdf:_10 juso:thoroughfare ; rdf:_11 juso:thoroughfare_address ; rdf:_12 juso:locator ; rdf:_13 juso:locator_address ; rdf:_14 juso:po_box ; rdf:_15 juso:PostalCode ; rdf:_16 juso:postal_code ; rdf:_2 juso:country ; rdf:_3 juso:first_level_administrative_division ; rdf:_4 juso:second_level_administrative_division ; rdf:_5 juso:third_level_administrative_division ; rdf:_6 juso:fourth_level_administrative_division ; rdf:_7 juso:fifth_level_administrative_division ; rdf:_8 juso:Thoroughfare ; rdf:_9 juso:Street ; a rdf:Bag ; rdfs:comment """ These classes and properties are used to describe addresses. """@en ; rdfs:label "Address Terms"@en . juso:AdministrativeDivision dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso , ; rdfs:subClassOf juso:PoliticalDivision ; status:term_status "unstable"@en ; skos:altLabel "Administrative Entity"@en, "Administrative Unit"@en, "Country Subdivision"@en, "Geopolitical Division"@en, "Subnational Entity"@en ; skos:definition """ An administrative division is a portion of a country or other region delineated for the purpose of administration. Administrative divisions are each granted a certain degree of autonomy and are usually required to manage themselves through their own local governments. """@en ; skos:prefLabel "Administrative Division"@en . juso:CapitalDistrict dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:altLabel "Capital Territory"@en ; skos:definition """ A capital district or capital territory is normally a specially designated administrative division where a country's seat of government is located. """@en ; skos:prefLabel "Capital District"@en . juso:City dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision, schema:City ; owl:sameAs dbpedia:City, lgdo:City ; status:term_status "unstable"@en ; skos:definition """ A city is a large and permanent human settlement. Although there is no agreement on how a city is distinguished from a town in general English language meanings, many cities have a particular administrative, legal, or historical status based on local law. """@en ; skos:prefLabel "City"@en, "市"@ja, "시"@ko . juso:ConsolidatedCityCounty dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:City, juso:County ; status:term_status "unstable"@en ; skos:definition """ A consolidated city-county is a city and county that have been merged into one unified jurisdiction. As such it is simultaneously a city, which is a municipal corporation, and a county, which is an administrative division of a state. It has the powers and responsibilities of both types of entities. """@en ; skos:prefLabel "Consolidated City-county"@en . juso:CoreGroup rdf:_1 juso:SpatialThing ; rdf:_10 juso:within ; rdf:_11 juso:endonym ; rdf:_12 juso:exonym ; rdf:_13 juso:geometry ; rdf:_14 juso:address ; rdf:_15 juso:historical_address ; rdf:_2 juso:Feature ; rdf:_3 juso:Geometry ; rdf:_4 juso:Point ; rdf:_5 juso:Address ; rdf:_6 juso:name ; rdf:_7 juso:official_name ; rdf:_8 juso:alternate_name ; rdf:_9 juso:short_name ; a rdf:Bag ; rdfs:comment """ These classes and properties form the core of Juso Ontology. They describe fundamental characteristics of geography in relatively broad terms. """@en ; rdfs:label "Core Terms"@en . juso:Country dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:PoliticalDivision ; owl:sameAs dbpedia:Country, lgdo:Country, schema:Country ; status:term_status "unstable"@en ; skos:altLabel "国家"@ja, "국가"@ko ; skos:definition """ A country is a region that is identified as a distinct entity in political geography. A country may be an independent sovereign state or one that is occupied by another state, as a non-sovereign or formerly sovereign political division, or a geographic region associated with sets of previously independent or differently associated people with distinct political characteristics. """@en ; skos:prefLabel "Country"@en, "国"@ja, "나라"@ko . juso:County dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; owl:sameAs lgdo:County ; status:term_status "unstable"@en ; skos:altLabel "Cnty."@en-us, "Co."@en-gb ; skos:definition """ A county is a geographical region of a country used for administrative or other purposes, in certain modern nations. """@en ; skos:prefLabel "County"@en, "군"@ko . juso:District dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; owl:sameAs dbpedia:District ; status:term_status "unstable"@en ; skos:definition """ A district is a type of administrative division that, in some countries, is managed by local government. Across the world, areas known as \"districts\" vary greatly in size, spanning entire regions or counties, several municipalities, subdivisions of municipalities, school district, or political district. """@en ; skos:prefLabel "District"@en, "구"@ko . juso:Feature dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:SpatialThing, gsp:Feature ; owl:disjointWith juso:Geometry ; owl:equivalentClass gn:Feature ; owl:sameAs spatial:Feature ; status:term_status "unstable"@en ; skos:altLabel "Feature"@en ; skos:definition """ Geographical features are man-made or naturally-created features associated with a location relative to the Earth. """@en ; skos:prefLabel "Geographical Feature"@en . juso:FederatedState dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf dbpedia:State, lgdo:State, juso:AdministrativeDivision, schema:State ; status:term_status "unstable"@en ; skos:altLabel "State"@en, "주"@ko ; skos:definition """ A federated state is a territorial and constitutional community forming part of a federal union (federation) such as the United States and Australia. """@en ; skos:prefLabel "Federated State"@en, "연방주"@ko . juso:FifthLevelAdministrativeDivision dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:altLabel "Fifth Administrative Level"@en, "Fifth-order Administrative Division"@en ; skos:definition """ A subdivision of a fourth-level administrative division. """@en ; skos:prefLabel "Fifth-level Administrative Division"@en . juso:FirstLevelAdministrativeDivision dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:altLabel "First Administrative Level"@en, "First-order Administrative Division"@en ; skos:definition """ A primary administrative division of a country, such as a state in the United States. """@en ; skos:prefLabel "First-level Administrative Division"@en . juso:FourthLevelAdministrativeDivision dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:altLabel "Fourth Administrative Level"@en, "Fourth-order Administrative Division"@en ; skos:definition """ A subdivision of a third-level administrative division. """@en ; skos:prefLabel "Fourth-level Administrative Division"@en . juso:Geometry dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:SpatialThing ; owl:disjointWith juso:Feature ; owl:sameAs ngeo:Geometry, gsp:Geometry, locn:Geometry ; status:term_status "unstable"@en ; skos:definition """ Geometry provides \"the means for the quantitative description, by means of coordinates and mathematical functions, of the spatial characteristics of features, including dimension, position, size, shape, and orientation\", as defined in ISO 19107. """@en ; skos:prefLabel "Geometry"@en, "기하"@ko . juso:Hamlet dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; owl:sameAs lgdo:Hamlet ; status:term_status "unstable"@en ; skos:definition """ A hamlet is a type of settlement. The definition of hamlet varies by country. It usually refers to a small settlement, with a small population that is usually under 100, in a rural area, or a component of a larger settlement or municipality. Hamlets are typically unincorporated communities. """@en ; skos:prefLabel "Hamlet"@en . juso:Municipality dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; owl:sameAs dbpedia:Municipality, lgdo:Municipality ; status:term_status "unstable"@en ; skos:definition """ A municipality is usually an urban administrative division having corporate status and usually powers of self-government or jurisdiction. """@en ; skos:prefLabel "Municipality"@en . juso:Neighborhood dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:definition """ A neighborhood, or neighbourhood, is a geographically localised community within a larger city, town, suburb or rural area. """@en ; skos:prefLabel "Neighborhood"@en-us, "Neighbourhood"@en-gb, "동"@ko . juso:Parish dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:altLabel "Civil Parish"@en-gb ; skos:definition """ A parish is an administrative division used by several countries. In parts of the British Isles it is known as a civil parish to distinguish it from the ecclesiastical parish. """@en ; skos:prefLabel "Parish"@en . juso:Point dcterms:issued "2015-11-10+09:00"^^xsd:date ; dcterms:modified "2015-11-10+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:Geometry ; owl:sameAs geo:Point ; status:term_status "unstable"@en ; skos:definition """ A point is a geographical point on the surface of the Earth, typically described using a coordinate system relative to the Earth, such as WGS84. """@en ; skos:prefLabel "Point"@en, "점"@ko . juso:PoliticalDivision dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:Feature ; owl:equivalentClass schema:AdministrativeArea ; status:term_status "unstable"@en ; skos:definition """ A political division is a geographic region accepted to be in the jurisdiction of a particular governmental entity. The particular government entity varies as each organizes its operations by further divisions (subdivisions of the state) to further its tasks and satisfy its responsibilities. """@en ; skos:prefLabel "Political Division"@en . juso:PoliticalDivisionGroup rdf:_1 juso:PoliticalDivision ; rdf:_10 juso:Province ; rdf:_11 juso:County ; rdf:_12 juso:Parish ; rdf:_13 juso:Borough ; rdf:_14 juso:CapitalDistrict ; rdf:_15 juso:City ; rdf:_16 juso:ConsolidatedCityCounty ; rdf:_17 juso:Municipality ; rdf:_18 juso:District ; rdf:_19 juso:Town ; rdf:_2 juso:Country ; rdf:_20 juso:Township ; rdf:_21 juso:Neighborhood ; rdf:_22 juso:Village ; rdf:_23 juso:Hamlet ; rdf:_24 juso:political_division ; rdf:_25 juso:parent ; rdf:_3 juso:AdministrativeDivision ; rdf:_4 juso:FirstLevelAdministrativeDivision ; rdf:_5 juso:SecondLevelAdministrativeDivision ; rdf:_6 juso:ThirdLevelAdministrativeDivision ; rdf:_7 juso:FourthLevelAdministrativeDivision ; rdf:_8 juso:FifthLevelAdministrativeDivision ; rdf:_9 juso:FederatedState ; a rdf:Bag ; rdfs:comment """ These classes and properties are used to describe political and administrative divisions. """@en ; rdfs:label "Political Division Terms"@en . juso:PostalCode dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; status:term_status "unstable"@en ; skos:altLabel "Eircode"@en, "PIN Code"@en, "Post Code"@en, "Postcode"@en, "ZIP Code"@en ; skos:definition """ A postal code is a series of letters and/or digits, sometimes including spaces or punctuation, included in a postal address for the purpose of sorting mail. """@en ; skos:prefLabel "Postal Code"@en, "우편번호"@ko . juso:Province dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision, schema:State ; owl:sameAs dbpedia:Province ; status:term_status "unstable"@en ; skos:definition """ A province is almost always an administrative division, within a country or state. """@en ; skos:prefLabel "Province"@en, "도"@ko . juso:SecondLevelAdministrativeDivision dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:altLabel "Second Administrative Level"@en, "Second-order Administrative Division"@en ; skos:definition """ A subdivision of a first-level administrative division. """@en ; skos:prefLabel "Second-level Administrative Division"@en . juso:SpatialThing dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; owl:sameAs gsp:SpatialObject, geo:SpatialThing ; status:term_status "testing"@en ; skos:altLabel "Spatial Object"@en ; skos:definition """ Anything that has a spatial representation, i.e. size, shape, or position. e.g. people, places, objects, as well as abstract areas like cubes. """@en ; skos:prefLabel "Spatial Thing"@en . juso:Street dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso , ; rdfs:subClassOf juso:Thoroughfare ; status:term_status "unstable"@en ; skos:definition """ A street is a public thoroughfare (usually paved) in a built environment. Practically all public streets in Western countries and the majority elsewhere (though not in Japan) are given a street or road name or at least a number to identify them and any addresses located along the streets. Alleys in some places do not have names. """@en ; skos:prefLabel "Street"@en . juso:ThirdLevelAdministrativeDivision dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:altLabel "Third Administrative Level"@en, "Third-order Administrative Division"@en ; skos:definition """ A subdivision of a second-level administrative division. """@en ; skos:prefLabel "Third-level Administrative Division"@en . juso:Thoroughfare dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:Feature ; status:term_status "unstable"@en ; skos:definition """ A passage or way through from one location to another, which is usually used a component of an address. A thoroughfare is not necessarily a road, it might be a waterway or some other feature. """@en ; skos:prefLabel "Thoroughfare"@en . juso:Town dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; owl:sameAs dbpedia:Town, lgdo:Town ; status:term_status "unstable"@en ; skos:definition """ A town is a human settlement larger than a village but smaller than a city. The size definition for what constitutes a \"town\" varies considerably in different parts of the world. """@en ; skos:prefLabel "Town"@en, "읍"@ko . juso:Township dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; status:term_status "unstable"@en ; skos:definition """ The word township is used to refer to different kinds of settlements in different countries. """@en ; skos:prefLabel "Township"@en, "면"@ko . juso:Village dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:Class ; rdfs:isDefinedBy <.> ; rdfs:seeAlso ; rdfs:subClassOf juso:AdministrativeDivision ; owl:sameAs dbpedia:Village, lgdo:Village ; status:term_status "unstable"@en ; skos:definition """ A village is a clustered human settlement or community, larger than a hamlet but smaller than a town, with a population ranging from a few hundred to a few thousand. """@en ; skos:prefLabel "Village"@en, "리"@ko . juso:address dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:SpatialThing ; rdfs:isDefinedBy <.> ; rdfs:range juso:Address ; rdfs:subPropertyOf ic:address, locn:address ; status:term_status "unstable"@en ; skos:definition """ This property associates anything with its address. """@en ; skos:prefLabel "address"@en . juso:alternate_name dcterms:issued "2015-12-30+09:00"^^xsd:date ; dcterms:modified "2015-12-30+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:SpatialThing ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; rdfs:seeAlso gn:alternateName ; rdfs:subPropertyOf juso:name ; owl:propertyDisjointWith juso:official_name ; status:term_status "unstable"@en ; skos:definition """ This property indicates the alternate name of the spatial thing. """@en ; skos:prefLabel "alternate name"@en, "대체 이름"@ko . juso:country dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:Country ; owl:sameAs ic:hasCountry ; status:term_status "unstable"@en ; skos:definition """ The uppermost politial division for the address, almost always a country. """@en ; skos:prefLabel "country"@en . juso:endonym dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Feature ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf juso:name, gn:officialName, skos:prefLabel ; status:term_status "unstable"@en ; skos:definition """ The endonym is a name given by members of a particular ethnolinguistic group to its homeland or a specific place within it. """@en ; skos:prefLabel "endonym"@en . juso:exonym dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Feature ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf juso:name, gn:alternateName, skos:altLabel ; status:term_status "unstable"@en ; skos:definition """ The exonym is an external name for a geographical place: a common name used only outside the place in question, usually for historical reasons. """@en ; skos:prefLabel "exonym"@en . juso:fifth_level_administrative_division dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:FifthLevelAdministrativeDivision ; status:term_status "unstable"@en ; skos:definition """ The fifth-level administrative division of the address, if any. """@en ; skos:prefLabel "fifth-level administrative division"@en . juso:first_level_administrative_division dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:FirstLevelAdministrativeDivision ; status:term_status "unstable"@en ; skos:definition """ The first-level administrative division (region) of the address, usually a county, state or other such area that typically encompasses several localities. """@en ; skos:prefLabel "first-level administrative division"@en . juso:fourth_level_administrative_division dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:FourthLevelAdministrativeDivision ; status:term_status "unstable"@en ; skos:definition """ The fourth-level administrative division of the address, if any. """@en ; skos:prefLabel "fourth-level administrative division"@en . juso:full_address dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; owl:sameAs locn:fullAddress ; status:term_status "testing"@en ; skos:definition """ The complete address written as a string, with or without formatting. """@en ; skos:prefLabel "full address"@en . juso:geometry dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Feature ; rdfs:isDefinedBy <.> ; rdfs:range juso:Geometry ; rdfs:subPropertyOf ngeo:geometry, locn:geometry ; status:term_status "unstable"@en ; skos:definition """ This property associates any feature with the corresponding geometry. """@en ; skos:prefLabel "geometry"@en . juso:historical_address dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:SpatialThing ; rdfs:isDefinedBy <.> ; rdfs:range juso:Address ; status:term_status "unstable"@en ; skos:definition """ This property associates anything with one of its historical address. """@en ; skos:prefLabel "historical address"@en . juso:itrf2000_lat dcterms:issued "2015-11-10+09:00"^^xsd:date ; dcterms:modified "2015-11-10+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Point ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; status:term_status "unstable"@en ; skos:definition """ The ITRF2000 latitude of a point (decimal degrees). """@en ; skos:prefLabel "latitude (ITRF2000)"@en, "위도(ITRF2000)"@ko . juso:itrf2000_long dcterms:issued "2015-11-10+09:00"^^xsd:date ; dcterms:modified "2015-11-10+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Point ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; status:term_status "unstable"@en ; skos:definition """ The ITRF2000 longitude of a point (decimal degrees). """@en ; skos:prefLabel "longitude (ITRF2000)"@en, "경도(ITRF2000)"@ko . juso:locator dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:Feature ; status:term_status "unstable"@en ; skos:definition """ The real world entity identified by the address. The locator could be the property or complex, of the building or part of the building, of it could be a room inside a building. """@en ; skos:prefLabel "locator"@en . juso:locator_address dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; status:term_status "unstable"@en ; skos:definition """ This property is used to describe a number or a sequence of characters that uniquely identifies the exact locator within the relevant scope(s), that is described by juso:locator. """@en ; skos:prefLabel "locator address"@en . juso:name dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:SpatialThing ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; rdfs:subPropertyOf dcterms:title, schema:name ; status:term_status "testing"@en ; skos:definition """ This property indicates the name of the spatial thing. """@en ; skos:prefLabel "name"@en, "이름"@ko . juso:official_name dcterms:issued "2015-12-30+09:00"^^xsd:date ; dcterms:modified "2015-12-30+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:SpatialThing ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; rdfs:seeAlso gn:officialName ; rdfs:subPropertyOf juso:name ; status:term_status "unstable"@en ; skos:definition """ This property indicates the official name of the spatial thing. """@en ; skos:prefLabel "official name"@en, "공식 이름"@ko . juso:parent dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Feature ; rdfs:isDefinedBy <.> ; rdfs:range juso:PoliticalDivision ; rdfs:subPropertyOf juso:political_division, gn:parentFeature ; status:term_status "unstable"@en ; skos:definition """ A politial or administrative division that is a direct parent of the current feature. """@en ; skos:prefLabel "parent politial division"@en . juso:political_division dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:TransitiveProperty ; rdfs:domain juso:Feature ; rdfs:isDefinedBy <.> ; rdfs:range juso:PoliticalDivision ; status:term_status "unstable"@en ; skos:definition """ A politial or administrative division that contain the current feature. """@en ; skos:prefLabel "political division"@en . juso:post_office_box dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; owl:sameAs schema:postOfficeBoxNumber, locn:poBox ; status:term_status "unstable"@en ; skos:definition """ This property describes the post office box number for PO box addresses. A post-office box or post office box (commonly referred to as a PO box or a postal box) is a uniquely addressable lockable box located on the premises of a post office station. """@en ; skos:prefLabel "post office box"@en . juso:postal_code dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:PostalCode ; status:term_status "unstable"@en ; skos:definition """ This property associates any address with its postal code. """@en ; skos:prefLabel "postal code"@en . juso:second_level_administrative_division dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:SecondLevelAdministrativeDivision ; status:term_status "unstable"@en ; skos:definition """ The second-level administrative division (locality) of the address, usually a city. """@en ; skos:prefLabel "second-level administrative division"@en . juso:short_name dcterms:issued "2015-12-30+09:00"^^xsd:date ; dcterms:modified "2015-12-30+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:SpatialThing ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; rdfs:seeAlso gn:shortName ; rdfs:subPropertyOf juso:alternate_name ; status:term_status "unstable"@en ; skos:definition """ This property indicates the relatively short name of the spatial thing. """@en ; skos:prefLabel "short name"@en, "짧은 이름"@ko . juso:third_level_administrative_division dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:ThirdLevelAdministrativeDivision ; status:term_status "unstable"@en ; skos:definition """ The third-level administrative division of the address, if any. """@en ; skos:prefLabel "third-level administrative division"@en . juso:thoroughfare dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:ObjectProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range juso:Thoroughfare ; status:term_status "unstable"@en ; skos:definition """ An address component that represents the name of a passage or way through from one location to another. A thoroughfare is not necessarily a road, it might be a waterway or some other feature. """@en ; skos:prefLabel "thoroughfare"@en . juso:thoroughfare_address dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Address ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; rdfs:seeAlso ; status:term_status "unstable"@en ; skos:definition """ This property is used to describe a unique number given to each building (residential or not) or vacant lot with a mailbox in a street or other thoroughfares. """@en ; skos:prefLabel "thoroughfare address"@en . juso:wgs84_lat dcterms:issued "2015-11-10+09:00"^^xsd:date ; dcterms:modified "2015-11-10+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Point ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; owl:sameAs geo:lat ; status:term_status "unstable"@en ; skos:definition """ The WGS84 latitude of a point (decimal degrees). """@en ; skos:prefLabel "latitude (WGS84)"@en, "위도(WGS84)"@ko . juso:wgs84_long dcterms:issued "2015-11-10+09:00"^^xsd:date ; dcterms:modified "2015-11-10+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain juso:Point ; rdfs:isDefinedBy <.> ; rdfs:range xsd:string ; owl:sameAs geo:long ; status:term_status "unstable"@en ; skos:definition """ The WGS84 longitude of a point (decimal degrees). """@en ; skos:prefLabel "longitude (WGS84)"@en, "경도(WGS84)"@ko . juso:within dcterms:issued "2015-10-02+09:00"^^xsd:date ; dcterms:modified "2015-10-02+09:00"^^xsd:date ; a owl:TransitiveProperty ; rdfs:domain juso:SpatialThing ; rdfs:isDefinedBy <.> ; rdfs:range juso:SpatialThing ; rdfs:subPropertyOf geo:location, locn:location ; owl:inverseOf spatial:Pi, gsp:sfContains ; owl:sameAs spatial:P, gsp:sfWithin ; status:term_status "testing"@en ; skos:definition """ A spatial thing that contains the current one within the borders of its own region. """@en ; skos:prefLabel "within"@en . schema:GeoCoordinates rdfs:subClassOf juso:Geometry . schema:GeoShape rdfs:subClassOf juso:Geometry . schema:Place rdfs:subClassOf juso:SpatialThing . schema:PostalAddress rdfs:subClassOf juso:Address . schema:address rdfs:subPropertyOf juso:address . schema:containedIn rdfs:subPropertyOf juso:within . schema:geo rdfs:subPropertyOf juso:geometry . schema:postalCode owl:propertyChainAxiom (juso:postal_code rdf:value ) . gn:alternateName rdfs:subPropertyOf juso:alternate_name . gn:name rdfs:subPropertyOf juso:name . gn:officialName rdfs:subPropertyOf juso:official_name . gn:shortName rdfs:subPropertyOf juso:short_name . gsp:hasGeometry rdfs:subPropertyOf juso:geometry . vcard:Address rdfs:subClassOf juso:Address . vcard:postal-code owl:propertyChainAxiom (juso:postal_code rdf:value ) . locn:postCode owl:propertyChainAxiom (juso:postal_code rdf:value ) .