RDF/A Primer released
Tim Finin, 1:00pm 14 March 2006The W3C’s HTML and Semantic Web Best Practices and Deployment Working Groups have published the First Public Working Draft of the RDF/A Primer 1.0. RDF/A provides a set of attributes to embed RDF in XHTML documents and supports embedding RDF without repeating existing XHTML content when that content is the metadata, as in the following example:
<h1 property=”dc:title”>Vacation in the South of France</h1>
<h2>created
by <span property=”dc:creator”>Mark Birbeck</span>
on <span property=”dc:date” type=”xsd:date” content=”2006-01-02″>
January 2nd, 2006
</span>
</h2>

