@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/WorkPackageLeader>
  skos:broader agentrole:Contributor ;
  skos:prefLabel "Work Package Leader"@en, "Vedoucí pracovního balíku"@cs ;
  skos:inScheme agentrole: ;
  skos:definition "A Work Package is a recognized data product, not all of which is included in publication. The package, instead, may include notes, discarded documents, etc. The Work Package Leader is responsible for ensuring the comprehensive contents, versioning, and availability of the Work Package during the development of the resource."@en, "Pracovní balíček je uznaný datový produkt, jehož celý obsah nemusí být zahrnut v publikaci. Balíček může však zahrnovat například poznámky, vyřazené dokumenty apod. Vedoucí pracovního balíčku je odpovědný za zajištění úplnosti obsahu, verzování a dostupnost pracovního balíčku během vývoje daného zdroje."@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/WorkPackageLeader> .

agentrole: a skos:ConceptScheme .
