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

<https://vocabs.repo.cz/vocabularies/SubjectCategory/40000/40400>
  skos:prefLabel "Agricultural biotechnology"@en, "Zemědělské biotechnologie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/40000/40400/40403> .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/40000/40400/40403>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/40000/40400> ;
  skos:prefLabel "Agricultural biotechnology related ethics"@en, "Zemědělské biotechnologie související s etikou"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
