@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_from_canopy_where_land .

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

cfstdn:water_evaporation_flux_from_canopy_where_land
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  a skos:Concept ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0052/> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  owl:deprecated true ;
  owl:sameAs cfstdn:water_evaporation_flux_from_canopy ;
  dc:isReplacedBy cfstdn:water_evaporation_flux_from_canopy ;
  skos:note "deprecated"@en ;
  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. 'Canopy' means the plant or vegetation canopy. 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:prefLabel "water_evaporation_flux_from_canopy_where_land"@en .

