extra comments on test cases

Hi all,

Since I'm away on break for 2 weeks starting this weekend, I thought I 
would send thoughts on the new test cases so they can be approved next 
week. I already gave thoughts on 78-84 on the call this morning. Here 
are the remaining issues.

85: good test, SPARQL has a few bugs:
- predicate foaf:knows is written "foaf knows"
- expand all prefixed-URIs in the SPARQL
- predicate foaf:knows missing between the _:a bnode and the first object.

86: good, note that the expected SPARQL return value is FALSE.

87: good.

88: I'm not sure about this one: I thought that about="[_:]" would 
generate a *new* bnode since it's not named, thus yielding two bnodes 
here, since it's used twice.

<http://www.example.org/#somebody>
    foaf:knows [a foaf:Person], [foaf:name "Dan Brickely"] .

If you used about="[_:a]" both times, meaning you actually gave it the 
same bnode identifier, then yes that would mean one bnode in my mind. 
Thoughts?

-Ben

Received on Thursday, 7 February 2008 17:41:05 UTC