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

agentrole:Publisher
  skos:prefLabel "Vydavatel"@cs, "Publisher"@en ;
  skos:inScheme agentrole: ;
  skos:topConceptOf agentrole: ;
  skos:definition "Název subjektu, který zdroj uchovává, archivuje, publikuje, distribuuje, zveřejňuje, vydává nebo produkuje. Tento popisný údaj slouží následně k citování a žádosti o DOI, proto je třeba zvážit určení této role."@cs, "The name of the entity that holds, archives, publishes, prints, distributes, releases, issues, or produces the resource. This property will be used to formulate the citation, so consider the prominence of the role."@en ;
  a skos:Concept .

agentrole:
  a skos:ConceptScheme ;
  skos:hasTopConcept agentrole:Publisher .

