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

agentrole: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/RelatedPerson>
  skos:prefLabel "Related Person"@en, "Související osoba"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """A person without a specifically defined role in the development of the resource, but who is someone the author wishes to recognize.
Usage Notes: This person could be an author’s intellectual mentor, a person providing intellectual leadership in the discipline or subject domain, etc."""@en, """Osoba bez konkrétně definované role při tvorbě datasetu, ale autor si přeje tuto osobu uvést. 
Poznámky k použití: Tato osoba může být autorův intelektuální mentor, osoba poskytující intelektuální vedení v daném oboru atd."""@cs ;
  a skos:Concept .

