You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Joël Kuiper <me...@joelkuiper.eu> on 2015/08/23 02:28:15 UTC

[ANNOUNCE] YeSPARQL 0.1, a Clojure library for SPARQL queries based on Jena

Hey all,

I’m pleased to announce the first public version of YeSPARQL.
A library for canonically writing SPARQL queries in Clojure. Under the hood it uses a lot of Jena, so comments and suggestions are much appreciated!

https://github.com/joelkuiper/yesparql

The library itself was heavily inspired by a similar library for SQL, named Yesql:

https://github.com/krisajenkins/yesql