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

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/TableOfContents>
  skos:topConceptOf descriptiontype: ;
  skos:prefLabel "Table Of Contents"@en, "Obsah"@cs ;
  skos:inScheme descriptiontype: ;
  skos:definition "Obsah zdroje."@cs, "A listing of the Table of Contents."@en ;
  a skos:Concept .

descriptiontype:
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://vocabs.ccmm.cz/vocabularies/DescriptionType/TableOfContents> .

