@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix msg0:  <http://web.resource.org/cc/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vann:  <http://purl.org/vocab/vann/> .

<http://purl.org/ontology/places#ArbitraryRegion>
        a                   owl:Class ;
        rdfs:comment        "An area that is useful to illustrate a particular point but does not have a recognised political or cultural identity." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Arbitrary Region"@en , "ArbitraryRegion" , "Région Arbitraire"@fr-fr , "任意区域"@zh , "Willkürliche Region"@de , "Arbitraria Región"@es ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Desert>
        a                   owl:Class ;
        rdfs:comment        "A desert is a landscape or region that receives an extremely low amount of precipitation, less than enough to support growth of most plants." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "沙漠"@zh , "Desert"@fr-fr , "Desert"@en , "Desert"@de , "Desert" , "Desierto"@es ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Desert> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Path>
        a                   owl:Class ;
        rdfs:comment        " A Path is a recognised and maintained route from one place to another that is suitable for pedestrians." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "路径"@zh , "Ruta"@es , "Path"@fr-fr , "Path"@en , "Path"@de , "Path" ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Lake>
        a                    owl:Class ;
        rdfs:comment         "An inland body of water." ;
        rdfs:isDefinedBy     <http://purl.org/ontology/places#> ;
        rdfs:label           "Lago"@es , "湖"@zh , "Lake"@fr-fr , "Lake"@en , "Lake"@de , "Lake" ;
        rdfs:seeAlso         <http://en.wikipedia.org/wiki/Lake> ;
        owl:equivalentClass  <http://dbpedia.org/ontology/Lake> ;
        status:term_status   "testing" .

<http://purl.org/ontology/places#Glacier>
        a                   owl:Class ;
        rdfs:comment        "A slow-moving mass of ice." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Gletscher"@de , "Glacier"@en , "Glacier" , "Glacier"@fr-fr , "Glaciar"@es , "冰川"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places>
        a                              msg0:Work , owl:Ontology ;
        rdfs:comment                   "The Places Ontology is a simple lightweight ontology for describing places of geographic interest."@en ;
        dct:created                    "2010-11-27"^^<http://www.w3.org/2001/XMLSchema#date> ;
        dct:description                "The Places Ontology is a simple lightweight ontology for describing places of geographic interest."@en ;
        dct:title                      "The Places Ontology"@en ;
        dct:type                       <http://purl.org/dc/dcmitype/Text> ;
        vann:preferredNamespacePrefix  "place" ;
        vann:preferredNamespaceUri     "http://purl.org/ontology/places#" ;
        msg0:license                   <http://creativecommons.org/licenses/by/1.0/> ;
        foaf:maker                     <http://purl.org/ontology/places/#rob> , <http://purl.org/ontology/places/#tom> , <http://purl.org/ontology/places/#michael> .

<http://purl.org/ontology/places#Sea>
        a                   owl:Class ;
        rdfs:comment        "A large body of salt water, usually connected to an ocean." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Mar"@es , "Sea"@de , "Sea" , "Mer"@fr-fr , "Sea"@en , "海"@zh ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Sea> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Watershed>
        a                   owl:Class ;
        rdfs:comment        "A ridge of land seperating two adjacent water systems." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Watershed"@en , "Watershed" , "Wasserscheide"@de , "流域"@zh , "Des bassins versants"@fr-fr , "Cuencas"@es ;
        status:term_status  "testing" .

<http://purl.org/ontology/places/#tom>
        a          foaf:Person ;
        foaf:name  "Tom Scott" .

<http://purl.org/ontology/places/#rob>
        a          foaf:Person ;
        foaf:name  "Rob Styles" .

<http://purl.org/ontology/places#Village>
        a                   owl:Class ;
        rdfs:comment        "A small human settlement." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Pueblo"@es , "村"@zh , "Village" , "Village"@fr-fr , "Village"@en , "Village"@de ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Village> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Plain>
        a                   owl:Class ;
        rdfs:comment        "A level area of land." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Plain"@fr-fr , "Plain"@en , "Plain"@de , "Plain" , "Llanura"@es , "平原"@zh ;
        status:term_status  "testing" .

<http://vocab.org/places/schema.rdf>
        a                  <http://purl.org/dc/dcmitype/Text> , foaf:Document ;
        dct:hasFormat      <http://vocab.org/places/schema.turtle> , <http://vocab.org/places/schema.json> , <http://vocab.org/places/schema.html> ;
        foaf:primaryTopic  <http://purl.org/ontology/places> ;
        foaf:topic         <http://purl.org/ontology/places> .

<http://purl.org/ontology/places#Plateau>
        a                   owl:Class ;
        rdfs:comment        "A flat highland, a large area of flat land higher than the surrounding land." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "高原"@zh , "Meseta"@es , "Plateau"@fr-fr , "Plateau"@en , "Plateau"@de , "Plateau" ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#in>
        a                   owl:ObjectProperty ;
        rdfs:comment        "in is a property that allows you to say that a place is entirely within the boundaries of another place. It allows you to make statements like \"Paris is in france\"." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "in"@en , "in"@de , "in" , "在"@zh , "dans"@fr-fr , "en"@es ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Gulf>
        a                   owl:Class ;
        rdfs:comment        "Part of a sea or ocean that is partially enclosed by land. Like a bay but larger." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Gulf"@en , "Gulf"@de , "Gulf" , "海湾"@zh , "Golfo"@es , "Golfe"@fr-fr ;
        status:term_status  "testing" .

<http://vocab.org/places/schema.html>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "HTML" ;
        dc:format   "text/html" .

<http://purl.org/ontology/places#Boundary>
        a                   owl:Class ;
        rdfs:comment        "A Boundary resource specifies a sequence of points which, if joined, give the boundary of a geographical area. The sequence may be a serious of resources, each with a latitude and longitude, or a series of points using the datatype place:latlong. If the final point is the same as the first then the boundary is considered to be a closed area, whereas if the first and last points differ the boundary is considered to be a border line." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Boundary" ;
        rdfs:subClassOf     rdf:Seq ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Bay>
        a                   owl:Class ;
        rdfs:comment        "An indentation to a shoreline, a body of water enclosed but with a large mouth to a wider body of water." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Bay"@fr-fr , "Bay"@en , "Bay"@de , "Bay" , "湾"@zh , "Bahía"@es ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Strait>
        a                   owl:Class ;
        rdfs:comment        "A narrow channel of a sea joining two larger bodies of water." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Strait"@en , "Strait" , "Estrecho"@es , "Meerenge"@de , "Détroit"@fr-fr , "海峡"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Isthmus>
        a                   owl:Class ;
        rdfs:comment        "A narrow strip of land, bounded by water on two sides, and connecting two larger landmasses." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Isthme"@fr-fr , "Istmo"@es , "Isthmus"@de , "Isthmus" , "Isthmus"@en , "地峡"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Country>
        a                    owl:Class ;
        rdfs:comment         "A region considered to be the territory of a recognised political state." ;
        rdfs:isDefinedBy     <http://purl.org/ontology/places#> ;
        rdfs:label           "Country"@en , "Country" , "País"@es , "国家"@zh , "Pays"@fr-fr , "Land"@de ;
        rdfs:seeAlso         <http://en.wikipedia.org/wiki/Country> ;
        owl:equivalentClass  <http://dbpedia.org/ontology/Country> ;
        status:term_status   "testing" .

<http://purl.org/ontology/places#Region>
        a                   owl:Class ;
        rdfs:comment        "A politically or culturally recognised area." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Región"@es , "Region"@en , "Region"@de , "Region" , "Région"@fr-fr , "区"@zh ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Region> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Mountain>
        a                    owl:Class ;
        rdfs:comment         "A mountain is a large landform that stretches above the surrounding land in a limited area usually in the form of a peak. A mountain is generally steeper than a hill." ;
        rdfs:isDefinedBy     <http://purl.org/ontology/places#> ;
        rdfs:label           "Mountain"@fr-fr , "Mountain"@en , "Mountain"@de , "Mountain" , "Montaña"@es , "山"@zh ;
        rdfs:seeAlso         <http://en.wikipedia.org/wiki/Mountain> ;
        owl:equivalentClass  <http://dbpedia.org/ontology/Mountain> ;
        status:term_status   "testing" .

<http://purl.org/ontology/places/#michael>
        a          foaf:Person ;
        foaf:name  "Michael Smethurst" .

<http://purl.org/ontology/places#Volcano>
        a                   owl:Class ;
        rdfs:comment        "A volcano is a crack in the Earth's crust that allows lava and hot gases to escape." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "火山"@zh , "Vulkan"@de , "Volcan"@fr-fr , "Volcano"@en , "Volcano" , "Volcán"@es ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#County>
        a                   owl:Class ;
        rdfs:comment        "A county is a land area of local governance within a country. A county may have cities and towns within its area." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Comté"@fr-fr , "County"@en , "Condado"@es , "County"@de , "County" , "县"@zh ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/County> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Parish>
        a                   owl:Class ;
        rdfs:comment        "An area of regional governance stemming from the geographical area associated with a church." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Gemeinde"@de , "Parish"@en , "Parish" , "Parroquia"@es , "教区"@zh , "Paroisse"@fr-fr ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Estuary>
        a                   owl:Class ;
        rdfs:comment        "The widened area of a river as it opens to meet the sea or ocean." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Mündung"@de , "Estuario"@es , "Estuary"@en , "Estuary" , "河口"@zh , "Estuaire"@fr-fr ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#latlong>
        a             rdfs:Datatype ;
        rdfs:comment  "The Lat/long datatype allows us to specify that a literal value is a latitude/longitude pair, based in the WGS84 projection and in the comma-seperated, decimal format. e.g. \"38.897605896,-77.0365219116\"^^place:latlong would specify the WGS84 geographic co-ordinates of The White House, Washington DC." ;
        rdfs:label    "Lat/Long" .

<http://purl.org/ontology/places#Hill>
        a                   owl:Class ;
        rdfs:comment        "A hill is a landform that extends above the surrounding terrain." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "希尔"@zh , "Hill"@de , "Hill" , "Hill"@fr-fr , "Hill"@es , "Hill"@en ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Hill> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Cape>
        a                   owl:Class ;
        rdfs:comment        "A strip of land projecting into a body of water" ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Cape"@en , "Cape"@de , "Cape" , "Cap"@fr-fr , "Cabo"@es , "披肩"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#bounded_by>
        a                   owl:ObjectProperty ;
        rdfs:comment        "The bounded by property relates any place to a boundary that marks out the geographic area it covers." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "bounded by" ;
        rdfs:range          <http://purl.org/ontology/places#Boundary> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Hamlet>
        a                   owl:Class ;
        rdfs:comment        "A Hamlet is a small human settlement consisting of just a few dwellings." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Aldea"@es , "Hamlet"@fr-fr , "Hamlet"@en , "Hamlet" , "Weiler"@de , "村庄"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#District>
        a                   owl:Class ;
        rdfs:comment        "A region of governance." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "District" , "区"@zh , "District"@fr-fr , "District"@en , "Distrito"@es , "Bezirk"@de ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Road>
        a                   owl:Class ;
        rdfs:comment        "A Road is a recognised and maintained route from one place to another that is suitable for vehicles." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Por carretera"@es , "Road"@en , "Road"@de , "Road" , "Road"@fr-fr , "路"@zh ;
        status:term_status  "testing" .

<http://creativecommons.org/licenses/by/1.0/>
        a              msg0:Licence ;
        msg0:permits   msg0:Reproduction , msg0:Distribution , msg0:DerivativeWorks ;
        msg0:requires  msg0:Notice , msg0:Attribution .

<http://purl.org/ontology/places#Province>
        a                   owl:Class ;
        rdfs:comment        "A region of governance." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "省"@zh , "Province"@fr-fr , "Province"@en , "Province" , "Provinz"@de , "Provincia"@es ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Ocean>
        a                   owl:Class ;
        rdfs:comment        "A major body of salt water." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Mar"@es , "Ocean"@fr-fr , "Ocean"@en , "Ocean"@de , "Ocean" , "海洋"@zh ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Ocean> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Valley>
        a                   owl:Class ;
        rdfs:comment        "A depressed area of land, often between mountains and often containing a river." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Valley"@en , "Valley"@de , "Valley" , "Valle"@es , "Vallée"@fr-fr , "谷"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Town>
        a                   owl:Class ;
        rdfs:comment        "A settlement smaller than a city but larger than a village." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Ville"@fr-fr , "Ciudad"@es , "镇"@zh , "Town"@en , "Town"@de , "Town" ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Town> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Island>
        a                   owl:Class ;
        rdfs:comment        "A landmass surrounded entirely by water." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Isla"@es , "岛"@zh , "Island"@fr-fr , "Island"@en , "Island"@de , "Island" ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Island> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Beach>
        a                   owl:Class ;
        rdfs:comment        "The shore of a body of water, usually sandy or pebbly." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Beach"@fr-fr , "Beach"@en , "Beach"@de , "Beach" , "Playa"@es , "海滩"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Cliff>
        a                   owl:Class ;
        rdfs:comment        "A steep high face of rock." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Acantilado"@es , "悬崖"@zh , "Cliff"@fr-fr , "Cliff"@en , "Cliff"@de , "Cliff" ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Continent>
        a                    owl:Class ;
        rdfs:comment         "A large landmass recognised by convention as a continent." ;
        rdfs:isDefinedBy     <http://purl.org/ontology/places#> ;
        rdfs:label           "Kontinent"@de , "Continent" , "Continent"@fr-fr , "Continent"@en , "大陆"@zh , "Continente"@es ;
        rdfs:seeAlso         <http://en.wikipedia.org/wiki/Continent> ;
        owl:equivalentClass  <http://dbpedia.org/ontology/Continent> , <http://www.telegraphis.net/ontology/geography/geography#Continent> ;
        status:term_status   "testing" .

<http://purl.org/ontology/places#Peninsula>
        a                   owl:Class ;
        rdfs:comment        "A landmass projecting out into a body of water." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Peninsula"@en , "Peninsula" , "Península"@es , "Péninsule"@fr-fr , "Halbinsel"@de , "半岛"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Municipality>
        a                   owl:Class ;
        rdfs:comment        "A region of governance, often self-governed." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Municipio"@es , "市"@zh , "Municipality"@en , "Municipality" , "Municipalité"@fr-fr , "Gemeinde"@de ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#River>
        a                    owl:Class ;
        rdfs:comment         "A natural watercourse flowing towards an ocean, sea or lake." ;
        rdfs:isDefinedBy     <http://purl.org/ontology/places#> ;
        rdfs:label           "Río"@es , "River"@de , "River" , "River"@fr-fr , "River"@en , "河"@zh ;
        rdfs:seeAlso         <http://en.wikipedia.org/wiki/River> ;
        owl:equivalentClass  <http://dbpedia.org/ontology/River> ;
        status:term_status   "testing" .

<http://purl.org/ontology/places#LandMass>
        a                   owl:Class ;
        rdfs:comment        "A piece of land, useful in combination with Continent, Plate and others." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Masa de tierra"@es , "LandMass" , "Landmass"@en , "Landmasse"@de , "陆地"@zh , "La masse continentale"@fr-fr ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Landmass> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Plate>
        a                   owl:Class ;
        rdfs:comment        "A geological plate, a piece of the earth’s crust. Useful for geological descriptions involving the movement and separation of continents." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Plate"@en , "Plate" , "Tafel"@de , "Placa"@es , "板"@zh , "Plate"@fr-fr ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Tectonic_plate> ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Ridge>
        a                   owl:Class ;
        rdfs:comment        "A long elevation or striation in the land." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "脊"@zh , "Ridge" , "Ridge"@fr-fr , "Ridge"@es , "Ridge"@en , "Ridge"@de ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Reservoir>
        a                   owl:Class ;
        rdfs:comment        "A man-made or natural lake used for the storage and regulation of a water supply." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "水库"@zh , "Depósito"@es , "Reservoir"@en , "Reservoir"@de , "Reservoir" , "Réservoir"@fr-fr ;
        status:term_status  "testing" .

<http://vocab.org/places/schema.json>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "JSON" ;
        dc:format   "application/json" .

<http://purl.org/ontology/places#Township>
        a                   owl:Class ;
        rdfs:comment        "A settlement and geographic area, less formally recognised than a town." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Municipio"@es , "Canton"@fr-fr , "乡"@zh , "Township"@en , "Township"@de , "Township" ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Settlement>
        a                   owl:Class ;
        rdfs:comment        "A Settlement is an area of land inhabited by humans and usually having buildings." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "解决"@zh , "Siedlung"@de , "Règlement"@fr-fr , "Settlement"@en , "Settlement" , "Liquidación"@es ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#Borough>
        a                   owl:Class ;
        rdfs:comment        "An administrative region of governance." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "Municipio"@es , "Arrondissement"@fr-fr , "Bezirk"@de , "Borough"@en , "Borough" , "伯勒"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#City>
        a                    owl:Class ;
        rdfs:comment         "A large settlement, often with some form of formal political recognition." ;
        rdfs:isDefinedBy     <http://purl.org/ontology/places#> ;
        rdfs:label           "市"@zh , "Ciudad"@es , "City"@en , "City"@de , "City" , "City"@fr-fr ;
        rdfs:seeAlso         <http://en.wikipedia.org/wiki/City> ;
        owl:equivalentClass  <http://dbpedia.org/ontology/City> ;
        status:term_status   "testing" .

<http://purl.org/ontology/places#point_on_map>
        a             owl:DatatypeProperty ;
        rdfs:comment  "The point on map property indicates where a place should be shown by a pin on a map." ;
        rdfs:label    "Point on map" .

<http://vocab.org/places/schema.turtle>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "Turtle" ;
        dc:format   "text/plain" .

<http://purl.org/ontology/places#State>
        a                   owl:Class ;
        rdfs:comment        "A State is a land area of governance within a country. A state may have counties, cities and towns within its area." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "State"@en , "State" , "Staat"@de , "Estado"@es , "État"@fr-fr , "国家"@zh ;
        status:term_status  "testing" .

<http://purl.org/ontology/places#overlaps>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Overlaps is a property for saying that a particular place shares an area of land with another place but that neither place is entirely within the other." ;
        rdfs:isDefinedBy    <http://purl.org/ontology/places#> ;
        rdfs:label          "solapamientos"@es , "overlaps"@en , "overlaps" , "重叠"@zh , "Überschneidungen"@de , "chevauchements"@fr-fr ;
        status:term_status  "testing" .
