@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:USLterCV_692
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "former label: atmospheric property"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:definition "Atmospheric measure is a compound concept formed by determining an atmospheric property for an object of interest in the atmosphere - for example the concentration (Observed Property) of SO3 (the Object Of Interest) in the air (Matrix). Measures may optionally have associated Units Of Measure (e.g. ppb), and various Constraints (e.g. in certain heights) and Statistical Measures. (e.g. daily means)"@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "atmospheric measure"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

