Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.76 KB

File metadata and controls

39 lines (30 loc) · 2.76 KB

Interim data reference recommendations

  • Look at the ArchiveSpace sandbox (username = admin, password = admin) to see all available fields for the record types you are interested in. We typically point to the Krispy Kreme records (must be logged in to view) as a representative record in the system for archival material.

Note that many record types in ArchivesSpace are based on DACS and EAD.

Major record types in ArchivesSpace include:

  • Resources (~=the finding aid)

    • includes Archival Objects, which correspond to inventory items

  • Accessions

  • Agents

  • Subjects

  • Locations

  • Events

If you hover over the fields in any record type, tooltips appear that point to guidance on how to use the fields. A few options to get more of a birds-eye view of record types:

  • Import templates (must be logged in to view): many major record types have import templates that contain most, but not all available fields in the record type

    • Note that the archival object xlsx is restricted to Archival Objects/inventory items to facilitate uploading inventories; but notes, agents, dates, extents, containers, etc. are also options in resource records. Resource records have more fields though.

  • Not all records have an import template. e.g. Resources, Agents, and Classifications, and Events don’t have a bulk import spreadsheet.

  • the file for tooltips: This is the file that contains the tooltips/help text that displays when you hover over a field. It’s not comprehensive though. For instance the section on resource records only have fields that only appear in resource records, but not the subrecords like dates, extents, and linked agents since those subrecords may appear in Accessions and Archival Objects.

  • JSON schemas for all ArchivesSpace record types. Depending on how code-tolerant you are, you can get some valuable information on the scope of records (repository or global) and how records get validated from the corresponding ArchivesSpace model files for each record type.