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

agentrole: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/Supervisor>
  skos:prefLabel "Supervisor"@en, "Supervizor"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition "Určený supervizor nad jednou nebo více skupinami/týmy pracujícími na tvorbě zdroje nebo nad jedním či více kroky vývojového procesu."@cs, "Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process."@en ;
  a skos:Concept .

