Difference between revisions of "DIP structure"

From Archivematica
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > DIP structure
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > DIP structure
  
This page documents the structure of the DIP which is the product of Archivematica 0.9 alpha.
+
This page documents the structure of the DIP which is the product of Archivematica 0.10 beta.
  
 
==Name==
 
==Name==

Revision as of 17:54, 1 May 2013

Main Page > Development > Development documentation > DIP structure

This page documents the structure of the DIP which is the product of Archivematica 0.10 beta.

Name

The DIP name is composed of the following:

  1. Either the name of the original transfer if no new name has been assigned to the SIP upon formation or the name of the SIP or SIPs created from the transfer and
  2. a UUID assigned during SIP creation (same as the AIP)


               example: Kittens-13526c44-9f2e-4351-bcfb-bb80d4914112


"Kittens" is the name assigned to the transfer by the user and "13526c44-9f2e-4351-bcfb-bb80d4914112" is the UUID generated during SIP formation.

Directory Structure

The DIP contains

  1. a folder called /objects which contains all digital objects normalized for access.
  2. a folder called /thumbnails which contains thumbnails of all of the digital objects for the access system.
  3. the METS xml document (in this case, it would be METS.13526c44-9f2e-4351-bcfb-bb80d4914112.xml), which contains the exact same metadata as the METS xml document in the AIP associated with this DIP.