- From: Ivan Herman <ivan@w3.org>
- Date: Wed, 7 Mar 2012 11:24:33 +0100
- To: Gregg Kellogg <gregg@kellogg-assoc.com>
- Cc: W3C RDFWA WG <public-rdfa-wg@w3.org>
- Message-Id: <1828531F-BC9C-423D-9051-341C5303E7DC@w3.org>
Small remarks... On Mar 7, 2012, at 11:11 , Ivan Herman wrote: > This is what the CR phase is good for: reveal corner cases! > > A simplified version of test #58 looks as follow (simplified, because in the original tests there were two, structurally identical foaf:Person statements, but it is unnecessary here): Oops, sorry, I did not do any change after all:-) > > <div about="http://www.example.org/#ben" rel="foaf:knows"> > <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p> > <p typeof="foaf:Person" property="foaf:name">Ivan Herman</p> > </div> > [snip] > > My conclusion for now: the test is wrong. We should redo altogether To be more precise: we should do a new test for the RDFa 1.1 case and keep the old one for the RDFa 1.0 case! Ivan > because, of course, with those values it looks weird and, I guess, the goal was to use it as a test for hanging rels: > > <div about="http://www.example.org/#ben" rel="foaf:knows"> > <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p> > <p typeof="foaf:Person"><span property="foaf:name">Ivan Herman</span></p> > </div> > > which indeed results in > > @prefix foaf: <http://xmlns.com/foaf/0.1/> . > > <http://www.example.org/#ben> foaf:knows [ a foaf:Person; > foaf:name "Mark Birbeck" ], > [ a foaf:Person; > foaf:name "Ivan Herman" ] . > > > > Thoughts? > > Ivan > > > ---- > Ivan Herman, W3C Semantic Web Activity Lead > Home: http://www.w3.org/People/Ivan/ > mobile: +31-641044153 > FOAF: http://www.ivan-herman.net/foaf.rdf > > > > > ---- Ivan Herman, W3C Semantic Web Activity Lead Home: http://www.w3.org/People/Ivan/ mobile: +31-641044153 FOAF: http://www.ivan-herman.net/foaf.rdf
Attachments
- application/pkcs7-signature attachment: smime.p7s
Received on Wednesday, 7 March 2012 10:24:47 UTC