@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/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

actris_vocab:highvolumefiltersampler
  skos:prefLabel "high volume filter sampler"@en ;
  a skos:Concept .

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

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

actris_vocab:aerosolparticlefiltersampler
  skos:prefLabel "aerosol particle filter sampler"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:highvolumesampler .

actris_vocab:highvolumesampler
  a skos:Concept ;
  skos:altLabel "HVS"@en ;
  dc:isReplacedBy actris_vocab:highvolumefiltersampler ;
  skos:inScheme actris_vocab: ;
  skos:broader actris_vocab:aerosolparticlefiltersampler ;
  skos:prefLabel "high volume sampler"@en ;
  owl:deprecated "true"@en ;
  skos:related actris_vocab:aerosolinsitu ;
  skos:definition "Aerosol particle filter sampler with a flow rate of more than 500 l/min."@en ;
  dc:contributor <https://orcid.org/0000-0001-9785-8561> ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> .

