@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/50000/50200/50203>
  skos:prefLabel "Pracovní vztahy"@cs, "Industrial relations"@en ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/50000/50200> ;
  a skos:Concept .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/50000/50200>
  skos:prefLabel "Economics and business"@en, "Ekonomie a podnikání"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/50000/50200/50203> .

subjectcategory: a skos:ConceptScheme .
