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

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

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

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

subjectcategory:10000
  skos:prefLabel "Natural sciences"@en, "Přírodní vědy"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/10000/10100> .

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

