@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:10755
  skos:inScheme <http://vocabs.lter-europe.net/elter_cl> ;
  skos:example "Raw data in physical units directly from a sensor with original temporal and spatial resolution."@en ;
  a skos:Concept ;
  skos:altLabel "Level 0"@en, "0"@en ;
  skos:definition "Are defined as Raw data, which are values directly obtained by human measurements or automated sensors that have not undergone any transformation. This could include quantitative or qualitative information about physical variables of the environment and may be of various forms, such as images, text files or physical samples. These data are transformed into physical units either directly provided by instruments or converted from engineering units (for example, mV, mA, Ω) to physical units."@en ;
  skos:broader elter_cl:10754 ;
  skos:prefLabel "Raw 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:10755 .

