Re: [Virtuoso-users] Enabling inference permanently on graph

2010-07-03 Thread Aldo Bucchi
On Jul 3, 2010, at 16:40, Kingsley Idehen wrote: > Chris Wj wrote: >> I was using surfrdf and rdflib 2.4.2 in python. What jdbc libraries are you >> using? are they open or did you create them? > > Virtuoso JDBC Driver is Open Source ;-) Yeah I have my variant. Will share. Not today though ;

Re: [Virtuoso-users] Enabling inference permanently on graph

2010-07-03 Thread Kingsley Idehen
Chris Wj wrote: I was using surfrdf and rdflib 2.4.2 in python. What jdbc libraries are you using? are they open or did you create them? Virtuoso JDBC Driver is Open Source ;-) Kingsley On Sat, Jul 3, 2010 at 4:25 PM, Aldo Bucchi > wrote: which libraries?

Re: [Virtuoso-users] Enabling inference permanently on graph

2010-07-03 Thread Chris Wj
I was using surfrdf and rdflib 2.4.2 in python. What jdbc libraries are you using? are they open or did you create them? On Sat, Jul 3, 2010 at 4:25 PM, Aldo Bucchi wrote: > which libraries? > > I have specialized versions of the jdbc driver that do this for me > > On Sat, Jul 3, 2010 at 4:11 PM

Re: [Virtuoso-users] Enabling inference permanently on graph

2010-07-03 Thread Aldo Bucchi
which libraries? I have specialized versions of the jdbc driver that do this for me On Sat, Jul 3, 2010 at 4:11 PM, Chris Wj wrote: > Is there a way to enable inference on a graph permanently? I am using a > development library that forms sparql queries for me, and I want it to be > able to retr

[Virtuoso-users] Enabling inference permanently on graph

2010-07-03 Thread Chris Wj
Is there a way to enable inference on a graph permanently? I am using a development library that forms sparql queries for me, and I want it to be able to retrieve results that would be included when I manually specify "define input:inference 'myrulesgraph'".