@prefix lgdo:  <http://linkedgeodata.org/ontology/> .
@prefix geo:   <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix spatial: <http://geovocab.org/spatial#> .
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix dcam:  <http://purl.org/dc/dcam/> .
@prefix juso:  <http://rdfs.co/juso/> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix locn:  <http://www.w3.org/ns/locn#> .
@prefix ngeo:  <http://geovocab.org/geometry#> .
@prefix gsp:   <http://www.opengis.net/ont/geosparql#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix adms:  <http://www.w3.org/ns/adms#> .
@prefix schema: <http://schema.org/> .
@prefix gn:    <http://www.geonames.org/ontology#> .
@prefix ic:    <http://ontology.eil.utoronto.ca/icontact.owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix voaf:  <http://purl.org/vocommons/voaf#> .
@prefix dbpedia: <http://dbpedia.org/ontology/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix cc:    <http://creativecommons.org/ns#> .

juso:ConsolidatedCityCounty
        a                   owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Consolidated_city-county> ;
        rdfs:subClassOf     juso:County , juso:City ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A consolidated city-county is a city and county that have been merged into\n    one unified jurisdiction. As such it is simultaneously a city, which is a\n    municipal corporation, and a county, which is an administrative division of\n    a state. It has the powers and responsibilities of both types of entities.\n    "@en ;
        skos:prefLabel      "Consolidated City-county"@en .

schema:containedIn  rdfs:subPropertyOf  juso:within .

juso:first_level_administrative_division
        a                   owl:ObjectProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:FirstLevelAdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The first-level administrative division (region) of the address, usually a\n    county, state or other such area that typically encompasses several\n    localities.\n    "@en ;
        skos:prefLabel      "first-level administrative division"@en .

juso:second_level_administrative_division
        a                   owl:ObjectProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:SecondLevelAdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The second-level administrative division (locality) of the address, usually\n    a city.\n    "@en ;
        skos:prefLabel      "second-level administrative division"@en .

juso:exonym  a              owl:DatatypeProperty ;
        rdfs:domain         juso:Feature ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          xsd:string ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Exonym_and_endonym> ;
        rdfs:subPropertyOf  gn:alternateName , skos:altLabel , juso:name ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The exonym is an external name for a geographical place: a common name used\n    only outside the place in question, usually for historical reasons.\n    "@en ;
        skos:prefLabel      "exonym"@en .

juso:Town  a                owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Town> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          lgdo:Town , dbpedia:Town ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A town is a human settlement larger than a village but smaller than a city.\n    The size definition for what constitutes a \"town\" varies considerably in\n    different parts of the world.\n    "@en ;
        skos:prefLabel      "읍"@ko , "Town"@en .

<http://rdfs.co/juso/0.1/ttl>
        dcterms:format  [ a              dcterms:MediaType ;
                          rdf:value      "text/turtle" ;
                          rdfs:label     "Turtle"@en ;
                          rdfs:seeAlso   <http://www.iana.org/assignments/media-types/text/turtle> ;
                          dcam:memberOf  dcterms:IMT
                        ] .

schema:PostalAddress  rdfs:subClassOf  juso:Address .

juso:AdministrativeDivision
        a                   owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Administrative_division> , gn:A.ADMD ;
        rdfs:subClassOf     juso:PoliticalDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Administrative Entity"@en , "Subnational Entity"@en , "Geopolitical Division"@en , "Country Subdivision"@en , "Administrative Unit"@en ;
        skos:definition     "\n    An administrative division is a portion of a country or other region\n    delineated for the purpose of administration. Administrative divisions are\n    each granted a certain degree of autonomy and are usually required to\n    manage themselves through their own local governments.\n    "@en ;
        skos:prefLabel      "Administrative Division"@en .

juso:Township  a            owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Township> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The word township is used to refer to different kinds of settlements in\n    different countries.\n    "@en ;
        skos:prefLabel      "Township"@en , "면"@ko .

juso:Municipality  a        owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Municipality> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          dbpedia:Municipality , lgdo:Municipality ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A municipality is usually an urban administrative division having corporate\n    status and usually powers of self-government or jurisdiction.\n    "@en ;
        skos:prefLabel      "Municipality"@en .

<http://listinc.kr/id/listinc>
        a                  org:Organization , foaf:Organization ;
        foaf:homepage      <http://listinc.kr/> , <http://li-st.com/> ;
        foaf:mbox_sha1sum  "de068365487dd2da1f2e88f1eaad0217bff79b40" ;
        foaf:member        <http://listinc.kr/id/member/jgkim> ;
        foaf:name          "주식회사 리스트"@ko , "LiST Inc."@en .

juso:County  a              owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/County> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          lgdo:County ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Cnty."@en-US , "Co."@en-GB ;
        skos:definition     "\n    A county is a geographical region of a country used for administrative or\n    other purposes, in certain modern nations.\n    "@en ;
        skos:prefLabel      "군"@ko , "County"@en .

juso:FirstLevelAdministrativeDivision
        a                   owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        gn:A.ADM1 ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "First-order Administrative Division"@en , "First Administrative Level"@en ;
        skos:definition     "\n    A primary administrative division of a country, such as a state in the\n    United States.\n    "@en ;
        skos:prefLabel      "First-level Administrative Division"@en .

juso:address  a             owl:ObjectProperty ;
        rdfs:domain         juso:SpatialThing ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:Address ;
        rdfs:subPropertyOf  ic:address , locn:address ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    This property associates anything with its address.\n    "@en ;
        skos:prefLabel      "address"@en .

geo:Point  rdfs:subClassOf  juso:Geometry .

lgdo:Place  rdfs:subClassOf  juso:SpatialThing .

juso:Neighborhood  a        owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Neighbourhood> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A neighborhood, or neighbourhood, is a geographically localised community\n    within a larger city, town, suburb or rural area.\n    "@en ;
        skos:prefLabel      "Neighborhood"@en-US , "Neighbourhood"@en-GB , "동"@ko .

juso:locator  a             owl:ObjectProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:Feature ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The real world entity identified by the address. The locator could be the\n    property or complex, of the building or part of the building, of it could\n    be a room inside a building.\n    "@en ;
        skos:prefLabel      "locator"@en .

juso:Village  a             owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Village> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          lgdo:Village , dbpedia:Village ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A village is a clustered human settlement or community, larger than a\n    hamlet but smaller than a town, with a population ranging from a few\n    hundred to a few thousand.\n    "@en ;
        skos:prefLabel      "Village"@en , "리"@ko .

gsp:hasGeometry  rdfs:subPropertyOf  juso:geometry .

juso:within  a              owl:TransitiveProperty ;
        rdfs:domain         juso:SpatialThing ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:SpatialThing ;
        rdfs:subPropertyOf  locn:location , geo:location ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:inverseOf       gsp:sfContains , spatial:Pi ;
        owl:sameAs          gsp:sfWithin , spatial:P ;
        status:term_status  "testing"@en ;
        skos:definition     "\n    A spatial thing that contains the current one within the borders of its own\n    region.\n    "@en ;
        skos:prefLabel      "within"@en .

juso:CapitalDistrict  a     owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Capital_districts_and_territories> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Capital Territory"@en ;
        skos:definition     "\n    A capital district or capital territory is normally a specially designated\n    administrative division where a country's seat of government is located.\n    "@en ;
        skos:prefLabel      "Capital District"@en .

juso:thoroughfare  a        owl:ObjectProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:Thoroughfare ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    An address component that represents the name of a passage or way through\n    from one location to another. A thoroughfare is not necessarily a road, it\n    might be a waterway or some other feature.\n    "@en ;
        skos:prefLabel      "thoroughfare"@en .

juso:name  a                owl:DatatypeProperty ;
        rdfs:domain         juso:SpatialThing ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  schema:name , dcterms:title ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "testing"@en ;
        skos:definition     "\n    This property indicates the name of the spatial thing.\n    "@en ;
        skos:prefLabel      "이름"@ko , "name"@en .

juso:country  a             owl:ObjectProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:Country ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          ic:hasCountry ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The uppermost politial division for the address, almost always a country.\n    "@en ;
        skos:prefLabel      "country"@en .

juso:City  a                owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/City> ;
        rdfs:subClassOf     juso:AdministrativeDivision , schema:City ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          dbpedia:City , lgdo:City ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A city is a large and permanent human settlement. Although there is no\n    agreement on how a city is distinguished from a town in general English\n    language meanings, many cities have a particular administrative, legal, or\n    historical status based on local law.\n    "@en ;
        skos:prefLabel      "市"@ja , "City"@en , "시"@ko .

juso:FederatedState  a      owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Federated_state> ;
        rdfs:subClassOf     schema:State , lgdo:State , dbpedia:State , juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "주"@ko , "State"@en ;
        skos:definition     "\n    A federated state is a territorial and constitutional community forming\n    part of a federal union (federation) such as the United States and\n    Australia.\n    "@en ;
        skos:prefLabel      "Federated State"@en , "연방주"@ko .

schema:geo  rdfs:subPropertyOf  juso:geometry .

schema:postalCode  owl:propertyChainAxiom
                ( juso:postal_code rdf:value ) .

juso:political_division
        a                   owl:TransitiveProperty ;
        rdfs:domain         juso:Feature ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:PoliticalDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A politial or administrative division that contain the current feature.\n    "@en ;
        skos:prefLabel      "political division"@en .

juso:PostalCode  a          owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Postal_code> ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Postcode"@en , "ZIP Code"@en , "Post Code"@en , "PIN Code"@en , "Eircode"@en ;
        skos:definition     "\n    A postal code is a series of letters and/or digits, sometimes including\n    spaces or punctuation, included in a postal address for the purpose of\n    sorting mail.\n    "@en ;
        skos:prefLabel      "Postal Code"@en , "우편번호"@ko .

juso:PoliticalDivision
        a                    owl:Class ;
        rdfs:isDefinedBy     juso: ;
        rdfs:seeAlso         <https://en.wikipedia.org/wiki/Political_division> ;
        rdfs:subClassOf      juso:Feature ;
        dcterms:issued       "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified     "2015-10-02+09:00"^^xsd:date ;
        owl:equivalentClass  schema:AdministrativeArea ;
        status:term_status   "unstable"@en ;
        skos:definition      "\n    A political division is a geographic region accepted to be in the\n    jurisdiction of a particular governmental entity. The particular government\n    entity varies as each organizes its operations by further divisions\n    (subdivisions of the state) to further its tasks and satisfy its\n    responsibilities.\n    "@en ;
        skos:prefLabel       "Political Division"@en .

schema:GeoCoordinates
        rdfs:subClassOf  juso:Geometry .

<http://rdfs.co/juso/0.1/rdf>
        dcterms:format  [ a              dcterms:MediaType ;
                          rdf:value      "application/rdf+xml" ;
                          rdfs:label     "RDF/XML"@en ;
                          rdfs:seeAlso   <http://www.iana.org/assignments/media-types/application/rdf+xml> ;
                          dcam:memberOf  dcterms:IMT
                        ] .

juso:thoroughfare_address
        a                   owl:DatatypeProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          xsd:string ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/House_numbering> ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    This property is used to describe a unique number given to each building\n    (residential or not) or vacant lot with a mailbox in a street or other\n    thoroughfares.\n    "@en ;
        skos:prefLabel      "thoroughfare address"@en .

vcard:postal-code  owl:propertyChainAxiom
                ( juso:postal_code rdf:value ) .

juso:Country  a             owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Country> ;
        rdfs:subClassOf     juso:PoliticalDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          lgdo:Country , schema:Country , dbpedia:Country ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "国家"@ja , "국가"@ko ;
        skos:definition     "\n    A country is a region that is identified as a distinct entity in political\n    geography. A country may be an independent sovereign state or one that is\n    occupied by another state, as a non-sovereign or formerly sovereign\n    political division, or a geographic region associated with sets of\n    previously independent or differently associated people with distinct\n    political characteristics.\n    "@en ;
        skos:prefLabel      "国"@ja , "나라"@ko , "Country"@en .

juso:FourthLevelAdministrativeDivision
        a                   owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        gn:A.ADM4 ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Fourth Administrative Level"@en , "Fourth-order Administrative Division"@en ;
        skos:definition     "\n    A subdivision of a third-level administrative division.\n    "@en ;
        skos:prefLabel      "Fourth-level Administrative Division"@en .

juso:full_address  a        owl:DatatypeProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          xsd:string ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          locn:fullAddress ;
        status:term_status  "testing"@en ;
        skos:definition     "\n    The complete address written as a string, with or without formatting.\n    "@en ;
        skos:prefLabel      "full address"@en .

<http://jayg.me/>  a       foaf:Person ;
        owl:sameAs         <http://listinc.kr/id/member/jgkim> ;
        org:memberOf       <http://listinc.kr/id/listinc> ;
        foaf:homepage      <http://jayg.org/> ;
        foaf:mbox_sha1sum  "f03421e94730da58e8943d3a1d2c4c6b02898e14" ;
        foaf:name          "김보람"@ko , "James G. Kim"@en .

juso:locator_address  a     owl:DatatypeProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          xsd:string ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    This property is used to describe a number or a sequence of characters that\n    uniquely identifies the exact locator within the relevant scope(s), that is\n    described by juso:locator.\n    "@en ;
        skos:prefLabel      "locator address"@en .

<http://rdfs.co/juso/0.1/html>
        dcterms:format  [ a              dcterms:MediaType ;
                          rdf:value      "text/html" ;
                          rdfs:label     "HTML"@en ;
                          rdfs:seeAlso   <http://www.iana.org/assignments/media-types/text/html> ;
                          dcam:memberOf  dcterms:IMT
                        ] .

juso:Street  a              owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Street> , gn:R.ST ;
        rdfs:subClassOf     juso:Thoroughfare ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A street is a public thoroughfare (usually paved) in a built environment.\n    Practically all public streets in Western countries and the majority\n    elsewhere (though not in Japan) are given a street or road name or at least\n    a number to identify them and any addresses located along the streets.\n    Alleys in some places do not have names.\n    "@en ;
        skos:prefLabel      "Street"@en .

juso:historical_address
        a                   owl:ObjectProperty ;
        rdfs:domain         juso:SpatialThing ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:Address ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    This property associates anything with one of its historical address.\n    "@en ;
        skos:prefLabel      "historical address"@en .

juso:AddressGroup  a  rdf:Bag ;
        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 ;
        rdfs:comment  "\n    These classes and properties are used to describe addresses.\n    "@en ;
        rdfs:label    "Address Terms"@en .

juso:Address  a             owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Address_(geography)> ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          locn:Address , ic:Address ;
        status:term_status  "testing"@en ;
        skos:altLabel       "Geographical Address"@en , "Postal Address"@en ;
        skos:definition     "\n    An address is a collection of information, presented in a mostly fixed\n    format, used for describing the location of a building, apartment, or other\n    structure or a plot of land, generally using political boundaries and\n    street names as references, along with other identifiers such as house or\n    apartment numbers. Some addresses also contain special codes to aid routing\n    of mail and packages, such as a ZIP code or post code.\n    "@en ;
        skos:prefLabel      "Address"@en , "주소"@ko .

juso:FifthLevelAdministrativeDivision
        a                   owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        gn:A.ADM5 ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Fifth Administrative Level"@en , "Fifth-order Administrative Division"@en ;
        skos:definition     "\n    A subdivision of a fourth-level administrative division.\n    "@en ;
        skos:prefLabel      "Fifth-level Administrative Division"@en .

ic:hasStreetNumber  rdfs:subPropertyOf  juso:thoroughfare_address .

juso:ThirdLevelAdministrativeDivision
        a                   owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        gn:A.ADM3 ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Third Administrative Level"@en , "Third-order Administrative Division"@en ;
        skos:definition     "\n    A subdivision of a second-level administrative division.\n    "@en ;
        skos:prefLabel      "Third-level Administrative Division"@en .

juso:SpatialThing  a        owl:Class ;
        rdfs:isDefinedBy    juso: ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          geo:SpatialThing , gsp:SpatialObject ;
        status:term_status  "testing"@en ;
        skos:altLabel       "Spatial Object"@en ;
        skos:definition     "\n    Anything that has a spatial representation, i.e. size, shape, or position.\n    e.g. people, places, objects, as well as abstract areas like cubes.\n    "@en ;
        skos:prefLabel      "Spatial Thing"@en .

juso:Feature  a              owl:Class ;
        rdfs:isDefinedBy     juso: ;
        rdfs:seeAlso         <https://en.wikipedia.org/wiki/Geographical_feature> ;
        rdfs:subClassOf      juso:SpatialThing , gsp:Feature ;
        dcterms:issued       "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified     "2015-10-02+09:00"^^xsd:date ;
        owl:disjointWith     juso:Geometry ;
        owl:equivalentClass  gn:Feature ;
        owl:sameAs           spatial:Feature ;
        status:term_status   "unstable"@en ;
        skos:altLabel        "Feature"@en ;
        skos:definition      "\n    Geographical features are man-made or naturally-created features associated\n    with a location relative to the Earth.\n    "@en ;
        skos:prefLabel       "Geographical Feature"@en .

juso:parent  a              owl:ObjectProperty ;
        rdfs:domain         juso:Feature ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:PoliticalDivision ;
        rdfs:subPropertyOf  gn:parentFeature , juso:political_division ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A politial or administrative division that is a direct parent of the\n    current feature.\n    "@en ;
        skos:prefLabel      "parent politial division"@en .

ic:hasPostalCode  owl:propertyChainAxiom
                ( juso:postal_code rdf:value ) .

juso:endonym  a             owl:DatatypeProperty ;
        rdfs:domain         juso:Feature ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          xsd:string ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Exonym_and_endonym> ;
        rdfs:subPropertyOf  gn:officialName , juso:name , skos:prefLabel ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The endonym is a name given by members of a particular ethnolinguistic\n    group to its homeland or a specific place within it.\n    "@en ;
        skos:prefLabel      "endonym"@en .

juso:0.1  a                            voaf:Vocabulary , owl:Ontology , cc:Work , adms:SemanticAsset ;
        rdfs:comment                   "\n    Most of the descriptions given here are from Wikipedia or from the related\n    ontologies and vocabularies.\n    "@en , "\n    There is an extension to this ontology with some country-specific terms for\n    <a href=\"http://rdfs.co/juso/kr/\">South Korea</a>.\n    "@ko , "\n    <div>\n      The master version of this vocabulary is maintained in <a\n      href=\"https://github.com/listinc/juso-ontology\">the GitHub repository</a>\n      so others can contribute edits and improvements.\n    </div>\n    " ;
        rdfs:seeAlso                   <https://github.com/listinc/juso-ontology> ;
        cc:license                     <http://creativecommons.org/licenses/by/4.0/> ;
        dcterms:creator                <http://jayg.me/> ;
        dcterms:description            "\n    Juso Ontology is a Web vocabulary for describing geographical addresses and\n    features.\n    "@en ;
        dcterms:hasFormat              <http://rdfs.co/juso/0.1/rdf> , <http://rdfs.co/juso/0.1/ttl> , <http://rdfs.co/juso/0.1/html> ;
        dcterms:identifier             "http://rdfs.co/juso/0.1" ;
        dcterms:isVersionOf            juso: ;
        dcterms:issued                 "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified               "2015-10-02+09:00"^^xsd:date ;
        dcterms:publisher              <http://listinc.kr/id/listinc> ;
        dcterms:rights                 "Copyright © 2015 LiST Inc. Some Rights Reserved." ;
        dcterms:title                  "주소 온톨로지"@ko , "Juso Ontology"@en ;
        dcterms:type                   <http://purl.org/adms/assettype/Ontology> ;
        vann:example                   [ rdfs:comment  "\n    <pre><code>_:YangyongBldg a juso:Feature ;\n  juso:name \"Yangyong Building\"@en , \"양용빌딩\"@ko ;\n  juso:geometry &lt;http://geohash.org/wydjrzg6ece9&gt; .\n\n_:LiSTInc a juso:SpatialThing , foaf:Organization ;\n  juso:name \"LiST Inc.\"@en , \"주식회사 리스트\"@ko ;\n  juso:within _:YangyongBldg ;\n  juso:historical_address [\n    a juso:Address ;\n    juso:full_address\n      \"대한민국 서울특별시 영등포구 당산동 121-17 양용빌딩 9층 150-040\"@ko ,\n      \"9th Floor, Yangyong Building, 121-17, Dangsan-dong, Yeongdeungpo-gu, Seoul, 150-040, South Korea\"@en ;\n    juso:country &lt;http://sws.geonames.org/1835841/&gt; ;\n    juso:first_level_administrative_division &lt;http://sws.geonames.org/1835847/&gt; ;\n    juso:second_level_administrative_division &lt;http://sws.geonames.org/1832536/&gt; ;\n    juso:third_level_administrative_division &lt;http://sws.geonames.org/8692617/&gt; ;\n    juso:locator _:YangyongBldg ;\n    juso:locator_address \"9층\"@ko , \"9th Floor\"@en ;\n    juso:postal_code [\n      a juso:PostalCode ;\n      rdf:value \"150-040\"\n    ]\n  ] ;\n  juso:address [\n    a juso:Address ;\n    juso:full_address\n      \"대한민국 서울특별시 영등포구 버드나루로19길 3 (당산동) 양용빌딩 9층 07229\"@ko ,\n      \"9th Floor, Yangyong Building, 3, Beodeunaru-ro 19-gil, Yeongdeungpo-gu, Seoul, 07229, South Korea\"@en ;\n    juso:country &lt;http://sws.geonames.org/1835841/&gt; ;\n    juso:first_level_administrative_division &lt;http://sws.geonames.org/1835847/&gt; ;\n    juso:second_level_administrative_division &lt;http://sws.geonames.org/1832536/&gt; ;\n    juso:third_level_administrative_division &lt;http://sws.geonames.org/8692617/&gt; ;\n    juso:thoroughfare [\n      a juso:Street ;\n      juso:name \"Beodeunaru-ro 19-gil\"@en , \"버드나루로19길\"@ko ;\n      juso:parent &lt;http://sws.geonames.org/8692617/&gt;\n    ] ;\n    juso:thoroughfare_address \"3\" ;\n    juso:locator _:YangyongBldg ;\n    juso:locator_address \"9층\"@ko , \"9th Floor\"@en ;\n    juso:postal_code [\n      a juso:PostalCode ;\n      rdf:value \"07229\"\n    ]\n  ] .</code></pre>\n    "^^rdf:XMLLiteral ;
                                         rdfs:label    "LiST Inc."@en
                                       ] ;
        vann:preferredNamespacePrefix  "juso" ;
        vann:preferredNamespaceUri     "http://rdfs.co/juso/" ;
        vann:termGroup                 juso:PoliticalDivisionGroup , juso:CoreGroup , juso:AddressGroup ;
        owl:versionInfo                "0.1" ;
        adms:status                    <http://purl.org/adms/status/UnderDevelopment> .

juso:fifth_level_administrative_division
        a                   owl:ObjectProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:FifthLevelAdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The fifth-level administrative division of the address, if any.\n    "@en ;
        skos:prefLabel      "fifth-level administrative division"@en .

schema:GeoShape  rdfs:subClassOf  juso:Geometry .

juso:SecondLevelAdministrativeDivision
        a                   owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        gn:A.ADM2 ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Second Administrative Level"@en , "Second-order Administrative Division"@en ;
        skos:definition     "\n    A subdivision of a first-level administrative division.\n    "@en ;
        skos:prefLabel      "Second-level Administrative Division"@en .

juso:District  a            owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/District> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          dbpedia:District ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A district is a type of administrative division that, in some countries, is\n    managed by local government. Across the world, areas known as \"districts\"\n    vary greatly in size, spanning entire regions or counties, several\n    municipalities, subdivisions of municipalities, school district, or\n    political district.\n    "@en ;
        skos:prefLabel      "District"@en , "구"@ko .

locn:postCode  owl:propertyChainAxiom  ( juso:postal_code rdf:value ) .

schema:address  rdfs:subPropertyOf  juso:address .

juso:third_level_administrative_division
        a                   owl:ObjectProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:ThirdLevelAdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The third-level administrative division of the address, if any.\n    "@en ;
        skos:prefLabel      "third-level administrative division"@en .

juso:Geometry  a            owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Geometry> ;
        rdfs:subClassOf     juso:SpatialThing ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:disjointWith    juso:Feature ;
        owl:sameAs          gsp:Geometry , locn:Geometry , ngeo:Geometry ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    Geometry provides \"the means for the quantitative description, by means of\n    coordinates and mathematical functions, of the spatial characteristics of\n    features, including dimension, position, size, shape, and orientation\", as\n    defined in ISO 19107.\n    "@en ;
        skos:prefLabel      "기하"@ko , "Geometry"@en .

juso:geometry  a            owl:ObjectProperty ;
        rdfs:domain         juso:Feature ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:Geometry ;
        rdfs:subPropertyOf  ngeo:geometry , locn:geometry ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    This property associates any feature with the corresponding geometry.\n    "@en ;
        skos:prefLabel      "geometry"@en .

juso:Province  a            owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Province> ;
        rdfs:subClassOf     schema:State , juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          dbpedia:Province ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A province is almost always an administrative division, within a country or\n    state.\n    "@en ;
        skos:prefLabel      "Province"@en , "도"@ko .

dcterms:Location  rdfs:subClassOf  juso:SpatialThing .

juso:post_office_box  a     owl:DatatypeProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          xsd:string ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          locn:poBox , schema:postOfficeBoxNumber ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    This property describes the post office box number for PO box addresses.\n    A post-office box or post office box (commonly referred to as a PO box or a\n    postal box) is a uniquely addressable lockable box located on the premises\n    of a post office station.\n    "@en ;
        skos:prefLabel      "post office box"@en .

juso:fourth_level_administrative_division
        a                   owl:ObjectProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:FourthLevelAdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    The fourth-level administrative division of the address, if any.\n    "@en ;
        skos:prefLabel      "fourth-level administrative division"@en .

ic:hasState  rdfs:subPropertyOf  juso:first_level_administrative_division .

juso:postal_code  a         owl:DatatypeProperty ;
        rdfs:domain         juso:Address ;
        rdfs:isDefinedBy    juso: ;
        rdfs:range          juso:PostalCode ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    This property associates any address with its postal code.\n    "@en ;
        skos:prefLabel      "postal code"@en .

juso:Parish  a              owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Parish_(administrative_division)> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:altLabel       "Civil Parish"@en-GB ;
        skos:definition     "\n    A parish is an administrative division used by several countries. In parts\n    of the British Isles it is known as a civil parish to distinguish it from\n    the ecclesiastical parish.\n    "@en ;
        skos:prefLabel      "Parish"@en .

schema:Place  rdfs:subClassOf  juso:SpatialThing .

vcard:Address  rdfs:subClassOf  juso:Address .

juso:PoliticalDivisionGroup
        a             rdf:Bag ;
        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 ;
        rdfs:comment  "\n    These classes and properties are used to describe political and\n    administrative divisions.\n    "@en ;
        rdfs:label    "Political Division Terms"@en .

juso:CoreGroup  a     rdf:Bag ;
        rdf:_1        juso:SpatialThing ;
        rdf:_10       juso:address ;
        rdf:_11       juso:historical_address ;
        rdf:_2        juso:Feature ;
        rdf:_3        juso:Geometry ;
        rdf:_4        juso:Address ;
        rdf:_5        juso:name ;
        rdf:_6        juso:within ;
        rdf:_7        juso:endonym ;
        rdf:_8        juso:exonym ;
        rdf:_9        juso:geometry ;
        rdfs:comment  "\n    These classes and properties form the core of Juso Ontology. They describe\n    fundamental characteristics of geography in relatively broad terms.\n    "@en ;
        rdfs:label    "Core Terms"@en .

juso:Hamlet  a              owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Hamlet_(place)> ;
        rdfs:subClassOf     juso:AdministrativeDivision ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        owl:sameAs          lgdo:Hamlet ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A hamlet is a type of settlement. The definition of hamlet varies by\n    country. It usually refers to a small settlement, with a small population\n    that is usually under 100, in a rural area, or a component of a larger\n    settlement or municipality. Hamlets are typically unincorporated\n    communities.\n    "@en ;
        skos:prefLabel      "Hamlet"@en .

juso:Thoroughfare  a        owl:Class ;
        rdfs:isDefinedBy    juso: ;
        rdfs:seeAlso        <https://en.wikipedia.org/wiki/Thoroughfare> ;
        rdfs:subClassOf     juso:Feature ;
        dcterms:issued      "2015-10-02+09:00"^^xsd:date ;
        dcterms:modified    "2015-10-02+09:00"^^xsd:date ;
        status:term_status  "unstable"@en ;
        skos:definition     "\n    A passage or way through from one location to another, which is usually\n    used a component of an address. A thoroughfare is not necessarily a road,\n    it might be a waterway or some other feature.\n    "@en ;
        skos:prefLabel      "Thoroughfare"@en .
