@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/ProjectManager>
  skos:prefLabel "Project Manager"@en, "Projektový manažer"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  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 .

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

agentrole: a skos:ConceptScheme .
