{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.",
"rdfs:label" : "GeoShape",
"rdfs:subClassOf" : "schema:StructuredValue",
"schema:contributor" : "collab:rNews"
},
"properties" : {
"schema:address" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Physical address of the item.",
"rdfs:label" : "address",
"schema:domainIncludes" : [
"schema:GeoShape",
"schema:Organization",
"schema:Person",
"schema:GeoCoordinates",
"schema:Place"
],
"schema:rangeIncludes" : [
"schema:PostalAddress",
"schema:Text"
]
},
"schema:addressCountry" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1).",
"rdfs:label" : "addressCountry",
"schema:domainIncludes" : [
"schema:GeoShape",
"schema:DefinedRegion",
"schema:PostalAddress",
"schema:GeoCoordinates"
],
"schema:rangeIncludes" : [
"schema:Text",
"schema:Country"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:box" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.",
"rdfs:label" : "box",
"schema:domainIncludes" : "schema:GeoShape",
"schema:rangeIncludes" : "schema:Text"
},
"schema:circle" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.",
"rdfs:label" : "circle",
"schema:domainIncludes" : "schema:GeoShape",
"schema:rangeIncludes" : "schema:Text"
},
"schema:elevation" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form 'NUMBER UNIT\\_OF\\_MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.",
"rdfs:label" : "elevation",
"schema:domainIncludes" : [
"schema:GeoShape",
"schema:GeoCoordinates"
],
"schema:rangeIncludes" : [
"schema:Number",
"schema:Text"
]
},
"schema:line" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.",
"rdfs:label" : "line",
"schema:domainIncludes" : "schema:GeoShape",
"schema:rangeIncludes" : "schema:Text"
},
"schema:polygon" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.",
"rdfs:label" : "polygon",
"schema:domainIncludes" : "schema:GeoShape",
"schema:rangeIncludes" : "schema:Text"
},
"schema:postalCode" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The postal code. For example, 94043.",
"rdfs:label" : "postalCode",
"schema:domainIncludes" : [
"schema:DefinedRegion",
"schema:GeoCoordinates",
"schema:GeoShape",
"schema:PostalAddress"
],
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
}
}
}