@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 ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
