@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/QC/_MesoQC>
        a                  reg:RegisterItem ;
        rdfs:label         "Quality Control for Mesonet Obs" ;
        dct:dateSubmitted  "2020-09-02T17:38:36.296Z"^^xsd:dateTime ;
        dct:description    "A set of checks that ensure meteorological realism in mesonet observations" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/QC/MesoQC> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/QC/_MesoQC:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "MesoQC" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/QC> ;
        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/_QC>
        a                  reg:RegisterItem ;
        rdfs:label         "Quality Control" ;
        dct:dateSubmitted  "2020-09-02T17:38:36.203Z"^^xsd:dateTime ;
        dct:description    "Quality Control methods in Statistical Post-processing (StatPP) assess observational and forecast data for realism and meteorological consistency.  Suspect data are often set to missing to avoid unwanted effects on StatPP methods." ;
        reg:definition     [ reg:entity         <https://codes.nws.noaa.gov/StatPP/Methods/QC> ;
                             reg:entityVersion  <https://codes.nws.noaa.gov/StatPP/Methods/QC:1>
                           ] ;
        reg:itemClass      reg:Register , skos:Collection , ldp:Container ;
        reg:notation       "QC" ;
        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/QC/MesoQC>
        a                skos:Concept ;
        rdfs:label       "Quality Control for Mesonet Obs" ;
        dct:description  "A set of checks that ensure meteorological realism in mesonet observations" ;
        skos:notation    "MesoQC" .

<https://codes.nws.noaa.gov/StatPP/Methods/QC/GeospatialQC>
        a                skos:Concept ;
        rdfs:label       "Geospatial Quality Control" ;
        dct:description  "A set of geospatial checks generally used for mesonet observations that move relatively frequently" ;
        skos:notation    "GeospatialQC" .

<https://codes.nws.noaa.gov/StatPP/Methods/QC/LampQC>
        a                skos:Concept ;
        rdfs:label       "LAMP quality control" ;
        dct:description  "Quality control method used by LAMP" ;
        skos:notation    "LampQC" .

<https://codes.nws.noaa.gov/StatPP/Methods/QC/_MarineQC>
        a                  reg:RegisterItem ;
        rdfs:label         "Quality Control for Marine Obs" ;
        dct:dateSubmitted  "2020-09-02T17:38:36.294Z"^^xsd:dateTime ;
        dct:description    "A set of checks that ensure meteorological realism in marine observations" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/QC/MarineQC> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/QC/_MarineQC:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "MarineQC" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/QC> ;
        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/QC>
        a                reg:Register , ldp:Container , skos:Collection ;
        rdfs:label       "Quality Control" ;
        rdfs:member      <https://codes.nws.noaa.gov/StatPP/Methods/QC/MarineQC> , <https://codes.nws.noaa.gov/StatPP/Methods/QC/METARQC> , <https://codes.nws.noaa.gov/StatPP/Methods/QC/LampQC> , <https://codes.nws.noaa.gov/StatPP/Methods/QC/GeospatialQC> , <https://codes.nws.noaa.gov/StatPP/Methods/QC/MesoQC> ;
        dct:description  "Quality Control methods in Statistical Post-processing (StatPP) assess observational and forecast data for realism and meteorological consistency.  Suspect data are often set to missing to avoid unwanted effects on StatPP methods." ;
        dct:modified     "2020-09-02T17:38:36.299Z"^^xsd:dateTime ;
        reg:notation     "QC" ;
        owl:versionInfo  2 .

<https://codes.nws.noaa.gov/StatPP/Methods/QC/MarineQC>
        a                skos:Concept ;
        rdfs:label       "Quality Control for Marine Obs" ;
        dct:description  "A set of checks that ensure meteorological realism in marine observations" ;
        skos:notation    "MarineQC" .

<https://codes.nws.noaa.gov/StatPP/Methods/QC/_GeospatialQC>
        a                  reg:RegisterItem ;
        rdfs:label         "Geospatial Quality Control" ;
        dct:dateSubmitted  "2020-09-02T17:38:36.297Z"^^xsd:dateTime ;
        dct:description    "A set of geospatial checks generally used for mesonet observations that move relatively frequently" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/QC/GeospatialQC> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/QC/_GeospatialQC:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "GeospatialQC" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/QC> ;
        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/QC/_LampQC>
        a                  reg:RegisterItem ;
        rdfs:label         "LAMP quality control" ;
        dct:dateSubmitted  "2020-09-02T17:38:36.29Z"^^xsd:dateTime ;
        dct:description    "Quality control method used by LAMP" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/QC/LampQC> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/QC/_LampQC:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "LampQC" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/QC> ;
        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/QC/METARQC>
        a                skos:Concept ;
        rdfs:label       "Quality Control for Surface Obs" ;
        dct:description  "A set of checks that ensure meteorological realism in METAR-encoded surface observations" ;
        skos:notation    "METARQC" .

<https://codes.nws.noaa.gov/StatPP/Methods/QC/_METARQC>
        a                  reg:RegisterItem ;
        rdfs:label         "Quality Control for Surface Obs" ;
        dct:dateSubmitted  "2020-09-02T17:38:36.295Z"^^xsd:dateTime ;
        dct:description    "A set of checks that ensure meteorological realism in METAR-encoded surface observations" ;
        reg:definition     [ reg:entity       <https://codes.nws.noaa.gov/StatPP/Methods/QC/METARQC> ;
                             reg:sourceGraph  <https://codes.nws.noaa.gov/StatPP/Methods/QC/_METARQC:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "METARQC" ;
        reg:register       <https://codes.nws.noaa.gov/StatPP/Methods/QC> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "admin" ;
                             foaf:name         "nws code registry administrator"
                           ] ;
        owl:versionInfo    1 .
