[uf-new] Dublin Core (was: hAudio FN or Title)
Danny Ayers
danny.ayers at gmail.com
Wed Feb 6 05:11:03 PST 2008
On 01/02/2008, Andy Mabbett <andy at pigsonthewing.org.uk> 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/
More information about the microformats-new
mailing list