@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 actris_ctrl_lists: <https://vocabulary.actris.nilu.no/actris_controlled_lists/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

actris_vocab:boundarycheck
  skos:prefLabel "boundary check"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:checkonwatervapormixingratio .

actris_vocab:checkonwatervapormixingratio
  dc:isReplacedBy actris_ctrl_lists:checkonwatervapormixingratio ;
  owl:deprecated "true"@en ;
  skos:definition "This control is performed on the water vapor mixing ratio variable and its error (error_watervapor) in order to check that the following conditions are preserved : |watervapormixingratio|< 3 error_watervapor watervapormixingratio must be between [0, 100 g/Kg] within its error"@en ;
  skos:broader actris_vocab:boundarycheck ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "check on water vapor mixing ratio"@en ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  dc:contributor <https://orcid.org/0000-0003-4157-0838> ;
  a skos:Concept .

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

