{
  "id": "urn:ngsi-ld:OSMAddressPoint:node:7128472910",
  "type": "OSMAddressPoint",
  "osmId": {
    "type": "Integer",
    "value": 7128472910
  },
  "osmType": {
    "type": "Text",
    "value": "node"
  },
  "osmLastModified": {
    "type": "DateTime",
    "value": "2021-04-16T12:00:00Z"
  },
  "streetAddress": {
    "type": "Text",
    "value": "Calle Mayor"
  },
  "houseNumber": {
    "type": "Text",
    "value": "27"
  },
  "addressCity": {
    "type": "Text",
    "value": "Madrid"
  },
  "addressDistrict": {
    "type": "Text",
    "value": "Centro"
  },
  "addressProvince": {
    "type": "Text",
    "value": "Madrid"
  },
  "postalCode": {
    "type": "Text",
    "value": "28013"
  },
  "addressCountry": {
    "type": "Text",
    "value": "ES"
  },
  "refBuilding": {
    "type": "URL",
    "value": "urn:ngsi-ld:OSMBuilding:way:98765432"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        -3.708,
        40.4155
      ]
    }
  },
  "source": {
    "type": "URL",
    "value": "https://www.openstreetmap.org"
  },
  "seeAlso": {
    "type": "StructuredValue",
    "value": [
      "https://www.openstreetmap.org/node/7128472910"
    ]
  }
}