@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/RegistrationAgency> .

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/RegistrationAgency>
  skos:prefLabel "Registration Agency"@en, "Registrační agentura"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Institution/organisation officially appointed by a Registration Authority to handle specific tasks within a defined area of responsibility.
DataCite is a Registration Agency for the International DOI Foundation (IDF). One of DataCite’s tasks is to assign DOI prefixes to the allocating agents who then assign the full, specific character string to data clients, provide metadata back to the DataCite registry, etc."""@en, """Instituce/organizace oficiálně pověřená registračním orgánem k vyřizování specifických úkolů v rámci definované oblasti odpovědnosti. 
DataCite je jednou z registračních agentur Mezinárodní nadace DOI (IDF). Jedním z úkolů DataCite je přiřazovat prefixy DOI agentům (konsorciím či jednotlivým provozovatelům služeb), kteří poté přiřazují identifikátory DOI uživatelům, poskytují metadata zpět do registru DataCite atd."""@cs ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
