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

