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

cfstdn:upwelling_spectral_radiative_flux_in_air
  owl:deprecated true ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:definition "Upwelling radiation is radiation from below. It does not mean 'net upward'. 'spectral' means per unit wavelength or as a function of wavelength; spectral quantities are sometimes called 'monochromatic'. Radiation wavelength has standard name radiation_wavelength. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics."@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0088/> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:upwelling_radiative_flux_per_unit_wavelength_in_air ;
  owl:sameAs cfstdn:upwelling_radiative_flux_per_unit_wavelength_in_air ;
  a skos:Concept ;
  skos:prefLabel "upwelling_spectral_radiative_flux_in_air"@en ;
  skos:note "deprecated"@en .

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

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

