This document discusses PubSubHubbub (PuSH) and how it can be used to provide notifications of changes to structured data defined by SPARQL queries. It introduces sparqlPuSH, which combines SPARQL, SPARQL Update and PuSH to enable proactive notifications when relevant data changes in an RDF store. Queries can be registered to define which changes to track. When data is updated, sparqlPuSH identifies relevant changes and broadcasts notifications using PuSH. This allows applications to receive real-time updates without polling.