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

agentrole:Contributor
  skos:prefLabel "Contributor"@en, "Přispěvatel"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/Translator> .

agentrole: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/Translator>
  skos:prefLabel "Translator"@en, "Překladatel"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """A person, organization, or automated system responsible for converting the content of a resource from one language into another, preserving its meaning and intended message.
This contributor type should be applied to DOI metadata for a resource which has been translated from another resource."""@en, """Osoba, organizace nebo systém zodpovědný za převod obsahu zdroje z jednoho jazyka do jiného, ​​přičemž zachovává jeho význam a zamýšlené sdělení. 
Tento typ přispěvatele by měl být použit pro metadata DOI pro zdroj, který byl přeložen z jiného zdroje."""@cs ;
  a skos:Concept .

