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

<https://vocabs.repo.cz/vocabularies/SubjectCategory/20000/20800>
  skos:prefLabel "Environmental biotechnology"@en, "Environmentální biotechnologie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/20000/20800/20803> .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/20000/20800/20803>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/20000/20800> ;
  skos:prefLabel "Environmental biotechnology related ethics"@en, "Environmentální biotechnologie související s etikou"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
