rdflib-sqlalchemy icon indicating copy to clipboard operation
rdflib-sqlalchemy copied to clipboard

Adding graph_aware for `rdflib.Dataset`

Open bollwyvl opened this issue 3 years ago • 0 comments
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?

bollwyvl avatar Sep 22 '22 13:09 bollwyvl