Re: [Virtuoso-users] graph group access

2017-06-26 Thread Hugh Williams
Hi Roland, By sparql interface, I assume you mean the Virtuoso default /sparql endpoint ? I tried this myself on my test instance and can query the same data from my /sparql endpoint as I can from isql. What happens if you query via the /sparql-auth protected default endpoint and authenticate

Re: [Virtuoso-users] graph group access

2017-06-26 Thread Hugh Williams
Hi Roland, By sparql interface, I assume you mean the Virtuoso default /sparql endpoint ? I tried this myself on my test instance and can query the same data from my /sparql endpoint as I can from isql. What happens if you query via the /sparql-auth protected default endpoint and authenticate

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 * F