@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/30000/30400/30405>
  skos:prefLabel "Medical biotechnology related ethics"@en, "Lékařské biotechnologie související s etikou"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30400> ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30400>
  skos:prefLabel "Medical biotechnology"@en, "Lékařské biotechnologie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/30000/30400/30405> .

