[SSSOM Type URI](https://mapping-commons.github.io/sssom/Uri/) is actually based on [xsd:anyURI](https://www.w3.org/TR/xmlschema11-2/#anyURI) which is based on [RFC 3987](http://tools.ietf.org/html/rfc3987) (IRI) instead of [RFC 3986](http://tools.ietf.org/html/rfc3986) (URI). Test case: - IRI `https://example.com/ü` - URI: `https://example.com/%C3%BC`