@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 "Data Manager"@en, "Manažer dat"@cs ;
  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 ;
  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 .
