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
Invoking SELECT (<http://www.example.org/foo>(1, 2) AS ?x) {} fails with error
java.lang.RuntimeException: TypeMapper does not contain an entry for the java class null derived from class org.apache.jena.sparql.expr.NodeValue
at org.aksw.jenax.arq.functionbinder.FunctionGenerator.wrap(FunctionGenerator.java:222) ~[jenax-arq-plugins-bundle-5.0.0-1-SNAPSHOT.jar:?]
at org.aksw.jenax.arq.functionbinder.FunctionBinder.lambda$factory$0(FunctionBinder.java:173) ~[jenax-arq-plugins-bundle-5.0.0-1-SNAPSHOT.jar:?]
The text was updated successfully, but these errors were encountered:
The function binder does not yet recognize NodeValues; only Nodes are recognized. It would be useful to support both the RDF and the SPARQL level.
Invoking
SELECT (<http://www.example.org/foo>(1, 2) AS ?x) {}
fails with errorThe text was updated successfully, but these errors were encountered: