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

cfstdn:sea_surface_wave_mean_period
  dc:replaces <https://vocab.met.no/CFSDTN/sea_surface_wave_zero_upcrossing_period> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "Mapping to be determined"@en ;
  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/SUM7H3HM/> ;
  skos:prefLabel "sea_surface_wave_mean_period"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "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.  Wave mean period is the mean period measured over the observation duration."@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_mean_period .

