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

cfstdn:wind_speed_of_gust
  skos:broadMatch gcmdsk:a7ce84a3-8329-4eb7-b5de-72d2dea8c6bf, gcmdsk:df160e31-ae45-41a4-9093-a80fe5303cea, gcmdsk:661591b3-6685-4de7-a2a4-9ce8ae505044, gcmdsk:a92f49f3-e2ee-4ef4-b064-39311ffb95d3 ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0039/> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:definition "Speed is the magnitude of velocity. Wind is defined as a two-dimensional (horizontal) air velocity vector, with no vertical component. (Vertical motion in the atmosphere has the standard name upward_air_velocity.) The wind speed is the magnitude of the wind velocity. A gust is a sudden brief period of high wind speed. In an observed timeseries of wind speed, the gust wind speed can be indicated by a cell_methods of maximum for the time-interval. In an atmospheric model which has a parametrised calculation of gustiness, the gust wind speed may be separately diagnosed from the wind speed."@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:prefLabel "wind_speed_of_gust"@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  a skos:Concept .

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

