@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/DataManager>
  skos:prefLabel "Správce dat"@cs, "Data Manager"@en ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """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, """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 ;
  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/DataManager> .

agentrole: a skos:ConceptScheme .
