@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/20000/20300>
  skos:prefLabel "Mechanical engineering"@en, "Strojní inženýrství"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20300/20304> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20300/20304>
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20300> ;
  skos:prefLabel "Aerospace engineering"@en, "Letecké inženýrství"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

