Re: [Virtuoso-users] Managing roles for users for UPDATE/DELETE/INSERT in SPARQL

2014-06-04 Thread Ivan Mikhailov
Hello Jesús, You don't have to grant SPARQL_UPDATE to the owner of /sparql/ endpoint, because there's similar /sparql-auth/ endpoint specially for cases when only some users should have extra privileges but not all. Grant SPARQL_UPDATE to some "trusted" users and let them use password-protected /s

[Virtuoso-users] Configuring implicit inferencing

2014-06-04 Thread Frans Knibbe | Geodan
Hello, I was glad to learn about DB.DBA.SYS_SPARQL_HOST in a previous thread in this list. It can be used to configure default define pragmas for SPARQL queries. I was looking for something like that because I am experimenting with inference rules and I did not like that a data consumer had t

[Virtuoso-users] Returning multiple result sets from stored procedure

2014-06-04 Thread sieg
Hey guys, I am doing selects in a FOR loop of a stored procedure and I would like to return the generated result sets back to JAVA. Is there a straightforward way to do this? Thank you. -- Learn Graph Databases - Do

[Virtuoso-users] Managing roles for users for UPDATE/DELETE/INSERT in SPARQL

2014-06-04 Thread Jesús Redondo
Hello, I would like to manage the triples of my Virtuoso Triplestore using the DELETE/INSERT statements. I have found this topic: http://boards.openlinksw.com/phpBB3/viewtopic.php?f=12&t=1640 explaining how to allow these kind of queries. So far so good... But there's a problem because now anyone