I had an interesting discussion about Thinglinks with Joi Ito. He suggested using microformats, a set of open data format standards, for structuring microcontent about things.
Microformats are essentially about describing the relationships between resources on the web and adding structure to web documents. For example, in a blog post one can use a simple XFN type 'rel' attribute on a "a href" tag to indicate some additional metadata on an object. Something like this:

How would microformats work with thinglinks? Some things that come to mind:
1. Microformat link types help to understand the various functions of a thinglink.
2. Could the hCard be used for describing a Thing?
hCard properties:
fn, n (family-name, given-name, additional-name, honorific-prefix, honorific-suffix, nickname), sort-string
url, email (type), tel (type)
adr (post-office-box, extended-address, street-address, locality, region, postal-code, country-name, type), label
geo (latitude, longitude), tz
photo, logo, sound, bday
title, role, org (organization-name, organization-unit)
category, note
class, key, mailer, uid, rev
Really quick example of an hCard for things:
- name of a thing
- maker (desinger, producer, etc.)
- address (where it can be found)
- geo (latitude, longitude)
- photo, logo, sound, date of manufacture
- physical properties (size, material, etc.)
- thinglink
- category, note
- class, key words, rev
3. Microformats could be used for generating HTML documents from a thinglink database.
It would also be practical if one could just fill in some basic information about a thing and have ready-made microformat tags.
4. Could thinglinks be used as as unique ids within microformat tags?
---
Some more questions:
- How would you actually put an hCard into a blog post about a thing?
- Who are the principal users of microformats today, and where can I find examples of bloggers using microformats?
- How could craft bloggers benefit from using microformats?