@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .

actris_vocab:lightabsorptioncoefficient
  skos:prefLabel "light absorption coefficient"@en ;
  a skos:Concept .

actris_vocab:aerosolvariables
  skos:prefLabel "aerosol variables"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:aerosolparticlelightabsorptioncoefficient .

<https://w3id.org/iadopt/ont/hasProperty> rdfs:label "Observed Property"@en .
<https://w3id.org/iadopt/ont/hasMatrix> rdfs:label "Observation Matrix"@en .
<https://w3id.org/iadopt/ont/hasObjectOfInterest> rdfs:label "Object Of Interest"@en .
actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:aerosolparticlelightabsorptioncoefficient
  ns0:hasProperty actris_vocab:lightabsorptioncoefficient ;
  skos:broader actris_vocab:aerosolvariables, actris_vocab:variable ;
  skos:prefLabel "aerosol particle light absorption coefficient"@en ;
  skos:definition "The volume scattering/absorption/attenuation coefficient is the fractional change of radiative flux per unit path length due to the stated process. Coefficients with canonical units of m2 s-1 i.e. multiplied by density have standard names with specific_ instead of volume_. A scattering_angle should not be specified with this quantity. The scattering/absorption/attenuation coefficient is assumed to be an integral over all wavelengths, unless a coordinate of radiation_wavelength is included to specify the wavelength. \"Aerosol\" means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. To specify the relative humidity at which the sample was measured, provide a scalar coordinate variable with the standard name of \"relative_humidity\". The specification of a physical process by the phrase \"due_to_\" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase."@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  ns0:hasObjectOfInterest actris_vocab:particlephase ;
  ns0:hasMatrix actris_vocab:aerosolparticlephase ;
  skos:inScheme actris_vocab: ;
  a skos:Concept .

actris_vocab:particlephase
  skos:prefLabel "particle phase"@en ;
  a skos:Concept .

actris_vocab:variable
  skos:prefLabel "variable"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:aerosolparticlelightabsorptioncoefficient .

actris_vocab:aerosolparticlephase
  skos:prefLabel "aerosol particle phase"@en ;
  a skos:Concept .

