@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:MBWcalibrationAG573H skos:related actris_vocab:dewpointmirror .
actris_vocab:meteorologicalbaseparametersensor
  skos:prefLabel "meteorological base parameter sensor"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:dewpointmirror .

actris_vocab:dewpointmirror
  skos:definition "Measures the dew point, i.e. the temperature at which water vapour starts to condense from an air sample, by adjusting the temperature of a mirror exposed to the air sample so that the mirror just about starts to fog."@en ;
  skos:broader actris_vocab:meteorologicalbaseparametersensor ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "dew point mirror"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  dc:contributor <https://orcid.org/0000-0003-2042-9333> ;
  a skos:Concept .

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

