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=42500
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=42600",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=42400",
    "results": [
        {
            "ob_id": 82227,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89203,
                    "label": "var_id",
                    "value": "platform_pitch",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82228,
            "names": [],
            "terms": [
                {
                    "ob_id": 89204,
                    "label": "var_id",
                    "value": "oem_errors",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82229,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 10219,
                    "label": "standard_name",
                    "value": "atmosphere_mass_content_of_cloud_liquid_water",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 89205,
                    "label": "var_id",
                    "value": "lwp_background",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89206,
                    "label": "long_name",
                    "value": "User-assigned retrieval background value for atmospheric liquid water path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82230,
            "names": [],
            "terms": [
                {
                    "ob_id": 89207,
                    "label": "var_id",
                    "value": "oemcodes",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82231,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9027,
                    "label": "standard_name",
                    "value": "sea_surface_skin_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 89208,
                    "label": "var_id",
                    "value": "sea_surface_skin_temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89209,
                    "label": "long_name",
                    "value": "Sea surface skin temperature user-assigned value",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82232,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89210,
                    "label": "var_id",
                    "value": "sensor_angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89211,
                    "label": "long_name",
                    "value": "sensor scan mirror angle, measured forwards from upwards in instrument frame",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82233,
            "names": [],
            "terms": [
                {
                    "ob_id": 5939,
                    "label": "units",
                    "value": "m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89212,
                    "label": "var_id",
                    "value": "concDrops",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89213,
                    "label": "long_name",
                    "value": "drop number concentration in m-3 (only > 50 micron)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82234,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6754,
                    "label": "standard_name",
                    "value": "cloud_base_altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 89214,
                    "label": "var_id",
                    "value": "cloud_base_altitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89215,
                    "label": "long_name",
                    "value": "Cloud base altitude user-assigned value",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82235,
            "names": [],
            "terms": [
                {
                    "ob_id": 2776,
                    "label": "units",
                    "value": "cm-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89216,
                    "label": "var_id",
                    "value": "total_number_concentration_of_ambient_MI_particles_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89217,
                    "label": "long_name",
                    "value": "Number Concentration of Ambient MI Particles in air (N)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82236,
            "names": [],
            "terms": [
                {
                    "ob_id": 89218,
                    "label": "var_id",
                    "value": "oem_diagnostics",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82237,
            "names": [],
            "terms": [
                {
                    "ob_id": 5939,
                    "label": "units",
                    "value": "m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89219,
                    "label": "var_id",
                    "value": "conc2Drops",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89220,
                    "label": "long_name",
                    "value": "drop 2d number concentration in m-3 (only > 50 micron)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82238,
            "names": [],
            "terms": [
                {
                    "ob_id": 5939,
                    "label": "units",
                    "value": "m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89221,
                    "label": "var_id",
                    "value": "conc2Ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89222,
                    "label": "long_name",
                    "value": "ice 2d number concentration in m-3 (only > 50 micron)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82239,
            "names": [],
            "terms": [
                {
                    "ob_id": 89223,
                    "label": "var_id",
                    "value": "retrieval_eo",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82240,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 89224,
                    "label": "var_id",
                    "value": "wind_speed_background",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89225,
                    "label": "long_name",
                    "value": "User-assigned retrieval background value for surface wind speed",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82241,
            "names": [],
            "terms": [
                {
                    "ob_id": 5939,
                    "label": "units",
                    "value": "m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89226,
                    "label": "var_id",
                    "value": "conc2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89227,
                    "label": "long_name",
                    "value": "total 2d number concentration in m-3",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82242,
            "names": [],
            "terms": [
                {
                    "ob_id": 2776,
                    "label": "units",
                    "value": "cm-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89228,
                    "label": "var_id",
                    "value": "ambient_LI_particle_number_per_channel",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89229,
                    "label": "long_name",
                    "value": "Ambient LI Particle Number per Channel (dN)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82243,
            "names": [],
            "terms": [
                {
                    "ob_id": 5939,
                    "label": "units",
                    "value": "m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20378,
                    "label": "standard_name",
                    "value": "number_concentration_of_ice_crystals_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 89230,
                    "label": "var_id",
                    "value": "concIce",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89231,
                    "label": "long_name",
                    "value": "ice number concentration in m-3 (only > 50 micron)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82244,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 9955,
                    "label": "units",
                    "value": "degrees Celsius",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32248,
                    "label": "var_id",
                    "value": "t10m_anomaly",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82245,
            "names": [],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 19828,
                    "label": "long_name",
                    "value": "Tendency of Air Temperature due to Stratiform Cloud Condensation and Evaporation",
                    "vocabulary": ""
                },
                {
                    "ob_id": 19829,
                    "label": "standard_name",
                    "value": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 19830,
                    "label": "var_id",
                    "value": "tntscpbl",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82246,
            "names": [],
            "terms": [
                {
                    "ob_id": 4394,
                    "label": "units",
                    "value": "mol m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20094,
                    "label": "long_name",
                    "value": "Mole Concentration of Microzooplankton expressed as Carbon in Sea Water at Surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20095,
                    "label": "standard_name",
                    "value": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20096,
                    "label": "var_id",
                    "value": "zmicro",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82247,
            "names": [],
            "terms": [
                {
                    "ob_id": 4394,
                    "label": "units",
                    "value": "mol m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20091,
                    "label": "long_name",
                    "value": "Mole Concentration of Mesozooplankton expressed as Carbon in Sea Water at Surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20092,
                    "label": "standard_name",
                    "value": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20093,
                    "label": "var_id",
                    "value": "zmeso",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82248,
            "names": [],
            "terms": [
                {
                    "ob_id": 28486,
                    "label": "units",
                    "value": "micrograms per cubic metre at standard temperature and pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82249,
            "names": [],
            "terms": [
                {
                    "ob_id": 38,
                    "label": "var_id",
                    "value": "time",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7751,
                    "label": "units",
                    "value": "hours",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89232,
                    "label": "long_name",
                    "value": "time in hours since 2022/08/07 13:04:59.04S",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82250,
            "names": [],
            "terms": [
                {
                    "ob_id": 38,
                    "label": "var_id",
                    "value": "time",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7751,
                    "label": "units",
                    "value": "hours",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89233,
                    "label": "long_name",
                    "value": "time in hours since 2023/08/08 13:04:59.04S",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82251,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3162,
                    "label": "standard_name",
                    "value": "ocean_mixed_layer_thickness",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 9334,
                    "label": "long_name",
                    "value": "Mixed Layer Thickness",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9335,
                    "label": "var_id",
                    "value": "zmlo",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82252,
            "names": [],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3688,
                    "label": "standard_name",
                    "value": "convective_precipitation_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3689,
                    "label": "var_id",
                    "value": "prc",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9362,
                    "label": "long_name",
                    "value": "Snowfall Flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82253,
            "names": [],
            "terms": [
                {
                    "ob_id": 89234,
                    "label": "var_id",
                    "value": "c2cl4_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89235,
                    "label": "long_name",
                    "value": "mole_fraction_of_perchloroethene_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82254,
            "names": [],
            "terms": [
                {
                    "ob_id": 27978,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc11_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27979,
                    "label": "var_id",
                    "value": "cfc11_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82255,
            "names": [],
            "terms": [
                {
                    "ob_id": 9271,
                    "label": "standard_name",
                    "value": "mole_fraction_of_cfc11_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20501,
                    "label": "var_id",
                    "value": "cfc11",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27995,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc11_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82256,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27892,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc124_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27893,
                    "label": "var_id",
                    "value": "hcfc124_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82257,
            "names": [],
            "terms": [
                {
                    "ob_id": 10259,
                    "label": "standard_name",
                    "value": "mole_fraction_of_hcfc142b_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26922,
                    "label": "var_id",
                    "value": "hcfc142b",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27875,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc142b_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82258,
            "names": [],
            "terms": [
                {
                    "ob_id": 89236,
                    "label": "var_id",
                    "value": "ch3cl_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89237,
                    "label": "long_name",
                    "value": "mole_fraction_of_methyl_chloride_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82259,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27957,
                    "label": "long_name",
                    "value": "mole_fraction_of_halon2402_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27958,
                    "label": "var_id",
                    "value": "halon2402_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82260,
            "names": [],
            "terms": [
                {
                    "ob_id": 10235,
                    "label": "standard_name",
                    "value": "mole_fraction_of_halon2402_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27955,
                    "label": "long_name",
                    "value": "mole_fraction_of_halon2402_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27956,
                    "label": "var_id",
                    "value": "halon2402",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82261,
            "names": [],
            "terms": [
                {
                    "ob_id": 27885,
                    "label": "long_name",
                    "value": "mole_fraction_of_pfc218_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89238,
                    "label": "var_id",
                    "value": "c3f8_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82262,
            "names": [],
            "terms": [
                {
                    "ob_id": 89239,
                    "label": "var_id",
                    "value": "c4f8_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89240,
                    "label": "long_name",
                    "value": "mole_fraction_of_pfc318_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82263,
            "names": [],
            "terms": [
                {
                    "ob_id": 89241,
                    "label": "var_id",
                    "value": "cfc13_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89242,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc13_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82264,
            "names": [],
            "terms": [
                {
                    "ob_id": 28012,
                    "label": "long_name",
                    "value": "mole_fraction_of_pfc318_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89243,
                    "label": "var_id",
                    "value": "c4f8_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82265,
            "names": [],
            "terms": [
                {
                    "ob_id": 89244,
                    "label": "var_id",
                    "value": "so2f2_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89245,
                    "label": "long_name",
                    "value": "mole_fraction_of_sulfuryl_fluoride_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82266,
            "names": [],
            "terms": [
                {
                    "ob_id": 27854,
                    "label": "long_name",
                    "value": "mole_fraction_of_halon2402_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27855,
                    "label": "var_id",
                    "value": "halon2402_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82267,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27889,
                    "label": "long_name",
                    "value": "mole_fraction_of_sulfuryl_fluoride_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27890,
                    "label": "standard_name",
                    "value": "mole_fraction_of_sulfuryl_fluoride_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27891,
                    "label": "var_id",
                    "value": "so2f2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82268,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27873,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc245fa_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27874,
                    "label": "var_id",
                    "value": "hfc245fa_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82269,
            "names": [],
            "terms": [
                {
                    "ob_id": 89246,
                    "label": "var_id",
                    "value": "hfc365mfc_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89247,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc365mfc_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82270,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22343,
                    "label": "standard_name",
                    "value": "mole_fraction_of_carbon_tetrafluoride_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 27876,
                    "label": "long_name",
                    "value": "mole_fraction_of_carbon_tetrafluoride_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89248,
                    "label": "var_id",
                    "value": "cf4",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82271,
            "names": [],
            "terms": [
                {
                    "ob_id": 89249,
                    "label": "var_id",
                    "value": "hfc125_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89250,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc125_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82272,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27909,
                    "label": "long_name",
                    "value": "mole_fraction_of_methyl_chloride_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27910,
                    "label": "var_id",
                    "value": "ch3cl_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82273,
            "names": [],
            "terms": [
                {
                    "ob_id": 89251,
                    "label": "var_id",
                    "value": "c2h6_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89252,
                    "label": "long_name",
                    "value": "mole_fraction_of_ethane_in_air_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82274,
            "names": [],
            "terms": [
                {
                    "ob_id": 27862,
                    "label": "long_name",
                    "value": "mole_fraction_of_carbon_tetrafluoride_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89253,
                    "label": "var_id",
                    "value": "cf4_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82275,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27988,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc365mfc_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27989,
                    "label": "standard_name",
                    "value": "mole_fraction_of_hfc365mfc_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27990,
                    "label": "var_id",
                    "value": "hfc365mfc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82276,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27923,
                    "label": "long_name",
                    "value": "mole_fraction_of_perchloroethene_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27924,
                    "label": "standard_name",
                    "value": "mole_fraction_of_perchloroethene_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27925,
                    "label": "var_id",
                    "value": "c2cl4",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82277,
            "names": [],
            "terms": [
                {
                    "ob_id": 89254,
                    "label": "var_id",
                    "value": "c2h6_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89255,
                    "label": "long_name",
                    "value": "mole_fraction_of_ethane_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82278,
            "names": [],
            "terms": [
                {
                    "ob_id": 89256,
                    "label": "var_id",
                    "value": "cfc13_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89257,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc13_in_air_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82279,
            "names": [],
            "terms": [
                {
                    "ob_id": 89258,
                    "label": "var_id",
                    "value": "hcfc124_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89259,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc124_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82280,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27948,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc124_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27949,
                    "label": "standard_name",
                    "value": "mole_fraction_of_hcfc124_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27950,
                    "label": "var_id",
                    "value": "hcfc124",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82281,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28021,
                    "label": "long_name",
                    "value": "mole_fraction_of_perchloroethene_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28022,
                    "label": "var_id",
                    "value": "c2cl4_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82282,
            "names": [],
            "terms": [
                {
                    "ob_id": 27858,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc124_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27859,
                    "label": "var_id",
                    "value": "hcfc124_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82283,
            "names": [],
            "terms": [
                {
                    "ob_id": 89260,
                    "label": "var_id",
                    "value": "hfc245fa_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89261,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc245fa_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82284,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27883,
                    "label": "long_name",
                    "value": "mole_fraction_of_carbon_tetrafluoride_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89262,
                    "label": "var_id",
                    "value": "cf4_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82285,
            "names": [],
            "terms": [
                {
                    "ob_id": 10254,
                    "label": "standard_name",
                    "value": "mole_fraction_of_hcfc141b_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26928,
                    "label": "var_id",
                    "value": "hcfc141b",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27969,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc141b_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82286,
            "names": [],
            "terms": [
                {
                    "ob_id": 27941,
                    "label": "long_name",
                    "value": "mole_fraction_of_carbon_tetrachloride_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27942,
                    "label": "var_id",
                    "value": "ccl4_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82287,
            "names": [],
            "terms": [
                {
                    "ob_id": 27920,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc245fa_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27921,
                    "label": "var_id",
                    "value": "hfc245fa_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82288,
            "names": [],
            "terms": [
                {
                    "ob_id": 27934,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc365mfc_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27935,
                    "label": "var_id",
                    "value": "hfc365mfc_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82289,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27842,
                    "label": "long_name",
                    "value": "mole_fraction_of_sulfuryl_fluoride_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27843,
                    "label": "var_id",
                    "value": "so2f2_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82290,
            "names": [],
            "terms": [
                {
                    "ob_id": 89263,
                    "label": "var_id",
                    "value": "c3f8_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89264,
                    "label": "long_name",
                    "value": "mole_fraction_of_pfc218_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82291,
            "names": [],
            "terms": [
                {
                    "ob_id": 27914,
                    "label": "long_name",
                    "value": "mole_fraction_of_perchloroethene_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27915,
                    "label": "var_id",
                    "value": "c2cl4_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82292,
            "names": [],
            "terms": [
                {
                    "ob_id": 89265,
                    "label": "var_id",
                    "value": "halon2402_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89266,
                    "label": "long_name",
                    "value": "mole_fraction_of_halon2402_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82293,
            "names": [],
            "terms": [
                {
                    "ob_id": 27848,
                    "label": "long_name",
                    "value": "mole_fraction_of_methyl_chloride_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27849,
                    "label": "var_id",
                    "value": "ch3cl_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82294,
            "names": [],
            "terms": [
                {
                    "ob_id": 27867,
                    "label": "long_name",
                    "value": "mole_fraction_of_sulfuryl_fluoride_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27868,
                    "label": "var_id",
                    "value": "so2f2_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82295,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27844,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc365mfc_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27845,
                    "label": "var_id",
                    "value": "hfc365mfc_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82296,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27871,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc11_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27872,
                    "label": "var_id",
                    "value": "cfc11_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82297,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27860,
                    "label": "long_name",
                    "value": "mole_fraction_of_carbon_tetrachloride_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27861,
                    "label": "var_id",
                    "value": "ccl4_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82298,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28025,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc245fa_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28026,
                    "label": "standard_name",
                    "value": "mole_fraction_of_hfc245fa_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28027,
                    "label": "var_id",
                    "value": "hfc245fa",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82299,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89267,
                    "label": "var_id",
                    "value": "cfc13",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89268,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc13_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82300,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26930,
                    "label": "standard_name",
                    "value": "mole_fraction_of_hfc125_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26931,
                    "label": "var_id",
                    "value": "hfc125",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27902,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc125_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82301,
            "names": [],
            "terms": [
                {
                    "ob_id": 27856,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc125_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27857,
                    "label": "var_id",
                    "value": "hfc125_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82302,
            "names": [],
            "terms": [
                {
                    "ob_id": 27833,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc142b_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27834,
                    "label": "var_id",
                    "value": "hcfc142b_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82303,
            "names": [],
            "terms": [
                {
                    "ob_id": 89269,
                    "label": "var_id",
                    "value": "hcfc141b_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89270,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc141b_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82304,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27898,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc141b_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27899,
                    "label": "var_id",
                    "value": "hcfc141b_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82305,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27880,
                    "label": "long_name",
                    "value": "mole_fraction_of_pfc218_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27881,
                    "label": "standard_name",
                    "value": "mole_fraction_of_pfc218_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89271,
                    "label": "var_id",
                    "value": "c3f8",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82306,
            "names": [],
            "terms": [
                {
                    "ob_id": 10598,
                    "label": "standard_name",
                    "value": "mole_fraction_of_ethane_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30231,
                    "label": "var_id",
                    "value": "c2h6",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89272,
                    "label": "long_name",
                    "value": "mole_fraction_of_ethane_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82307,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27931,
                    "label": "long_name",
                    "value": "mole_fraction_of_pfc318_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27932,
                    "label": "standard_name",
                    "value": "mole_fraction_of_pfc318_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89273,
                    "label": "var_id",
                    "value": "c4f8",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82308,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28032,
                    "label": "long_name",
                    "value": "mole_fraction_of_pfc218_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89274,
                    "label": "var_id",
                    "value": "c3f8_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82309,
            "names": [],
            "terms": [
                {
                    "ob_id": 89275,
                    "label": "var_id",
                    "value": "hcfc142b_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89276,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc142b_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82310,
            "names": [],
            "terms": [
                {
                    "ob_id": 89277,
                    "label": "var_id",
                    "value": "cfc11_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89278,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc11_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82311,
            "names": [],
            "terms": [
                {
                    "ob_id": 27951,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc141b_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27952,
                    "label": "var_id",
                    "value": "hcfc141b_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82312,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27835,
                    "label": "long_name",
                    "value": "mole_fraction_of_pfc318_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89279,
                    "label": "var_id",
                    "value": "c4f8_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82313,
            "names": [],
            "terms": [
                {
                    "ob_id": 89280,
                    "label": "var_id",
                    "value": "cf4_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89281,
                    "label": "long_name",
                    "value": "mole_fraction_of_carbon_tetrafluoride_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82314,
            "names": [],
            "terms": [
                {
                    "ob_id": 6478,
                    "label": "standard_name",
                    "value": "mole_fraction_of_carbon_tetrachloride_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27850,
                    "label": "long_name",
                    "value": "mole_fraction_of_carbon_tetrachloride_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27851,
                    "label": "var_id",
                    "value": "ccl4",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82315,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89282,
                    "label": "var_id",
                    "value": "c2h6_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89283,
                    "label": "long_name",
                    "value": "mole_fraction_of_ethane_in_air_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82316,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27967,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc142b_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27968,
                    "label": "var_id",
                    "value": "hcfc142b_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82317,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28030,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc125_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28031,
                    "label": "var_id",
                    "value": "hfc125_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82318,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89284,
                    "label": "var_id",
                    "value": "cfc13_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89285,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc13_in_air_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82319,
            "names": [],
            "terms": [
                {
                    "ob_id": 6487,
                    "label": "standard_name",
                    "value": "mole_fraction_of_methyl_chloride_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27878,
                    "label": "long_name",
                    "value": "mole_fraction_of_methyl_chloride_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27879,
                    "label": "var_id",
                    "value": "ch3cl",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82320,
            "names": [],
            "terms": [
                {
                    "ob_id": 89286,
                    "label": "var_id",
                    "value": "ccl4_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89287,
                    "label": "long_name",
                    "value": "mole_fraction_of_carbon_tetrachloride_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82321,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27959,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc12_in_air_repeatability",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27960,
                    "label": "var_id",
                    "value": "cfc12_repeatability",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82322,
            "names": [],
            "terms": [
                {
                    "ob_id": 28023,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc12_in_air_status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 28024,
                    "label": "var_id",
                    "value": "cfc12_status_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82323,
            "names": [],
            "terms": [
                {
                    "ob_id": 89288,
                    "label": "var_id",
                    "value": "cfc12_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89289,
                    "label": "long_name",
                    "value": "mole_fraction_of_cfc12_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82324,
            "names": [],
            "terms": [
                {
                    "ob_id": 89290,
                    "label": "var_id",
                    "value": "hfc23_integration_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89291,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc23_in_air_integration_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82325,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89292,
                    "label": "var_id",
                    "value": "hcfc132b",
                    "vocabulary": ""
                },
                {
                    "ob_id": 89293,
                    "label": "long_name",
                    "value": "mole_fraction_of_hcfc132b_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 82326,
            "names": [],
            "terms": [
                {
                    "ob_id": 20396,
                    "label": "units",
                    "value": "1e-12",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26919,
                    "label": "standard_name",
                    "value": "mole_fraction_of_hfc23_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26920,
                    "label": "var_id",
                    "value": "hfc23",
                    "vocabulary": ""
                },
                {
                    "ob_id": 27930,
                    "label": "long_name",
                    "value": "mole_fraction_of_hfc23_in_air",
                    "vocabulary": ""
                }
            ]
        }
    ]
}