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

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200/30221>
  skos:prefLabel "Critical care medicine and emergency medicine"@en, "Urgentní medicína a pohotovostní medicína"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30200> ;
  a skos:Concept .

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/30221> .

