@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:highvolumefiltersampler
  skos:prefLabel "high volume filter sampler"@en ;
  a skos:Concept .

actris_vocab:Dadolab1PMx
  a skos:Concept ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:related actris_vocab:lowvolumefiltersampler, actris_vocab:highvolumefiltersampler ;
  skos:broader actris_vocab:Dadolab, actris_vocab:instrumentmodel ;
  dc:contributor <https://orcid.org/0000-0001-6993-3149>, <https://orcid.org/0000-0001-9785-8561> ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "Dado lab 1PMx"@en .

actris_vocab:lowvolumefiltersampler
  skos:prefLabel "low volume filter sampler"@en ;
  a skos:Concept .

actris_vocab:instrumentmodel
  skos:prefLabel "instrument model"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:Dadolab1PMx .

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

actris_vocab:Dadolab
  skos:prefLabel "Dado lab"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:Dadolab1PMx .

