RDFLib / rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
https://rdflib.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.11k stars 547 forks source link

Test if multiple prefixes for the same IRI persist in a namespace manager #2800

Open white-gecko opened 2 weeks ago

white-gecko commented 2 weeks ago

Summary of changes

This pull request so far introduces some failing tests, that demonstrate that the namespace manager is not able to maintain multiple prefixes for the same IRI, as mentioned in #2077 .

Roughly related to #2779, as it also cares about parsing/serialization side effects.

Checklist