@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://vocab.met.no/mmd/Collection_Keywords/NySMAC>
  skos:hiddenLabel "Ny-Ålesund Science Managers Committee"@en ;
  rdfs:seeAlso <https://nyalesundresearch.no/nysmac/> ;
  skos:altLabel "Ny-Ålesund Research Station"@en ;
  skos:prefLabel "NySMAC"@en ;
  skos:definition "Datasets from Ny-Ålesund research station in the context of NySMAC (Ny-Ålesund Science Managers Committee)."@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/NySMAC> .

