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

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200/30219>
  skos:prefLabel "Gastroenterology and hepatology"@en, "Gastroenterologie a hepatologie"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200> ;
  a skos:Concept .

