@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_111
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:exactMatch <http://linkeddata.ge.imati.cnr.it:2020/resource/EARTh/38060> ;
  skos:definition "Sunshine duration or sunshine hours is a climatological indicator, measuring duration of sunshine in given period (usually, a day or a year) for a given location on Earth, typically expressed as an average of several years. [Wikipedia] the period during which direct solar a title=\\\\\"Irradiance\\\\\" href=\\\\\"https://en.wikipedia.org/wiki/Irradiance\\\\\"irradiance/a exceeds a threshold value of 120&nbsp;W/m&sup2;."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "duration of sunshine"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

