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

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

cfstdn:barometric_altitude
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:exactMatch gcmdsk:5d703cfe-2f7c-4736-acbc-ec4e4f4f8eef, <http://vocab.nerc.ac.uk/collection/P07/current/324L8WDL/> ;
  skos:prefLabel "barometric_altitude"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Barometric altitude is the altitude determined by a pressure measurement which is converted to altitude through interpolation of the International Standard Atmosphere (ICAO, 1976). A mean sea level pressure of 1013.25 hPa is used for the surface pressure."@en ;
  a skos:Concept .

