Replies: 1 comment 2 replies
-
You have to bind
and that should give |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying out notation3 with eyereasoner and I have a problem I don't know how to solve.
Given data for "transactions" I want to calculate the total amount of a
?thing
.I managed to calculate the total using
log:collectAllIn
to first create a list of integers and then pass this list to?list math:sum ?result
to sum its values.My problem is to keep the reference to a node that I find in the pattern passed as the second value of the list that is used together with
log:collectAllIn
.In the following example,
?thing
in the result is not the same as?thing
in the pattern.How would you solve such problem with n3?
Thank you,
Lorenzo
Beta Was this translation helpful? Give feedback.
All reactions