In this blog post, I have this markup:
<a rel="tag" href="http://technorati.com/tag/usmnt">USMNT</a>
...and on Technorati, we see this:
<a rel="tag" href="tagspace/tag">link text</a>
<a rel="tag" href="http://technorati.com/tag/sdforum"> SDForum</a>
<a rel="tag" href="http://odeo.com/tags/sdforum"> SDForum</a>
<a rel="tag" href="http://en.wikipedia.org/wiki/sdforum"> SDForum</a>
This slide just tries to illustrate how tagspaces and tags interact.
See the Microformats.org wiki for more info
<a rel="directory" href="http://dmoz.org/Computers">
<a rel="tag directory" href="http://technorati.com/blogs/webzine">
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY:SD Forum Emerging Tech SIG: Microformats
LOCATION:Cubberley Community Center - Palo Alto
DTSTART:20060111T030000Z
DTEND:20060111T050000Z
URL:http://www.sdforum.org/SDForum/Templates/CalendarEvent.aspx?CID=1795
DESCRIPTION:Designed for humans first and machines second, blah, blah blah
END:VEVENT
<div class="vcalendar">
<div class="vevent">
<div class="summary">SD Forum Emerging Tech SIG: Microformats</div>
<abbr class="dtstart" title="20060110T190000-0800">
January 10, 2006 7PM</abbr>
<abbr class="dtend" title="20060110T210000-0800">9PM</abbr>
<div class="location">Cubberley Community Center - Palo Alto</div>
<div class="description">Designed for humans first and machines second,
blah, blah blah...</div>
</div>
</div>
BEGIN:VCARD
N:king;ryan;;;
FN:ryan king
ORG:technorati;
EMAIL;type=INTERNET;type=WORK;ryan@technorati.com
END:VCARD
This is a simple version of my own vCard, exported from Apple's Address book.
Definitely machine readable only.
<div class="vcard">
<span class="fn n">ryan king</span>
<span class="org">technorati</span>
<span class="email">
<span class="type">work</span>
<a class="value" href="mailto:ryan@technorati.com">
ryan@technorati.com</a>
</span>
</div>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/2.0/">
<a rev="vote-for" href="http://webzine2005.com">
<a rev="vote-for" href="...">...</a>
<a rev="vote-abstain" href="...">...</a>
<a rev="vote-against" href="...">...</a>
<div class="hreview">
<h2 class="summary">Awesome.</h2>
<abbr class="dtreviewed" title="20060111T1418-0700">
January 11, 2006</abbr>
by <span class="reviewer fn">ryan king</span>
<span class="type">event</span>
<a href="http://www.sdforum.org/SDForum/Templates/CalendarEvent.aspx?CID=1795"
class="item url">SDForum ETech SIG, January 2006</a>
<span class="rating">5</span>
</div>