All predicatesShow sourcejournal.pl -- RDF DB journal-API

This module exports the journal files defined in rdf_persistency. This is will be used to synchronise servers.

Source 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>
See also
- /journal
Source 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.
See also
- /list_journals