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

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/Methods>
  skos:topConceptOf descriptiontype: ;
  skos:prefLabel "Methods"@en, "Metodologie"@cs ;
  skos:inScheme descriptiontype: ;
  skos:definition "Metodologie použitá pro studii nebo výzkum."@cs, "The methodology employed for the study or research."@en ;
  a skos:Concept .

