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

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

cfstdn:land_ice_surface_specific_mass_balance
  owl:sameAs cfstdn:land_ice_surface_specific_mass_balance_rate ;
  owl:deprecated true ;
  a skos:Concept ;
  skos:note "deprecated"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0585/> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:prefLabel "land_ice_surface_specific_mass_balance"@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:definition "\"Land ice\" means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves.  Specific mass balance means the net rate at which ice is added per unit area at the land ice surface."@en ;
  dc:isReplacedBy cfstdn:land_ice_surface_specific_mass_balance_rate ;
  skos:inScheme <https://vocab.met.no/CFSTDN> .

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

