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
Stringification of a blank node now operates on a rdflib.Graph only, rather than a Dataset.
Added mechanism to extract the correct named graph from a dataset when stringifying a blank node.
Added a workaround for a json-ld loader bug where the namespace_manager for named graphs within a conjunctive graph
is set to the parent conjunctive graph.
This necessary workaround was exposed only after changing the blank node stringification above.
(Fixing one bug exposed another bug!)
Announcement
This is the final version with Python v3.5 support
Versions 0.12.0 and above will have newer package management and dependency management, and will
require Python v3.6+.