@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:HasPart .

relationtype:HasPart
  skos:topConceptOf relationtype: ;
  skos:prefLabel "has part"@en, "má část/i"@cs ;
  skos:inScheme relationtype: ;
  a skos:Concept .

