@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

<https://vocab.met.no/mmd/Collection_Keywords/SIOS>
  rdfs:seeAlso "https://sios-svalbard.org/" ;
  skos:altLabel "Svalbard Integrated Arctic Earth Observing System"@en ;
  skos:prefLabel "SIOS"@en ;
  skos:definition "Datasets relevant for the Svalbard Integrated Arctic Earth Observing System."@en ;
  a skos:Concept .

