Hello everyone, I just wanted to announce the open-sourcing of a RDF and 
SPARQL (and more) library that has been under development and use for quite 
a while in our lab.  It supports the use of clojure symbols and lists as 
rdf resources and triples, and it can form triple patterns into sparql 
queries.  It extends and normalizes the two common Java APIs for 
RDF/SPARQL: Jena and Sesame, providing a consistent view and easier to 
write queries through the use of triple-patterns (symbols and sequences) 
instead of messy string munging.

There are release jars on clojars.org, and all the code is here:

https://github.com/drlivingston/kr

There are two examples in the kr-examples directory showing an in-memory 
triple store and a remote store.  There is a lot more that can be document 
and examples written.  A great source of examples exists in 
kr-core/src/test...  I'll try to keep documenting more and more...

It still has some wrinkles to be sure, but it's a highly functional and 
useful library.  I welcome feedback, and help improving it.

I hope you find it useful,
thanks,
Kevin

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to