This is a really useful implementation! We are often asked about RDF v. Neo4J and where RDF* fits in so the Store helps - Neo4J can "do" RDF.
I too, like Wes, would love to see RDF* handling. I'll try and think about how we can list this repo, and thus the Store, in the RDFlib documentation somewhere - perhaps a new "known extensions" section for external work. Any suggestions welcome. Nick On Sun, Feb 14, 2021 at 7:16 AM Wes Turner <[email protected]> wrote: > Nice. "RDF*/SPARQL* support?" re: property graphs and reification might be > a good one to subscribe to: https://github.com/RDFLib/rdflib/issues/955 > > On Sat, Feb 13, 2021, 08:20 'JB' via rdflib-dev < > [email protected]> wrote: > >> Hi! >> >> I've been working on an RDFLib Store backed by Neo4j and would love to >> have feedback from the community. >> >> the project is here: https://github.com/neo4j-labs/rdflib-neo4j >> >> The rdflib.Store implementation relies on the n10s plugin for neo4j >> <https://github.com/neo4j-labs/neosemantics/> that takes care of the RDF >> serialisation/deserialisation of the Neo4j graph as triples. >> >> I've created this colab notebook >> <https://colab.research.google.com/drive/1JkSG4qEDTdm3fQzQ2KSBagurrKhcGvTd?usp=sharing>if >> you want to see rdflib-neo4j in action. It hits a public neo4j instance so >> you can run it without having to go through the hassle of setting up the DB >> and all. >> >> I know RDF and property graph (Neo4j) but neither Python or rdflib are in >> my "comfort zone" so any feedback or contribution would be highly >> appreciated :) >> >> Thanks! >> >> JB. >> >> -- >> http://github.com/RDFLib >> --- >> You received this message because you are subscribed to the Google Groups >> "rdflib-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/rdflib-dev/474d3398-6ee3-46e5-8a6d-b13c2e8e4c9an%40googlegroups.com >> <https://groups.google.com/d/msgid/rdflib-dev/474d3398-6ee3-46e5-8a6d-b13c2e8e4c9an%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > http://github.com/RDFLib > --- > You received this message because you are subscribed to the Google Groups > "rdflib-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rdflib-dev/CACfEFw8jNr6uW%2B39NhTe%3DqhxVwZg7zUnta%2BNK%3D3JnwTbUrNYPg%40mail.gmail.com > <https://groups.google.com/d/msgid/rdflib-dev/CACfEFw8jNr6uW%2B39NhTe%3DqhxVwZg7zUnta%2BNK%3D3JnwTbUrNYPg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- http://github.com/RDFLib --- You received this message because you are subscribed to the Google Groups "rdflib-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rdflib-dev/CAP7nqh0dYDRuyXYtKpWDyWjGMX7L_LqA0P_aboYvN4VK4em-2w%40mail.gmail.com.
