Generates a SPARQL bind clause, assigning a computed expression to a variable in the WHERE body.
Introduces a new in-scope variable bound to the expression's value at the point the clause
appears, so subsequent patterns and filters can reference it. The projection-list counterpart,
naming a computed select column, is as.
Generates a SPARQL
bindclause, assigning a computed expression to a variable in the WHERE body.Introduces a new in-scope variable bound to the expression's value at the point the clause appears, so subsequent patterns and filters can reference it. The projection-list counterpart, naming a computed
selectcolumn, is as.