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

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/RegistrationAuthority>
  skos:prefLabel "Registration Authority"@en, "Registrační autorita"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """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, "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 skos:Concept .

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

agentrole: a skos:ConceptScheme .
