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

cfstdn:floating_ice_sheet_area_fraction
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:prefLabel "floating_ice_sheet_area_fraction"@en ;
  owl:deprecated true ;
  a skos:Concept ;
  owl:sameAs cfstdn:floating_ice_shelf_area_fraction ;
  skos:definition "\"X_area_fraction\" means the fraction of horizontal area occupied by X. A \"floating ice sheet\", sometimes called an \"ice shelf\", indicates where the ice sheet is flowing over sea water."@en ;
  dc:isReplacedBy cfstdn:floating_ice_shelf_area_fraction ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/U2HD33ZJ/> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:note "deprecated"@en .

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

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

