Re: [Virtuoso-users] SPARQL ASK for graph existance

2014-02-05 Thread Paolo Ciccarese
Dear Hugh, I apologize, I sent you the version of the virtjdbc4.jar and not of the virtjdbc3.jar that I am actually using and is the exact same version you listed. I believe I have the most recent versions of all the components. Anything else I should check? Thank you, Paolo On Sun, Feb 2, 201

Re: [Virtuoso-users] Crash when abusing multiple results sets in a procedure

2014-02-05 Thread Quentin
I believe it's just an effect of calling exec_result with a row that doesn't match the columns declared to exec_result_names, with that in mind, I've simplified the test case. = create procedure test.test.resultsetCrash( ) { decl

Re: [Virtuoso-users] Require Unique integer ID for each RDF Triple

2014-02-05 Thread Kevin
Kingsley, I would like to make some final clarifications before I begin. This is a big time consuming decision so I want to try to choose wisely. -Should I transform only the portion of my database (half) that is going to need provenance reification? Unfortunately, it would seem you shoul

Re: [Virtuoso-users] Require Unique integer ID for each RDF Triple

2014-02-05 Thread Kingsley Idehen
On 2/5/14 4:26 PM, Kevin wrote: Kingsley, Thank you for personally taking the time and your insightful explanation. Without reification (Adding 4x triples - Ouch) is there any hope of getting a unique integer index per triple (See my initial ideas)? Currently I can put the ID in the graph

Re: [Virtuoso-users] Require Unique integer ID for each RDF Triple

2014-02-05 Thread Kevin
Kingsley, Thank you for personally taking the time and your insightful explanation. Without reification (Adding 4x triples - Ouch) is there any hope of getting a unique integer index per triple (See my initial ideas)? Currently I can put the ID in the graph name (ie. >, but it really destr

Re: [Virtuoso-users] Require Unique integer ID for each RDF Triple

2014-02-05 Thread Kingsley Idehen
On 2/5/14 2:57 PM, Kingsley Idehen wrote: On 2/5/14 2:17 PM, Kevin wrote: Virtuoso Fans, For a year I have really needed Virtuoso to provide a unique integer ID for each RDF triple. In other words, I would like Virtuoso to store SPOGI (Like AllegroGraph) instead of just SPOG. Often people q

Re: [Virtuoso-users] Require Unique integer ID for each RDF Triple

2014-02-05 Thread Kingsley Idehen
On 2/5/14 2:17 PM, Kevin wrote: Virtuoso Fans, For a year I have really needed Virtuoso to provide a unique integer ID for each RDF triple. In other words, I would like Virtuoso to store SPOGI (Like AllegroGraph) instead of just SPOG. Often people question if I really need the index. It is

[Virtuoso-users] Require Unique integer ID for each RDF Triple

2014-02-05 Thread Kevin
Virtuoso Fans, For a year I have really needed Virtuoso to provide a unique integer ID for each RDF triple. In other words, I would like Virtuoso to store SPOGI (Like AllegroGraph) instead of just SPOG. Often people question if I really need the index. It is essentially for numerous reasons

Re: [Virtuoso-users] Crash when abusing multiple results sets in a procedure

2014-02-05 Thread Hugh Williams
Hi Quentin, Can you provide the complete compilable and runnable procedure you are running that is causing the crash, as I cannot get the snippet you have provide below to create ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlin