[
  {
    "@context": "http://context.json-ld",
    "id": "urn:ngsi-ld:GPS:gps1",
    "type": "GPS",
    "location": {
      "type": "GeoProperty",
      "value": {
        "coordinates": [
          13,
          52
        ],
        "type": "Point"
      }
    }
  }
]
