@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/10000/10600>
  skos:prefLabel "Biological sciences"@en, "Biologie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10600/10603> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10600/10603>
  skos:prefLabel "Genetics and heredity "@en, "Genetika a dědičnost"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10600> ;
  a skos:Concept .

