I would like you to take a look at this new issue too
before making a release:
Non-ascii characters in SPARQL query
https://github.com/RDFLib/rdflib/issues/270
Another thing:
Is it true that one now has to use processUpdate from
rdflib.plugins.sparql.processor in order to make SPARQL
updates or is there another way now?
Maybe I will take a look at the documentation later this week.
Would make sense, because this could also be supported by the store directly, e.g. rdflib-sparqlstore.
Hey thanks! Just considired to implement it myself when I saw that the code I wanted to write is already there in graph.py. You're doing excellent work!
When do you want to finish the release? Maybe I can find some time to look at the documentation this week, but not for shure.
It would be great if as many people as possible could take a serious look at the documentation. The most basic things really must be described in a prominent place. Docstrings alone don't help much for a new user who doesn't even know which class she should be looking for. And this information should be correct, so we should double check it. Then also, someone should update the the architectural diagram in the documentation. It still shows things outside of core rdflib which are now inside, as far as I know.