- sparql_read_json_result(+Input, -Result) is det
- The returned Result term is of the format:
- select(VarNames, Rows)
- Where VarNames is a term
v(Name, ...)
and Rows is a
list of row(....)
containing the column values in the
same order as the variable names.
- ask(Bool)
- Where Bool is either
true
or false
- See also
- - http://www.w3.org/TR/rdf-sparql-json-res/