@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/Scientific>
  skos:prefLabel "Scientific"@en ;
  skos:definition "This is used to describe purely scientific products, i.e. products generated through scientific projects and usually with a limited 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/Scientific> .

