Re: [Virtuoso-users] executing sql from python script

2009-05-26 Thread Hugh Williams
Hi Kurt, This is actually documented for the Virtuoso open source release at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSODBCSetup Shall have this added to the online documentation as it is equally valid for the commercial release ... Best Regards Hugh Williams Profes

[Virtuoso-users] controlling query time limits from the sparql endpoint

2009-05-26 Thread Alan Bawden
Is there a way to control the various time limits set on a query (such as MaxQueryCostEstimationTime or MaxQueryExecutionTime) from the SPARQL endpoint? Perhaps by prefixing the query with a 'DEFINE', or perhaps by adding a additional parameter to the query URI? (And BTW, is there documentation s

Re: [Virtuoso-users] executing sql from python script

2009-05-26 Thread Kurt J
Hi Patrick, > Add the following lines to your /etc/odbc.ini > >        [Local Virtuoso] >        Driver  = /PREFIX/lib/virtodbc_r.so >        Address = localhost: > > where PREFIX is replaced by the full path you installed your virtuoso > and also assuming you use port in virtuoso.ini (is

Re: [Virtuoso-users] sparul policies based on named graphs

2009-05-26 Thread Rumi Tsekova
Hi Sergio, Dear VOS users, anyone knows a way to stablish policies on sparul role based on named graphs? I've an instance of Virtuoso with several named graphs, and I'd like to stablish concrete policies (read-only, modification by authentification, or something similar) for concrete named gra

[Virtuoso-users] sparul policies based on named graphs

2009-05-26 Thread Sergio Fernández
Dear VOS users, anyone knows a way to stablish policies on sparul role based on named graphs? I've an instance of Virtuoso with several named graphs, and I'd like to stablish concrete policies (read-only, modification by authentification, or something similar) for concrete named graphs. Is that po