You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SPARQL MINUS operation requires that outer vars that don't appear in patterns (EPVPatterns) should not be included in bindings. This means that the get-vars function should not be recursing into FILTER or BINDING. That will require a new operation, which is essentially the same as the existing one, but which returns nothing for filters.
The SPARQL MINUS operation requires that outer vars that don't appear in patterns (EPVPatterns) should not be included in bindings. This means that the
get-vars
function should not be recursing intoFILTER
orBINDING
. That will require a new operation, which is essentially the same as the existing one, but which returns nothing for filters.asami/src/asami/query.cljc
Line 298 in 3609943
The text was updated successfully, but these errors were encountered: