@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@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:stem_mass_content_of_carbon .

cfstdn:stem_mass_content_of_carbon
  dc:replaces <https://vocab.met.no/CFSDTN/wood_carbon_content> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "Mapping to be determined"@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/QHQLM3BE/> ;
  skos:prefLabel "stem_mass_content_of_carbon"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "\"Content\" indicates a quantity per unit area. The stem of a plant is the axis that bears buds and shoots with leaves and, at its basal end, roots. Its function is to carry water and nutrients. Examples include the stalk of a plant or the main trunk of a tree."@en ;
  a skos:Concept .

