@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/SeaSurf>
        a                skos:Concept ;
        rdfs:label       "Sea surface" ;
        dct:description  "Calculation of a property at sea surface" ;
        skos:notation    "SeaSurf" .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_Thick>
        a                  reg:RegisterItem ;
        rdfs:label         "Thickness" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.464Z"^^xsd:dateTime ;
        dct:description    "Calculation of thickness of specified layer" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/Thick> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_Thick:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "Thick" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_MoistDiv>
        a                  reg:RegisterItem ;
        rdfs:label         "Moisture divergence" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.466Z"^^xsd:dateTime ;
        dct:description    "Calculation of moisture divergence" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/MoistDiv> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_MoistDiv:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "MoistDiv" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_PrecipEff>
        a                  reg:RegisterItem ;
        rdfs:label         "Precipitation efficiency" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.465Z"^^xsd:dateTime ;
        dct:description    "Calculation of precipitation efficiency" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/PrecipEff> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_PrecipEff:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "PrecipEff" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_TopCldHght>
        a                  reg:RegisterItem ;
        rdfs:label         "Cloud top height" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.477Z"^^xsd:dateTime ;
        dct:description    "Calculation of height of cloud top" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TopCldHght> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_TopCldHght:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "TopCldHght" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_BestLI>
        a                  reg:RegisterItem ;
        rdfs:label         "Best (4-layer) lifted index" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.462Z"^^xsd:dateTime ;
        dct:description    "Calculation of the best lifted index from 4 layers.  This comes from the EMC Unified Model Postprocessor." ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BestLI> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_BestLI:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "BestLI" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_PBLHght>
        a                  reg:RegisterItem ;
        rdfs:label         "Planetary boundary layer height" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.467Z"^^xsd:dateTime ;
        dct:description    "Calculation of height of planetary boundary layer" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/PBLHght> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_PBLHght:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "PBLHght" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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/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/_LI>
        a                  reg:RegisterItem ;
        rdfs:label         "Lifted index" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.473Z"^^xsd:dateTime ;
        dct:description    "Calculation of lifted index (general)" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LI> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_LI:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "LI" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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/_LCL>
        a                  reg:RegisterItem ;
        rdfs:label         "Lifted condensation level" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.458Z"^^xsd:dateTime ;
        dct:description    "Calculation of lifted condensation level" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LCL> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_LCL:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "LCL" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_TropHght>
        a                  reg:RegisterItem ;
        rdfs:label         "Tropopause height" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.453Z"^^xsd:dateTime ;
        dct:description    "Calculation of tropopause height" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TropHght> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_TropHght:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "TropHght" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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/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/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/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/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/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/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/_BaseCldHght>
        a                  reg:RegisterItem ;
        rdfs:label         "Cloud base height" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.456Z"^^xsd:dateTime ;
        dct:description    "Calculation of height of cloud base" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BaseCldHght> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_BaseCldHght:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "BaseCldHght" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_TropTemp>
        a                  reg:RegisterItem ;
        rdfs:label         "Temperature at the tropopause" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.466Z"^^xsd:dateTime ;
        dct:description    "Calculation of temperature at topopause" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/TropTemp> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_TropTemp:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "TropTemp" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_SeaSurf>
        a                  reg:RegisterItem ;
        rdfs:label         "Sea surface" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.459Z"^^xsd:dateTime ;
        dct:description    "Calculation of a property at sea surface" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SeaSurf> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_SeaSurf:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "SeaSurf" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_SatDef>
        a                  reg:RegisterItem ;
        rdfs:label         "Saturation deficit" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.474Z"^^xsd:dateTime ;
        dct:description    "Calculation of saturation deficit" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SatDef> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_SatDef:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "SatDef" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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/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/_SfcThetaE>
        a                  reg:RegisterItem ;
        rdfs:label         "Equivalent potential temperature at the surface" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.457Z"^^xsd:dateTime ;
        dct:description    "Calculation of equivalent potential temperature at surface" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SfcThetaE> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_SfcThetaE:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "SfcThetaE" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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/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/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/_AppTemp>
        a                  reg:RegisterItem ;
        rdfs:label         "Apparent temperature" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.46Z"^^xsd:dateTime ;
        dct:description    "Calculation of apparent temperature" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/AppTemp> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_AppTemp:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "AppTemp" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_MU>
        a                  reg:RegisterItem ;
        rdfs:label         "Most unstable" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.475Z"^^xsd:dateTime ;
        dct:description    "Calculation of a property at the most unstable level" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/MU> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_MU:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "MU" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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/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/_FLHght>
        a                  reg:RegisterItem ;
        rdfs:label         "Height of a specified freezing level" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.475Z"^^xsd:dateTime ;
        dct:description    "Calculation of height of specified freezing level" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/FLHght> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_FLHght:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "FLHght" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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/_LapRate>
        a                  reg:RegisterItem ;
        rdfs:label         "Lapse rate" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.463Z"^^xsd:dateTime ;
        dct:description    "Calculation of lapse rate between two specified levels" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/LapRate> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_LapRate:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "LapRate" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_SfcLyr>
        a                  reg:RegisterItem ;
        rdfs:label         "Surface layer" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.477Z"^^xsd:dateTime ;
        dct:description    "Calculation of surface layer of a property" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/SfcLyr> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_SfcLyr:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "SfcLyr" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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/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/_BL_RH>
        a                  reg:RegisterItem ;
        rdfs:label         "Boundary layer relative humidity" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.476Z"^^xsd:dateTime ;
        dct:description    "Calculation of relative humidity of boundary layer" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/BL_RH> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_BL_RH:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "BL_RH" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/_Thermo>
        a                  reg:RegisterItem ;
        rdfs:label         "Thermodynamic" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.225Z"^^xsd:dateTime ;
        dct:description    "Statistical post-processing methods related to atmospheric thermodynamics" ;
        reg:definition     [ reg:entity         <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
                             reg:entityVersion  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo:1>
                           ] ;
        reg:itemClass      ldp:Container , reg:Register , skos:Collection ;
        reg:notation       "Thermo" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    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/_Layer>
        a                  reg:RegisterItem ;
        rdfs:label         "Layer" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.468Z"^^xsd:dateTime ;
        dct:description    "Calculation of some property over a definied layer with a specified start and end" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/Layer> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_Layer:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "Layer" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_FL_RH>
        a                  reg:RegisterItem ;
        rdfs:label         "Relative humidity of a specified freezing level" ;
        dct:dateSubmitted  "2020-09-02T17:38:37.464Z"^^xsd:dateTime ;
        dct:description    "Calculation of relative humidity of specified freezing level" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/FL_RH> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/Thermo/_FL_RH:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "FL_RH" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/Thermo> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .

<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" .
