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

<https://vocab.met.no/mmd/Areas/FramStrait>
  skos:prefLabel "Fram Strait"@en ;
  skos:definition "This is used to indicate data located in the Fram Strait. That is the strait between Svalbard and Greenland, separating the Arctic Ocean from the Greenland Sea. It is primarily used to identify oceanic observations. {\"Spatial_Coverage\": { \"Southernmost_latitude\": \"76.4421290395782\", \"Northernmost_latitude\": \"81.4523562429474\", \"Westernmost_longitude\": \"-9.76400148921\", \"Easternmost_longitude\": \"16.6184257263662\" }}"@en ;
  a skos:Concept .

