@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:glasscanistersampler
  skos:prefLabel "glass canister sampler"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:gassampler .

actris_vocab:passivegassampler
  skos:prefLabel "passive gas sampler"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:gassampler .

actris_vocab:gassampler
  skos:narrower actris_vocab:passivegassampler, actris_vocab:glasscanistersampler, actris_vocab:steelcanistersampler, actris_vocab:plasticbagsampler ;
  skos:related actris_vocab:reactivetracegasesinsitu ;
  skos:definition "Device sampling a gas sample by storing the gas itself in an enclosure."@en ;
  skos:broader actris_vocab:instrumenttype ;
  skos:inScheme actris_vocab: ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  a skos:Concept ;
  skos:prefLabel "gas sampler"@en .

actris_vocab:instrumenttype
  skos:prefLabel "instrument type"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:gassampler .

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

actris_vocab:steelcanistersampler
  skos:prefLabel "steel canister sampler"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:gassampler .

actris_vocab:reactivetracegasesinsitu
  skos:prefLabel "reactive trace gases in situ"@en ;
  a skos:Concept .

actris_vocab:plasticbagsampler
  skos:prefLabel "plastic bag sampler"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:gassampler .

