{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The geographic coordinates of a place or event.",
      "rdfs:label" : "GeoCoordinates",
      "rdfs:subClassOf" : "schema:StructuredValue"
   },
   "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: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:latitude" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).",
         "rdfs:label" : "latitude",
         "schema:domainIncludes" : [
            "schema:GeoCoordinates",
            "schema:Place"
         ],
         "schema:rangeIncludes" : [
            "schema:Number",
            "schema:Text"
         ]
      },
      "schema:longitude" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).",
         "rdfs:label" : "longitude",
         "schema:domainIncludes" : [
            "schema:GeoCoordinates",
            "schema:Place"
         ],
         "schema:rangeIncludes" : [
            "schema:Number",
            "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"
      }
   }
}