@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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_floor_depth .

cfstdn:sea_floor_depth
  owl:deprecated true ;
  skos:prefLabel "sea_floor_depth"@en ;
  owl:sameAs cfstdn:sea_floor_depth_below_geoid ;
  skos:note "deprecated"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSNA024/> ;
  dc:isReplacedBy cfstdn:sea_floor_depth_below_geoid ;
  skos:definition "The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. (The volume enclosed between the geoid and the sea floor equals the mean volume of water in the ocean.) In an ocean GCM the geoid is the surface of zero depth, or the rigid lid if the model uses that approximation."@en ;
  a skos:Concept .

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

