@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:gaschromatograph-offline
  skos:prefLabel "gas chromatograph, offline"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:gaschromatograph .

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

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

actris_vocab:gaschromatograph
  skos:related actris_vocab:reactivetracegasesinsitu ;
  skos:broader actris_vocab:experimenttechnique, actris_vocab:instrumenttype ;
  skos:narrower actris_vocab:gaschromatograph-offline, actris_vocab:gaschromatograph-online ;
  skos:inScheme actris_vocab: ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:prefLabel "gas chromatograph"@en ;
  skos:definition "Device for analysing the chemical composition of a gaseous or vapourisable sample by passing it through a column of extended length, where the column is heated with a defined temperature program. The time for a component to pass through the column depends on the chemical nature of the component, which can thereby be identified and quantified by logging the amount of sample exiting the column."@en ;
  a skos:Concept .

actris_vocab:gaschromatograph-online
  skos:prefLabel "gas chromatograph, online"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:gaschromatograph .

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

actris_vocab:experimenttechnique
  skos:prefLabel "experiment technique"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:gaschromatograph .

