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

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

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

cfstdn:atmosphere_convective_mass_flux
  owl:sameAs cfstdn:atmosphere_net_upward_convective_mass_flux ;
  owl:deprecated true ;
  a skos:Concept ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "deprecated"@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:prefLabel "atmosphere_convective_mass_flux"@en ;
  skos:definition "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The atmosphere convective mass flux is the vertical transport of mass for a field of cumulus clouds or thermals, given by the product of air density and vertical velocity. For an area-average, cell_methods should specify whether the average is over all the area or the area of updrafts only."@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0009/> ;
  dc:isReplacedBy cfstdn:atmosphere_net_upward_convective_mass_flux ;
  skos:inScheme <https://vocab.met.no/CFSTDN> .

