Re: Triple stores with RDFS inferencing

Hi

Sesame would do the job as well. It does SPARQL (no UPDATE), has a forward chaining inferencer for RDFS and can do the SPARQL protocol and some other stuff over the Web. If you want to update the store you can either do it programmatically with Java or use the Web frontend. You can access a remote store programmatically over HTTP so there is some sort of Web API.
You can use it as an API only with various stores for the backend, including Mulgara and OWLIM (which can do some OWL inferencing and apparently is quite scalable). There are drivers for Virtuoso as well but they didn't work completely last time I checked [1].

Regards,
  Simon

[1] http://boards.openlinksw.com/support/viewtopic.php?f=12&t=244&p=707

Received on Tuesday, 19 May 2009 20:14:06 UTC