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

cfstdn:virtual_temperature
  a skos:Concept ;
  skos:closeMatch gcmdsk:3afb06fa-96b7-4bf4-a6b7-b5fa626afc04, gcmdsk:fd19a3f1-8eeb-49ab-bcaf-e7b4b267d415 ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "The virtual temperature of air is the temperature at which the dry air constituent of a parcel of moist air would have the same density as the moist air at the same pressure."@en ;
  skos:prefLabel "virtual_temperature"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0060/> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:broadMatch gcmdsk:35e1f93b-99b3-4430-b477-0ecafa80d67a ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> .

