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

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/Distributor>
  skos:prefLabel "Distributor"@en, "Distributor"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Institution tasked with responsibility to generate/disseminate copies of the resource in either electronic or print form.
Works stored in more than one archive/repository may credit each as a distributor."""@en, """Instituce pověřená generováním/šířením kopií zdroje v elektronické nebo tištěné podobě. 
Pokud jsou díla uložená ve více než jednom archivu/repozitáři, je možné jako distributora uvést oba archivy/repozitáře."""@cs ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
