@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix elter_cl: <http://vocabs.lter-europe.net/elter_cl/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://vocabs.lter-europe.net/elter_cl>
  skos:prefLabel "eLTER Controlled Lists"@en ;
  a skos:ConceptScheme .

elter_cl:10757
  skos:inScheme <http://vocabs.lter-europe.net/elter_cl> ;
  skos:example "Gap filled data with orginal temporal and spatial resolution."@en ;
  a skos:Concept ;
  skos:altLabel "Level 2"@en, "2"@en ;
  skos:definition "Are defined as Cleaned data, which were subject to quality control procedures (either automatic and/or manual). These data passed the quality control procedures such as routine estimation of timing and sensor calibration and/or statistical/visual inspection to identify outliers and errors in the data. This can also include gap filling of missing data. Level 2 are therefore Cleaned Data that are the final, quality-checked and gap-filled, and published by the local nodes or the central data node (CDN)."@en ;
  skos:broader elter_cl:10754 ;
  skos:prefLabel "Cleaned data"@en ;
  dc:modified "2027-02-11"^^xsd:date ;
  dc:creator "0000-0002-7997-219X"@en ;
  dc:created "2027-02-11"^^xsd:date .

elter_cl:10754
  skos:prefLabel "Data Level"@en ;
  a skos:Collection ;
  skos:narrower elter_cl:10757 .

