@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/ProjectManager>
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor> ;
  skos:prefLabel "Project Manager"@en, "Projektový manažer"@cs ;
  skos:inScheme <https://vocabs.ccmm.cz/registry/codelist/AgentRole/> ;
  skos:definition """Person officially designated as manager of a project. Project may consist of one or many project teams and sub-teams.
The manager of a project normally has more administrative responsibility than actual work involvement."""@en, """Osoba, která je oficiálně manažerem projektu. Projekt se může skládat z jednoho nebo více projektových týmů a podtýmů. 
Manažer projektu má obvykle více administrativní odpovědnosti než skutečné pracovní účasti."""@cs ;
  a skos:Concept .

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

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/> a skos:ConceptScheme .
