@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:2047
  skos:narrower thesbav:423 ;
  a skos:Concept ;
  skos:prefLabel "Phénomène climatique"@fr .

thesbav:837
  skos:broader thesbav:423 ;
  a skos:Concept ;
  skos:prefLabel "Effet de serre"@fr .

thesbav:678
  skos:broader thesbav:423 ;
  a skos:Concept ;
  skos:prefLabel "Cycle climatique"@fr .

thesbav:423
  a skos:Concept ;
  skos:broader thesbav:2047 ;
  skos:inScheme thesbav: ;
  skos:narrower thesbav:837, thesbav:678 ;
  skos:prefLabel "Changement climatique"@fr .

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

