@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:mass_concentration_of_dimethyl_sulfide_in_air
  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/CF12N250/> ;
  skos:prefLabel "mass_concentration_of_dimethyl_sulfide_in_air"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Mass concentration means mass per unit volume and is used in the construction mass_concentration_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 chemical formula for dimethyl sulfide is (CH3)2S.  Dimethyl sulfide is sometimes referred to as DMS."@en ;
  a skos:Concept .

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

