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

subjectcategory: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10500/10503>
  skos:prefLabel "Water resources"@en, "Vodní zdroje"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10500> ;
  a skos:Concept .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10500>
  skos:prefLabel "Earth and related environmental sciences"@en, "Vědy o Zemi a související environmentální vědy "@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/10000/10500/10503> .

