data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
simongray 2020-09-23T08:29:02.000200Z

Anyone have any experience with Apache Jena/aristotle or Neo4j for RDF? https://clojurians.slack.com/archives/C09GHBXRC/p1600849633005800

2020-09-23T09:02:07.000700Z

worth asking on #rdf as well

Clypto 2020-09-23T17:41:00.001Z

yes, in fact there are a bunch of RDF things that are datomic-like. Namely SPARQL is a non-recursive datalog, that uses the same basic graph patterns (i.e. triple patterns) in the query

Clypto 2020-09-23T17:41:29.001200Z

while you can start with Jena, there's more friendly ones out there like Stardog that I'd recommend

Clypto 2020-09-23T17:41:51.001400Z

and a bunch of tools like stardog-clj, clj-sparql, etc