Closed GordianDziwis closed 5 years ago
The reason this happened is, that originally each query was processed in isolation; so when iterating over sparql queries of an InputStream, prefix declarations on one query did not carry over to later ones.
Default behaviour of the iterator changed, so that prefix declarations now pertain to the rest of the stream until overridden by another prefix declaration.