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

<https://vocab.met.no/mmd/Areas/NorwegianSea>
  skos:prefLabel "Norwegian Sea"@en ;
  a skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Areas/Arctic> .

<https://vocab.met.no/mmd/Areas/WhiteSea>
  skos:prefLabel "White Sea"@en ;
  a skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Areas/Arctic> .

<https://vocab.met.no/mmd/Areas/Arctic>
  skos:closeMatch <http://vocab.nerc.ac.uk/collection/P30/current/arctic_ocean/>, <http://vocab.nerc.ac.uk/collection/C19/current/9/>, <http://vocab.nerc.ac.uk/collection/C16/current/17/> ;
  skos:altLabel "Central Arctic"@en ;
  a skos:Concept ;
  skos:prefLabel "Arctic"@en ;
  skos:narrower <https://vocab.met.no/mmd/Areas/NorwegianSea>, <https://vocab.met.no/mmd/Areas/WhiteSea> ;
  skos:definition "This is used to indicate that data are located in the Arctic. The definition of the Arctic may however differ as no unique definition exists. In MetaMod context this should refer to data located nortwards of the Arctic Circle, i.e. 65 degrees North."@en ;
  skos:narrowMatch <http://vocab.nerc.ac.uk/collection/C16/current/08/> .

