{
  "id": "urn:ngsi-ld:RefLocation:00",
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [
      40.3,
      25.5
    ]
  },
  "properties": {
    "type": "SMRefLocation",
    "address": {
      "addressLocality": "Thessaloniki"
    },
    "location": {
      "type": "Point",
      "coordinates": [
        40.3,
        25.5
      ]
    },
    "locationReferencedBy": "urn:ngsi-ld:SMPost:123",
    "@context": [
      "https://smartdatamodels.org/context.jsonld"
    ]
  }
}