@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .

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

envthes:22109
  skos:inScheme envthes: ;
  a iop:Variable, skos:Concept ;
  skos:definition "The dry bulk density is the ratio between the mass of oven dry soil material (solid particles) and the volume of the undisturbed fresh sample"@en ;
  skos:broader envthes:20935 ;
  owl:deprecated false ;
  skos:prefLabel "dry bulk density"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:20935
  skos:prefLabel "variable"@en ;
  a skos:Concept ;
  skos:narrower envthes:22109 .

