Anyone have any experience with Apache Jena/aristotle or Neo4j for RDF? https://clojurians.slack.com/archives/C09GHBXRC/p1600849633005800
worth asking on #rdf as well
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
while you can start with Jena, there's more friendly ones out there like Stardog that I'd recommend
and a bunch of tools like stardog-clj, clj-sparql, etc