@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 ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
