@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:lightscatteringcoefficient
  skos:prefLabel "light scattering coefficient"@en ;
  a skos:Concept .

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

<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:aerosolparticlelightscatteringcoefficient
  ns0:hasObjectOfInterest actris_vocab:particlephase ;
  skos:prefLabel "aerosol particle light scattering coefficient"@en ;
  ns0:hasMatrix actris_vocab:aerosolparticlephase ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:broader actris_vocab:aerosolvariables, actris_vocab:variable ;
  ns0:hasProperty actris_vocab:lightscatteringcoefficient ;
  skos:inScheme actris_vocab: ;
  a skos:Concept ;
  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 ;
  skos:related actris_vocab:integratingnephelometer .

actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

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

actris_vocab:integratingnephelometer
  skos:prefLabel "integrating nephelometer"@en ;
  a skos:Concept .

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

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

