rdflib-sqlalchemy
rdflib-sqlalchemy copied to clipboard
Adding graph_aware for `rdflib.Dataset`
trafficstars
Thanks for this library!
I'd love to use rdflib-sqlalchemy with rdflib.Dataset, and have started tinkering with an subclass approach for my use case.
Are there any pointers for implementing stores with graph_aware = True? It looks like add_graph and remove_graph need to be added, but I'm imagining it would also require a new table and reworking some query gymnastics to handle empty graphs.
Would this be something of interest as a PR, or is it beyond the scope of this repo?