Currently SparqlBooleanParser is not registered with MimeTypesHelper - this means that if we get a response of text/boolean for a SPARQL ASK query we don't automatically select this parser. This is particularly noticeable when using a store like Stardog which will only give back text/boolean for ASK queries
This should be a very simple and easy fix to make