@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:combinedassessment
  skos:prefLabel "combined assessment"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:Earlinetlegacydatalabeledascirruscontaminated .

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

actris_vocab:Earlinetlegacydatalabeledascirruscontaminated
  dc:isReplacedBy actris_ctrl_lists:Earlinetlegacydatalabeledascirruscontaminated ;
  owl:deprecated "true"@en ;
  skos:definition "Data products uploaded before the new release of the database (2019-06-24), labeled as cirrus, and not reporting the cloud mask as vertical information are labeled as Level 1. This control is implemented as a message to data users of handling with care such data, because a cirrus cloud is present but the location in the vertical dimension of such cloud is not precisely reported into the data product."@en ;
  skos:broader actris_vocab:combinedassessment ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "Earlinet legacy data labeled as cirrus contaminated"@en ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  dc:contributor <https://orcid.org/0000-0003-4157-0838> ;
  a skos:Concept .

