@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:direction_of_wind_wave_velocity
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:sea_surface_wind_wave_to_direction ;
  owl:sameAs cfstdn:sea_surface_wind_wave_to_direction ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  a skos:Concept ;
  skos:prefLabel "direction_of_wind_wave_velocity"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSNA031/> ;
  owl:deprecated true ;
  skos:definition "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.) 'to_direction' is used in the construction X_to_direction and indicates the direction towards which the velocity vector of X is headed."@en ;
  skos:note "deprecated"@en .

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

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

