PrefixedIri(this.prefix, this.namespace, String? localPart) : localPart = localPart?.isEmpty == true ? null : localPart;