@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://vocab.met.no/mmd/Areas/BarentsSea>
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P30/current/barents_sea/>, <http://vocab.nerc.ac.uk/collection/C19/current/9_4/>, <http://vocab.nerc.ac.uk/collection/C16/current/07/> ;
  skos:prefLabel "Barents Sea"@en ;
  skos:definition "This is used to indicate data located in the Barents Sea. The definition of this ocean area may differ as no unique definition exists. In MetaMod context this is usually used to refer to observations within or above the sea. It can also be used to identify observations at islands, but such would preferably be indicated with Svalbard if belonging to these islands. {\"Spatial_Coverage\": { \"Southernmost_latitude\": \"65.5666560048002\", \"Northernmost_latitude\": \"82.2514153220693\", \"Westernmost_longitude\": \"16.2694762982728\", \"Easternmost_longitude\": \"68.9755338269347\" }}"@en ;
  a skos:Concept .

mmd:Areas
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Geographical Areas"@en ;
  skos:member <https://vocab.met.no/mmd/Areas/BarentsSea> .

