Ivan Herman wrote: > And, in fact, that is the point. I believe (no proof, though) that we > _can_ express anything we really want in RDFa whichever way we move with > @instanceof Not entirely true, I think. Try to express the following: "I know a person named Ralph" with Manu's rules and a true unnamed bnode... remember you were the one who brought up a version of this use case with BibTex authors for which you didn't want to have provide a URI. Here's how I would write it with my rules. Note that I'm using what I consider to be *clear* markup rather than *minimal* markup. I never want to actually use every attribute on a single element if I can help it: ======== <div about="#me"> <div rel="foaf:knows" instanceof="foaf:Person"> <span property="foaf:name">Ralph</span> </div> </div> ======== -BenReceived on Friday, 2 November 2007 15:51:18 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:15:17 GMT