@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:EnvEU_257
  skos:prefLabel "PAR (Photosynthetic Active Radiation)"@en ;
  a skos:Concept .

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

envthes:USLterCV_418
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "add PAR"@en ;
  dc:isReplacedBy envthes:30172 ;
  skos:altLabel "PAR"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <http://en.wikipedia.org/wiki/photosynthetically_active_radiation>, envthes:EnvEU_257 ;
  skos:definition "[Henderson's] photosynthetically active radiation (PAR) radiation capable of driving the light reactions of photosynthesis, wave­length 380–710 nm."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "photosynthetically active radiation"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:30172
  skos:prefLabel "photosynthetically active radiation"@en ;
  a skos:Concept ;
  skos:exactMatch envthes:USLterCV_418 .

