@prefix prov: <http://www.w3.org/ns/prov#> .
@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> a prov:Entity, skos:ConceptScheme .
mmd:Areas
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <https://vocab.met.no/mmd/Areas/NorthSea>, <https://vocab.met.no/mmd/Areas/FramStrait>, <https://vocab.met.no/mmd/Areas/NorwegianSea>, <https://vocab.met.no/mmd/Areas/WhiteSea>, <https://vocab.met.no/mmd/Areas/ChukchiSea>, <https://vocab.met.no/mmd/Areas/DenmarkStrait>, <https://vocab.met.no/mmd/Areas/BeaufortSea>, <https://vocab.met.no/mmd/Areas/EastSiberianSea>, <https://vocab.met.no/mmd/Areas/NordicSeas>, <https://vocab.met.no/mmd/Areas/NorthernHemisphere>, <https://vocab.met.no/mmd/Areas/GreenlandSea>, <https://vocab.met.no/mmd/Areas/BarentsSea>, <https://vocab.met.no/mmd/Areas/LaptevSea>, <https://vocab.met.no/mmd/Areas/IcelandSea>, <https://vocab.met.no/mmd/Areas/KaraSea>, <https://vocab.met.no/mmd/Areas/Arctic> ;
  skos:prefLabel "Geographical Areas"@en ;
  skos:inScheme <https://vocab.met.no/mmd> ;
  skos:definition "Controlled vocabulary to be used in METAMOD context to describe geographical areas. This should be related to GCMD science keywords through altLabel. The definition should contain a unique specification of the area. Historically, METAMOD started out with ocean areas only. Open issues remain on how to best classify land regions."@en .

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

<https://vocab.met.no/mmd/Areas/NordicSeas>
  skos:prefLabel "Nordic Seas"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/ChukchiSea>
  skos:prefLabel "Chukchi Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/NorwegianSea>
  skos:prefLabel "Norwegian Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/BarentsSea>
  skos:prefLabel "Barents Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/FramStrait>
  skos:prefLabel "Fram Strait"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/KaraSea>
  skos:prefLabel "Kara Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/IcelandSea>
  skos:prefLabel "Iceland Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/BeaufortSea>
  skos:prefLabel "Beaufort Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/LaptevSea>
  skos:prefLabel "Laptev Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/NorthSea>
  skos:prefLabel "North Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/EastSiberianSea>
  skos:prefLabel "East Siberian Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/DenmarkStrait>
  skos:prefLabel "Denmark Strait"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/GreenlandSea>
  skos:prefLabel "Greenland Sea"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Areas/NorthernHemisphere>
  skos:prefLabel "Northern Hemisphere"@en ;
  a skos:Concept .

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

