Re: Modal logic reasoning

2013-07-05 Thread Gray Mail
Thanks everyone for your answers, it was very helpful. LB

Re: Conditional INSERT statements

2013-07-05 Thread Rob Walpole
Hi Andy, Just to complete the thread and for anyone else that needs to do something similar, we now have this working nicely using two operations, as you suggested. Here is the code... DELETE { ?transfer dri:transferAsset ?transferAsset . ?transferAsset ?transferAssetProperty ?transferAssetValue

HANA Database

2013-07-05 Thread Saeed
Hello,  I'm utilizing Jena Framework to deploy an application in SAP HANA Platform. HANA contains a database which support JDBC driver. I'm wondering if I can use Jena sdb to connect to HANA database. Currently I customized sdb.ttl file for connecting to MySQL database using JDBC driver.

Integrating D2R Update with Fuseki Server

2013-07-05 Thread Alex Lee
Hi, I am trying to get a Fuseki server to interface with D2R Update as its data source. My initial attempts have involved including the D2R packages in the fuseki-server.jar and running the server with a simple D2R assembler config file. Through this method, I've gotten as far as getting the

Re: Integrating D2R Update with Fuseki Server

2013-07-05 Thread Rob Vesse
Given how old the D2R dependencies are I suspect you would need to take the source of D2R and upgrade it manually to the latest Jena versions. Trying to mix and match dependencies like this (particularly across the transition to Apache) is just going to lead to class path hell due to all the

Re: Integrating D2R Update with Fuseki Server

2013-07-05 Thread Andy Seaborne
I took at look at R2DQ github. It uses Joseki and has a very old way to integrate with the query engine. Both of these have gone. At a quick glance, the Joseki stuff can be just dropped. It will need a Fuseki adapter but they are much simpler to write (basically, ensure D2RQ get called to