@prefix thesaurusinrae: <http://opendata.inrae.fr/thesaurusINRAE/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

thesaurusinrae:d_0601
  skos:prefLabel "06.01 SOIL SCIENCES"@en, "06.01 SCIENCES DU SOL"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_1064 .

thesaurusinrae:thesaurusINRAE
  skos:prefLabel "INRAE thesaurus"@en, "Thésaurus INRAE"@fr ;
  a <http://www.w3.org/ns/adms#Asset>, skos:ConceptScheme, owl:Ontology .

thesaurusinrae:mt_105
  skos:prefLabel "EAR soil sciences"@en, "TER sciences du sol"@fr ;
  a skos:ConceptScheme ;
  skos:hasTopConcept thesaurusinrae:c_1064 .

thesaurusinrae:c_1064
  skos:topConceptOf thesaurusinrae:mt_105 ;
  skos:altLabel "interaction atmosphère-sol"@fr, "soil-atmosphere interaction"@en ;
  skos:prefLabel "interaction sol-atmosphère"@fr, "atmosphere-soil interaction"@en ;
  skos:inScheme thesaurusinrae:mt_105, thesaurusinrae:thesaurusINRAE ;
  skos:broader thesaurusinrae:d_0601 ;
  a skos:Concept .

