Structuring transfer and metadata for book-type object

25 views
Skip to first unread message

Joseph Anderson

unread,
Jul 27, 2021, 10:14:50 AM7/27/21
to archivematica
Hello,

I am going to be processing a series of book objects consisting of separate image files for each page, and I'm wondering the best way to structure the transfer itself. Each book will be a separate transfer. So, I would wanna structure it like so:

US.NN.FIT.SC.362.1.1.1.19470106/
├── objects
│   ├── US.NN.FIT.SC.362.1.1.1.19470106_001.tif
│   └──US.NN.FIT.SC.362.1.1.1.19470106_002.tif
│   └──US.NN.FIT.SC.362.1.1.1.19470106_003.tif
│   └──etc.
└── metadata
    └── metadata.json

The issue I have is how to correctly reference the book itself (the directory) in the metadata. In the documentation, it says that the filename needs to start with objects/, but in this case it's 'objects' directory itself that I want the metadata to refer to. I ran a transfer with the 'filename' as just 'objects' and it worked, but I wondering if that's an ok way to do this.

The example in the documentation uses this:

directoryTransfer/
├── CoastNews-1964-01-02
│   ├── page-01.jpg
│   └── page-02.jpg
├── CoastNews-1964-01-09
│   ├── page-01.jpg
│   └── page-02.jpg
└── metadata
    └── metadata.csv

That makes sense when you have multiple book-like objects, but in my case, I'm only including a single book per transfer, so it would seem redundant to have something like:

US.NN.FIT.SC.362.1.1.1.19470106/
├── US.NN.FIT.SC.362.1.1.1.19470106
│   ├── US.NN.FIT.SC.362.1.1.1.19470106_001.tif
│   └──US.NN.FIT.SC.362.1.1.1.19470106_002.tif
└── metadata
    └── metadata.csv

Is there a good general practice to follow here?

Thanks,

Joseph Anderson

Sarah Romkey

unread,
Jul 27, 2021, 3:18:18 PM7/27/21
to archiv...@googlegroups.com
Hi Joseph,

I'm pretty certain in the absence of a top-level directory you can just use "objects" instead. It would be good to make a test transfer to see if you get the result you want though!

Cheers,

Sarah

Sarah Romkey, MAS,MLIS
Archivematica Program Manager
@archivematica / @accesstomemory




--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to archivematic...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/archivematica/b2c863f9-e73d-4c89-878f-0e4683e761c2n%40googlegroups.com.

Joseph Anderson

unread,
Jul 28, 2021, 9:35:54 AM7/28/21
to archivematica
Ok, great. I did try just using objects and it worked—just didn't know if it was the right way to go about it conceptually speaking, but probably not too important. Thanks Sarah!
Reply all
Reply to author
Forward
0 new messages