@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/DataManager>
  skos:broader <https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor> ;
  skos:prefLabel "Data Manager"@en, "Manažer dat"@cs ;
  skos:inScheme agentrole: ;
  skos:definition """Osoba (nebo organizace s týmem správců dat, například datové centrum) odpovědná za údržbu hotového zdroje. 
Osoba nebo organizace v této roli zajišťuje, že zdroj je pravidelně „aktualizován“ z hlediska softwarové/hardwarové podpory, je zajištěna jeho dostupnost nebo ochrana před neoprávněným přístupem, uložení v souladu s oborovými standardy a že je se zdrojem nakládáno v souladu s platnými požadavky na správu záznamů."""@cs, """Person (or organisation with a staff of data managers, such as a data centre) responsible for maintaining the finished resource.
The work done by this person or organisation ensures that the resource is periodically “refreshed” in terms of software/hardware support, is kept available or is protected from unauthorized access, is stored in accordance with industry standards, and is handled in accordance with the records management requirements applicable to it."""@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/DataManager> .

