rdf

stain 2016-11-18T00:11:22.000084Z

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.

joelkuiper 2016-11-18T22:09:42.000086Z

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

joelkuiper 2016-11-18T22:09:54.000088Z

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

joelkuiper 2016-11-18T22:11:03.000089Z

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