This document discusses continuously updating query results over dynamic linked data. It proposes moving continuous query evaluation from the server to the client to lower server load. Key points:
- Dynamic linked data streams, like sensor data, add new triples over time and typically query the current value.
- Existing approaches have servers continuously evaluate queries, causing low availability due to high load.
- The document proposes storing dynamic data efficiently, transmitting it to clients, and having clients evaluate queries to reduce server load.
- A preliminary test showed the proposed approach moves more load to clients but scales server load better than existing solutions that rely on continuous server-side query evaluation.