@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

actris_vocab:aerosolinsitu
  skos:prefLabel "aerosol in situ"@en ;
  a skos:Concept .

actris_vocab:hygroscopiciytandemdifferentialmobilityanalyzer
  skos:related actris_vocab:aerosolinsitu ;
  skos:definition "Instrument quantifying the hygroscopic growth of aerosol particles as a function of relative humidity below 100% by first drying the aerosol particles, size selecting them in a first differential mobility analyzer, exposing them to an atmosphere of defined relative humidity, and measuring the size distribution of the grown particles with a second differential mobility analyzer and subsequent counting."@en ;
  skos:broader actris_vocab:particlesizespectrometer ;
  skos:altLabel "HTDMA"@en ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "hygroscopiciy tandem differential mobility analyzer"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  a skos:Concept .

actris_vocab:particlesizespectrometer
  skos:prefLabel "particle size spectrometer"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:hygroscopiciytandemdifferentialmobilityanalyzer .

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

