@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:22060
  skos:prefLabel "ατμοσφαιρική πίεση"@el, "atmospheric pressure"@en ;
  a skos:Concept .

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

envthes:USLterCV_50
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:22060 ;
  skos:altLabel "barometric pressure"@en, "air pressure"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <http://linkeddata.ge.imati.cnr.it:2020/resource/EARTh/11840>, <http://en.wikipedia.org/wiki/atmospheric_pressure>, <http://aims.fao.org/aos/agrovoc/c_693> ;
  skos:definition "[NASA] The amount of force exerted over a surface area, caused by the weight of air molecules above it. As elevation increases, fewer air molecules are present. Therefore, atmospheric pressure always decreases with increasing height. A column of air, 1 square inch in cross section, measured from sea level to the top of the atmosphere would weigh approximately 14.7 lb/in2. The standard value for atmospheric pressure at sea level is: 29.92 inches or 760 mm of mercury 1013.25 millibars (mb) or 101,325 pascals (Pa)."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "atmospheric pressure"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

