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

relationtype:
  a skos:ConceptScheme ;
  skos:hasTopConcept relationtype:Cites .

relationtype:Cites
  skos:topConceptOf relationtype: ;
  skos:prefLabel "cites"@en, "cituje (co)"@cs ;
  skos:inScheme relationtype: ;
  a skos:Concept .

