I couldn't figure out how to edit or comment on the page at
https://blueprints.launchpad.net/rdflib/+spec/split-major-packages
(even though I was logged in)

My question is: does rdflib.core contain *any* stores, even memory or 
IOmemory? For purity, the answer is probably no-- all stores need to be 
added with another package. If we do that, it may be nice to have one 
package for the simple stores that work with stdlib python and separate 
packages for any stores that need extra modules (e.g. zodb).

Regarding the separate sparql package, I take it the api would be 
something like this:

 >>> g = Graph()
 >>> g.query("SELECT ?s { ?s ?p ?o }")
NotImplementedError: the rdflib.sparql package is required for sparql 
queries. (See http://python.org/pypi/rdflib.sparql)


_______________________________________________
Dev mailing list
Dev@rdflib.net
http://rdflib.net/mailman/listinfo/dev

Reply via email to