Asynchronous SPARQL ProcessingΒΆ

Asynchronous SPARQL requests establish persistent connection to a client, execute a query repeatedly and yield a sequence of responses over time. In contract to asynchronous graph store protocol requests, they are executed in the foreground. This capability is realized directly via MQTT and by switching an HTTP request to Websocket interaction.