Availability:
:- use_module(library(semweb/sparql_client)).
sparql_read_xml_result(+Input,
-Result)- 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
trueorfalse