Re: Delete all nested triples

2019-02-20 Thread ganesh chandra
Thanks fo the solution. I was hoping if there was some way we can write something iterative in the query. Thanks, Ganesh On Wed, Feb 20, 2019 at 9:28 PM Paul Tyson wrote: > On Wed, 2019-02-20 at 17:27 -0700, ganesh chandra wrote: > > Hello All, > > My data looks something like this: > >

Re: Delete all nested triples

2019-02-20 Thread Paul Tyson
On Wed, 2019-02-20 at 17:27 -0700, ganesh chandra wrote: > Hello All, > My data looks something like this: > a something:Entity ; > something:privateData [ a something:PrivateData ; > something:jsonContent "{\"fileType\": \”jp\"}"^^xsd:stri

Delete all nested triples

2019-02-20 Thread ganesh chandra
Hello All, My data looks something like this: a something:Entity ; something:privateData [ a something:PrivateData ; something:jsonContent "{\"fileType\": \”jp\"}"^^xsd:string ; something:modeData [a something:data1

Re: TDB2 with negative float values

2019-02-20 Thread Andy Seaborne
Hi Mike, > Is this a known issue / limitation of TDB2? If so, are there any > suggested workarounds other than always using doubles, > at least for negatives? Thanks for the report. Yes, it's a bug in handling negative xsd:float RDF terms in TDB2. (Sign extending an int into a long when it sh

TDB2 with negative float values

2019-02-20 Thread Mike Welch
Hello all, We recently noticed in a TDB2 dataset that negative float values (including "negative zero") are corrupted. The batch loader shows a WARN message -- see below. The following simple steps reproduce the problem. This is with Jena 3.10, though the issue seems to exist prior to that. $

Re: Using content with meta on text index

2019-02-20 Thread Mikael Pesonen
Not sure. Reading Jena text documentation, it states that external document contents can be added into Jena text index. Just not sure how this should be done in practice. How to handle concurrency, and how exactly add documents so that we could make sparql queries that target content and me