Correct formatting of RDFa?
Posted by joelrichard on September 14, 2011 at 7:34pm
I'm learning/exploring RDF/RDFa in Drupal and something I see doesn't quite make sense... I have a pretty vanilla installation of Drupal 7 (v7.8) using the Bartik theme. On a page with a book and some info for the book, I have a Link field mapped to "owl:sameAs" which generates this code:
<div class="field-item even" property="owl:sameAs">
<a href="http://www.worldcat.org/oclc/1184647" target="_blank">
http://www.worldcat.org/oclc/1184647
</a>
</div>How do you prepare for RDFa features in Drupal 7?
Posted by bdubb on March 11, 2009 at 9:12pm
If I am creating a new site on Drupal 6, how can I better prepare my content for the RDFa features being developed for Drupal 7?
Read more