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

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

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/Abstract>
  skos:topConceptOf descriptiontype: ;
  skos:prefLabel "Abstract"@en, "Abstrakt"@cs ;
  skos:inScheme descriptiontype: ;
  skos:definition "Stručný popis zdroje a kontextu, v jehož rámci zdroj vznikl."@cs, "A brief description of the resource and the context in which the resource was created."@en ;
  a skos:Concept .

