@prefix subjectcategory: <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

subjectcategory: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200>
  skos:prefLabel "Clinical medicine"@en, "Klinická medicína"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200/30216> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200/30216>
  skos:prefLabel "Dermatology and venereal diseases"@en, "Dermatologie a pohlavní nemoci"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200> ;
  a skos:Concept .

