@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:2302
  skos:narrower thesbav:23 ;
  a skos:Concept ;
  skos:prefLabel "Réincarnation"@fr .

thesbav:23
  a skos:Concept ;
  skos:broader thesbav:2302 ;
  skos:inScheme thesbav: ;
  skos:prefLabel "Action méritoire"@fr .

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

