@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:heterotrophic_respiration_carbon_flux .

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

cfstdn:heterotrophic_respiration_carbon_flux
  owl:sameAs cfstdn:surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration ;
  skos:prefLabel "heterotrophic_respiration_carbon_flux"@en ;
  skos:note "deprecated"@en ;
  skos:definition "'Respiration carbon' refers to the rate at which biomass is respired expressed as the mass of carbon which it contains. Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on both above and within the soil. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics."@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0641/> ;
  owl:deprecated true ;
  a skos:Concept ;
  dc:isReplacedBy cfstdn:surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> .

