@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix gcmdsk: <https://vocab.met.no/GCMDSK/> .

<https://vocab.met.no/CFSTDN>
  skos:prefLabel "Climate and Forecast Standard Names"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept cfstdn:water_vapor_partial_pressure_in_air .

cfstdn:water_vapor_partial_pressure_in_air
  dc:replaces <https://vocab.met.no/CFSDTN/water_vapor_pressure> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:closeMatch gcmdsk:433ea253-243d-42e4-bc61-f85eb7a73879 ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFV15A33/> ;
  skos:prefLabel "water_vapor_partial_pressure_in_air"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "The partial pressure of a gaseous constituent of air is the pressure that it would exert if all other gaseous constituents were removed, assuming the volume, the temperature, and its number of moles remain unchanged."@en ;
  a skos:Concept .

