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

cfstdn:upward_air_velocity
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:closeMatch gcmdsk:841a7ac7-5981-4e93-895f-1b57c3d892a0 ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0109/> ;
  skos:prefLabel "upward_air_velocity"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "A velocity is a vector quantity. \"Upward\" indicates a vector component which is positive when directed upward (negative downward). Upward air velocity is the vertical component of the 3D air velocity vector. The standard name downward_air_velocity may be used for a vector component with the opposite sign convention."@en ;
  a skos:Concept .

