Re: [Virtuoso-users] graph group access

2017-06-22 Thread Hugh Williams
Hi Roland, This works for me: SQL> SPARQL INSERT INTO GRAPH { <1> <2> <3> }; Done. -- 4 msec. SQL> DB.DBA.RDF_GRAPH_GROUP_CREATE ('graphgroup', 0); Done. -- 1 msec. SQL> DB.DBA.RDF_GRAPH_GROUP_INS ('graphgroup','http://example.org'); Done. -- 2 msec. SQL> SPARQL SELECT *

Re: [Virtuoso-users] triples not reached by the index?

2017-06-22 Thread Hugh Williams
Hi Beppe, I am confused now as the original test case provided for recreating did not use SQLWorkbench or JDBC, so how can the issue then be recreated ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog --

[Virtuoso-users] SPARQL: Internal error: The length of generated SQL text has exceeded 10000 lines of code

2017-06-22 Thread Beppe Mazzola
Hi to everybody I am still stuck with the following problem, unfortunately blocking for me. I get the error Virtuoso 37000 Error SP031: SPARQL: Internal error: The length of generated SQL text has exceeded 1 lines of code executing the SPARQL query prefix

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-22 Thread Adam Sanchez
Hi Hugh, I still got the same error I reported. Just in case, these are the paths and the versions I am using. - I have downloaded virt_rdf4j.jar from https://opldownload.s3.amazonaws.com/uda/virtuoso/rdfproviders/rdf4j/2/virt_rdf4j.jar and the version is java -jar