@prefix adminRecord: . @prefix asn: . @prefix ceasn: . @prefix ceterms: . @prefix collectionMethod: . @prefix dataWithholding: . @prefix dc: . @prefix dct: . @prefix incomeDetermination: . @prefix meta: . @prefix obi: . @prefix qdata: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix skos: . @prefix sourceCoverage: . @prefix subjectCategory: . @prefix vann: . @prefix vs: . @prefix xsd: . ceterms:geoURI a rdf:Property ; rdfs:label "Geographic URI"@en-US ; rdfs:comment "Entity that describes the longitude, latitude and other location details of a place."@en-US ; dct:description "This may define a place at any scale. Examples include a city, state, province, country, or continent."@en-US ; vann:usageNote "It is recommended to use services such as http://www.geonames.org to provide values for this property."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; schema:domainIncludes ceterms:GeoCoordinates, ceterms:Place ; schema:rangeIncludes xsd:anyURI .