You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used your suggested mapping but I want to hash the children URIs (subjects work, so only focusing on objects here). This is the mapping I'm testing in Matey:
Attempting to execute the same kind of pattern with rml-mapper-java seems to fail:
12:03:07.577 [main] ERROR b.u.r.f.DynamicMultipleRecordsFunctionExecutor.execute(87) - Function 'http://users.ugent.be/~bjdmeest/function/grel.ttl#string_md5' failed to execute with Cannot invoke "Object.toString()" because "s" is null
The text was updated successfully, but these errors were encountered:
You found a bug in RMLMapper-JAVA! a nested function that takes an array as input apparently only outputs the first transformed element, not the entire array. I'm not sure how your final error with RMLMapper-JAVA came to be, but I can reproduce the first output locally. So we got a nice little test case, thanks for that. We'll put it on the planning to fix!
Disclaimer: as we're a research group and aren't getting paid for this kind of maintenance, we can't make any promises as to when this fix will be solved, but as always, we do our best 💪
Hi. It's me again. I'm trying to combine the data structure from #230 and apply the hashing from #231.
I've used your suggested mapping but I want to hash the children URIs (subjects work, so only focusing on objects here). This is the mapping I'm testing in Matey:
The output I get:
Note that the cardinality of
ex:child
is incorrect, as without hashing it was:Attempting to execute the same kind of pattern with
rml-mapper-java
seems to fail:The text was updated successfully, but these errors were encountered: