{ "@context": { "Place": "http://schema.org/Place", "name": "http://purl.org/dc/terms/title", "description": "http://purl.org/dc/terms/description", "geo": "http://schema.org/geo", "image": { "@id": "http://schema.org/image", "@type": "@id" }, "latitude": { "@id": "http://www.w3.org/2003/01/geo/wgs84_pos#lat", "@type": "xsd:decimal" }, "longitude": { "@id": "http://www.w3.org/2003/01/geo/wgs84_pos#long", "@type": "xsd:decimal" }, "elevation": "http://www.w3.org/2003/01/geo/wgs84_pos#alt", "telephone": "http://schema.org/telephone", "Address": "http://www.w3.org/2006/vcard/ns#Address", "address": "http://www.w3.org/2006/vcard/ns#address", "street": "http://www.w3.org/2006/vcard/ns#street-address", "locality": "http://www.w3.org/2006/vcard/ns#locality", "region": "http://www.w3.org/2006/vcard/ns#region", "country": "http://www.w3.org/2006/vcard/ns#country", "postalCode": "http://www.w3.org/2006/vcard/ns#postal-code", "meter": "http://purl.org/measurement#meter", "kilometer": "http://purl.org/measurement#kilometer", "feet": "http://purl.org/measurement#feet", "miles": "http://purl.org/measurement#miles", "xsd": "http://www.w3.org/2001/XMLSchema#" } }