@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix agentrole: <https://vocabs.repo.cz/vocabularies/AgentRole/> .

<https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor/Producer>
  skos:broader <https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor> ;
  skos:prefLabel "Producer"@en, "Producent"@cs ;
  skos:inScheme agentrole: ;
  skos:definition "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, """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 ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor>
  skos:prefLabel "Contributor"@en, "Přispěvatel"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor/Producer> .

