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

<https://vocab.met.no/mmd/Areas/WhiteSea>
  skos:broader <https://vocab.met.no/mmd/Areas/Arctic> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/C16/current/08/> ;
  skos:prefLabel "White Sea"@en ;
  skos:definition "This is used to indicate data from ocean, atmosphere and islands in the White Sea. {\"Spatial_Coverage\": { \"Southernmost_latitude\": \"63.1090416470606\", \"Northernmost_latitude\": \"68.7989569132796\", \"Westernmost_longitude\": \"31.8685356938203\", \"Easternmost_longitude\": \"44.8394373774493\" }}"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/Arctic>
  skos:prefLabel "Arctic"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.met.no/mmd/Areas/WhiteSea> .

