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

agentrole:Creator
  skos:prefLabel "Creator"@en, "Autor"@cs ;
  skos:inScheme agentrole: ;
  skos:topConceptOf agentrole: ;
  skos:definition "Hlavní tvůrci (výzkumníci) zapojení do tvorby dat nebo autoři publikace, v pořadí podle priority. U přístrojů se jedná o výrobce nebo vývojáře přístroje. Chcete-li uvést více tvůrců, uveďte tuto roli opakovaně."@cs, "The main researchers involved in producing the data, or the authors of the publication, in priority order. For instruments this is the manufacturer or developer of the instrument. To supply multiple creators, repeat this property."@en ;
  a skos:Concept .

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

