- From: Hausenblas, Michael <michael.hausenblas@joanneum.at>
- Date: Mon, 6 Aug 2007 14:23:48 +0200
- To: "Ivan Herman" <ivan@w3.org>
- Cc: "W3C RDFa task force" <public-rdf-in-xhtml-tf@w3.org>
Ivan,
>-----Original Message-----
>From: public-rdf-in-xhtml-tf-request@w3.org
>[mailto:public-rdf-in-xhtml-tf-request@w3.org] On Behalf Of Ivan Herman
>Sent: Monday, August 06, 2007 1:56 PM
>To: W3C RDFa task force
>Subject: Error in (approved) test 0009
>
>Test 0009.xhtml says:
>
> <link about="http://example.org/Person1"
> rev="foaf:knows" href="http://example.org/Person2" />
>
>and 0009.sparql says:
>
>ASK WHERE {
> <http://example.org/Person1> <http://xmlns.com/foaf/0.1/knows>
><http://example.org/Person2> .
>}
>
>Obviously, the sparql should say:
>
>ASK WHERE {
> <http://example.org/Person2> <http://xmlns.com/foaf/0.1/knows>
><http://example.org/Person1> .
>}
>
>that is the idea of 'rev':-)
DONE. Thanks for pointing it out!
I also fixed the missing fragment identifier (as per the comment in
[1]),
so the ASK Query now says:
ASK WHERE {
<http://example.org/people#Person2>
<http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person1> .
}
Cheers,
Michael
[1] http://www.w3.org/2006/07/SWD/wiki/RDFaTC#Approval_2007-06-28
----------------------------------------------------------
Michael Hausenblas, MSc.
Institute of Information Systems & Information Management
JOANNEUM RESEARCH Forschungsgesellschaft mbH
http://www.joanneum.at/iis/
----------------------------------------------------------
Received on Monday, 6 August 2007 12:22:38 UTC