@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/RegistrationAuthority>
  skos:broader <https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor> ;
  skos:prefLabel "Registration Authority"@en, "Registrační autorita"@cs ;
  skos:inScheme agentrole: ;
  skos:definition "Normalizační orgán, od kterého registrační agentury získávají oficiální uznání a pokyny. IDF slouží jako registrační orgán pro Mezinárodní organizaci pro normalizaci (ISO) v oblasti digitálních identifikátorů objektů."@cs, """A standards-setting body from which Registration Agencies obtain official recognition and guidance.
The IDF serves as the Registration Authority for the International Standards Organisation (ISO) in the area/domain of Digital Object Identifiers."""@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/RegistrationAuthority> .

