@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_0103
  skos:prefLabel "01.03 WATER MANAGEMENT"@en, "01.03 GESTION DE L'EAU"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_4169 .

thesaurusinrae:mt_18
  skos:prefLabel "ENV water management"@en, "ENV gestion de l'eau"@fr ;
  a skos:ConceptScheme ;
  skos:hasTopConcept thesaurusinrae:c_4169 .

thesaurusinrae:c_4169
  skos:topConceptOf thesaurusinrae:mt_18 ;
  skos:prefLabel "analyse de l'eau"@fr, "water analysis"@en ;
  skos:inScheme thesaurusinrae:mt_18, thesaurusinrae:thesaurusINRAE ;
  skos:broader thesaurusinrae:d_0103 ;
  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 .

