/usr/lib/swipl/library/ext/semweb/semweb/sparql_client.pl
All Application Manual Name SummaryHelp

  • semweb
    • semweb
      • sparql_client.pl -- SPARQL client library
        • sparql_query/3
        • sparql_set_server/1
        • sparql_read_xml_result/2
        • sparql_read_json_result/2
      • rdf11.pl -- RDF 1.1 API
      • rdf_prefixes.pl -- RDF prefixes management
      • rdf_db.pl -- Core RDF database
      • rdf_turtle_write.pl -- Turtle - Terse RDF Triple Language writer
      • turtle.pl -- Turtle: Terse RDF Triple Language
      • rdf_cache.pl -- Cache RDF triples
 sparql_read_xml_result(+Input, -Result)
Specs from http://www.w3.org/TR/rdf-sparql-XMLres/. 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