- From: Bob DuCharme <bob@snee.com>
- Date: Sun, 12 Mar 2006 19:58:12 -0500 (EST)
- To: semantic-web@w3.org
To add metadata to an XHTML 2 document without adding PCDATA, the
following seems OK to me according to RDF/A documentation, but I wanted to
double-check with others. Assuming that the dc namespace prefix has been
properly declared, are these kosher RDF/A?
<meta about="http://www.snee.com/bobdc.blog/2006/01/metametadata.html"
property="dc:creator" content="Bob DuCharme"/>
<div about="http://www.snee.com/bobdc.blog/2006/01/metametadata.html">
<meta property="dc:creator" content="Bob DuCharme"/>
<meta property="dc:title" content="Meta-metadata"/>
<meta property="dc:date" content="2006-01-20"/>
<meta property="dc:subject" content="metadata"/>
<meta property="dc:subject" content="Data Model Comparison Table"/>
</div>
If anyone who will be in New York City on 3/20 is interested in a
promotional opportunity for RDF/A, I'll be giving a talk to the PRISM
group (see
http://www.idealliance.org/activities/meetings/prism04_20_06/roster04_20_06.asp)
about new opportunities that XHTML 2 presents for storing structure and
metadata. The people at Time Inc. are particularly interested, and while I
certainly plan to discuss RDF/A a bit, if anyone would like to join me and
do a few slides themselves, I'd be happy to have them.
thanks,
Bob
Received on Monday, 13 March 2006 00:58:19 UTC