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

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

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

cfstdn:upwelling_spectral_radiance_in_air
  dc:isReplacedBy cfstdn:upwelling_radiance_per_unit_wavelength_in_air ;
  owl:sameAs cfstdn:upwelling_radiance_per_unit_wavelength_in_air ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0087/> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  a skos:Concept ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  owl:deprecated true ;
  skos:note "deprecated"@en ;
  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. Radiance is the radiative flux in a particular direction, per unit of solid angle. The direction towards which it is going must be specified, for instance with a coordinate of zenith_angle. If the radiation does not depend on direction, a standard name of isotropic radiance should be chosen instead."@en ;
  skos:prefLabel "upwelling_spectral_radiance_in_air"@en .

