Get a list of Phenomenon objects. Phenomena have many to many mapping with Observations.

### Available end points:

- `/phenomena/` - Will list all phenomena in the database
- `/phenomena.json` - Will return all phenomena in json format
- `/phenomena/<object_id>/` - Returns phenomena object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `names`
- `terms`


### How to use filters:

`/phenomena/?names__name__contains=sea`

`/phenomena.json?terms__vocabulary=cf_standard_names`

GET /api/v2/phenomona/?format=api&offset=7300
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53163,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=7400",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=7200",
    "results": [
        {
            "ob_id": 15165,
            "names": [
                {
                    "ob_id": 10681,
                    "name": "Eastward wind component from turbulence probe and GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15005,
                    "label": "long_name",
                    "value": "Eastward wind component from turbulence probe and GIN",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15006,
                    "label": "var_id",
                    "value": "U_C",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15166,
            "names": [
                {
                    "ob_id": 10682,
                    "name": "Flag for Acceleration along the aircraft longitudinal axis (GIN) (positive forward)"
                }
            ],
            "terms": [
                {
                    "ob_id": 15008,
                    "label": "long_name",
                    "value": "Flag for Acceleration along the aircraft longitudinal axis (GIN) (positive forward)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15009,
                    "label": "var_id",
                    "value": "ACLF_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15167,
            "names": [
                {
                    "ob_id": 10683,
                    "name": "Flag for Acceleration along the aircraft transverse axis (GIN) (positive starboard)"
                }
            ],
            "terms": [
                {
                    "ob_id": 15010,
                    "label": "long_name",
                    "value": "Flag for Acceleration along the aircraft transverse axis (GIN) (positive starboard)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15011,
                    "label": "var_id",
                    "value": "ACLS_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15168,
            "names": [
                {
                    "ob_id": 10684,
                    "name": "Flag for Acceleration along the aircraft vertical axis (GIN) (positive down)"
                }
            ],
            "terms": [
                {
                    "ob_id": 15012,
                    "label": "long_name",
                    "value": "Flag for Acceleration along the aircraft vertical axis (GIN) (positive down)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15013,
                    "label": "var_id",
                    "value": "ACLD_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15169,
            "names": [
                {
                    "ob_id": 10685,
                    "name": "Flag for Aircraft track angle POSAV GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15014,
                    "label": "long_name",
                    "value": "Flag for Aircraft track angle POSAV GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15015,
                    "label": "var_id",
                    "value": "TRCK_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15170,
            "names": [
                {
                    "ob_id": 10686,
                    "name": "Flag for Aircraft velocity down from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15016,
                    "label": "long_name",
                    "value": "Flag for Aircraft velocity down from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15017,
                    "label": "var_id",
                    "value": "VELD_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15171,
            "names": [
                {
                    "ob_id": 10687,
                    "name": "Flag for Aircraft velocity east from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15018,
                    "label": "long_name",
                    "value": "Flag for Aircraft velocity east from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15019,
                    "label": "var_id",
                    "value": "VELE_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15172,
            "names": [
                {
                    "ob_id": 10688,
                    "name": "Flag for Aircraft velocity north from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15020,
                    "label": "long_name",
                    "value": "Flag for Aircraft velocity north from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15021,
                    "label": "var_id",
                    "value": "VELN_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15173,
            "names": [
                {
                    "ob_id": 10689,
                    "name": "Flag for Altitude from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15022,
                    "label": "long_name",
                    "value": "Flag for Altitude from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15023,
                    "label": "var_id",
                    "value": "ALT_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15174,
            "names": [
                {
                    "ob_id": 10691,
                    "name": "Flag for Angle of attack from the turbulence probe (positive, flow upwards wrt a/c axes)"
                }
            ],
            "terms": [
                {
                    "ob_id": 15026,
                    "label": "long_name",
                    "value": "Flag for Angle of attack from the turbulence probe (positive, flow upwards wrt a/c axes)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15027,
                    "label": "var_id",
                    "value": "AOA_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15175,
            "names": [
                {
                    "ob_id": 10692,
                    "name": "Flag for Angle of sideslip from the turbulence probe (positive, flow from left)"
                }
            ],
            "terms": [
                {
                    "ob_id": 15028,
                    "label": "long_name",
                    "value": "Flag for Angle of sideslip from the turbulence probe (positive, flow from left)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15029,
                    "label": "var_id",
                    "value": "AOSS_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15176,
            "names": [
                {
                    "ob_id": 10693,
                    "name": "Flag for Cabin pressure"
                }
            ],
            "terms": [
                {
                    "ob_id": 15030,
                    "label": "long_name",
                    "value": "Flag for Cabin pressure",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15031,
                    "label": "var_id",
                    "value": "CAB_PRES_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15177,
            "names": [
                {
                    "ob_id": 10694,
                    "name": "Flag for Cabin temperature at the core consoles"
                }
            ],
            "terms": [
                {
                    "ob_id": 15032,
                    "label": "long_name",
                    "value": "Flag for Cabin temperature at the core consoles",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15033,
                    "label": "var_id",
                    "value": "CAB_TEMP_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15178,
            "names": [
                {
                    "ob_id": 10695,
                    "name": "Flag for Calibrated differential pressure between centre(P0) port and S10 static"
                }
            ],
            "terms": [
                {
                    "ob_id": 15034,
                    "label": "long_name",
                    "value": "Flag for Calibrated differential pressure between centre(P0) port and S10 static",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15035,
                    "label": "var_id",
                    "value": "P0_S10_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15179,
            "names": [
                {
                    "ob_id": 10696,
                    "name": "Flag for Calibrated differential pressure between turbulence probe horizontal ports"
                }
            ],
            "terms": [
                {
                    "ob_id": 15036,
                    "label": "long_name",
                    "value": "Flag for Calibrated differential pressure between turbulence probe horizontal ports",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15037,
                    "label": "var_id",
                    "value": "PB_TURB_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15180,
            "names": [
                {
                    "ob_id": 10697,
                    "name": "Flag for Calibrated differential pressure between turbulence probe vertical ports"
                }
            ],
            "terms": [
                {
                    "ob_id": 15038,
                    "label": "long_name",
                    "value": "Flag for Calibrated differential pressure between turbulence probe vertical ports",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15039,
                    "label": "var_id",
                    "value": "PA_TURB_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15181,
            "names": [
                {
                    "ob_id": 10935,
                    "name": "Flag for Corrected downward long wave irradiance."
                }
            ],
            "terms": [
                {
                    "ob_id": 15524,
                    "label": "long_name",
                    "value": "Flag for Corrected downward long wave irradiance.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15525,
                    "label": "var_id",
                    "value": "IR_DN_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15182,
            "names": [
                {
                    "ob_id": 10698,
                    "name": "Flag for Corrected downward short wave irradiance, clear dome"
                }
            ],
            "terms": [
                {
                    "ob_id": 15040,
                    "label": "long_name",
                    "value": "Flag for Corrected downward short wave irradiance, clear dome",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15041,
                    "label": "var_id",
                    "value": "SW_DN_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15183,
            "names": [
                {
                    "ob_id": 10699,
                    "name": "Flag for Corrected downward short wave irradiance, red dome"
                }
            ],
            "terms": [
                {
                    "ob_id": 15042,
                    "label": "long_name",
                    "value": "Flag for Corrected downward short wave irradiance, red dome",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15043,
                    "label": "var_id",
                    "value": "RED_DN_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15184,
            "names": [
                {
                    "ob_id": 10936,
                    "name": "Flag for Corrected upward long wave irradiance"
                }
            ],
            "terms": [
                {
                    "ob_id": 15526,
                    "label": "long_name",
                    "value": "Flag for Corrected upward long wave irradiance",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15527,
                    "label": "var_id",
                    "value": "IR_UP_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15185,
            "names": [
                {
                    "ob_id": 10700,
                    "name": "Flag for Corrected upward short wave irradiance, clear dome"
                }
            ],
            "terms": [
                {
                    "ob_id": 15044,
                    "label": "long_name",
                    "value": "Flag for Corrected upward short wave irradiance, clear dome",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15045,
                    "label": "var_id",
                    "value": "SW_UP_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15186,
            "names": [
                {
                    "ob_id": 10701,
                    "name": "Flag for Corrected upward short wave irradiance, red dome"
                }
            ],
            "terms": [
                {
                    "ob_id": 15046,
                    "label": "long_name",
                    "value": "Flag for Corrected upward short wave irradiance, red dome",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15047,
                    "label": "var_id",
                    "value": "RED_UP_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15187,
            "names": [
                {
                    "ob_id": 10702,
                    "name": "Flag for Dew point from the General Eastern instrument."
                }
            ],
            "terms": [
                {
                    "ob_id": 15048,
                    "label": "long_name",
                    "value": "Flag for Dew point from the General Eastern instrument.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15049,
                    "label": "var_id",
                    "value": "TDEW_GE_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15188,
            "names": [
                {
                    "ob_id": 10703,
                    "name": "Flag for Eastward wind component from turbulence probe and GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 15050,
                    "label": "long_name",
                    "value": "Flag for Eastward wind component from turbulence probe and GIN",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15051,
                    "label": "var_id",
                    "value": "U_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15189,
            "names": [
                {
                    "ob_id": 10705,
                    "name": "Flag for Groundspeed from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15054,
                    "label": "long_name",
                    "value": "Flag for Groundspeed from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15055,
                    "label": "var_id",
                    "value": "GSPD_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15190,
            "names": [
                {
                    "ob_id": 10937,
                    "name": "Flag for Headingfrom POSAV GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15057,
                    "label": "var_id",
                    "value": "HDG_GIN_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15528,
                    "label": "long_name",
                    "value": "Flag for Headingfrom POSAV GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15191,
            "names": [
                {
                    "ob_id": 10707,
                    "name": "Flag for Indicated air speed from the aircraft RVSM (air data) system."
                }
            ],
            "terms": [
                {
                    "ob_id": 15058,
                    "label": "long_name",
                    "value": "Flag for Indicated air speed from the aircraft RVSM (air data) system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15059,
                    "label": "var_id",
                    "value": "IAS_RVSM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15192,
            "names": [
                {
                    "ob_id": 10708,
                    "name": "Flag for Latitude from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15060,
                    "label": "long_name",
                    "value": "Flag for Latitude from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15061,
                    "label": "var_id",
                    "value": "LAT_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15193,
            "names": [
                {
                    "ob_id": 10710,
                    "name": "Flag for Longitude from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 15064,
                    "label": "long_name",
                    "value": "Flag for Longitude from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15065,
                    "label": "var_id",
                    "value": "LON_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15194,
            "names": [
                {
                    "ob_id": 10713,
                    "name": "Flag for Northward wind component from turbulence probe and GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 15070,
                    "label": "long_name",
                    "value": "Flag for Northward wind component from turbulence probe and GIN",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15071,
                    "label": "var_id",
                    "value": "V_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15195,
            "names": [
                {
                    "ob_id": 10715,
                    "name": "Flag for Pitch angle from POSAV GPS-aided Inertial Nav. unit (positive for nose up)"
                }
            ],
            "terms": [
                {
                    "ob_id": 15074,
                    "label": "long_name",
                    "value": "Flag for Pitch angle from POSAV GPS-aided Inertial Nav. unit (positive for nose up)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15075,
                    "label": "var_id",
                    "value": "PTCH_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15196,
            "names": [
                {
                    "ob_id": 10716,
                    "name": "Flag for Pitot static pressure inverted from RVSM (air data) system indicated airspeed"
                }
            ],
            "terms": [
                {
                    "ob_id": 15076,
                    "label": "long_name",
                    "value": "Flag for Pitot static pressure inverted from RVSM (air data) system indicated airspeed",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15077,
                    "label": "var_id",
                    "value": "Q_RVSM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15197,
            "names": [
                {
                    "ob_id": 10717,
                    "name": "Flag for Pitot-static pressure from centre-port measurements corrrected for AoA and AoSS"
                }
            ],
            "terms": [
                {
                    "ob_id": 15078,
                    "label": "long_name",
                    "value": "Flag for Pitot-static pressure from centre-port measurements corrrected for AoA and AoSS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15079,
                    "label": "var_id",
                    "value": "PSP_TURB_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15198,
            "names": [
                {
                    "ob_id": 10718,
                    "name": "Flag for Pressure altitude from the aircraft RVSM (air data) system"
                }
            ],
            "terms": [
                {
                    "ob_id": 15080,
                    "label": "long_name",
                    "value": "Flag for Pressure altitude from the aircraft RVSM (air data) system",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15081,
                    "label": "var_id",
                    "value": "PALT_RVS_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15199,
            "names": [
                {
                    "ob_id": 10719,
                    "name": "Flag for Radar height from the aircraft radar altimeter."
                }
            ],
            "terms": [
                {
                    "ob_id": 15082,
                    "label": "long_name",
                    "value": "Flag for Radar height from the aircraft radar altimeter.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15083,
                    "label": "var_id",
                    "value": "HGT_RADR_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15200,
            "names": [
                {
                    "ob_id": 10720,
                    "name": "Flag for Roll angle from POSAV GPS-aided Inertial Nav. unit (positive for left wing up)"
                }
            ],
            "terms": [
                {
                    "ob_id": 15084,
                    "label": "long_name",
                    "value": "Flag for Roll angle from POSAV GPS-aided Inertial Nav. unit (positive for left wing up)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15085,
                    "label": "var_id",
                    "value": "ROLL_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15201,
            "names": [
                {
                    "ob_id": 10721,
                    "name": "Flag for Solar azimuth derived from aircraft position and time."
                }
            ],
            "terms": [
                {
                    "ob_id": 15086,
                    "label": "long_name",
                    "value": "Flag for Solar azimuth derived from aircraft position and time.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15087,
                    "label": "var_id",
                    "value": "SOL_AZIM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15202,
            "names": [
                {
                    "ob_id": 10722,
                    "name": "Flag for Solar zenith derived from aircraft position and time."
                }
            ],
            "terms": [
                {
                    "ob_id": 15088,
                    "label": "long_name",
                    "value": "Flag for Solar zenith derived from aircraft position and time.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15089,
                    "label": "var_id",
                    "value": "SOL_ZEN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15203,
            "names": [
                {
                    "ob_id": 10723,
                    "name": "Flag for Static pressure from S9 fuselage ports"
                }
            ],
            "terms": [
                {
                    "ob_id": 15090,
                    "label": "long_name",
                    "value": "Flag for Static pressure from S9 fuselage ports",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15091,
                    "label": "var_id",
                    "value": "P9_STAT_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15204,
            "names": [
                {
                    "ob_id": 10724,
                    "name": "Flag for Static pressure from the aircraft RVSM (air data) system"
                }
            ],
            "terms": [
                {
                    "ob_id": 15092,
                    "label": "long_name",
                    "value": "Flag for Static pressure from the aircraft RVSM (air data) system",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15093,
                    "label": "var_id",
                    "value": "PS_RVSM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15205,
            "names": [
                {
                    "ob_id": 10725,
                    "name": "Flag for True air speed from the aircraft RVSM (air data) system and deiced temperature."
                }
            ],
            "terms": [
                {
                    "ob_id": 15094,
                    "label": "long_name",
                    "value": "Flag for True air speed from the aircraft RVSM (air data) system and deiced temperature.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15095,
                    "label": "var_id",
                    "value": "TAS_RVSM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15206,
            "names": [
                {
                    "ob_id": 10726,
                    "name": "Flag for True air temperature from the Rosemeount non-deiced temperature sensor."
                }
            ],
            "terms": [
                {
                    "ob_id": 15096,
                    "label": "long_name",
                    "value": "Flag for True air temperature from the Rosemeount non-deiced temperature sensor.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15097,
                    "label": "var_id",
                    "value": "TAT_ND_R_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15207,
            "names": [
                {
                    "ob_id": 10727,
                    "name": "Flag for True air temperature from the Rosemount deiced temperature sensor."
                }
            ],
            "terms": [
                {
                    "ob_id": 15098,
                    "label": "long_name",
                    "value": "Flag for True air temperature from the Rosemount deiced temperature sensor.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15099,
                    "label": "var_id",
                    "value": "TAT_DI_R_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15208,
            "names": [
                {
                    "ob_id": 10728,
                    "name": "Flag for True airspeed (dry-air) from turbulence probe"
                }
            ],
            "terms": [
                {
                    "ob_id": 15100,
                    "label": "long_name",
                    "value": "Flag for True airspeed (dry-air) from turbulence probe",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15101,
                    "label": "var_id",
                    "value": "TAS_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15209,
            "names": [
                {
                    "ob_id": 10730,
                    "name": "Flag for Uncorrected liquid water content from the Johnson Williams instrument."
                }
            ],
            "terms": [
                {
                    "ob_id": 15104,
                    "label": "long_name",
                    "value": "Flag for Uncorrected liquid water content from the Johnson Williams instrument.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15105,
                    "label": "var_id",
                    "value": "LWC_JW_U_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15210,
            "names": [
                {
                    "ob_id": 10735,
                    "name": "Flag for Vertical wind component from turbulence probe and GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 15114,
                    "label": "long_name",
                    "value": "Flag for Vertical wind component from turbulence probe and GIN",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15115,
                    "label": "var_id",
                    "value": "W_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15211,
            "names": [
                {
                    "ob_id": 10736,
                    "name": "Flag for rate-of-change of GIN heading"
                }
            ],
            "terms": [
                {
                    "ob_id": 15116,
                    "label": "long_name",
                    "value": "Flag for rate-of-change of GIN heading",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15117,
                    "label": "var_id",
                    "value": "HDGR_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15212,
            "names": [
                {
                    "ob_id": 10737,
                    "name": "Flag for rate-of-change of GIN pitch angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 15118,
                    "label": "long_name",
                    "value": "Flag for rate-of-change of GIN pitch angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15119,
                    "label": "var_id",
                    "value": "PITR_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15213,
            "names": [
                {
                    "ob_id": 10738,
                    "name": "Flag for rate-of-change of GIN roll angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 15120,
                    "label": "long_name",
                    "value": "Flag for rate-of-change of GIN roll angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15121,
                    "label": "var_id",
                    "value": "ROLR_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15214,
            "names": [
                {
                    "ob_id": 10739,
                    "name": "Groundspeed from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15122,
                    "label": "long_name",
                    "value": "Groundspeed from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15123,
                    "label": "var_id",
                    "value": "GSPD_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15215,
            "names": [
                {
                    "ob_id": 10938,
                    "name": "Headingfrom POSAV GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15126,
                    "label": "var_id",
                    "value": "HDG_GIN",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15529,
                    "label": "long_name",
                    "value": "Headingfrom POSAV GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15216,
            "names": [
                {
                    "ob_id": 10743,
                    "name": "Latitude from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 65,
                    "label": "units",
                    "value": "degree_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15129,
                    "label": "long_name",
                    "value": "Latitude from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15130,
                    "label": "var_id",
                    "value": "LAT_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15217,
            "names": [
                {
                    "ob_id": 10744,
                    "name": "Longitude from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 66,
                    "label": "units",
                    "value": "degree_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15132,
                    "label": "long_name",
                    "value": "Longitude from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15133,
                    "label": "var_id",
                    "value": "LON_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15218,
            "names": [
                {
                    "ob_id": 10747,
                    "name": "Northward wind component from turbulence probe and GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15138,
                    "label": "long_name",
                    "value": "Northward wind component from turbulence probe and GIN",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15139,
                    "label": "var_id",
                    "value": "V_C",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15219,
            "names": [
                {
                    "ob_id": 10748,
                    "name": "Pitch angle from POSAV GPS-aided Inertial Nav. unit (positive for nose up)"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15141,
                    "label": "long_name",
                    "value": "Pitch angle from POSAV GPS-aided Inertial Nav. unit (positive for nose up)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15143,
                    "label": "var_id",
                    "value": "PTCH_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15220,
            "names": [
                {
                    "ob_id": 10752,
                    "name": "Pressure altitude from the aircraft RVSM (air data) system"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15148,
                    "label": "long_name",
                    "value": "Pressure altitude from the aircraft RVSM (air data) system",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15149,
                    "label": "var_id",
                    "value": "PALT_RVS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15221,
            "names": [
                {
                    "ob_id": 10753,
                    "name": "Radar height from the aircraft radar altimeter."
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15150,
                    "label": "long_name",
                    "value": "Radar height from the aircraft radar altimeter.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15151,
                    "label": "var_id",
                    "value": "HGT_RADR",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15222,
            "names": [
                {
                    "ob_id": 10755,
                    "name": "Roll angle from POSAV GPS-aided Inertial Nav. unit (positive for left wing up)"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15152,
                    "label": "long_name",
                    "value": "Roll angle from POSAV GPS-aided Inertial Nav. unit (positive for left wing up)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15154,
                    "label": "var_id",
                    "value": "ROLL_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15223,
            "names": [
                {
                    "ob_id": 10756,
                    "name": "Static pressure from the aircraft RVSM (air data) system"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15158,
                    "label": "long_name",
                    "value": "Static pressure from the aircraft RVSM (air data) system",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15159,
                    "label": "var_id",
                    "value": "PS_RVSM",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15224,
            "names": [
                {
                    "ob_id": 10757,
                    "name": "True air speed from the aircraft RVSM (air data) system and deiced temperature."
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15160,
                    "label": "long_name",
                    "value": "True air speed from the aircraft RVSM (air data) system and deiced temperature.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15162,
                    "label": "var_id",
                    "value": "TAS_RVSM",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15225,
            "names": [
                {
                    "ob_id": 10397,
                    "name": "True air temperature from the Rosemeount non-deiced temperature sensor."
                }
            ],
            "terms": [
                {
                    "ob_id": 14591,
                    "label": "units",
                    "value": "degK",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14712,
                    "label": "long_name",
                    "value": "True air temperature from the Rosemeount non-deiced temperature sensor.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15163,
                    "label": "var_id",
                    "value": "TAT_ND_R",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15226,
            "names": [
                {
                    "ob_id": 10398,
                    "name": "True air temperature from the Rosemount deiced temperature sensor."
                }
            ],
            "terms": [
                {
                    "ob_id": 14591,
                    "label": "units",
                    "value": "degK",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14713,
                    "label": "long_name",
                    "value": "True air temperature from the Rosemount deiced temperature sensor.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15164,
                    "label": "var_id",
                    "value": "TAT_DI_R",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15227,
            "names": [
                {
                    "ob_id": 10761,
                    "name": "Vertical wind component from turbulence probe and GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15174,
                    "label": "long_name",
                    "value": "Vertical wind component from turbulence probe and GIN",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15175,
                    "label": "var_id",
                    "value": "W_C",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15228,
            "names": [
                {
                    "ob_id": 10762,
                    "name": "rate-of-change of GIN heading"
                }
            ],
            "terms": [
                {
                    "ob_id": 15176,
                    "label": "units",
                    "value": "degree s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15177,
                    "label": "long_name",
                    "value": "rate-of-change of GIN heading",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15179,
                    "label": "var_id",
                    "value": "HDGR_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15229,
            "names": [
                {
                    "ob_id": 10764,
                    "name": "rate-of-change of GIN pitch angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 15176,
                    "label": "units",
                    "value": "degree s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15180,
                    "label": "long_name",
                    "value": "rate-of-change of GIN pitch angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15182,
                    "label": "var_id",
                    "value": "PITR_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15230,
            "names": [
                {
                    "ob_id": 10767,
                    "name": "rate-of-change of GIN roll angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 15176,
                    "label": "units",
                    "value": "degree s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15183,
                    "label": "long_name",
                    "value": "rate-of-change of GIN roll angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15185,
                    "label": "var_id",
                    "value": "ROLR_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15231,
            "names": [
                {
                    "ob_id": 10939,
                    "name": "ALT_GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15232,
            "names": [
                {
                    "ob_id": 304,
                    "name": "CH2Br2"
                }
            ],
            "terms": [
                {
                    "ob_id": 4210,
                    "label": "units",
                    "value": "ppt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15233,
            "names": [
                {
                    "ob_id": 320,
                    "name": "CH2BrCl"
                }
            ],
            "terms": [
                {
                    "ob_id": 4210,
                    "label": "units",
                    "value": "ppt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15234,
            "names": [
                {
                    "ob_id": 322,
                    "name": "CHBr2Cl"
                }
            ],
            "terms": [
                {
                    "ob_id": 4210,
                    "label": "units",
                    "value": "ppt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15235,
            "names": [
                {
                    "ob_id": 308,
                    "name": "CHBr3"
                }
            ],
            "terms": [
                {
                    "ob_id": 4210,
                    "label": "units",
                    "value": "ppt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15236,
            "names": [
                {
                    "ob_id": 657,
                    "name": "CHBrCl2"
                }
            ],
            "terms": [
                {
                    "ob_id": 4210,
                    "label": "units",
                    "value": "ppt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15237,
            "names": [
                {
                    "ob_id": 312,
                    "name": "CHCl3"
                }
            ],
            "terms": [
                {
                    "ob_id": 4210,
                    "label": "units",
                    "value": "ppt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15238,
            "names": [
                {
                    "ob_id": 10940,
                    "name": "DCM"
                }
            ],
            "terms": [
                {
                    "ob_id": 4210,
                    "label": "units",
                    "value": "ppt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15239,
            "names": [
                {
                    "ob_id": 10941,
                    "name": "LAT_GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 65,
                    "label": "units",
                    "value": "degree_north",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15240,
            "names": [
                {
                    "ob_id": 10942,
                    "name": "LON_GIN"
                }
            ],
            "terms": [
                {
                    "ob_id": 66,
                    "label": "units",
                    "value": "degree_east",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15241,
            "names": [
                {
                    "ob_id": 6132,
                    "name": "platform_speed_wrt_ground"
                },
                {
                    "ob_id": 10943,
                    "name": "AIMMS Eastwards ground speed"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9021,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_ground",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15530,
                    "label": "long_name",
                    "value": "AIMMS Eastwards ground speed",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15531,
                    "label": "var_id",
                    "value": "VE",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15242,
            "names": [
                {
                    "ob_id": 204,
                    "name": "altitude"
                },
                {
                    "ob_id": 10944,
                    "name": "AIMMS GPS altitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34,
                    "label": "standard_name",
                    "value": "altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15532,
                    "label": "long_name",
                    "value": "AIMMS GPS altitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15533,
                    "label": "var_id",
                    "value": "ALT",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15243,
            "names": [
                {
                    "ob_id": 229,
                    "name": "latitude"
                },
                {
                    "ob_id": 10945,
                    "name": "AIMMS GPS latitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 65,
                    "label": "units",
                    "value": "degree_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3579,
                    "label": "var_id",
                    "value": "LAT",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15534,
                    "label": "long_name",
                    "value": "AIMMS GPS latitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15244,
            "names": [
                {
                    "ob_id": 230,
                    "name": "longitude"
                },
                {
                    "ob_id": 10946,
                    "name": "AIMMS GPS longitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 66,
                    "label": "units",
                    "value": "degree_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3578,
                    "label": "var_id",
                    "value": "LON",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15535,
                    "label": "long_name",
                    "value": "AIMMS GPS longitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15245,
            "names": [
                {
                    "ob_id": 10741,
                    "name": "platform_yaw_angle"
                },
                {
                    "ob_id": 10947,
                    "name": "AIMMS Heading angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15125,
                    "label": "standard_name",
                    "value": "platform_yaw_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15536,
                    "label": "long_name",
                    "value": "AIMMS Heading angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15537,
                    "label": "var_id",
                    "value": "HDG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15246,
            "names": [
                {
                    "ob_id": 6132,
                    "name": "platform_speed_wrt_ground"
                },
                {
                    "ob_id": 10948,
                    "name": "AIMMS Northwards ground speed"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9021,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_ground",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15538,
                    "label": "long_name",
                    "value": "AIMMS Northwards ground speed",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15539,
                    "label": "var_id",
                    "value": "VN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15247,
            "names": [
                {
                    "ob_id": 231,
                    "name": "relative_humidity"
                },
                {
                    "ob_id": 10949,
                    "name": "AIMMS Relative humidity wrt water"
                }
            ],
            "terms": [
                {
                    "ob_id": 67,
                    "label": "units",
                    "value": "percent",
                    "vocabulary": ""
                },
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 8606,
                    "label": "var_id",
                    "value": "RH",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15540,
                    "label": "long_name",
                    "value": "AIMMS Relative humidity wrt water",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15248,
            "names": [
                {
                    "ob_id": 225,
                    "name": "air_pressure"
                },
                {
                    "ob_id": 10950,
                    "name": "AIMMS Static pressure"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2913,
                    "label": "standard_name",
                    "value": "air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 8061,
                    "label": "var_id",
                    "value": "PRES",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15541,
                    "label": "long_name",
                    "value": "AIMMS Static pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15249,
            "names": [
                {
                    "ob_id": 10758,
                    "name": "platform_speed_wrt_air"
                },
                {
                    "ob_id": 10951,
                    "name": "AIMMS True air speed"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15161,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15165,
                    "label": "var_id",
                    "value": "TAS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15542,
                    "label": "long_name",
                    "value": "AIMMS True air speed",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15250,
            "names": [
                {
                    "ob_id": 10952,
                    "name": "AIMMS angle of attack (positive, flow from below aircraft)"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14983,
                    "label": "var_id",
                    "value": "AOA",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15543,
                    "label": "long_name",
                    "value": "AIMMS angle of attack (positive, flow from below aircraft)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15251,
            "names": [
                {
                    "ob_id": 10953,
                    "name": "AIMMS angle of sideslip (positive, flow from left)"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14985,
                    "label": "var_id",
                    "value": "AOSS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15544,
                    "label": "long_name",
                    "value": "AIMMS angle of sideslip (positive, flow from left)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15252,
            "names": [
                {
                    "ob_id": 212,
                    "name": "eastward_wind"
                },
                {
                    "ob_id": 10954,
                    "name": "AIMMS eastwards wind component"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 51,
                    "label": "standard_name",
                    "value": "eastward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 8047,
                    "label": "var_id",
                    "value": "U",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15545,
                    "label": "long_name",
                    "value": "AIMMS eastwards wind component",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15253,
            "names": [
                {
                    "ob_id": 10955,
                    "name": "AIMMS non-dimensional angle of attack differential pressure"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15546,
                    "label": "long_name",
                    "value": "AIMMS non-dimensional angle of attack differential pressure",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15547,
                    "label": "var_id",
                    "value": "DPAOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15254,
            "names": [
                {
                    "ob_id": 10956,
                    "name": "AIMMS non-dimensional angle of sideslip differential pressure"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15548,
                    "label": "long_name",
                    "value": "AIMMS non-dimensional angle of sideslip differential pressure",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15549,
                    "label": "var_id",
                    "value": "DPAOSS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15255,
            "names": [
                {
                    "ob_id": 215,
                    "name": "northward_wind"
                },
                {
                    "ob_id": 10957,
                    "name": "AIMMS northwards wind component"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 54,
                    "label": "standard_name",
                    "value": "northward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 8049,
                    "label": "var_id",
                    "value": "V",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15550,
                    "label": "long_name",
                    "value": "AIMMS northwards wind component",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15256,
            "names": [
                {
                    "ob_id": 10749,
                    "name": "platform_pitch_angle"
                },
                {
                    "ob_id": 10958,
                    "name": "AIMMS pitch angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15142,
                    "label": "standard_name",
                    "value": "platform_pitch_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15551,
                    "label": "long_name",
                    "value": "AIMMS pitch angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15552,
                    "label": "var_id",
                    "value": "PITCH",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15257,
            "names": [
                {
                    "ob_id": 10754,
                    "name": "platform_roll_angle"
                },
                {
                    "ob_id": 10959,
                    "name": "AIMMS roll angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15153,
                    "label": "standard_name",
                    "value": "platform_roll_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15553,
                    "label": "long_name",
                    "value": "AIMMS roll angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15554,
                    "label": "var_id",
                    "value": "ROLL",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15258,
            "names": [
                {
                    "ob_id": 226,
                    "name": "air_temperature"
                },
                {
                    "ob_id": 10960,
                    "name": "AIMMS true air temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15555,
                    "label": "long_name",
                    "value": "AIMMS true air temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15556,
                    "label": "var_id",
                    "value": "TK",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15259,
            "names": [
                {
                    "ob_id": 10961,
                    "name": "AIMMS vertical speed"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15557,
                    "label": "long_name",
                    "value": "AIMMS vertical speed",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15558,
                    "label": "var_id",
                    "value": "VZ",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15260,
            "names": [
                {
                    "ob_id": 217,
                    "name": "upward_air_velocity"
                },
                {
                    "ob_id": 10962,
                    "name": "AIMMS vertical wind component"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 57,
                    "label": "standard_name",
                    "value": "upward_air_velocity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3047,
                    "label": "var_id",
                    "value": "W",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15559,
                    "label": "long_name",
                    "value": "AIMMS vertical wind component",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15261,
            "names": [
                {
                    "ob_id": 10963,
                    "name": "A_0 calibration coefficient"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15560,
                    "label": "long_name",
                    "value": "A_0 calibration coefficient",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15561,
                    "label": "var_id",
                    "value": "A_0",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15262,
            "names": [
                {
                    "ob_id": 10964,
                    "name": "A_alpha calibration coefficient"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15562,
                    "label": "long_name",
                    "value": "A_alpha calibration coefficient",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15563,
                    "label": "var_id",
                    "value": "A_alpha",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15263,
            "names": [
                {
                    "ob_id": 10965,
                    "name": "A_beta calibration coefficient"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15564,
                    "label": "long_name",
                    "value": "A_beta calibration coefficient",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15565,
                    "label": "var_id",
                    "value": "A_beta",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 15264,
            "names": [
                {
                    "ob_id": 10966,
                    "name": "B_0 calibration coefficient"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15566,
                    "label": "long_name",
                    "value": "B_0 calibration coefficient",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15567,
                    "label": "var_id",
                    "value": "B_0",
                    "vocabulary": ""
                }
            ]
        }
    ]
}