@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/CFSTDN>
  rdfs:seeAlso <https://vocab.nerc.ac.uk/standard_name/> ;
  skos:altLabel "CF Standard Names"@en ;
  skos:prefLabel "CFSTDN"@en ;
  skos:definition "This vocabulary should be used to provide keywords from The Climate and Forecast (CF) Standard Names tables."@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/CFSTDN> .

