Re: bindings tests available

Hi all,

2011/4/26 Olivier Corby <Olivier.Corby@sophia.inria.fr>

>  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
>
I modified the results, ?p shouldn't have been there.

>
>
> bindings03.rq
>
> There is a permutation between ?o1 and ?o2 bindings in the proposed result
>

My mistake when writing the result, fixed.

>
> I have for result:
>
> ?s = <http://example.org/a> <http://example.org/a>; ?o1 = "Alan"; ?o2 =
> "alan@example.org" <alan@example.org>;
>
>
> bindings06.rq
>
> I have these 3 results instead of 13 :
>
> 01  ?s = <http://example.org/a> <http://example.org/a>; ?o1 =
> <http://example.org/b> <http://example.org/b>;
> 02  ?s = <http://example.org/a> <http://example.org/a>; ?o1 = "Alan";
> 03  ?s = <http://example.org/a> <http://example.org/a>; ?o1 =
> "alan@example.org" <alan@example.org>;
>
> I changed the query, it was not the query I wanted to have there, now it
should only have a result

>
> bindings07.rq
>
> I have no binding for ?o2 in my result as ?o2 is not in the select clause
>
added ?o2 to the query

>
>
> Regards,
>
> Olivier
>
>
>
>
>
>

Received on Tuesday, 26 April 2011 12:27:43 UTC