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

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/Other>
  skos:prefLabel "Jiná role"@cs, "Other"@en ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Any person or institution making a significant contribution to the development and/or maintenance of the resource, but whose contribution is not adequately described by any of the other values for contributorType.
Could be a photographer, artist, or writer whose contribution helped to publicize the resource (as opposed to creating it), a reviewer of the resource, someone providing administrative services to the author (such as depositing updates into an online repository, analysing usage, etc.), or one of many other roles."""@en, """Jakákoli osoba nebo instituce, která významně přispívá k vývoji a/nebo údržbě zdroje, ale jejíž příspěvek není dostatečně popsán žádnou z ostatních hodnot ve slovníku AgentRole. 
Může se jednat o fotografa, umělce nebo spisovatele, jehož počin pomohl zdroj zveřejnit (na rozdíl od jeho vytvoření), recenzenta zdroje, někoho, kdo poskytuje autorovi administrativní služby (například ukládání aktualizací do online repozitáře, analýza používání atd.) nebo jednu z mnoha dalších rolí."""@cs ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
