@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:10756
  skos:inScheme <http://vocabs.lter-europe.net/elter_cl> ;
  skos:example "Transformed and quality controlled data with original temporal and spatial resolution."@en ;
  a skos:Concept ;
  skos:altLabel "Level 1"@en, "1"@en ;
  skos:definition "Are defined as Observation data, which are unprocessed and have not undergone any refinement or only basic data quality control. Possible sub levels in the eLTER workflows (still need to be discussed): L1a first level of quality control by the data provider, L1b second level of quality control by central eLTER processes and centrally approved."@en ;
  skos:broader elter_cl:10754 ;
  skos:prefLabel "Observation 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:10756 .

