EAD & VRA Core Plugins Arriving
We are excited to announce two new Omeka plugins that were developed by the folks at the University of Virginia’s Scholar’s Lab. Ethan Gruber took the lead and since he knows much more about the EAD Importer and VRA Core plugins than we do, we asked him if we could cross-post his Scholar’s Lab blog entry, Expanding the Capabilities of Omeka here. Ethan is a web application developer for Digital Research and Scholarship, a division of the University of Virginia Library.
Note: Plugins available for check out through SVN for now, but will be available to download as zip files through the plugin directory in the near future.
Because I have a keen interest in the description of cultural heritage artifacts and in doing interesting things with metadata, in recent months I have developed a handful of Omeka plugins to meet these interests. My first foray into plugin development for the application was with the EAD Importer. The EAD Importer, as the name suggests, extracts item-level metadata (along with a bit of collection-level metadata, like rights) from Encoded Archival Description finding aids and generates a CSV file which can be imported through the CSV Import plugin developed by the Omeka crew. The plugin would be useful to archivists who would like to use Omeka to build online exhibits of their collections. I took this framework a step further to create a plugin that is capable of importing any flat XML into Omeka by transforming that file into a CSV file.
Most recently, I have turned my attention to expanding the descriptive abilities of Omeka into the realm of collections of artwork. Omeka items are described with Dublin Core, which is capable of describing anything, though not particularly well. I developed VraCoreElementSet, which incorporates VRA Core fields into the Edit Item form. VRA Core is a much more semantically appropriate schema for describing art and artifacts. Since it was conceived as an XML standard (not strictly a flat list of fields), some elements have hierarchical sub-componenets. For example, a work may have several agents involved in its production, and each agent has a name as well as a role, culture, birth date, and, as the case may be, a death date. The VraCoreElementSet plugin creates a table for agents so that a user may enter this data separately. Then in the Edit Item form, the user may select VRA Core agents from a drop down menu restricted by the records in the agents table. Records may also be exported to schema-compliant VRA Core XML. There is still some work remaining on this plugin, but it is well on its way toward completion.
Now that the Scholars’ Lab has contributed EAD Importer and VRA Core Element Set plugins, Omeka may attract new institutional users from the library, archive, and museum fields, who may have otherwise settled for proprietary applications to disseminate their digital collections.


david
August 5th, 2010 at 11:26 pm
Any ETA on when these VA Core compliant plugins would be available for download, in lieu of the SVN route?
Sheila Brennan
August 6th, 2010 at 9:29 am
Not sure, but you can ask Ethan on the developer’s Google group:
http://groups.google.com/group/omeka-dev/browse_thread/thread/7ae9f8ef8ea6489e/ebb1e18c0e5e4be5?lnk=gst&q=vra#ebb1e18c0e5e4be5
MJessup
September 24th, 2010 at 10:08 am
This sounds very promising. So would this plugin allow for more collection-level descriptive metadata? I have been frustrated by the inability to add a live URL link from a Collection description in Omeka to our more detailed online EAD finding aids. For example, see
http://smithlibraries.org/digital/collections/show/6
Nor can you add a link in the item-level metadata (unless you are describing a Web site). Is that something that might be possible to have in the future?
Thanks.
Sheila Brennan
September 24th, 2010 at 3:05 pm
You can select which collection the EAD items are associated with but there isn’t necessarily more collections-level metadata. http://omeka.org/codex/Plugins/EadImporter
While links will not be generated for you, you can certainly add links into any or all item metadata fields.
Daniel
March 4th, 2011 at 9:17 pm
@MJessup
I also miss the possibility of adding a URL link from a collection description in Omeka to a more detailed EAD. It would be great if somebody could make a pluging integrating EAD display in Omeka or making a connection between Omeka and Archon (another great software).
Thanks
danimon
March 7th, 2011 at 5:00 am
@MJessup
I post this in the forum, but in case you miss it. You may find interesting this to be able to put a live URL from your collection description to your EAD:
“I found I way around to do what I wanted. Creating a simple page for each collection with an like URL /collections/show/1 for the collection number one, and so on. This way it is possible to replace the default collection page for a new one where you can add PHP or HTML. This way I can put a live URL to the EAD of my collections.”
Regards,
Dani