@prefix qudt:  <http://qudt.org/schema/qudt#> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@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 qudt-unit: <http://qudt.org/vocab/unit#> .
@prefix qb:    <http://purl.org/linked-data/cube#> .
@prefix dgu:   <http://reference.data.gov.uk/def/reference/> .
@prefix ui:    <http://purl.org/linked-data/registry-ui#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix reg:   <http://purl.org/linked-data/registry#> .
@prefix qudt-quantity: <http://qudt.org/vocab/quantity#> .
@prefix grib2-parameter: <http://codes.wmo.int/grib2/schema/parameter/> .
@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 common-unit: <http://codes.wmo.int/common/schema/unit/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix grib2-core: <http://codes.wmo.int/grib2/schema/core/> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix bufr4-core: <http://codes.wmo.int/bufr4/schema/core/> .
@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 qudt-dimension: <http://qudt.org/vocab/dimension#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix common-core: <http://codes.wmo.int/common/schema/core/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://codes.wmo.int/wmdr/ReportingStatus>
        a                      reg:Register , ldp:Container , skos:Collection ;
        rdfs:label             "Station/Platform operating status" ;
        dct:description        "Station/Platform operating status" ;
        dct:modified           "2019-11-21T09:16:51.483Z"^^xsd:dateTime ;
        owl:versionInfo        2 ;
        skos:member            <http://codes.wmo.int/wmdr/ReportingStatus/unknown> , <http://codes.wmo.int/wmdr/ReportingStatus/planned> , <http://codes.wmo.int/wmdr/ReportingStatus/standBy> , <http://codes.wmo.int/wmdr/ReportingStatus/partlyOperational> , <http://codes.wmo.int/wmdr/ReportingStatus/preOperational> , <http://codes.wmo.int/wmdr/ReportingStatus/closed> , <http://codes.wmo.int/wmdr/ReportingStatus/operational> , <http://codes.wmo.int/wmdr/ReportingStatus/nonReporting> ;
        ldp:hasMemberRelation  skos:member .

<http://codes.wmo.int/wmdr/ReportingStatus/unknown>
        a                skos:Concept ;
        rdfs:label       "unknown" ;
        dct:description  "The declared operating status of this particular station/platform is unknown."@en ;
        skos:notation    "unknown" .

<http://codes.wmo.int/wmdr/ReportingStatus/partlyOperational>
        a                skos:Concept ;
        rdfs:label       "Partly operational" ;
        dct:description  "The station partially complies with the reporting obligations of the observation programme/network concerned."@en ;
        skos:notation    "partlyOperational" .

<http://codes.wmo.int/wmdr/ReportingStatus/closed>
        a                skos:Concept ;
        rdfs:label       "Closed" ;
        dct:description  "The station has been declared as closed by the responsible supervising organization."@en ;
        skos:notation    "closed" .

<http://codes.wmo.int/wmdr/ReportingStatus/preOperational>
        a                skos:Concept ;
        rdfs:label       "Pre-operational" ;
        dct:description  "The station is deployed and producing data but still not fully ready to start reporting operationally."@en ;
        skos:notation    "preOperational" .

<http://codes.wmo.int/wmdr/ReportingStatus/nonReporting>
        a                skos:Concept ;
        rdfs:label       "Non-reporting" ;
        dct:description  "The station is considered non-operational/non-reporting temporarily, but is expected to resume its operations/reporting after the temporary suspension."@en ;
        skos:notation    "nonReporting" .

<http://codes.wmo.int/wmdr/ReportingStatus/planned>
        a                skos:Concept ;
        rdfs:label       "Planned" ;
        dct:description  "The station is planned to be deployed sometime in the future, and all information provided is indicative only. No observations are taken."@en ;
        skos:notation    "planned" .

<http://codes.wmo.int/wmdr/ReportingStatus/standBy>
        a                skos:Concept ;
        rdfs:label       "Stand-by" ;
        dct:description  "NA"@en ;
        skos:notation    "standBy" .

<http://codes.wmo.int/wmdr/ReportingStatus/operational>
        a                skos:Concept ;
        rdfs:label       "Operational" ;
        dct:description  "The station fully complies with the reporting obligations of the observation programme/network concerned."@en ;
        skos:notation    "operational" .
