@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/60300>
  skos:prefLabel "Philosophy, ethics and religion"@en, "Filozofie, etika a náboženství"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/60000/60300/60303> .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/60000/60300/60303>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/60000/60300> ;
  skos:prefLabel "Theology"@en, "Teologie"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
