{
  "id": "airline-SN",
  "type": "Airline",
  "codeIATA": {
    "type": "Text",
    "value": "SN"
  },
  "codeICAO": {
    "type": "Text",
    "value": "BEL"
  },
  "callSign": {
    "type": "Text",
    "value": "BEELINE"
  },
  "name": {
    "type": "Text",
    "value": "Brussels Airlines"
  },
  "alternateName": {
    "type": "Text",
    "value": "Bru Air"
  },
  "address": {
    "type": "StructuredValue",
    "value": {
      "addressCountry": "BE"
    }
  }
}