@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:1545
  skos:narrower thesbav:1555 ;
  a skos:Concept ;
  skos:prefLabel "Maladie"@fr .

thesbav:1890
  skos:broader thesbav:1555 ;
  a skos:Concept ;
  skos:prefLabel "Onchocercose"@fr .

thesbav:1963
  skos:broader thesbav:1555 ;
  a skos:Concept ;
  skos:prefLabel "Paludisme"@fr .

thesbav:1555
  a skos:Concept ;
  skos:broader thesbav:1545 ;
  skos:inScheme thesbav: ;
  skos:narrower thesbav:1963, thesbav:1890 ;
  skos:prefLabel "Maladie parasitaire"@fr .

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

