@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/NordicSeas> .

<https://vocab.met.no/mmd/Areas/NordicSeas>
  skos:prefLabel "Nordic Seas"@en ;
  skos:definition "This is used to identify the combined area of the Norwegian and the North Seas. It is mainly used to identify oceanic data."@en ;
  a skos:Concept .

