|
Consider this rule prefix log: <http://www.w3.org/2000/10/swap/log#>
prefix ex: <http://example.com/>
[
ex:arg "1", "2", "3"
] .
{
(
?arg
{
[ ex:arg ?arg ] .
}
?args
) log:collectAllIn [] .
?args^log:trace .
} => {
[] ex:combined ?args
} .While the result is only a single triple with a list object, eye prints the I can apply the same trick with |
Answered by
josd
Nov 4, 2025
Replies: 2 comments 1 reply
|
Curiously, when I run with |
0 replies
|
This is because of how EYE basically works so the "start again at 1/" and it can be many times in some cases. |
1 reply
Answer selected by
tpluscode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because of how EYE basically works
so the "start again at 1/" and it can be many times in some cases.