@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/Collection_Keywords/NMDC>
  rdfs:seeAlso <https://nmdc.no/> ;
  skos:altLabel "Norwegian Marine Data Centre"@en ;
  skos:prefLabel "NMDC"@en ;
  skos:definition "Datasets relevant for the Norwegian Marine Data Centre. This is basically datasets of a marine origin, regardless of whether they are of operational or scientific origin."@en ;
  a skos:Concept .

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

