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

cfstdn:gross_primary_productivity_of_carbon
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0636/> ;
  owl:deprecated true ;
  skos:note "deprecated"@en ;
  skos:prefLabel "gross_primary_productivity_of_carbon"@en ;
  dc:isReplacedBy cfstdn:gross_primary_productivity_of_biomass_expressed_as_carbon ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:definition "Gross primary productivity is the rate of synthesis of biomass per unit area from inorganic precursors by autotrophs, especially by photosynthesising plants using sunlight for energy. The producers also respire some of this biomass and the difference is net_primary_productivity.  \"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 ;
  owl:sameAs cfstdn:gross_primary_productivity_of_biomass_expressed_as_carbon ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  a skos:Concept .

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

