@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/Dataset_Production_Status/InWork>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/946029f4-771c-4399-b0ed-e9e709f05fc1> ;
  skos:prefLabel "In Work"@en ;
  skos:definition "Refers to data sets currently undergoing production or data that is continuously being collected or updated. For Example: data from the AIRS instrument on Aqua is being collected continuously."@en ;
  a skos:Concept .

mmd:Dataset_Production_Status
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Dataset Production Status"@en ;
  skos:member <https://vocab.met.no/mmd/Dataset_Production_Status/InWork> .

