@prefix envsvars: <http://purl.org/m4m-dk-2/variables/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://qudt.org/schema/qudt/> .

envsvars:AtmosphericTerms
  skos:prefLabel "Atmospheric Terms"@en ;
  a skos:Concept ;
  skos:narrower envsvars:atmospheric_pressure .

<http://qudt.org/schema/qudt/unit>
  rdfs:comment "A reference to the unit of measure of a quantity (variable or constant) of interest."@en ;
  rdfs:label "unit" .

envsvars: a skos:ConceptScheme .
envsvars:atmospheric_pressure
  ns0:unit <http://qudt.org/vocab/unit/MilliBAR>, <http://qudt.org/vocab/unit/HectoPA> ;
  skos:closeMatch <https://mmisw.org/ont/cf/parameter/air_pressure> ;
  skos:broader envsvars:AtmosphericTerms ;
  skos:inScheme envsvars: ;
  skos:definition "Air pressure is the force per unit area which would be exerted when the moving gas molecules of which the air is composed strike a theoretical surface of any orientation."@en ;
  skos:prefLabel "atmospheric_pressure"@en ;
  a skos:Concept .

