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

