@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@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#> .

cfstdn:water_vapor_saturation_deficit_in_air
  skos:prefLabel "water_vapor_saturation_deficit_in_air"@en ;
  a skos:Concept .

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

cfstdn:water_vapor_saturation_deficit
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0033/> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  a skos:Concept ;
  skos:prefLabel "water_vapor_saturation_deficit"@en ;
  skos:definition "Water vapor saturation deficit is the difference between the saturation water vapor pressure and the actual water vapor pressure."@en ;
  dc:isReplacedBy cfstdn:water_vapor_saturation_deficit_in_air ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  owl:sameAs cfstdn:water_vapor_saturation_deficit_in_air ;
  skos:note "deprecated"@en ;
  owl:deprecated true ;
  skos:inScheme <https://vocab.met.no/CFSTDN> .

