journal.pl -- RDF DB journal-API
This module exports the journal files defined in rdf_persistency. This is will be used to synchronise servers.
- list_journals(+Request)[private]
- HTTP handler to list the available journals from the persistent
store as an XML document. Here is an example document:
<journals> <journal db="http://www.example.org/db1"/> <journal db="http://www.example.org/db2"/> ... </journals>
- journal(+Request)[private]
- HTTP handler that serves the journal for an RDF named graph as a Prolog text. If no journal is available for the given named graph, it returns a 404 page.