Re: SPARQL 1.1 Graphstore Protocol

2014-02-09 Thread Martynas Jusevičius
Will, check DatasetAdapter: http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/web/DatasetAdapter.html Martynas On Mon, Feb 10, 2014 at 12:52 AM, Will wrote: > Hi, > I am writing some Groovy extensions for Jena, but am struggling to find > anything about support for: > http://www.

SPARQL 1.1 Graphstore Protocol

2014-02-09 Thread Will
Hi, I am writing some Groovy extensions for Jena, but am struggling to find anything about support for: http://www.w3.org/TR/2013/REC-sparql11-http-rdf-update-20130321/ Could someone point me in the right direction. I guess I could use the equivalent SPARQL Update operations, but any advice would

Large TDB + Sparql Updates

2014-02-09 Thread Adeeb Noor
Hi All: I have a tdb dataset with almost 1g. I am trying to modify with using Sparql update, however I get this error: ERROR TDB :: ObjectFileStorage.read[nodes.dat](65419578)[filesize=103476978][file.size()=103476978]: Impossibly large object : 893792824 bytes > filesize-(l

Re: controlling RDF/XML-ABBREV output

2014-02-09 Thread Andy Seaborne
Hi Matthew, Post-processing is probably the way - otherwise it's take the "Unparser" and "Abbreviated" classes and modify them, (it looks like the method wPropertyEltStar in "Unparser" is the relevant one. Andy On 09/02/14 01:14, Martynas Jusevičius wrote: One option is to do post-