- From: Ben Adida <ben@adida.net>
- Date: Sat, 07 Jun 2008 12:01:45 -0700
- To: Manu Sporny <msporny@digitalbazaar.com>
- CC: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
Manu Sporny wrote: > So this case: > > <div about="#me">I know > <div rel="foaf:knows"></div> > </div> > > wouldn't generate a triple until you did this: > > <div about="#me">I know > <div rel="foaf:knows"> > <div rel="foaf:knows"></div> > </div> > </div> I think that's okay, because that first @rel is actually not completed by anything, and in fact its completion varies greatly depending on whether you add an @href, add a new element with @property, or add a new element with @about. On the other hand, in the second case, you've provided a completion for that first @rel. -Ben
Received on Saturday, 7 June 2008 19:02:26 UTC