@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:Earlinetlegacydatalabeledascirruscontaminated
  skos:prefLabel "Earlinet legacy data labeled as cirrus contaminated"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:combinedassessment .

actris_vocab:dataqualitycontrolmeasuretype
  skos:prefLabel "data quality control measure type"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:combinedassessment .

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

actris_vocab:checkonatmosphericmolecularcalculationsource
  skos:prefLabel "check on atmospheric molecular calculation source"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:combinedassessment .

actris_vocab:combinedassessment
  skos:definition "Other data QC measure categories may flag the value as 'suspect' and not 'erroneous'. If several checks have given the 'suspect' flag (typically both the model check and the climatological boundary check), then this check will set the flag to 'erroneous'."@en ;
  skos:broader actris_vocab:dataqualitycontrolmeasuretype ;
  skos:narrower actris_vocab:checkonatmosphericmolecularcalculationsource, actris_vocab:Earlinetlegacydatalabeledascirruscontaminated ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "combined assessment"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  a skos:Concept .

