Aklakan commented on PR #3405:
URL: https://github.com/apache/jena/pull/3405#issuecomment-3239462676
> Is this after reloading the data?
I needed to reload the offending graphs (I used 5.6.0-SNAPSHOT) - the TDB2
version used to load the data initially was around 4.8.0 or 4.9.0.
> Is that a typo for "foo"@en-US
Right, the issue is not about the order of the components - but the use of
lower case only. I was able to reproduce my issue with an older version of Jena:
```
./tdb2.tdbupdate --loc /tmp/tdb 'INSERT DATA { <urn:s> <urn:p> "foo"@en-gb }'
./tdb2.tdbquery --loc /tmp/tdb 'SELECT * { { BIND(1 AS ?id) <urn:s> <urn:p>
"foo"@en-gb } UNION { BIND(2 AS ?id) <urn:s> <urn:p> "foo"@en-GB } }'
```
On my local 4.7.0 the query returns `{(?id=1)}` wheras on 5.6.0-SNAPSHOT I
get `{(?id=1), (?id=2)}`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]