@prefix agentrole: <https://vocabs.ccmm.cz/registry/codelist/AgentRole/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

agentrole:Contributor
  skos:prefLabel "Contributor"@en, "Přispěvatel"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/DataCollector> .

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/DataCollector>
  skos:prefLabel "Data Collector"@en, "Sběratel dat"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Person/institution responsible for finding or gathering/collecting data under the guidelines of the author(s) or Principal Investigator (PI).
May also be used when crediting survey conductors, interviewers, event or condition observers, or persons responsible for monitoring key instrument data."""@en ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
