-
The @prefix log: <http://www.w3.org/2000/10/swap/log#>.
<urn:example:pers001> <urn:example:familyName> "Garcia".
<urn:example:pers001> <urn:example:givenName> "Alex".
<urn:example:test> <urn:example:is> true.
{
?U_0 <urn:example:familyName> "Garcia".
{
?U_0 <urn:example:givenName> "Claudia".
} log:becomes {
?U_0 <urn:example:givenName> "Alex".
}.
} => true.
{
<urn:example:pers001> <urn:example:familyName> "Garcia".
<urn:example:pers001> <urn:example:givenName> "Alex".
} => {
<urn:example:test> <urn:example:is> true.
}. This makes sense as it includes the However, I have been unable to achieve a similar result with eye 11.4.7. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you say what is broken?
|
Beta Was this translation helpful? Give feedback.
Could you say what is broken?
Here I get the expected results with
eye v11.4.7
and also with the latesteye v11.4.8