@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/ContactPerson>
  skos:prefLabel "Contact Person"@en, "Kontaktní osoba"@cs ;
  skos:inScheme agentrole: ;
  skos:broader agentrole:Contributor ;
  skos:definition """Person with knowledge of how to access, troubleshoot, or otherwise field issues related to the resource.
May also be the “Point of Contact” in an organisation that controls access to the resource, if that organisation is different from the Publisher, Distributor, and Data Manager."""@en, """Osoba se znalostí možností přístupu ke zdroji a jeho případná omezení, může řešit problémy související s dostupností zdroje. 
Může být také „kontaktní osobou“ v organizaci, která určuje přístup ke zdroji, pokud se tato organizace liší od vydavatele, distributora a správce dat."""@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/ContactPerson> .

agentrole: a skos:ConceptScheme .
