We’re a non-profit association looking to provide an open digital catalogue of books, media and some other objects that currently exist in the personal libraries of various experts in our field. Several of these experts have expressed an interest in bequeathing their libraries to the association at a future date.
While Omeka S is conceived for digital collections, I think it could work well in this context and is not quite as challenging for the cataloguing end users as Koha for example. Some manual cataloguing has already taken place a simple form in doc files and I have extracted data from that in a structured form for importing via CSV.
I’ve read around the docs and forum but still have a couple of questions…
- Sometimes several physical copies of the same item exist in different personal collections. Each copy has been assigned an own signature-id but otherwise the item details are identical. I’m unsure what the best approach is here in the context of Omeka:
-
1 work (book/object/…) = 1 Omeka item – i.e. store a single item with a property that could hold multiple signature identifiers (or repeat multiple times). A public visitor would get a single search match with multiple signatures in the detail view.
Here, I’m not sure which dc:property (or other vocabulary property) might be well-suited for recording multiple signature identifiers (text-string)? For example, the Library of Congress’ modsrdf vocabulary has Location with sub-property “LocationCopy”. Is there something more suitable? Presumably, one could use the multivalue separator of the CSV Import module to split a CSV column holding one or more signatures into multiple instances of a property (analog to dc:creator). - 1 physical item = 1 Omeka item – i.e. create multiple items for the same work but with individual signature identifiers, and then somehow interlink these. A search would then return multiple identical entries but with different signatures. Presumably the cataloguing users could use the ItemCopy Module to duplicate items simply. How could I automatically interlink the parallel items in Omeka? And do I have a chance of making the connection between items already clear as part of CSV import?
- Many of the items already recorded have multiple authors. It should be possible to split these out into multiple dc:creator entries using the multivalue separator of the CSV Import module. In several cases, one of the authors is the book “editor” in the sense of a person who collates a volume by one or more creators (as per the LOC edc relator). How could I additionally designate this role for one or more creators in the dc:creator instances. I’ve seen the Relators but the associated forum thread suggested it’s not compatible with the CSV Import module.
Many thanks for any assistance!