@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:sea_surface_wind_wave_significant_height
  skos:prefLabel "sea_surface_wind_wave_significant_height"@en ;
  a skos:Concept .

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

cfstdn:significant_height_of_wind_waves
  a skos:Concept ;
  skos:prefLabel "significant_height_of_wind_waves"@en ;
  dc:isReplacedBy cfstdn:sea_surface_wind_wave_significant_height ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  owl:sameAs cfstdn:sea_surface_wind_wave_significant_height ;
  owl:deprecated true ;
  skos:definition "Height is the vertical distance above the surface. Wind waves are waves on the ocean surface. Wind is defined as a two-dimensional (horizontal) air velocity vector, with no vertical component. (Vertical motion in the atmosphere has the standard name upward_air_velocity.)"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:note "deprecated"@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSNA030/> .

