- From: Ivan Herman <ivan@w3.org>
- Date: Mon, 06 Aug 2007 13:56:23 +0200
- To: W3C RDFa task force <public-rdf-in-xhtml-tf@w3.org>
Received on Monday, 6 August 2007 11:56:27 UTC
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':-) Also, the test should change <link> to something else (<div> or something similar). I think we agreed that <link> should not appear in the body. Ivan -- 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 Monday, 6 August 2007 11:56:27 UTC