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

cfstdn:significant_height_of_wind_and_swell_waves
  owl:sameAs cfstdn:sea_surface_wave_significant_height ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:prefLabel "significant_height_of_wind_and_swell_waves"@en ;
  a skos:Concept ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  dc:isReplacedBy cfstdn:sea_surface_wave_significant_height ;
  skos:definition "Height is the vertical distance above the surface."@en ;
  owl:deprecated true ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSNA015/> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "deprecated"@en .

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

cfstdn:sea_surface_wave_significant_height
  skos:prefLabel "sea_surface_wave_significant_height"@en ;
  a skos:Concept .

