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

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/SeriesInformation>
  skos:topConceptOf descriptiontype: ;
  skos:prefLabel "Series Information"@en, "Informace o sérii"@cs ;
  skos:inScheme descriptiontype: ;
  skos:definition "Informace o sérii, například svazek a číslo."@cs, "Information about a repeating series, such as volume, issue, number."@en ;
  a skos:Concept .

