In this blog post, I have this code:
<a rel="tag" href="http://technorati.com/tag/usmnt">USMNT</a>
...and on Technorati, we see this:
<a rel="tag" href="tagspace/tag">...</a>
<a rel="tag" href="http://technorati.com/tag/webzine2005">Webzine 2005</a>
<a rel="tag" href="http://odeo.com/tags/webzine2005">Webzine 2005</a>
<a rel="tag" href="http://en.wikipedia.org/wiki/webzine2005">Webzine 2005</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">
<a rel="colleague met" href="http://tantek.com">Tantek Çelik</a>
These are just some of the XFN properties. The rest are available on the XFN profile page.
And it is cool....
You can do this:
<a href="http://43things.com/people/view/ryansking" rel="me">43things</a>
To tie your online identities together.
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY:Microformats: What the Hell Are They and Why Should I Care?
DTSTART:20050926T000000Z
LOCATION:Balder Room
DTEND:20050926T010000Z
DESCRIPTION:Ryan King will explain why microformats are important \
and how you can mark up specific kinds of content in ways that make \
it easier for the right people to find your stuff.
END:VEVENT
END:VCALENDAR
<div class="vcalendar">
<div class="vevent">
<div class="summary">Microformats: What the
Hell Are They and Why Should I Care?</div>
<abbr class="dtstart" title="20050926T050000-0700">
September 25th, 2005, 5PM</abbr>
<abbr class="dtend" title="20050926T060000-0700">6PM</abbr>
<div class="location">Balder Room</div>
<div class="description">Ryan King will explain why
microformats are important and how you can mark up specific kinds of
content in ways that make it easier for the right people to find your
stuff.</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">
vote-for
vote-abstain
vote-against
<div class="hreview">
<h2 class="summary">Awesome.</h2>
<abbr class="dtreviewed" title="20050925T1418-0700">Sep 25, 2005</abbr>
by <span class="reviewer fn">ryan king</span>
<span class="type">event</span>
<a href="http://webzine2005.com" class="item url">Webzine 2005</a>
<span class="rating">5</span>
</div>