@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:10758
  skos:inScheme <http://vocabs.lter-europe.net/elter_cl> ;
  skos:example "Modelled data or aggregated data (e.g. monthly aggregation harmonised across eLTER facilities)."@en ;
  a skos:Concept ;
  skos:altLabel "Level 3"@en, "3"@en ;
  skos:definition "Are defined as Data Products, which are derived from quality-controlled data. They require scientific and technical interpretation and may include multi-sensor data, analytical workflows and interpretations, model-based interpretation using also other data to generate the data products. Data products reflect a diversity of products elaborated by scientific communities that rely partly or completely on eLTER lower-level data. eLTER will provide resources to integrate and disseminate Level 3 products."@en ;
  skos:broader elter_cl:10754 ;
  skos:prefLabel "Derived 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:10758 .

