Metreeca Wire
    Preparing search index...
    • 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.

      Parameters

      • expression: string

        The expression to assign

      • variable: string

        The variable the expression is bound to

      Returns string

      The bind(… as …) clause