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

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/60000/60500>
  skos:prefLabel "Other humanities and the arts"@en, "Ostatní humanitní vědy a obory umění"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader subjectcategory:60000 ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
subjectcategory:60000
  skos:prefLabel "Humanities and the arts"@en, "Humanitní vědy a umění"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/60000/60500> .

