This document discusses continuously updating query results over real-time linked data. It proposes moving continuous query evaluation from the server to the client to lower server load. Dynamic data is represented in RDF and annotated with time validity using methods like reification, graphs or implicit graphs. A query streamer engine exposes dynamic data through a Triple Pattern Fragments interface and sends query results to clients, offloading work from the server. An evaluation compares annotation methods, measures query execution times and server CPU usage, finding the query streamer approach has better scalability by distributing load to clients.