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.
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.