From: Andrew M. <mat...@gm...> - 2013-04-07 23:50:52
|
Hi, I'm having a look at BigData and would like to use it within dotNetRdf. I currently use the PersistentTripleStore class as the way to access my (Sesame+ OWLIM) triple store. But it seems that using bigdata's restful API is not currently compatible with *Read/Write* use through dotNetRdf. I'm hoping that it is once again an existing capability that I have not been able to deduce from the API. If that's not the case, what do I do to extend the API to support the BigData NanoSparqlServer (or - more generally - any API that supports the SPARQL 1.1 Protocol for both query and update)? Excuse the terrible formatting below, but you'll find below listed the capabilities of the service (or what it reports about its capabilities). It seems to have everything needed to allow the creation of something like a Read/Write SparqlConnector, I just don't know where to begin. What are the framework hoops I must jump through to implement such a connector? I assumed it would involve deriving from both SparqlConnector and IUpdateableStorage, but the SparqlRemoteEndpoint param to the SparqlConnector ctor doesn't support Update queries... Further details on: . . . /using-dotnetrdf-with-updateable-store-through-sparql-11-protocol<http://answers.semanticweb.com/questions/22043/using-dotnetrdf-with-updateable-store-through-sparql-11-protocol> Best Wishes, *Andrew Matthews* |