@prefix subjectcategory: <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

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/10100> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100/10102>
  skos:prefLabel "Applied mathematics"@en, "Aplikovaná matematika"@cs ;
  a skos:Concept ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100> .

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

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100/10101>
  skos:prefLabel "Pure mathematics"@en, "Čistá matematika"@cs ;
  a skos:Concept ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100> .

subjectcategory: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100>
  skos:prefLabel "Matematika"@cs, "Mathematics"@en ;
  skos:inScheme subjectcategory: ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100/10103>, <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100/10102>, <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10100/10101> ;
  skos:broader subjectcategory:10000 ;
  a skos:Concept .

