- From: Olivier Corby <Olivier.Corby@sophia.inria.fr>
- Date: Tue, 26 Apr 2011 12:58:04 +0200
- To: SPARQL Working Group <public-rdf-dawg@w3.org>
Received on Tuesday, 26 April 2011 10:58:33 UTC
I pass the test cases except 4 of them: bindings02.rq The proposed result has a binding for ?p whereas the select clause is : select ?s ?o bindings03.rq There is a permutation between ?o1 and ?o2 bindings in the proposed result I have for result: ?s = <http://example.org/a>; ?o1 = "Alan"; ?o2 = "alan@example.org"; bindings06.rq I have these 3 results instead of 13 : 01 ?s = <http://example.org/a>; ?o1 = <http://example.org/b>; 02 ?s = <http://example.org/a>; ?o1 = "Alan"; 03 ?s = <http://example.org/a>; ?o1 = "alan@example.org"; bindings07.rq I have no binding for ?o2 in my result as ?o2 is not in the select clause Regards, Olivier
Received on Tuesday, 26 April 2011 10:58:33 UTC