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

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

<https://vocabs.ccmm.cz/registry/codelist/AgentRole/Contributor/HostingInstitution>
  skos:prefLabel "Hosting Institution"@en, "Hostující instituce"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """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, """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 ;
  a skos:Concept .

agentrole: a skos:ConceptScheme .
