{
  "id": "urn:ngsi-ld:Airline:airport-BMA",
  "type": "Feature",
  "geometry": {
    "type": "GeoProperty",
    "value": {
      "type": "Point",
      "coordinates": [
        59.354444,
        17.939722,
        14
      ]
    }
  },
  "properties": {
    "type": "Airport",
    "codeIATA": {
      "type": "Property",
      "value": "BMA"
    },
    "codeICAO": {
      "type": "Property",
      "value": "ESSB"
    },
    "name": {
      "type": "Property",
      "value": "Bromma Stockholm Airport"
    },
    "alternateName": {
      "type": "Property",
      "value": "Stockholm Airport"
    },
    "address": {
      "type": "Property",
      "value": {
        "addressCountry": "SE",
        "addressLocality": "Stockholm",
        "type": "PostalAddress"
      }
    },
    "location": {
      "type": "GeoProperty",
      "value": {
        "type": "Point",
        "coordinates": [
          59.354444,
          17.939722,
          14
        ]
      }
    },
    "@context": [
      "https://smartdatamodels.org/context.jsonld",
      "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
    ]
  }
}