sparql-view-unfold
    Preparing search index...
    • Replaces every operation whose ranges prove it has no solutions by the empty solution multiset.

      Type Parameters

      • T extends Operation

      Parameters

      Returns T

      the operation with every provably empty subtree nullified

      // Before: SELECT * WHERE { GRAPH ?g { { VALUES ?g { "l" } } } }
      // After: the GRAPH replaced by FILTER(false), since no graph is named by a literal.