@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/ResearchGroup>
  skos:prefLabel "Research Group"@en, "Výzkumná skupina"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Typically refers to a group of individuals with a lab, department, or division that has a specifically defined focus of activity.
May operate at a narrower level of scope; may or may not hold less administrative responsibility than a project team."""@en, """Obvykle se vztahuje na skupinu jednotlivců, pracující v určité laboratoři, oddělení nebo divizi, která má specificky definované zaměření činnosti. 
Může fungovat v užším rozsahu; může, ale nemusí mít menší administrativní odpovědnost než projektový tým."""@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/ResearchGroup> .

agentrole: a skos:ConceptScheme .
