On 24/11/2023 08:55, Marco Neumann wrote:
Laura, see jena issue #2102
https://github.com/apache/jena/issues/2102

It's specific to [].

Because data formats accept these bad URIs (with a warning), the fact SPARQL generates errors is a bug to be fixed.

    Andy


Marco

On Fri, Nov 24, 2023 at 7:12 AM Laura Morales <laure...@mail.com> wrote:

I have a few URLs containing square brackets like
http://example.org/foo[1]bar
I can create a TDB2 dataset without much problems, with warnings

Warnings exist for a reason!

>> but no errors.


I tried escaping, "foo\[1\]bar" but it doesn't work.

URIs don't accept \ escapes.

And U+nnnn doesn't help because the check isn't just in the parser.

Reply via email to