Metreeca Wire
    Preparing search index...
    • Generates a SPARQL logical disjunction (||) of boolean expressions.

      Joins the operands with ||, the lowest-precedence boolean operator, so and conjunctions nest inside without parentheses. Empty operands, such as those produced by nil, are dropped first; a single surviving operand is returned unchanged, and no surviving operand yields the empty fragment, which callers must guard against where a constraint is required.

      Parameters

      • ...conditions: Mixed<string>

        The boolean expressions to disjoin

      Returns string

      The ||-joined disjunction, excluding empty operands