@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:fast_soil_pool_mass_content_of_carbon
  skos:prefLabel "fast_soil_pool_mass_content_of_carbon"@en ;
  a skos:Concept .

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

cfstdn:fast_soil_pool_carbon_content
  a skos:Concept ;
  owl:sameAs cfstdn:fast_soil_pool_mass_content_of_carbon ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  owl:deprecated true ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFV16A13/> ;
  skos:definition "\"Content\" indicates a quantity per unit area.  The \"soil content\" of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.  \"Soil carbon\" is the organic matter present in soil quantified by the mass of carbon it contains. Soil carbon is returned to the atmosphere as the organic matter decays. The decay process takes varying amounts of time depending on the composition of the organic matter, the temperature and the availability of moisture. A carbon \"soil pool\" means the carbon contained in organic matter which has a characteristic period over which it decays and releases carbon into the atmosphere. \"Fast soil pool\" refers to the decay of organic matter in soil with a characteristic period of less than ten years under reference climate conditions of a temperature of 20 degrees Celsius and no water limitations."@en ;
  skos:prefLabel "fast_soil_pool_carbon_content"@en ;
  skos:inScheme <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> ;
  dc:isReplacedBy cfstdn:fast_soil_pool_mass_content_of_carbon .

