@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:Areas
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Geographical Areas"@en ;
  skos:member <https://vocab.met.no/mmd/Areas/DenmarkStrait> .

<https://vocab.met.no/mmd/Areas/DenmarkStrait>
  skos:prefLabel "Denmark Strait"@en ;
  skos:definition "This is used to indicate data located in the Denmark Strait. That is the strait between Iceland and Greenland, effectively separating the Greenland and Iceland Seas. It is used to identify oceanic observations. "@en ;
  a skos:Concept .

