- ClioPatria
- rdfql
- serql.pl
- rdfql_util.pl
- sparql_runtime.pl -- SPARQL runtime support
- rdfql_runtime.pl -- SPARQL/SeRQL runtime support predicates
- serql_runtime.pl
- sparql.pl
- sparql_grammar.pl -- SPARQL Parser
- jena_properties.pl
- text_properties.pl
- rdf_io.pl
- rdf_html.pl -- Write query-results as HTML table.
- sparql_xml_result.pl
- sparql_json_result.pl -- Write SPARQL results as JSON
- sparql_csv_result.pl -- Write SPARQL results as CSV
- rdf_turtle_io.pl -- Write query-result graphs as Turtle
- serql_xml_result.pl
- rdfql
- sparql_write_csv_result(+Out:stream, +Result, +Options) is det
- Emit results from a SPARQL SELECT query as CSV. Options:
- bnode_state(State0-State)
- Maintain blank node mapping accross multiple calls. State0 is either a variable or a state returned by a previous call.
- http_header(+Boolean)
- if
true
(default), emit an HTTPContent-type
header. - header_row(+Boolean)
- if
true
(default), emit header row with binding names.