@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/10100>
  skos:prefLabel "Matematika"@cs, "Mathematics"@en ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100/10103> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100/10103>
  skos:prefLabel "Statistics and probability"@en, "Pravděpodobnost a statistika"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100> ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
