Re: [Virtuoso-users] Virtuoso SPARQL response limit

2014-04-04 Thread Hugh Williams
Hi Harshal, The Virtuoso INI file param "ResultSetMaxRows" is set to 1 by default in open source to protect the SPARQL endpoint against inadvertent or other abuse: [SPARQL] ;ExternalQuerySource= 1 ;ExternalXsltSource = 1 ;DefaultGraph = http://localh

Re: [Virtuoso-users] Sparql http update request with multiple update statements

2014-04-04 Thread Kingsley Idehen
On 4/4/14 1:59 PM, Kingsley Idehen wrote: On 4/4/14 2:52 AM, Eugen F wrote: PREFIX foaf: WITH DELETE { ?person foaf:givenName 'Bill' } INSERT { ?person foaf:givenName 'William' } WHERE { ?person foaf:givenName 'Bill' } PREFIX foaf:<

Re: [Virtuoso-users] Sparql http update request with multiple update statements

2014-04-04 Thread Kingsley Idehen
On 4/4/14 2:52 AM, Eugen F wrote: PREFIX foaf: WITH DELETE { ?person foaf:givenName 'Bill' } INSERT { ?person foaf:givenName 'William' } WHERE { ?person foaf:givenName 'Bill' } PREFIX foaf: WITH GRAP

Re: [Virtuoso-users] speeding up a query

2014-04-04 Thread Bart Vandewoestyne
On 2014-04-03 15:00, Kingsley Idehen wrote: > On 4/3/14 7:47 AM, Bart Vandewoestyne wrote: >> Hello list, >> >> INITIAL REMARK: if this is not the appropriate mailing list for this >> question, please let me know the best place to ask questions regarding >> SPARQL queries and their optimization. >>