@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/Other> .

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/Other>
  skos:topConceptOf descriptiontype: ;
  skos:prefLabel "Other"@en, "Jiný"@cs ;
  skos:inScheme descriptiontype: ;
  skos:definition "Další popisné informace, které nelze zařadit do existující kategorie."@cs, "Other description information that does not fit into an existing category."@en ;
  a skos:Concept .

