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

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/Producer>
  skos:prefLabel "Producer"@en, "Producent"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Typically, a person or organisation responsible for the artistry and form of a media product.
In the data industry, this may be a company “producing” DVDs that package data for future dissemination by a distributor."""@en, "Obvykle osoba nebo organizace zodpovědná za umělecké zpracování a formu mediálního produktu. V datovém průmyslu se může jednat o společnost „produkující“ DVD pro budoucí šíření distributorem."@cs ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
