@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 "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 .

