@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@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:atmosphere_downdraft_convective_mass_flux .

cfstdn:atmosphere_downdraft_convective_mass_flux
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "Mapping to be determined"@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFV13N1/> ;
  skos:prefLabel "atmosphere_downdraft_convective_mass_flux"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  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 and/or downdrafts only.  \"Downdraft\" means that the flux is positive in the downward direction (negative upward)."@en ;
  a skos:Concept .

