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

<https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor/ProjectManager>
  skos:broader <https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor> ;
  skos:prefLabel "Project Manager"@en, "Projektový manažer"@cs ;
  skos:inScheme agentrole: ;
  skos:definition """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, """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 ;
  a skos:Concept .

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

