@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/Planned>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/0f1e9a71-9bda-43d6-86ef-f29472c36ebf> ;
  skos:prefLabel "Planned"@en ;
  skos:definition "Refers to data sets to be collected in the future and are thus unavailable at the present time. For Example: The Hydro spacecraft has not been launched, but information on planned data sets may be available."@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/Planned> .

