{
  "id": "urn:ngsi-ld:GtfsStop:Malaga_101",
  "type": "GtfsStop",
  "code": {
    "type": "Text",
    "value": "101"
  },
  "operatedBy": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:GtfsAgency:Malaga_EMT"
    ]
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        -4.424393,
        36.716872
      ]
    }
  },
  "name": {
    "type": "Text",
    "value": "Alameda Principal Sur"
  }
}