@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/10000/10700>
  skos:prefLabel "Other natural sciences"@en, "Ostatní přírodní vědy"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader subjectcategory:10000 ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
subjectcategory:10000
  skos:prefLabel "Přírodní vědy"@cs, "Natural sciences"@en ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10700> .

