@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/20000/20700>
  skos:prefLabel "Environmental engineering"@en, "Environmentální inženýrství "@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20700/20706> .

subjectcategory: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20700/20706>
  skos:prefLabel "Marine engineering, sea vessels"@en, "Námořní inženýrství, mořská plavidla"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/20700> ;
  a skos:Concept .

