Some months ago, ISAW started adding Pleiades machine tags to the Ancient World Image Bank (AWIB) photos we've been uploading to Flickr. This post will explain what that means, how it might be useful to you and how you can add Pleiades machine tags to your own photos so we can find out about them.
Updated: 8:45pm EDT, 10 September 2011 (changes highlighted in orange).
Updated: 10:43am EST, 20 December 2011 (some of what's here is now superseded by recent developments; see further this new post: Pleiades, Flickr, and the Ancient World Image Bank)
Pleiades Machine Tags
Pleiades is a collaborative, open-access digital gazetteer for the ancient world. AWIB is an open-access publication that uses the Flickr photo-sharing site to publish free, reusable photos of ancient sites and artifacts. Machine tags are an extension to Flickr's basic tag-this-photo functionality that "use a special syntax to define extra information about a tag" (Aaron Straup Cope, "Ladies and Gentlemen: Machine Tags," 24 January 2007).
A Pleiades machine tag looks like this:
pleiades:place=795868where 795868 is the stable identifier portion of a Pleiades Uniform Resource Identifier (URI). In this example, the URI corresponding to the machine tag above is:
http://pleiades.stoa.org/places/795868Note what's in common between the machine tag and the URI (highlighted in yellow).
http://api.flickr.com/services/feeds/photos_public.gne?tags=pleiades%3Aplace=795868&lang=en-us&format=rss_200
The same results can be viewed in HTML in a browser by resolving the following:
http://www.flickr.com/photos/tags/pleiades:place=795868To get a list of all photos in Flickr that are tagged with any Pleiades machine tag, try this (the API syntax supports wildcards!):
http://api.flickr.com/services/feeds/photos_public.gne?tags=pleiades%3Aplace%3D&lang=en-us&format=rss_200
The same results, viewed in HTML on the Flickr site:
http://www.flickr.com/photos/tags/pleiades:placeFeeds like these aren't just for feed readers anymore. You can add user-interface widgets to your blog or website to summarize the latest content for your readers (check out the right-hand column in this blog). You can hook up services like Networked Blogs or Twitterfeed to pass on the latest changes to your Facebook friends or Twitter followers. If you've got a web-facing numismatic database that you've already linked up with Pleiades for the mint locations, you could write custom code to pull a corresponding picture of the ancient site into your web interface (say, alongside the map you've already got).