@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

actris_vocab:checkifprocessedbyCARSapprovedlidarconfiguration
  dc:isReplacedBy actris_ctrl_lists:checkifprocessedbyCARSapprovedlidarconfiguration ;
  owl:deprecated "true"@en ;
  skos:definition "Only data products obtained using the approved configuration into the Single Calculus Chain (i.e. Operational product) can be fully quality controlled products. Experimental products are still useful and interesting products btu the data users should be aware that they are not fully quality controlled in the workflow from preforming measurements till the optical data product provision."@en ;
  skos:broader actris_vocab:stationaudit ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "check if processed by CARS approved lidar configuration"@en ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  a skos:Concept .

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

actris_vocab:stationaudit
  skos:prefLabel "station audit"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:checkifprocessedbyCARSapprovedlidarconfiguration .

