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

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/ProjectMember> .

<https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor/ProjectMember>
  skos:broader <https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor> ;
  skos:prefLabel "Project Member"@en, "Člen projektového týmu"@cs ;
  skos:inScheme agentrole: ;
  skos:definition """Člen určitého projektu/projektového týmu. 
Tento slovník neupřesňuje míru zapojení dané osoby."""@cs, """Person on the membership list of a designated project/project team.
This vocabulary may or may not indicate the quality, quantity, or substance of the person’s involvement."""@en ;
  a skos:Concept .

