@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@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/> .

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

envthes:1
  skos:prefLabel "deprecated concept"@en ;
  a skos:Concept .

envthes:EnvEu_134
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:editorialNote "concept 'leaf area index' exists"@en ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:definition "[Henderson's] of a given area of vegetation, the total area of photosynthetic leaf surface divided by the area of soil covered."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "LAI (Leaf Area Index)"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

