Test #53

Manu, Michael

I am in the process of running my new (not-yet-installed) pyRdfa 
implementation against the test suite. Hopefully it will reveal issues 
with my implementation, but it may also bring new issues for the test 
suite...

An immediate one is #53 where my stuff fails. However, the SPARQL says:

ASK WHERE {
 <http://www.example.org/#me> 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://xmlns.com/foaf/0.1/Person> .
 <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/name> "John Doe" .
 FILTER isBlank(?a)
}

But there is no '?a' in the query at all, and no blank node is involved. 
  I think the FILTER is unnecessary there.

Ivan

P.S. Manu, a tiny thing that would really be helpful on the crazy ivan: 
can you put a link against the test (XHTML) file itself? If the test 
fails, I have to test that one separately and it is a bit convoluted to 
find the right link...

-- 

Ivan Herman, W3C Semantic Web Activity Lead
Home: http://www.w3.org/People/Ivan/
PGP Key: http://www.ivan-herman.net/pgpkey.html
FOAF: http://www.ivan-herman.net/foaf.rdf

Received on Wednesday, 28 May 2008 10:22:35 UTC