@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/Contact_Roles/Investigator>
  skos:prefLabel "Investigator"@en ;
  skos:definition "The person who headed the investigation or experiment that resulted in the acquisition of the data described (i.e., Principal Investigator, Experiment Team Leader) and knows the details on data collection and processing."@en ;
  a skos:Concept .

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

