From: Jeremy J C. <jj...@sy...> - 2014-05-30 15:33:49
|
I am working on some simple management operations for our (Syapse) system One of them is to get an easy to understand (non-proprietary) dump of the kb content. I understand this as, e.g. getting a trig, trix, or nquads dump of the whole store. I also could run a query like: SELECT * { GRAPH ?g { ?s ?p ?o } } Looking at the documentation http://wiki.bigdata.com/wiki/index.php/NanoSparqlServer application/x-trig .trig UTF-8 TRIG http://www.wiwiss.fu-berlin.de/suhl/bizer/TriG/Spec text/x-nquads .nq US-ASCII NQUADS http://sw.deri.org/2008/07/n-quads/ While the REST API can accept NQuads data, it can not generate it yet. the note on nquads leaves me with some hope that I can dump trig or trix - but I can't see how! (I also note that that WIki page needs updating with /bigdata/ through-out - unless someone shouts I will probably have time to do that today) Jeremy |