@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/Experimental>
  skos:prefLabel "Experimental"@en ;
  skos:definition "This is used to describe data that belongs to a development and production chain that provides operational data. It is the first step in the process of becoming operational."@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/Experimental> .

