@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

envthes:20907
  skos:narrower envthes:10364 ;
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "solute"@en ;
  skos:definition "a solution is a homogeneous mixture composed of only one phase. In such a mixture, a solute is a substance dissolved in another substance, known as a solvent"@en ;
  skos:broader envthes:10003 ;
  skos:prefLabel "solution"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:10364
  skos:prefLabel "soil solution"@en ;
  a skos:Concept ;
  skos:broader envthes:20907 .

envthes:10003
  skos:prefLabel "matrix"@en ;
  a skos:Concept ;
  skos:narrower envthes:20907 .

