@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#> .

mmd:Contact_Roles
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Contact Roles"@en ;
  skos:member <https://vocab.met.no/mmd/Contact_Roles/MetadataAuthor> .

<https://vocab.met.no/mmd/Contact_Roles/MetadataAuthor>
  skos:prefLabel "Metadata author"@en ;
  skos:definition "The main responsible person for the generation of the metadata for this dataset. Other people could have been involved, but this is the main contact with regard to the metadata."@en ;
  a skos:Concept .

