[Virtuoso-users] Virtuoso Construct Query - Creating URI problem

2013-01-10 Thread Zehra Gül Çabuk
Hi all, I've a problem executing a construct query over Virtuoso. I've tried to execute a query that tries to create a statement whose subject is created in the query. I want to create an URI in the query so I've searched it and I've found that function iri(bif:concat("http://..",?var2)) is used f

Re: [Virtuoso-users] Virtuoso Construct Query - Creating URI problem

2013-01-07 Thread Zehra Gül Çabuk
Hi again:) I've solved my problem as converting query like this : *CONSTRUCT * *{* *?mail ?user* *} * *WHERE * *{* * ?feedback ?time. * * ?feedback ?user. *

Re: [Virtuoso-users] Virtuoso Construct Query - Creating URI problem

2013-01-07 Thread Hugh Williams
Hi Zehra, The error you report is coming from the Jena Query Parser, thus have you tried bypassing it such that the query is executed directly against the Virtuoso Query Parser, as it the case with the SPARL endpoint which works. See the following documentation on how to by pass the Jena Query

Re: [Virtuoso-users] Virtuoso Construct Query - Creating URI problem

2013-01-07 Thread Rob Vesse
uary 7, 2013 3:32 PM To: Zehra Gül Çabuk Cc: Subject: Re: [Virtuoso-users] Virtuoso Construct Query - Creating URI problem > Hi Zehra, > > The error you report is coming from the Jena Query Parser, thus have you tried > bypassing it such that the query is executed directly ag

Re: [Virtuoso-users] Virtuoso Construct Query - Creating URI problem

2013-01-07 Thread Zehra Gül Çabuk
Thanks for your quick reply. It solves my problem:) 2013/1/7 Hugh Williams > Hi Zehra, > > The error you report is coming from the Jena Query Parser, thus have you > tried bypassing it such that the query is executed directly against the > Virtuoso Query Parser, as it the case with the SPARL end

Re: [Virtuoso-users] Virtuoso Construct Query - Creating URI problem

2013-01-10 Thread Rumi Tsekova
s, Rumi - Original Message - From: Zehra Gül Çabuk To: virtuoso-users@lists.sourceforge.net Sent: Monday, January 07, 2013 1:59 PM Subject: [Virtuoso-users] Virtuoso Construct Query - Creating URI problem Hi all, I've a problem executing a construct query over Virtuo