@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#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

thesaurusinrae:mt_15
  skos:prefLabel "ENV waste"@en, "ENV déchets"@fr ;
  a skos:ConceptScheme .

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

thesaurusinrae:c_5130
  skos:prefLabel "déchet"@fr, "waste"@en ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_4648 .

thesaurusinrae:c_4648
  dc:modified "2024-10-24T14:48:45"^^xsd:dateTime ;
  skos:prefLabel "hazardous waste"@en, "déchet dangereux"@fr ;
  skos:inScheme thesaurusinrae:mt_15, thesaurusinrae:thesaurusINRAE ;
  skos:broader thesaurusinrae:c_5130 ;
  a skos:Concept .

