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

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

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

cfstdn:water_evaporation_flux_where_sea_ice
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:note "deprecated"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0054/> ;
  owl:sameAs cfstdn:surface_water_evaporation_flux ;
  owl:deprecated true ;
  a skos:Concept ;
  skos:definition "Unless indicated, a quantity is assumed to apply to the whole area of each horizontal grid box. The qualifier where_type specifies instead that the quantity applies only to the part of the grid box of the named type. 'Water' means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics."@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:surface_water_evaporation_flux ;
  skos:prefLabel "water_evaporation_flux_where_sea_ice"@en .

