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