Ivan,
>-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] 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/ ----------------------------------------------------------