@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:sea_surface_wind_wave_significant_height
  skos:definition "Wind waves are waves on the ocean surface and are the high frequency portion of a bimodal wave frequency spectrum. Significant wave height is a statistic computed from wave measurements and corresponds to the average height of the highest one third of the waves, where the height is defined as the vertical distance from a wave trough to the following wave crest."@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:prefLabel "sea_surface_wind_wave_significant_height"@en ;
  skos:broadMatch gcmdsk:0c9adb35-b203-42d7-8ccf-b7f2079db7ce, gcmdsk:1ac6850e-9266-4e90-ba83-b6a6cc4ae365 ;
  a skos:Concept ;
  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/CFSN0390/> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:replaces <https://vocab.met.no/CFSDTN/significant_height_of_wind_waves> .

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

