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

<https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor/Translator>
  skos:broader <https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor> ;
  skos:prefLabel "Translator"@en, "Překladatel"@cs ;
  skos:inScheme agentrole: ;
  skos:definition """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 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 ;
  a skos:Concept .

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

