@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/20000/20400/20401>
  skos:prefLabel "Chemical engineering (plants, products)"@en, "Chemické inženýrství (rostliny, výrobky)"@cs ;
  a skos:Concept ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20400> .

subjectcategory:20000
  skos:prefLabel "Engineering and technology"@en, "Technické vědy, inženýrství"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20400> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20400>
  skos:prefLabel "Chemické inženýrství"@cs, "Chemical engineering"@en ;
  skos:inScheme subjectcategory: ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20400/20402>, <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20400/20401> ;
  skos:broader subjectcategory:20000 ;
  a skos:Concept .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20400/20402>
  skos:prefLabel "Chemical process engineering"@en, "Chemické procesní inženýrství"@cs ;
  a skos:Concept ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20400> .

subjectcategory: a skos:ConceptScheme .
