@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:2223
  skos:broader thesbav:1234 ;
  a skos:Concept ;
  skos:prefLabel "Punaise"@fr .

thesbav:2219
  skos:broader thesbav:1234 ;
  a skos:Concept ;
  skos:prefLabel "Puceron"@fr .

thesbav:2247
  skos:broader thesbav:1234 ;
  a skos:Concept ;
  skos:prefLabel "Ranatre"@fr .

thesbav:1159
  skos:broader thesbav:1234 ;
  a skos:Concept ;
  skos:prefLabel "Gerris"@fr .

thesbav:475
  skos:broader thesbav:1234 ;
  a skos:Concept ;
  skos:prefLabel "Cigale"@fr .

thesbav:1346
  skos:narrower thesbav:1234 ;
  a skos:Concept ;
  skos:prefLabel "Insecte"@fr .

thesbav:473
  skos:broader thesbav:1234 ;
  a skos:Concept ;
  skos:prefLabel "Cicadelle"@fr .

thesbav:1234
  a skos:Concept ;
  skos:broader thesbav:1346 ;
  skos:inScheme thesbav: ;
  skos:narrower thesbav:475, thesbav:2223, thesbav:473, thesbav:2219, thesbav:1159, thesbav:2247 ;
  skos:prefLabel "Hémiptère"@fr .

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

