Franz Inc and I just put the AllegroGraph 3.2 Java API on github with my new Clojure API. The clojure is a wrapper of the java client, which is an implementation of openrdf/sesame. The wrapper is mostly to make it more idiomatic clojure so you don't have to deal with so many java classes, mutable objects, and resources that have to be closed. It's a work-in-progress, of course, and any feedback is appreciated.
The master branch is for the future release AG 4.0, so you'll want to use the agraph32 branch for the current release. http://github.com/franzinc/agraph-java-client/tree/agraph32 This is the code I'll be presenting tomorrow at the Semantic Web installfest. http://www.meetup.com/The-San-Francisco-Semantic-Web-Meetup/calendar/11788554/ My future plans for this are to have more advance ways of manipulating triples, especially having them linked up in trees rather than a flat lists referring to each other, which is what you get back from a query. By the way, I included the clojure-1.0.jar because I assume this will be used by companies that need a stable release, but last I checked, the code works fine with master, and I'm happy to officially support master if that's what anyone wants. -Mike -- 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