@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:particlecounter
  skos:prefLabel "particle counter"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:icenucleationparticlecounter .

actris_vocab:icenucleationparticlecounter
  skos:related actris_vocab:cloudinsitu ;
  skos:definition "Instrument designed for measuring the number concentration of particles in an aerosol sample that may act as ice nuclei for liquid cloud droplets by exposing the particles to an atmosphere with a defined water vapour supersaturation and temperature similar to those occuring in clouds."@en ;
  skos:broader actris_vocab:particlecounter ;
  skos:altLabel "ice nucleating particle counter"@en ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "ice nucleation particle counter"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  dc:contributor <https://orcid.org/0000-0001-5503-9816> ;
  a skos:Concept .

actris_vocab:PINE skos:related actris_vocab:icenucleationparticlecounter .
actris_vocab:cloudinsitu
  skos:prefLabel "cloud in situ"@en ;
  a skos:Concept .

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

actris_vocab:HINC skos:related actris_vocab:icenucleationparticlecounter .
