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

cfstdn:sea_surface_swell_wave_significant_height
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  dc:replaces <https://vocab.met.no/CFSDTN/significant_height_of_swell_waves> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:prefLabel "sea_surface_swell_wave_significant_height"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0378/> ;
  skos:broadMatch gcmdsk:4e4d3c18-cdd4-474a-a936-6e127ec526f7, gcmdsk:1ac6850e-9266-4e90-ba83-b6a6cc4ae365 ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:definition "Swell waves are waves on the ocean surface and are the low 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 ;
  a skos:Concept .

