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

cfstdn:northward_heat_flux_due_to_eddy_advection
  owl:deprecated true ;
  a skos:Concept ;
  skos:prefLabel "northward_heat_flux_due_to_eddy_advection"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFV8N68/> ;
  skos:note "deprecated"@en ;
  dc:isReplacedBy cfstdn:northward_heat_flux_in_air_due_to_eddy_advection ;
  owl:sameAs cfstdn:northward_heat_flux_in_air_due_to_eddy_advection ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:definition "The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. \"Northward\" indicates a vector component which is positive when directed northward (negative southward).  In accordance with common usage in geophysical disciplines, \"flux\" implies per unit area, called \"flux density\" in physics."@en .

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

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

