{
  "id": "urn:ngsi-ld:AccessPoint:Madrid:acc_4_1_3",
  "type": "GtfsAccessPoint",
  "name": {
    "type": "Text",
    "value": "Bravo Murillo"
  },
  "hasParentStation": {
    "type": "Text",
    "value": "urn:ngsi-ld:GtfsStation:Madrid:est_90_21"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        -3.69036,
        40.46629
      ]
    }
  },
  "address": {
    "type": "StructuredValue",
    "value": {
      "addressLocality": "Madrid",
      "addressCountry": "ES",
      "streetAddress": "Calle de Bravo Murillo 377",
      "type": "PostalAddress"
    }
  }
}