@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:Collection_Keywords
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Collection Keywords"@en ;
  skos:member <https://vocab.met.no/mmd/Collection_Keywords/DOKI> .

<https://vocab.met.no/mmd/Collection_Keywords/DOKI>
  skos:prefLabel "DOKI"@en ;
  skos:definition "Datasets provided by projects funded by the Research Council of Norway during the International Polar Year 2007/2008."@en ;
  a skos:Concept .

