I have made some upgrades to RDFAlchemy. RE: http://www.openvest.com/trac/wiki/RDFAlchemy
At it's core RDFAlchemy is an ORM layer on top of rdflib. I have added (early buggy) support for read/write of Sesame2 and read of SPARQL Endpoints. In the process of doing that I did so by using the rdflib api and writing the appropriate methods...mostly just triples and query (and add for sesame). Might be of interest to folks here and as I stand back and look at it, SesameGraph is almost a drop-in replacement for ConjunctiveGraph (not nearly as mature obviously). I'm not sure about: * should I be using rdflib as a pseudo standard api? * if this works...should it be rolled into rdflib? Plenty of things in it that are probably not rdflib-ish enough (I made up my own mind about query responses since I don't use them at all in my rdflib coding). Thanks for the great work on rdflib. Just trying to push the ball forward. ciao -- Phil Cooper _______________________________________________ Dev mailing list Dev@rdflib.net http://rdflib.net/mailman/listinfo/dev