Dublin Core
January 31, 2005
Railroad Respository Software
The following is digital repository software which plugs into Plone or Silva:
Infrae Products: Railroad Repository
Posted by pj at 11:05 AM
November 24, 2004
Photo metadata
I've finished the cataloguing tool for my photo album and formalised how the RDF is represented for the album, each collection, associated events and event attendees and then person depictions in the images themselves.
This is done within the framework of the CC License and Work model to assign a CC license to everything aswell.
I've also set up an RSS feed of the latest catalogued pictures and then hacked Feed2JS so that it pics up the image thumbnails if they are in the feed:
Paul Hollands - Photo Album - RSS
Posted by pj at 10:14 AM
November 01, 2004
Extracting DC and FOAF metadata from the MT table structure
I've just spent the day trying to extract some decent metadata for my blogs from the vanilla MT v3.121 database tables. There's enough information there for a quite a rich Dublin Core description of the blog itself plus a very basic FOAF entry. I've augmented the FOAF entry with a very very hacky new table.
This gives an RDF description of the site with dc:creator tied to the FOAF node to produce a correct graph.
To get the raw RDF see:
<http://minnesota.ncl.ac.uk/mt_metadata.rdf.php?blog_url=http://minnesota.ncl.ac.uk/fuzzybuckets/>
Note that you pass the blog URL to the PHP script as the argument.
To render this up as HTML I then run this through an XSL stylesheet to give this:
<http://minnesota.ncl.ac.uk/render_mt_metadata.php?blog_url=http://minnesota.ncl.ac.uk/fuzzybuckets/>
Posted by pj at 05:09 PM