pub fn resolve_iri(base: &str, relative: &str) -> StringExpand description
Resolve relative against base using RFC 3986 path resolution, without
any IRI validation. This intentionally accepts non-standard / “invalid”
IRIs so that tokens in the source document can be round-tripped back to the
triple store without percent-encoding transformations.