@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/NBS>
  rdfs:seeAlso <https://www.satellittdata.no/> ;
  skos:altLabel "Nasjonalt Bakkesegment for Satellittdata"@en ;
  skos:prefLabel "NBS"@en ;
  skos:definition "Copernicus Sentinel datasets provided in the context of the National Ground Segment for Satellite Data."@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/NBS> .

