Here is something that might help. A project that I am involved with uses SDB on the backend as the default triple store (though that is going to change soon to TDB). I have package up an instance of fuseki (based on 1.1) that has a configuration for connecting to the SDB, a few example queries and a start-up script. If yo look at this page: https://wiki.duraspace.org/display/VIVO/Setting+up+a+VIVO+SPARQL+Endpoint you can find a sample assembler file and a download link for a version of fuseki with works with SDB (note, the configuration uses a read-only dataset).
-----Original Message----- From: Andy Seaborne [mailto:[email protected]] Sent: Thursday, January 29, 2015 6:01 AM To: [email protected] Subject: Re: Configuration for apache jdbc On 29/01/15 10:46, Nauman Ramzan wrote: > Hey all ! > > I just want to know that is this possible that to use jdbc instead of > tdb in apache fuseki ? If yes Then Please tell me How can I use/config > jdbc in apache fuseki ? > > Thanks in advance. > See SDB. Given your previous emails about Virtuoso, have you asked them if they have an assembler? Jena provides the general framework - assemblers are the extension point to bring in other systems which their own unique features. The expectation is that the system-specific extension code is provided by that system. Andy
