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

<https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50600/50603>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50600> ;
  skos:prefLabel "Organisation theory"@en, "Teorie organizace"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50600>
  skos:prefLabel "Political science"@en, "Politologie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50600/50603> .

subjectcategory: a skos:ConceptScheme .
