@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://vocab.met.no/mmd/Operational_Status/Operational>
  skos:prefLabel "Operational"@en ;
  skos:definition "This is used to tag datasets that are continuously being evaluated and validated. The production of the data is under the responsibility of an authority and follows a review and documentation process. Operational data are generated on a continuous basis with a temporal perspective."@en ;
  a skos:Concept .

mmd:Operational_Status
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Operational Status"@en ;
  skos:member <https://vocab.met.no/mmd/Operational_Status/Operational> .

