@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:mt_106
  skos:prefLabel "EAR hydrology"@en, "TER hydrologie"@fr ;
  a skos:ConceptScheme ;
  skos:hasTopConcept thesaurusinrae:c_4507 .

thesaurusinrae:c_4507
  skos:topConceptOf thesaurusinrae:mt_106 ;
  skos:prefLabel "water regime"@en, "régime hydrique"@fr ;
  skos:inScheme thesaurusinrae:mt_106, thesaurusinrae:thesaurusINRAE ;
  skos:broader thesaurusinrae:d_0603 ;
  a skos:Concept .

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

thesaurusinrae:d_0603
  skos:prefLabel "06.03 HYDROLOGY"@en, "06.03 HYDROLOGIE"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_4507 .

