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

cfstdn:tendency_of_air_temperature_due_to_convection
  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/CFV13N27/> ;
  skos:prefLabel "tendency_of_air_temperature_due_to_convection"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Air temperature is the bulk temperature of the air, not the surface (skin) temperature.  The specification of a physical process by the phrase due_to_process means that the quantity named is a  single term in a sum of terms which together compose the general quantity  named by omitting the phrase.  \"tendency_of_X\" means derivative of X with respect to time."@en ;
  a skos:Concept .

