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

cfstdn:air_temperature_anomaly
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0024/> ;
  skos:closeMatch gcmdsk:1e76ccc7-2729-4de1-8c01-f295476ebb35, gcmdsk:7ca345d4-8e15-49ae-98a7-1c387f61ea85 ;
  a skos:Concept ;
  skos:definition "'anomaly' means difference from climatology. Air temperature is the bulk temperature of the air, not the surface (skin) temperature."@en ;
  skos:prefLabel "air_temperature_anomaly"@en ;
  skos:broadMatch gcmdsk:35e1f93b-99b3-4430-b477-0ecafa80d67a ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> .

