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

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/HostingInstitution> .

<https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor/HostingInstitution>
  skos:broader <https://vocabs.ccmm.cz/vocabularies/AgentRole/Contributor> ;
  skos:prefLabel "Hosting Institution"@en, "Hostující instituce"@cs ;
  skos:inScheme agentrole: ;
  skos:definition """Obvykle se jedná o organizaci, která umožňuje zpřístupnění zdroje na internetu prostřednictvím poskytování hardwarové/softwarové/provozní podpory. 
Tato role obvykle připadá univerzitě, výzkumnému centru nebo organizaci, která datové úložiště provozuje."""@cs, """Typically, the organisation allowing the resource to be available on the internet through the provision of its hardware/software/operating support.
This role normally falls on the University, research center or organization where the data center/data repository belongs."""@en ;
  a skos:Concept .

