@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/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

envthes:22175
  skos:prefLabel "normalized vegetation index"@en ;
  a skos:Concept .

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

envthes:USLterCV_381
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:contributor "0000-0003-0320-0692"@en ;
  dc:isReplacedBy envthes:22175 ;
  skos:altLabel "Normalized Difference Vegetation Index"@en, "NDVI"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:definition "[Wikipedia, 2013-11-08] A simple graphical indicator that can be used to analyze remote sensing measurements, typically but not necessarily from a space platform, and assess whether the target being observed contains live green vegetation or not."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "normalized vegetation index"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

