@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:c_4688
  skos:prefLabel "industrial waste"@en, "déchet industriel"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_4674 .

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_4674
  skos:inScheme thesaurusinrae:thesaurusINRAE, thesaurusinrae:mt_15 ;
  skos:broader thesaurusinrae:c_4688 ;
  skos:altLabel "DIB"@fr, "CIW"@en, "déchet industriel non dangereux"@fr ;
  a skos:Concept ;
  skos:prefLabel "déchet industriel banal"@fr, "common industrial waste"@en ;
  dc:modified "2024-10-24T14:48:45"^^xsd:dateTime .

