Generates a SPARQL ASK query.
ASK
Prefixes the space-joined clauses with ask, producing a query that tests whether the graph pattern has any solution and returns a boolean. Supply the pattern as a where clause.
ask
The query clauses, typically a where clause
The SPARQL ASK query
SPARQL 1.1 ASK
Generates a SPARQL
ASKquery.Prefixes the space-joined clauses with
ask, producing a query that tests whether the graph pattern has any solution and returns a boolean. Supply the pattern as a where clause.