-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
rr:predicateObjectMap [
rr:predicate mv:totalCapacity;
rr:objectMap [
fnml:functionValue [
rr:predicateObjectMap [
rr:predicate fno:executes ;
rr:objectMap [ rr:constant grel:array_sum ; ]
];
rr:predicateObjectMap [
rr:predicate grel:p_array_a ;
rr:objectMap [ rml:reference "bikes_in_use" ; ]
];
rr:predicateObjectMap [
rr:predicate grel:p_array_a ;
rr:objectMap [ rml:reference "bikes_available"; ]
];
];
] ;
].
[main] DEBUG b.ugent.rml.functions.FunctionLoader.getFunction(90) - Loading function: <http://users.ugent.be/~bjdmeest/function/grel.ttl#array_sum>
[main] ERROR be.ugent.rml.cli.Main .main(393) - No mapping was found for the function with IRI <http://users.ugent.be/~bjdmeest/function/grel.ttl#array_sum>
in the function descriptions.
Let me know if you need sample input data to reproduce the error.
Metadata
Metadata
Assignees
Labels
No labels