RDF is a Good Thing, I gather, for metadata but I have been slow to get started with it.
Here's part of the current Wikipedia summary:
The RDF metadata model is based upon the idea of making statements about resources in the form of subject-predicate-object expressions, called triples in RDF terminology. The subject denotes the resource, and the predicate denotes traits or aspects of the resource and expresses a relationship between the subject and the object. For example, one way to represent the notion "The sky has the color blue" in RDF is as a triple of specially formatted strings: a subject denoting "the sky", a predicate denoting "has the color", and an object denoting "blue".
(Wikipedia contributors 2007)
In an email this morning Neil Godfrey of the RUBRIC project asked if we should assign a del.icio.us tag for each item in an institutional repository. That's a very very interesting idea. You could provide a virtual repository that way.
Bbut the immediate issue is how would you express the metadata?
If we're describing an item in a 'normal' repository they you can can say the author is Peter Sefton (or PT Sefton, or Petie Sefton, or Dr Peter Sefton, Petey Sefton, or Daddy). So that's predicate:author with object “Peter Sefton”.
So how would I do this in del.icio.us?
usq_repos_predicate_dc_creator, and tag all the authors using that account. So you could decide on a canonical representation for each author in tag form and use the special account. A tag for me might be Peter_Malcolm_Sefton_1979-08-09 (if I wasn't lying about my age :-). dc_creator:Peter_Malcolm_Sefton_1979-08-09.To test this out, I have made a new tag that means something was authored by me. It's a URI that points to a page about me on my website.
http://ptsefton.com/pt?predicate=dc:creator
I have used del.icio.us tag management to tag everything on my website as being written by me. And I've been off to a couple of other places on the web that have things I wrote and used that tag.
But sadly, while del.icio.us lets you make the tag, it doesn't work to view the tag. So you can see the tags here amongst the other tags on my account:
But if you click on the tag it doesn't work (as of today):
http://del.icio.us/ptsefton/http://ptsefton.com/pt%3Fpredicate%3Ddc:creator
I think Neil Godfrey might be onto something here, with his idea of tagging stuff in repositories, but I'm not sure what it is.
The tags I've created seem to me to be able to bundle together a predicate (is-author) with a object (an author), but we still have the problem that there is no common way to identify authors with a URI.
Wikipedia contributors. 2007. Resource Description Framework. Wikipedia, The Free Encyclopedia, August 15. http://en.wikipedia.org/w/index.php?title=ResourceDescriptionFramework&oldid=151387368 (accessed August 20, 2007).