@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/20900>
  skos:prefLabel "Industrial biotechnology"@en, "Průmyslové biotechnologie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20900/20901> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20900/20901>
  skos:prefLabel "Industrial biotechnology"@en, "Průmyslové biotechnologie"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20900> ;
  a skos:Concept .

