- From: Hausenblas, Michael <michael.hausenblas@joanneum.at>
- Date: Wed, 28 May 2008 13:08:12 +0200
- To: "Ivan Herman" <ivan@w3.org>, "Manu Sporny" <msporny@digitalbazaar.com>
- Cc: "W3C RDFa task force" <public-rdf-in-xhtml-tf@w3.org>
Ivan,
>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.
You are right. As I've pointed out in [1], TC52 and TC53 are not with
bNodes - just a typo, sorry. It is fixed now, your implementation
passes this TC, now.
>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...
+1.
Please use
http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/TestXXXX
as the URI pattern, so, for example TC53 would link to
http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0053
Cheers,
Michael
[1]
http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2008May/0181.
html
----------------------------------------------------------
Michael Hausenblas, MSc.
Institute of Information Systems & Information Management
JOANNEUM RESEARCH Forschungsgesellschaft mbH
http://www.joanneum.at/iis/
----------------------------------------------------------
>-----Original Message-----
>From: Ivan Herman [mailto:ivan@w3.org]
>Sent: Wednesday, May 28, 2008 12:22 PM
>To: Manu Sporny; Hausenblas, Michael
>Cc: W3C RDFa task force
>Subject: 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 11:12:31 UTC