On 01/02/2008, Andy Mabbett <[EMAIL PROTECTED]> wrote: > in an hAudio; whereas an hReview would have: > > class="dtreviewed dc-date-created"
fyi, there's an existing (community) convention to be found in Embedded RDF (eRDF): [[ For example: <div><address class="dc-creator">Ian Davis</address> wrote this</div> would be equivalent to the following triple: <> dc:creator "Ian Davis" . (<> is the current document) ]] http://research.talis.com/2005/erdf/wiki/Main/RdfInHtml To be able to get RDF interpretation automatically, you'd want the profile URI as well as a pointer to DC: <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> - but the convention (class="dc-creator" etc) should work ok out of that context, as POSH or whatever. Cheers, Danny. -- http://dannyayers.com ~ http://blogs.talis.com/nodalities/this_weeks_semantic_web/ _______________________________________________ microformats-new mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-new
