{ "@context": { "@vocab": "https://airlabs.co/vocab/", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Flight": "https://airlabs.co/vocab/Flight", "Airport": "https://airlabs.co/vocab/Airport", "Airline": "https://airlabs.co/vocab/Airline", "Route": "https://airlabs.co/vocab/Route", "FleetAircraft": "https://airlabs.co/vocab/FleetAircraft", "Schedule": "https://airlabs.co/vocab/Schedule", "hex": { "@id": "https://airlabs.co/vocab/hex", "@type": "xsd:string" }, "reg_number": { "@id": "https://airlabs.co/vocab/reg_number", "@type": "xsd:string" }, "flight_iata": { "@id": "https://airlabs.co/vocab/flight_iata", "@type": "xsd:string" }, "flight_icao": { "@id": "https://airlabs.co/vocab/flight_icao", "@type": "xsd:string" }, "flight_number": { "@id": "https://airlabs.co/vocab/flight_number", "@type": "xsd:string" }, "airline_iata": { "@id": "https://airlabs.co/vocab/airline_iata", "@type": "xsd:string" }, "airline_icao": { "@id": "https://airlabs.co/vocab/airline_icao", "@type": "xsd:string" }, "aircraft_icao": { "@id": "https://airlabs.co/vocab/aircraft_icao", "@type": "xsd:string" }, "dep_iata": { "@id": "https://airlabs.co/vocab/dep_iata", "@type": "xsd:string" }, "dep_icao": { "@id": "https://airlabs.co/vocab/dep_icao", "@type": "xsd:string" }, "arr_iata": { "@id": "https://airlabs.co/vocab/arr_iata", "@type": "xsd:string" }, "arr_icao": { "@id": "https://airlabs.co/vocab/arr_icao", "@type": "xsd:string" }, "iata_code": { "@id": "https://airlabs.co/vocab/iata_code", "@type": "xsd:string" }, "icao_code": { "@id": "https://airlabs.co/vocab/icao_code", "@type": "xsd:string" }, "lat": { "@id": "schema:latitude", "@type": "xsd:double" }, "lng": { "@id": "schema:longitude", "@type": "xsd:double" }, "alt": { "@id": "schema:elevation", "@type": "xsd:integer" }, "speed": { "@id": "https://airlabs.co/vocab/speed", "@type": "xsd:integer" }, "v_speed": { "@id": "https://airlabs.co/vocab/v_speed", "@type": "xsd:double" }, "dir": { "@id": "https://airlabs.co/vocab/dir", "@type": "xsd:double" }, "status": { "@id": "https://airlabs.co/vocab/status", "@type": "xsd:string" }, "delayed": { "@id": "https://airlabs.co/vocab/delayed", "@type": "xsd:integer" }, "duration": { "@id": "https://airlabs.co/vocab/duration", "@type": "xsd:integer" }, "flag": { "@id": "https://airlabs.co/vocab/flag", "@type": "xsd:string" }, "squawk": { "@id": "https://airlabs.co/vocab/squawk", "@type": "xsd:string" }, "updated": { "@id": "schema:dateModified", "@type": "xsd:integer" }, "timezone": { "@id": "schema:timezone", "@type": "xsd:string" }, "country_code": { "@id": "schema:addressCountry", "@type": "xsd:string" }, "city": { "@id": "schema:addressLocality", "@type": "xsd:string" }, "city_code": { "@id": "https://airlabs.co/vocab/city_code", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "phone": { "@id": "schema:telephone", "@type": "xsd:string" }, "website": { "@id": "schema:url", "@type": "@id" }, "fleet_size": { "@id": "https://airlabs.co/vocab/fleet_size", "@type": "xsd:integer" }, "callsign": { "@id": "https://airlabs.co/vocab/callsign", "@type": "xsd:string" }, "days": { "@id": "https://airlabs.co/vocab/operatingDays", "@container": "@list" } } }