tag: You're It

by Peter Saint-Andre

2005-08-05

Stowe Boyd outlines the problem with tagging blog posts by pointing to closed services such as Technorati, and outlines a solution he calls open tagging. Drummond Reed responds with an alternative solution using XRIs. I'm not yet convinced by Drummond's argument that XRIs are better than URNs for this purpose (though I probably need to do further research on XRIs), and I wonder why folks don't just use the existing tag: URI scheme instead. As Bob Wyman has noted, tag: URIs provide a mechanism for uniquely identifying an entity, which can be used to identify Atom entries but, perhaps, also specify the tags used in an entry. For instance, let's say that in this blog entry I use the tags "technology", "blogs", and "tagging"; thus I could uniquely identify the entry as "tag:saint-andre.com,2005-08-05:technology;blogs;tagging" and when I tag the term "tagging" I would do so with the following link:

<a href="tag:saint-andre.com,2005-08-05:tagging">tagging</a>

There are several potential drawbacks to this approach:

  1. Browsers don't support it. But they don't support XRIs, either.
  2. What if I want to use the identical combination of tags in multiple entries on the same day? The tag: spec doesn't resolve any times smaller than a yyyy-mm-dd.

However, it would enable tag crawlers to look for properly-constructed tag: URIs, scrape off the tags from the end of each URI (keeping track of the publishing domain or email address), and begin to create collections of commonly-used tags as well as of those who are doing the tagging.


Peter Saint-Andre > Journal