Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
We often do lots of normalizing, fixing, parsing, and relativizing of URLs, URIs, and IRIs.
We should have a look at rdf4j 2.3's ParsedIRI class, which seems to provide a lot of this functionality out of the box, to see where we can eliminate some (probably inconsistent) boilerplate across the codebase, and improve our existing URL/URI/IRI utility functions.