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

<https://vocab.met.no/mmd/Areas/NorwegianSea>
  skos:broader <https://vocab.met.no/mmd/Areas/Arctic> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/91dd3935-a1ae-48ca-b263-9b10ac732372>, <http://vocab.nerc.ac.uk/collection/P30/current/norwegian_sea/>, <http://vocab.nerc.ac.uk/collection/C16/current/06/> ;
  skos:prefLabel "Norwegian Sea"@en ;
  skos:definition "This is used to identify data from the North Sea. Primarily it is used for oceanic observations as well as observations from platforms. It is bordered by the Greenland Sea, the Barents Sea, the North Sea and the Faroe-Iceland ridge. {\"Spatial_Coverage\": { \"Southernmost_latitude\": \"57.9767651784406\", \"Northernmost_latitude\": \"78.1219500577069\", \"Westernmost_longitude\": \"-9.02068831025837\", \"Easternmost_longitude\": \"27.0790684243223\" }}"@en ;
  a skos:Concept .

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

