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

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/ProjectLeader>
  skos:prefLabel "Project Leader"@en, "Vedoucí projektu"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Person officially designated as head of project team or sub- project team instrumental in the work necessary to development of the resource.
The Project Leader is not “removed” from the work that resulted in the resource; he or she remains intimately involved throughout the life of the particular project team."""@en, """Osoba, která je oficiálně vedoucím projektového týmu nebo dílčího projektového týmu a podílí se na práci nezbytné pro vývoj zdroje.  
Vedoucí projektu zůstává úzce zapojen do práce po celou dobu existence daného projektového týmu."""@cs ;
  a skos:Concept .

agentrole:Contributor
  skos:prefLabel "Contributor"@en, "Přispěvatel"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/ProjectLeader> .

agentrole: a skos:ConceptScheme .
