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

<https://vocabs.repo.cz/vocabularies/SubjectCategory/60000/60200/60203>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/60000/60200> ;
  skos:prefLabel "Linguistics"@en, "Lingvistika"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/60000/60200>
  skos:prefLabel "Languages and literature"@en, "Jazyky a literatura"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/60000/60200/60203> .

subjectcategory: a skos:ConceptScheme .
