What's the best way to store Dublin Core metadata?
February 18, 2004 6:29 AM Subscribe
What's the best way to store
Dublin Core metadata?
I'm looking for something that will let me store a slew of Dublin Core records (the actual resources will be stored elsewhere and referenced by DC.Identifier). Mapping DC to a relational database seems to require all sorts of ridiculous contortions to handle repeatable elements, etc. It may still be the best way to do it, but I'd like to think there's something more elegant out there.
Encoding the DC in RDF/XML (according to the standard for XML encoding of qualified Dublin Core) and putting it into a native XML database seems like ridiculous overkill, given the unwieldiness of the DC-in-RDF standard. What I'm really looking for is some kind of dirt-simple object database, or even something that will let me store Perl lists/hashes persistently. Whatever I find needs to be accessible from Perl and, ideally, open-source or cheap.
I have googled this to death and inquired on the DC mailing list without a really satisfactory response.
posted by IshmaelGraves to computers & internet (6 answers total)
It could really be worth the trouble to shove the thing into a database if you want DMBS features, but just to persist the data, probably not.
posted by majick at 6:49 AM on February 18, 2004