- The store got a
dump()method that stream-outputs SPOG from all quads, and acreateBackup($path, $alternative_query)method to write a SPOG dump (or custom SPO(G) query result) to a local file - The SPARQL endpoint feature list accepts "dump" as a new read operation
- The SPARQL endpoint accepts "DUMP" as a query type now ("DUMP" also works via the internal
query()method) - The format detector accepts SPOG XML as an RDF format now, SPARQL+ queries will work fine with
LOAD <some-spog-file.srx>. (There is now a dedicated SPOG parser for streaming LOADs.)
These additions should simplify graph exchange and store replication quite a bit.
Morten++ for the idea and an initial implementation.
Documentation - Release Notes


Comments and Trackbacks