{
  "id": "urn:ngsi-ld:Organization:34f91f29-aadd-45f7-ab9e-4fca2baffdd7",
  "type": "Organization",
  "dateCreated": "2022-06-21T08:24:35.905712+02:00",
  "dateModified": "2022-06-22T09:24:35.905712+02:00",
  "name": "Example Organization",
  "location": {
    "type": "Point",
    "coordinates": [
      49.4,
      8.68
    ]
  },
  "address": {
    "addressLocality": "Heidelberg",
    "postalCode": "69115",
    "streetAddress": "Example-Street 42"
  },
  "areaServed": "Stadt Heidelberg",
  "url": "https://www.example-organization-homepage.com",
  "legalName": "Beispielname GmbH",
  "taxID": "12345678900"
}