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

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

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

cfstdn:litter_carbon_flux
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:mass_flux_of_carbon_into_litter_from_vegetation ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:note "deprecated"@en ;
  a skos:Concept ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0553/> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:prefLabel "litter_carbon_flux"@en ;
  owl:deprecated true ;
  owl:sameAs cfstdn:mass_flux_of_carbon_into_litter_from_vegetation ;
  skos:definition "'Litter carbon' is dead inorganic material in or above the soil quantified as the mass of carbon which it contains. The litter carbon flux is the rate of production of litter. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics."@en .

