{
  "id": "urn:ngsi-ld:GtfsStation:Madrid:est_90_21",
  "type": "GtfsStation",
  "code": {
    "type": "Text",
    "value": "21"
  },
  "name": {
    "type": "Text",
    "value": "Intercambiador de Plaza de Castilla"
  },
  "hasStop": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:GtfsStop:Madrid_par_4_1"
    ]
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        -3.6892,
        40.4669
      ]
    }
  },
  "address": {
    "type": "StructuredValue",
    "value": {
      "addressLocality": "Madrid",
      "addressCountry": "ES",
      "streetAddress": "Paseo de la Castellana 189"
    }
  }
}