From cc80c9c356e62596335bc8f1a81acb1016eaed74 Mon Sep 17 00:00:00 2001 From: Miel Vander Sande Date: Thu, 4 Aug 2022 22:16:10 +0200 Subject: fix: passing ConjunctiveGraph as namespace_manager (#2073) pass the NamespaceManager of the ConjunctiveGraph as namespace_manager of the Graph created by the get_context() method instead of the ConjunctiveGraph object itself. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a011613..d6163386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,22 @@ CHANGE BARRIER is intended to reduce the potential for merge conflicts and will be removed for release. --> + + + + + + + - Fixes passing `NamespaceManager` in `ConjunctiveGraph`'s method `get_context()`. + The `get_context()` method will now pass the `NamespaceManager` of `ConjunctiveGraph` to the `namespace_manager` attribute of the newly created context graph, instead of the `ConjunctiveGraph` object itself. This cleans up an old FIXME commment. + [PR #2073](https://github.com/RDFLib/rdflib/pull/2073). + + + + + + + -- cgit v1.2.1