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

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200/30201>
  skos:prefLabel "Cardiac and cardiovascular systems"@en, "Srdeční a kardiovaskulární systémy"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200> ;
  a skos:Concept .

