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

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

cfstdn:upward_eliassen_palm_flux
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFV8N133/> ;
  a skos:Concept ;
  skos:prefLabel "upward_eliassen_palm_flux"@en ;
  owl:sameAs cfstdn:upward_eliassen_palm_flux_in_air ;
  skos:definition "\"Eliassen Palm flux\" is a widely used vector in the meridional plane, and the divergence of this flux appears as a forcing in the Transformed Eulerian mean formulation of the zonal mean zonal wind equation.  \"Upward\" indicates a vector component which is positive when directed upward (negative downward)."@en ;
  owl:deprecated true ;
  skos:note "deprecated"@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  dc:isReplacedBy cfstdn:upward_eliassen_palm_flux_in_air ;
  skos:inScheme <https://vocab.met.no/CFSTDN> .

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

