@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:beaufort_wind_force
  skos:broadMatch gcmdsk:fbc53539-ce4e-4e3e-bbd2-8270386616b4, gcmdsk:10685919-bc01-43e7-901a-b62ac44627f3 ;
  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 <http://vocab.nerc.ac.uk/collection/P07/current/CFV7N45/> ;
  skos:prefLabel "beaufort_wind_force"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "'Beaufort wind force' is an index assigned on the Beaufort wind force scale and relates a qualitative description of the degree of disturbance or destruction caused by wind to the speed of the wind. The Beaufort wind scale varies between 0 (qualitatively described as calm, smoke rises vertically, sea appears glassy) (wind speeds in the range 0 - 0.2 m s-1) and 12 (hurricane, wave heights in excess of 14 m) (wind speeds in excess of 32.7 m s-1)."@en ;
  a skos:Concept .

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

