summaryrefslogtreecommitdiff
path: root/rdflib/plugins/sparql/operators.py
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2023-03-26 12:53:29 +0200
committerGitHub <noreply@github.com>2023-03-26 12:53:29 +0200
commit57bb42886b57a37f1ba93a4d1b52651d978d049c (patch)
treeac75957fa29dc49c39618b01fcc9dda29bcb4ea9 /rdflib/plugins/sparql/operators.py
parent4da67f9a17ffe8fa128afcdd2259e337bccafaa3 (diff)
downloadrdflib-57bb42886b57a37f1ba93a4d1b52651d978d049c.tar.gz
fix: restore the 6.1.1 default bound namespaces (#2313)
The namespaces bound by default by `rdflib.graph.Graph` and `rdflib.namespace.NamespaceManager` was reduced in version 6.2.0 of RDFLib, however, this also would cause code that worked with 6.1.1 to break, so this constituted a breaking change. This change restores the previous behaviour, binding the same namespaces as was bound in 6.1.1. To bind a reduced set of namespaces, the `bind_namespaces` parameter of `rdflib.graph.Graph` or `rdflib.namespace.NamespaceManager` can be used. - Closes <https://github.com/RDFLib/rdflib/issues/2103>.
Diffstat (limited to 'rdflib/plugins/sparql/operators.py')
0 files changed, 0 insertions, 0 deletions