Hi, all. I am putting together a table of SQL joins and SPARQL equivalents. For this particular example, would you use FILTER NOT EXISTS or MINUS in SPARQL?
I'd say FILTER NOT EXISTS is somewhat closer in semantics, likely to be more efficient, and more flexible (with MINUS the inner patterns must share an outer variable)