@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/Editor>
  skos:prefLabel "Editor"@en, "Editor"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """A person who oversees the details related to the publication format of the resource.
Note: if the Editor is to be credited in place of multiple creators, the Editor’s name may be supplied as Creator, with “(Ed.)” appended to the name."""@en, """Osoba, která dohlíží na detaily týkající se publikačního formátu zdroje. 
Poznámka: Pokud má být editor uveden místo více tvůrců, může být uveden i jako tvůrce s připojeným „(Ed.)“ za jménem."""@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/Editor> .

agentrole: a skos:ConceptScheme .
