-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access to remote Sesame #11
Comments
I have my response : with this example . Nicolas |
Hi Nicolas, KR doesn't really know the difference between what kind of KB it has. (Although, I guess it's true that different KBs could implement different parts of the interface.) All the Sesame repositories are treated pretty much the same. Anything you can do with an in-memory Sesame store you could do with an HTTP repository. So yes you should be able to add triples too. (You might need to connect with a user name and password to have the permission to do so, it depends on your store what connection you get by default.) Is that what you mean by update? If you mean via the SPARQL API inserts/deletes are also not wrapped, but you can use the api to send arbitrary sparql strings too, so I think it should support this. You could still use the helper functions in sparql to construct the where clause and namespace prefixes too. ... and maybe this isn't actually that much work to extend the apis for inserts deletes updates, but I would need a lot of tests to be sure. Kevin |
Ok thanks for your reply, I just anticipate a functionality I will need for future versions of my soft. I am not sure I will remove triples, only adding ... I'll let you know ... Nicolas |
Hi Kevin,
I would be interested for future version by using remote Sesame. This solution is'nt already implemented ? We can only use in memory store ? Do you think it would be possible ? It is just a question, not a demand for the next release ;-)
Nicolas
The text was updated successfully, but these errors were encountered: