Availability:
:- use_module(library(semweb/sparql_client)).
- select(VarNames, Rows)
- Where VarNames is a term
v(Name, ...)
and Rows is a list ofrow(....)
containing the column values in the same order as the variable names. - ask(Bool)
- Where Bool is either
true
orfalse