Re: [Virtuoso-users] Ask queries

2012-04-11 Thread Ivan Mikhailov
Hello Alex, ASK is supposed to work, it returns single row with single "1" value in it if true, empty result set otherwise. E.g., SQL> sparql ask from virtrdf: where { ?s a ?t }; __ask_retval INTEGER ___ 1 1 Rows. If

Re: [Virtuoso-users] Ask queries

2012-04-11 Thread Hugh Williams
Hi Alex, Yes, although via the SQL interface a false results does not return a result set value, whereas true does: SQL> sparql insert into { <1> <2> <3>}; Done. -- 149 msec. SQL> sparql select * from where {?s ?p ?o}; s

[Virtuoso-users] Ask queries

2012-04-11 Thread Alex
Hello there, are ask queries supported? I do not get any result (neither true nor false) trying the following queries: SQL> sparql ask from { wat:whatever ?o}; __ask_retval INTEGER ___ 0 Rows. -- 19 m

Re: [Virtuoso-users] Jena provider construct limit

2012-04-11 Thread Hugh Williams
Jan, On 11 Apr 2012, at 09:03, Jan Michelfeit wrote: > Hi Hugh, > >> Why do you think construct is limited by the ResultSetMaxRows param in the >> Virtuoso INI file to 1, are you intending to query a specific external >> Virtuoso server you do not have access to ? > > I do have access to

Re: [Virtuoso-users] Jena provider construct limit

2012-04-11 Thread Jan Michelfeit
Hi Hugh, > Why do you think construct is limited by the ResultSetMaxRows param in the > Virtuoso INI file to 1, are you intending to query a specific external > Virtuoso server you do not have access to ? I do have access to the Virtuoso instance. > If you have access to the Virtuoso Serve