@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/BeaufortSea>
  skos:prefLabel "Beaufort Sea"@en ;
  skos:definition "This is used to indicate data are located in the Beaufort 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. {\"Spatial_Coverage\": { \"Southernmost_latitude\": \"65.6130664819046\", \"Northernmost_latitude\": \"76.348429003534\", \"Westernmost_longitude\": \"-156.645774838244\", \"Easternmost_longitude\": \"-121.763081381975\" }}"@en ;
  a skos:Concept .

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

