- From: Olivier Corby <Olivier.Corby@sophia.inria.fr>
- Date: Tue, 25 May 2010 13:44:13 +0200
- To: SPARQL Working Group <public-rdf-dawg@w3.org>
What is the scope of variables in nested exists pattern?
For example, is the inner ?x the same as the outer ?x
select * where {
?x p ?y
filter(! exists {?y q ?z
filter(! exists {?x r ?z})
})
}
Olivier
Received on Tuesday, 25 May 2010 11:44:47 UTC