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

cfstdn:wind_speed
  skos:broadMatch gcmdsk:df160e31-ae45-41a4-9093-a80fe5303cea ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0038/>, <http://codes.wmo.int/common/quantity-kind/windSpeed> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:closeMatch gcmdsk:a92f49f3-e2ee-4ef4-b064-39311ffb95d3, gcmdsk:a7ce84a3-8329-4eb7-b5de-72d2dea8c6bf, gcmdsk:661591b3-6685-4de7-a2a4-9ce8ae505044 ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  a skos:Concept ;
  skos:prefLabel "wind_speed"@en ;
  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."@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> .

