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

<https://vocab.met.no/mmd/Areas/ChukchiSea>
  skos:prefLabel "Chukchi Sea"@en ;
  skos:definition "This is used to indicate data located in the Chukchi 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 in the ocean, but can also be used for observations on islands in the area. {\"Spatial_Coverage\": { \"Southernmost_latitude\": \"65.9080374652434\", \"Northernmost_latitude\": \"71.6078495972615\", \"Westernmost_longitude\": \"177.493486404419\", \"Easternmost_longitude\": \"-156.526019417522\" }}"@en ;
  a skos:Concept .

