@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/40000/40200>
  skos:prefLabel "Vědy o zvířatech a mléce"@cs, "Animal and dairy science"@en ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/40000/40200/40201> .

subjectcategory: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/40000/40200/40201>
  skos:prefLabel "Animal and dairy science"@en, "Vědy o zvířatech a mléce "@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/40000/40200> ;
  a skos:Concept .

