Replies: 3 comments
-
"substitution" is the terminology used in the SPARQL spec. But direct replacement has problems. The solution proposed to is put in inline data and join it with the pattern, where patterns can bind variables (Basic Graph Patterns, Property Path Expressions, Graph) For Would (There are several different ways to put in the values, and the order of the join can be reversed because the inline data only occurs when a variable will cause a binding.) |
Beta Was this translation helpful? Give feedback.
-
Is |
Beta Was this translation helpful? Give feedback.
-
Parametrization is different. SEP-0007 is for LATERAL joins and EXISTS. Please ask on the Apache Jena users mailing list (or read the source code) about impact. |
Beta Was this translation helpful? Give feedback.
-
Discussion for SEP-0007: Variable Substitution.
Beta Was this translation helpful? Give feedback.
All reactions