• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
    • RDF quality heuristics
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/opt/ClioPatria/rdfql/sparql_csv_result.pl
AllApplicationManualNameSummaryHelp

  • 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
        • sparql_write_csv_result/3
      • rdf_turtle_io.pl -- Write query-result graphs as Turtle
      • serql_xml_result.pl
 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 HTTP Content-type header.
header_row(+Boolean)
if true (default), emit header row with binding names.
See also
- http://www.w3.org/TR/rdf-sparql-json-res/
ClioPatria (version V3.1.1-40-g9d9e003)