PublicShow sourcerdf_html.pl -- Write query-results as HTML table.

This module writes a SPARQL-table as an HTML table. It acts as a hook into rdf_io.pl.

Source rdf_io:write_table(+Format, +Serialization, +Rows, +Options) is semidet[multifile]
Write a result-table in human-readable HTML format
Arguments:
Format- This clause only succeeds of Format is html
Source rdf_io:write_graph(+Format, +Serialization, +Triples, +Options)[multifile]
Write an RDF result-graph as an HTML table, where resources are links to the ClioPatria local view.
Arguments:
Format- must be html
Serialization- is ignored
Triples- is a list of rdf(S,P,O) triples
Options- is passed to rdf_link//2. It normally defines the preferred resource representation.