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

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

cfstdn:sea_surface_mean_square_upwave_slope_direction
  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/GQ3HGVX5/> ;
  skos:prefLabel "sea_surface_mean_square_upwave_slope_direction"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Wave slope describes an aspect of sea surface wave geometry related to sea surface roughness. Mean square slope describes a derivation over multiple waves within a sea-state, for example calculated from moments of the wave directional spectrum. The phrase \"upwave_slope_direction\" is used to assign a primary directional axis along which wave energy associated with the slope calculation is travelling; \"upwave\" is equivalent to \"from_direction\" which is used in some standard names."@en ;
  a skos:Concept .

