@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/Keywords_Vocabulary/NORTHEMES>
  rdfs:seeAlso <https://register.geonorge.no/metadata-kodelister/nasjonal-temainndeling> ;
  skos:altLabel "GeoNorge Themes"@en ;
  skos:prefLabel "NORTHEMES"@en ;
  skos:definition "This vocabulary should be used to provide keywords from The GeoNorge National topic category list."@en ;
  a skos:Concept .

mmd:Keywords_Vocabulary
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Keywords Vocabulary"@en ;
  skos:member <https://vocab.met.no/mmd/Keywords_Vocabulary/NORTHEMES> .

