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

cfstdn:dry_atmosphere_mole_fraction_of_carbon_dioxide
  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/ZV42E2GH/> ;
  skos:prefLabel "dry_atmosphere_mole_fraction_of_carbon_dioxide"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Mole fraction is used in the construction \"mole_fraction_of_X_in_Y\", where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as \"nitrogen\" or a phrase such as \"nox_expressed_as_nitrogen\". The construction \"dry_atmosphere_mole_fraction\" means that the quantity refers to the whole atmospheric column and is calculated as the total number of particles of X in the column divided by the number of dry air particles in the same column, i.e. the effect of water vapor is excluded. For localized values within the atmospheric medium, standard names including \"in_air\" are used. The chemical formula for carbon dioxide is CO2."@en ;
  a skos:Concept .

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

