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

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/Sponsor>
  skos:prefLabel "Sponsor"@en, "Sponzor"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Person or organisation that issued a contract or under the auspices of which a work has been written, printed, published, developed, etc.
Includes organisations that provide in-kind support, through donation, provision of people or a facility or instrumentation necessary for the development of the resource, etc."""@en, """Osoba nebo organizace, která poskytla smlouvu na dotaci nebo pod jejíž záštitou byl zdroj vytvořen, sestaven či vyvinut atd. 
Zahrnuje organizace, které poskytují věcnou podporu prostřednictvím darů, poskytnutí personálu, zařízení či přístrojů nezbytných pro vývoj zdroje atd."""@cs ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
