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

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

cfstdn:net_primary_productivity_of_carbon
  skos:note "deprecated"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  a skos:Concept ;
  owl:sameAs cfstdn:net_primary_productivity_of_biomass_expressed_as_carbon ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0525/> ;
  owl:deprecated true ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:net_primary_productivity_of_biomass_expressed_as_carbon ;
  skos:prefLabel "net_primary_productivity_of_carbon"@en ;
  skos:definition "Net primary productivity is the excess of gross_primary_productivity (rate of synthesis of biomass per unit area from inorganic precursors by autotrophs, or \"producers\", especially by photosynthesising plants using sunlight for energy) over the rate at which they themselves respire some of this biomass (plant_respiration, assuming all producers to be plants).  \"Productivity of carbon\" refers to the production of biomass expressed as the mass of carbon which it contains. \"Productivity\" means production per unit area."@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> .

