You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suddenly all the namespace prefixes (except for some reason xml, rdfs and the empty prefix) have had 1 appended to them. Serialized files will also use these modified namespaces. I would expect the original namespace prefixes to be used instead.
This does not happen if I use a Memory store instead of Sleepycat.
The text was updated successfully, but these errors were encountered:
I'm using rdflib 3.2.0 (installed from pypi) on Ubuntu 12.04beta2 amd64, python 2.7.3rc2.
When I parse several source files into a Graph backed by a Sleepycat store, the namespace prefixes are modified so that "1" is added to each.
Example:
So far so good, now let's parse the same input again:
Suddenly all the namespace prefixes (except for some reason xml, rdfs and the empty prefix) have had 1 appended to them. Serialized files will also use these modified namespaces. I would expect the original namespace prefixes to be used instead.
This does not happen if I use a Memory store instead of Sleepycat.
The text was updated successfully, but these errors were encountered: