@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix qb:    <http://purl.org/linked-data/cube#> .
@prefix dgu:   <http://reference.data.gov.uk/def/reference/> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix ui:    <http://purl.org/linked-data/registry-ui#> .
@prefix reg:   <http://purl.org/linked-data/registry#> .
@prefix api:   <http://purl.org/linked-data/api/vocab#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix odrs:  <http://schema.theodi.org/odrs#> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix env-ui: <http://environment.data.gov.uk/registry/structure/ui/> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ldp:   <http://www.w3.org/ns/ldp#> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/PBLHght>
        a                skos:Concept ;
        rdfs:label       "Planetary boundary layer height" ;
        dct:description  "Calculation of height of planetary boundary layer" ;
        dct:references   <http://codes.wmo.int/ui/text-search?query=boundary+layer+height> ;
        skos:notation    "PBLHght" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SatDef>
        a                skos:Concept ;
        rdfs:label       "Saturation deficit" ;
        dct:description  "Calculation of saturation deficit" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-1-5> ;
        skos:notation    "SatDef" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SfcThetaE>
        a                skos:Concept ;
        rdfs:label       "Equivalent potential temperature at the surface" ;
        dct:description  "Calculation of equivalent potential temperature at surface" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-0-3> ;
        skos:notation    "SfcThetaE" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/AppTemp>
        a                skos:Concept ;
        rdfs:label       "Apparent temperature" ;
        dct:description  "Calculation of apparent temperature" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-0-21> ;
        skos:notation    "AppTemp" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/PrecipEff>
        a                skos:Concept ;
        rdfs:label       "Precipitation efficiency" ;
        dct:description  "Calculation of precipitation efficiency" ;
        skos:notation    "PrecipEff" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/MU>
        a                skos:Concept ;
        rdfs:label       "Most unstable" ;
        dct:description  "Calculation of a property at the most unstable level" ;
        skos:notation    "MU" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/MoistDiv>
        a                skos:Concept ;
        rdfs:label       "Moisture divergence" ;
        dct:description  "Calculation of moisture divergence" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-1-38> ;
        skos:notation    "MoistDiv" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LI>
        a                skos:Concept ;
        rdfs:label       "Lifted index" ;
        dct:description  "Calculation of lifted index (general)" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-7-10> ;
        skos:notation    "LI" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo>
        a                        skos:Collection , ldp:Container , reg:Register ;
        rdfs:label               "Thermodynamic" ;
        dct:description          "Statistical post-processing methods related to atmospheric thermodynamics" ;
        dct:modified             "2020-09-02T17:38:37.478Z"^^xsd:dateTime ;
        dct:references           <http://codes.wmo.int/grib2/codeflag/4.2/_0-3-12> ;
        reg:notation             "Thermo" ;
        owl:versionInfo          9 ;
        ldp:membershipPredicate  <https://codes.nws.noaa.gov/StatPP/Methods/member> ;
        <https://codes.nws.noaa.gov/StatPP/Methods/member>
                <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/MoistDiv> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TopCldHght> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LI> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BaseCldHght> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TropHght> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/PrecipEff> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BestLI> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SeaSurf> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/Layer> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/Thick> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/FLHght> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/AppTemp> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SatDef> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/MU> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SfcLyr> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/PBLHght> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LapRate> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LCL> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TropTemp> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SfcThetaE> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BL_RH> , <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/FL_RH> .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/FL_RH>
        a                skos:Concept ;
        rdfs:label       "Relative humidity of a specified freezing level" ;
        dct:description  "Calculation of relative humidity of specified freezing level" ;
        skos:notation    "FL_RH" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/Thick>
        a                skos:Concept ;
        rdfs:label       "Thickness" ;
        dct:description  "Calculation of thickness of specified layer" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-3-12> ;
        skos:notation    "Thick" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TopCldHght>
        a                skos:Concept ;
        rdfs:label       "Cloud top height" ;
        dct:description  "Calculation of height of cloud top" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_3-1-2> ;
        skos:notation    "TopCldHght" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BaseCldHght>
        a                skos:Concept ;
        rdfs:label       "Cloud base height" ;
        dct:description  "Calculation of height of cloud base" ;
        dct:references   <http://codes.wmo.int/common/quantity-kind/_heightOfBaseOfCloud> ;
        skos:notation    "BaseCldHght" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TropHght>
        a                skos:Concept ;
        rdfs:label       "Tropopause height" ;
        dct:description  "Calculation of tropopause height" ;
        dct:references   <http://codes.wmo.int/bufr4/codeflag/0-08-001/_3> ;
        skos:notation    "TropHght" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LCL>
        a                skos:Concept ;
        rdfs:label       "Lifted condensation level" ;
        dct:description  "Calculation of lifted condensation level" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.5/_5> ;
        skos:notation    "LCL" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/Layer>
        a                skos:Concept ;
        rdfs:label       "Layer" ;
        dct:description  "Calculation of some property over a definied layer with a specified start and end" ;
        skos:notation    "Layer" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LapRate>
        a                skos:Concept ;
        rdfs:label       "Lapse rate" ;
        dct:description  "Calculation of lapse rate between two specified levels" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-0-8> ;
        skos:notation    "LapRate" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SfcLyr>
        a                skos:Concept ;
        rdfs:label       "Surface layer" ;
        dct:description  "Calculation of surface layer of a property" ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-7-7> ;
        skos:notation    "SfcLyr" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BestLI>
        a                skos:Concept ;
        rdfs:label       "Best (4-layer) lifted index" ;
        dct:description  "Calculation of the best lifted index from 4 layers.  This comes from the EMC Unified Model Postprocessor." ;
        dct:references   <http://codes.wmo.int/grib2/codeflag/4.2/_0-7-11> ;
        skos:notation    "BestLI" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TropTemp>
        a                skos:Concept ;
        rdfs:label       "Temperature at the tropopause" ;
        dct:description  "Calculation of temperature at topopause" ;
        dct:references   <http://codes.wmo.int/bufr4/b/12/_111> ;
        skos:notation    "TropTemp" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BL_RH>
        a                skos:Concept ;
        rdfs:label       "Boundary layer relative humidity" ;
        dct:description  "Calculation of relative humidity of boundary layer" ;
        skos:notation    "BL_RH" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/FLHght>
        a                skos:Concept ;
        rdfs:label       "Height of a specified freezing level" ;
        dct:description  "Calculation of height of specified freezing level" ;
        dct:references   <http://codes.wmo.int/bufr4/codeflag/0-08-041/_11> ;
        skos:notation    "FLHght" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SeaSurf>
        a                skos:Concept ;
        rdfs:label       "Sea surface" ;
        dct:description  "Calculation of a property at sea surface" ;
        skos:notation    "SeaSurf" .
