Fork me on GitHub
#rdf
<
2016-11-18
>
stain00:11:22

how are people doing RDF in Clojure today? I'm one of the Apache Commons RDF developers, and I've started work on https://github.com/stain/commons-rdf-clj to map it to Clojure using protocols - but I'm struggling to come up with a better name for the project.

joelkuiper22:11:42

Hey! I made https://github.com/joelkuiper/yesparql and was actually looking into integrating it with commons-rdf

joelkuiper22:11:54

but haven’t gotten around to it, your project might be a good starting point 🙂

joelkuiper22:11:03

ideally yesparql would yield commons-rdf data structures, rather than its own records, since it would be more interoperable that way