@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/IcelandSea>
  skos:prefLabel "Iceland Sea"@en ;
  skos:definition """This is used to identify data from the area west and south of the Denmark Strait. It is also used to identify observations from Iceland unless marked as Arctic.  	{"Spatial_Coverage": { "Southernmost_latitude": "62.3430537642984", "Northernmost_latitude": "74.7432353466058", "Westernmost_longitude": "-33.0122766941186", "Easternmost_longitude": "-4.90382728856863" }}"""@en ;
  a skos:Concept .

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

