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

<https://vocab.met.no/mmd/Areas/GreenlandSea>
  skos:prefLabel "Greenland Sea"@en ;
  skos:definition "This is used to identify data from the area between the Fram Strait and the Denmark Strait, between Greenland and the Mohn-Sverdrup ridge or the Norwegian Sea. It is primarily used for oceanic observations but may also include observations at Jan Mayen. {\"Spatial_Coverage\": { \"Southernmost_latitude\": \"69.7856946623911\", \"Northernmost_latitude\": \"84.0988786741383\", \"Westernmost_longitude\": \"-36.8873951742225\", \"Easternmost_longitude\": \"17.535040165038\" }}"@en ;
  a skos:Concept .

