@prefix thesbav: <https://uri.ird.fr/so/kos/thesbav/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

thesbav:1137
  skos:broader thesbav:280 ;
  a skos:Concept ;
  skos:prefLabel "Génétique"@fr .

thesbav:394
  skos:broader thesbav:280 ;
  a skos:Concept ;
  skos:prefLabel "Cellule"@fr .

thesbav:283
  skos:broader thesbav:280 ;
  a skos:Concept ;
  skos:prefLabel "Biologie moléculaire"@fr .

thesbav:280
  a skos:Concept ;
  skos:inScheme thesbav: ;
  skos:narrower thesbav:1137, thesbav:394, thesbav:283 ;
  skos:prefLabel "Biologie cellulaire"@fr ;
  skos:topConceptOf thesbav: .

thesbav:
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "thesbav" .

