@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 ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
