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

mmd:Activity_Type
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Activity Type"@en ;
  skos:member <https://vocab.met.no/mmd/Activity_Type/NumericalSimulation> .

<https://vocab.met.no/mmd/Activity_Type/NumericalSimulation>
  skos:relatedMatch <https://cmr.earthdata.nasa.gov/kms/concept/bd6e607f-8709-45cf-9882-b14b82c9d931> ;
  skos:prefLabel "Numerical Simulation"@en ;
  skos:definition "Data are generated by the use of a numerical simulation of the atmosphere, the ocean, the climate or similar. Statistical analysis is not covered by this."@en ;
  a skos:Concept .

