PREFIX by-time:      <https://ldes.telraam-api.net/measurements/by-time/>
PREFIX cdt:          <https://w3id.org/cdt/>
PREFIX cl-mit:       <https://data.vlaanderen.be/doc/concept/VkmMeetInstrumentType/>
PREFIX cl-op:        <https://data.vlaanderen.be/doc/concept/VkmObservatieProcedure/>
PREFIX cl-trt:       <https://inspire.ec.europa.eu/codelist/LinkDirectionValue/>
PREFIX cl-vkt:       <https://data.vlaanderen.be/doc/concept/VkmVerkeersKenmerkType/>
PREFIX cl-vrt:       <https://data.vlaanderen.be/doc/concept/VkmVoertuigType/>
PREFIX dcat:         <http://www.w3.org/ns/dcat#>
PREFIX dct:          <http://purl.org/dc/terms/>
PREFIX dv-netwerk:   <https://data.vlaanderen.be/ns/netwerk#>
PREFIX dv-om:        <https://data.vlaanderen.be/ns/observaties-en-metingen/#>
PREFIX dv-weg:       <https://data.vlaanderen.be/ns/weg#>
PREFIX foaf:         <http://xmlns.com/foaf/0.1/>
PREFIX geo:          <http://www.opengis.net/ont/geosparql#>
PREFIX geoc:         <https://opengis.net/def/function/geosparql/custom#>
PREFIX impl:         <https://implementatie.data.vlaanderen.be/ns/vsds-verkeersmetingen#>
PREFIX iso19103-mp:  <http://def.isotc211.org/iso19103/2015/MeasureTypes#>
PREFIX iso19156-ob:  <http://def.isotc211.org/iso19156/2011/Observation#>
PREFIX iso19156-sp:  <http://def.isotc211.org/iso19156/2011/SamplingPoint#>
PREFIX ldes:         <https://w3id.org/ldes#>
PREFIX locn:         <http://www.w3.org/ns/locn#>
PREFIX m8g:          <http://data.europa.eu/m8g/>
PREFIX measurements: <https://ldes.telraam-api.net/measurements/>
PREFIX owl:          <http://www.w3.org/2002/07/owl#>
PREFIX prov:         <http://www.w3.org/ns/prov#>
PREFIX rdf:          <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:         <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema:       <https://schema.org/>
PREFIX sf:           <http://www.opengis.net/ont/sf#>
PREFIX sh:           <http://www.w3.org/ns/shacl#>
PREFIX shsh:         <http://www.w3.org/ns/shacl-shacl#>
PREFIX skos:         <http://www.w3.org/2004/02/skos/core#>
PREFIX sosa:         <http://www.w3.org/ns/sosa/>
PREFIX ssn:          <http://www.w3.org/ns/ssn/>
PREFIX telraam:      <https://telraam.net/en/location/>
PREFIX time:         <http://www.w3.org/2006/time#>
PREFIX tree:         <https://w3id.org/tree#>
PREFIX verkeer:      <https://data.vlaanderen.be/ns/verkeersmetingen#>
PREFIX xsd:          <http://www.w3.org/2001/XMLSchema#>

<https://ldes.telraam-api.net/measurements>
        rdf:type  ldes:EventStream .

measurements:by-time  rdf:type  tree:Node;
        dct:isPartOf   <https://ldes.telraam-api.net/measurements>;
        tree:relation  [ rdf:type    tree:GreaterThanOrEqualToRelation;
                         tree:node   <https://ldes.telraam-api.net/measurements/by-time?year=2026>;
                         tree:path   prov:generatedAtTime;
                         tree:value  "2026-01-01T00:00"^^xsd:dateTime
                       ];
        tree:relation  [ rdf:type    tree:GreaterThanOrEqualToRelation;
                         tree:node   <https://ldes.telraam-api.net/measurements/by-time?year=2026>;
                         tree:path   prov:generatedAtTime;
                         tree:value  "2026-01-01T00:00"^^xsd:dateTime
                       ] .
