DO.COM.04 GeoLocation
The spdci:GeoLocation object represents a geographical location set defined by a latitude, a longitude, and altitude (optional), according to the WGS 84 system, and an option for a Google Plus Code.
DO.COM.04 GeoLocation
Property Key
Data Type (and Restrictions)
Cardinality
Description
Example of Use
{
"@context": {
"spdci": "https://schema.spdci.org/core/v1/data",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"code":"https://schema.spdci.org/core/v1/code"
},
"@id": "spdci:GeoLocation_1",
"@type": "spdci:GeoLocation",
"latitude": 33.3128,
"longitude": 44.3615,
"altitude": 1000.0123,
"plus_code": " "
}Used in
JSON-LD File on GitHub
Last updated
Was this helpful?

