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

cfstdn:sea_surface_wave_period_of_highest_wave
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:closeMatch gcmdsk:99ea6719-b751-4a4f-95d4-aaa02e961bc1 ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/OCVYVB2M/> ;
  skos:prefLabel "sea_surface_wave_period_of_highest_wave"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Wave period of the highest wave is the period determined from wave crests corresponding to the greatest vertical distance above mean level during the observation period. A period is an interval of time, or the time-period of an oscillation. Wave period is the interval of time between repeated features on the waveform such as crests, troughs or upward passes through the mean level."@en ;
  a skos:Concept .

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

