• 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/rdf_io.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
        • write_table/2
        • write_graph/2
        • get_triples/3
        • get_triples/4
        • write_table/4
        • write_graph/4
      • 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
 write_graph(+Triples, +Options)
Write a graph, represented as a list of rdf(S,P,O) triples. Options:
result_format(+Format)
Specifies the output format. Defined formats depend on the loaded plugins. Passed as first argument to the write_graph/4 hook.
serialization(+Serialization)
Specifies the serialization of the output. Passed as second argument to the write_table/4 hook. This option must be present.
ClioPatria (version V3.1.1-40-g9d9e003)