- write_graph(+ResultFormat, +Serialization, +Triples, +Options)[multifile, rdfql(rdf_io)]
- Hook for write_graph/2. The default implementation supports
Format =
xml
and Serialization = rdfxml
. It uses
rdf_write_xml/2 to emit the graph.
- rdf_io:write_graph(+Format, +Serialization, +Triples, +Options)[multifile, rdfql(rdf_html)]
- 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. |
- rdf_io:write_graph(+Format, +Serialization, +Triples, +Options)[multifile, rdfql(rdf_turtle_io)]
- Write an RDF result-graph as an HTML table, where resources are
links to the ClioPatria local view.
- Arguments:
-
Format | - is one of turtle or canonical_turtle |
Serialization | - is ignored |
Triples | - is a list of rdf(S,P,O) triples |