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

cfstdn:sea_surface_height_above_mean_sea_level
  dc:replaces <https://vocab.met.no/CFSDTN/sea_surface_height_above_sea_level>, <https://vocab.met.no/CFSDTN/sea_surface_height> ;
  skos:prefLabel "sea_surface_height_above_mean_sea_level"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/GYTUBB9R/> ;
  skos:inScheme <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> ;
  a skos:Concept ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:definition "\"Sea surface height\" is a time-varying quantity. \"Height_above_X\" means the vertical distance above the named surface X. \"Mean sea level\" means the time mean of sea surface elevation at a given location over an arbitrary period sufficient to eliminate the tidal signals. The standard name for the height of the sea surface above the geoid is sea_surface_height_above_geoid. The standard name for the height of the sea surface above the reference ellipsoid is sea_surface_height_above_reference_ellipsoid."@en .

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

