@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 owl: <http://www.w3.org/2002/07/owl#> .

cfstdn:wave_frequency
  skos:prefLabel "wave_frequency"@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_frequency .

cfstdn:sea_surface_wave_frequency
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  a skos:Concept ;
  dc:isReplacedBy cfstdn:wave_frequency ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0383/> ;
  skos:note "deprecated"@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  owl:sameAs cfstdn:wave_frequency ;
  skos:definition "Frequency is the number of oscillations of a wave per unit time."@en ;
  skos:prefLabel "sea_surface_wave_frequency"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  owl:deprecated true .

