Re: [Virtuoso-users] Send SPARQL queries via C# ?

2015-12-16 Thread Eng.Bassam
thanks Parick I see the dll file in open source lib folder, but I'm working on commercial virtuoso v 7.0 1- can I use it in commercial version? 2- any tutorial or reference how to use the virtuoso .net dll ? thanks again On Thu, Dec 10, 2015 at 1:08 AM, Patrick van Kleef wrote: > HI, > > > I w

Re: [Virtuoso-users] Find out which SQL query is generated from my SPARQL

2015-12-16 Thread Kingsley Idehen
On 12/16/15 4:33 AM, Efimov, Alexander wrote: > > Hi Kingsley, > > > > Do you mean that if I modify the query in a following way it should > work without any problem? > > > > PREFIX: sq: > > > > SELECT * > > FROM > > WH

Re: [Virtuoso-users] Find out which SQL query is generated from my SPARQL

2015-12-16 Thread Efimov, Alexander
Hi Kingsley, Do you mean that if I modify the query in a following way it should work without any problem? PREFIX: sq: SELECT * FROM WHERE { ?customer sq:hasOrder ?order . ?order sq:hasGoods ?goods . ?goods sq: