ANN: cl-4store, a SPARQL client library for RDF manipulation

Discussion of Common Lisp
Post Reply
JamesF
Posts: 98
Joined: Thu Jul 10, 2008 7:14 pm

ANN: cl-4store, a SPARQL client library for RDF manipulation

Post by JamesF » Sun Mar 17, 2013 5:59 am

I've been chipping away at a project that turned out to really want a triplestore as its backend. One thing led to another, I clambered onto the shoulders of a couple of guys that did most of the spadework for me, and now there's a handy client library for querying a triplestore, as well as adding triples to it and deleting them from it. It's in working order now (ox is based on it), but constructive feedback is always welcome.
It's inherited a BSD licence, so you're free to do with it as you will.

The repo: https://github.com/equill/cl-4store

Kompottkin
Posts: 94
Joined: Mon Jul 21, 2008 7:26 am
Location: München, Germany
Contact:

Re: ANN: cl-4store, a SPARQL client library for RDF manipula

Post by Kompottkin » Sun Mar 17, 2013 12:23 pm

Cool! I've been wanting to play around with 4store for a while now. Maybe I can finally get around to doing so. :)

Post Reply