{
  "id": "urn:ngsi-ld:OSMBuilding:way:22234584",
  "type": "OSMBuilding",
  "osmId": {
    "type": "Integer",
    "value": 22234584
  },
  "osmType": {
    "type": "Text",
    "value": "way"
  },
  "osmLastModified": {
    "type": "DateTime",
    "value": "2024-02-20T11:00:00Z"
  },
  "name": {
    "type": "Text",
    "value": "Hospital La Paz"
  },
  "buildingType": {
    "type": "Text",
    "value": "hospital"
  },
  "amenity": {
    "type": "Text",
    "value": "hospital"
  },
  "buildingLevels": {
    "type": "Integer",
    "value": 12
  },
  "buildingLevelsUnderground": {
    "type": "Integer",
    "value": 2
  },
  "buildingHeight": {
    "type": "Number",
    "value": 48.5,
    "metadata": {
      "unitCode": {
        "type": "Text",
        "value": "MTR"
      }
    }
  },
  "roofShape": {
    "type": "Text",
    "value": "flat"
  },
  "buildingMaterial": {
    "type": "Text",
    "value": "concrete"
  },
  "buildingColour": {
    "type": "Text",
    "value": "#F5F5F0"
  },
  "wheelchair": {
    "type": "Text",
    "value": "yes"
  },
  "access": {
    "type": "Text",
    "value": "yes"
  },
  "operator": {
    "type": "Text",
    "value": "Comunidad de Madrid"
  },
  "startDate": {
    "type": "Text",
    "value": "1964"
  },
  "address": {
    "type": "StructuredValue",
    "value": {
      "streetAddress": "Paseo de la Castellana",
      "houseNumber": "261",
      "addressCity": "Madrid",
      "postalCode": "28046",
      "addressCountry": "ES"
    }
  },
  "openingHours": {
    "type": "Text",
    "value": "24/7"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            -3.689,
            40.4781
          ],
          [
            -3.687,
            40.4781
          ],
          [
            -3.687,
            40.476
          ],
          [
            -3.689,
            40.476
          ],
          [
            -3.689,
            40.4781
          ]
        ]
      ]
    }
  },
  "source": {
    "type": "URL",
    "value": "https://www.openstreetmap.org"
  },
  "seeAlso": {
    "type": "StructuredValue",
    "value": [
      "https://www.openstreetmap.org/way/22234584",
      "https://www.wikidata.org/wiki/Q1321393"
    ]
  }
}