Closed MichelSc closed 2 months ago
Thanks for the observation and it is now fixed in v10.22.5
.
It also worked with eye --quiet --pass-only-new --nope test1.ttl test2.ttl test.n3
but indeed not with --turtle
which is using the fast C turtle parser and which doesn't relabel blank nodes across documents.
Fixed with 10.22.5.
Thanks.
I use eye version
I work with 2 ttl files and 1 n3 file.
test1.ttl contains 2 statements and 1 blank node:
test2.ttl contains 2 statements and 1 blank node:
I want to retrieve the blank node of
:t1
:This is the result
Both blank nodes are retrieved, although only
:o1
is expected: NOK.All happens as if both blank nodes get the same id (this is what we can see in the proof).
Putting all the statements in 1 file provides the expected result
This is quite annoying!
For your information, eye output