Skip to content

error raised during implementing grel:array_sum #160

Description

@jiaoxlong
  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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions