Henri Sivonen wrote:
> Having
> something-other-than-data-curie="dc:http://purl.org/dc/elements/1.1/";

How about

 <div prefix="dc:http://purl.org/dc/elements/1.1/";>
   <h2 property="dc:title">A Fun Article</h2>
   by <h3 property="dc:creator">Ben Adida</h3>
 </div>

?

This is one option we've been exploring for greater non-XML
friendliness. (In other words, RDFa in non-X HTML.)

-Ben

Reply via email to