{ "@context": { "@vocab": "http://example.com/vocab#", "Place": "http://schema.org/Place", "name": "http://schema.org/name" }, "type": "FeatureCollection", "@id": "http://example.com/collections/1", "features": [ { "type": "Feature", "@type": ["Feature", "Place"], "id": "1", "@id": "http://example.com/collections/1/features/1", "properties": {"name": "Kilchattan Bay, Scotland" }, "geometry": {"type": "Point", "coordinates": [-5.0240864,55.7503969]} }, ] }