@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/Researcher> .

agentrole: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/Researcher>
  skos:prefLabel "Researcher"@en, "Výzkumník"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """A person involved in analysing data or the results of an experiment or formal study. May indicate an intern or assistant to one of the authors who helped with research but who was not so “key” as to be listed as an author.
Should be a person, not an institution. Note that a person involved in the gathering of data would fall under the contributorType “DataCollector.” The researcher may find additional data online and correlate it to the data collected for the experiment or study, for example."""@en, """Osoba podílející se na analýze dat nebo na výsledích experimentu či studie. Může označovat i stážistu nebo asistenta jednoho z autorů, který sice pomáhal s výzkumem, ale nebyl natolik „klíčový“, aby byl uveden jako autor. 
Mělo by se jednat o osobu, nikoli o instituci. Upozorňujeme, že osoba podílející se na shromažďování dat by spadala pod typ přispěvatele „Sběratel dat“. Výzkumník může například najít další data online a porovnat je s daty shromážděnými pro experiment nebo studii."""@cs ;
  a skos:Concept .

