@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/21000>
  skos:prefLabel "Nano-technology"@en, "Nanotechnologie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/21000/21001> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/21000/21001>
  skos:prefLabel "Nano-materials (production and properties)"@en, "Nanomateriály (výroba a vlastnosti)"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/20000/21000> ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
