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

<https://vocab.met.no/mmd/Areas/NorthSea>
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P30/current/north_sea/>, <http://vocab.nerc.ac.uk/collection/C16/current/04/> ;
  skos:prefLabel "North 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. The North Sea is located south of the Norwegian Sea, bordered by the Faroe-Shetland area and the Norwegian coast, all the way down to the continent. {\"Spatial_Coverage\": { \"Southernmost_latitude\": \"49.2182615683599\", \"Northernmost_latitude\": \"63.5822291317627\", \"Westernmost_longitude\": \"-5.11211185909971\", \"Easternmost_longitude\": \"9.98777190749643\" }}"@en ;
  a skos:Concept .

