Difference between revisions of "SIP Structure"
Jump to navigation
Jump to search
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Main Page]] > [[Development]] > [[Development documentation]] > SIP Structure | + | [[Main Page]] > [[Development]] > [[:Category:Development documentation]] > SIP Structure |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| + | <div style="padding: 10px 10px; border: 1px solid black; background-color: #F79086;">This page is no longer being maintained and may contain inaccurate information. Please see the [https://www.archivematica.org/docs/latest/ Archivematica documentation] for up-to-date information.</div><p> | ||
| + | A Transfer or SIP in Archivematica has a number of special directories and files. Many of these are created by Archivematica, and should not be submitted by users. Others will trigger specific workflows if included in the transfer. | ||
| + | {| | ||
| + | |- | ||
| + | !Path | ||
| + | !File or Folder? | ||
| + | !Source? | ||
| + | !Usage | ||
| + | |- | ||
| + | |<code>/SIP_Folder</code> | ||
| + | |folder | ||
| + | |User | ||
| + | |Top level container for the the SIP | ||
| + | |- | ||
| + | |<code>/SIP_Folder/DIP</code> | ||
| + | |folder | ||
| + | |Archivematica | ||
| + | |This will become the [[DIP_structure|DIP]] | ||
| + | |- | ||
| + | |<code>/SIP_Folder/DIP/objects</code> | ||
| + | |folder | ||
| + | |Archivematica | ||
| + | |Contains the access derivatives | ||
| + | |- | ||
| + | |<code>/SIP_Folder/DIP/thumbnails</code> | ||
| + | |folder | ||
| + | |Archivematica | ||
| + | |Contains thumbnails for the DIP | ||
| + | |- | ||
| + | |<code>/SIP_Folder/logs</code> | ||
| + | |folder | ||
| + | |Archivematica | ||
| + | |Log files generated by Archivematica | ||
| + | |- | ||
| + | |<code>/SIP_Folder/logs/fileMeta</code> | ||
| + | |folder | ||
| + | |User | ||
| + | |Uncertain, used in the TRIM workflow | ||
| + | |- | ||
| + | |<code>/SIP_Folder/metadata</code> | ||
| + | |folder | ||
| + | |User | ||
| + | |Metadata files provided by the user. Depending on the file, these may be processed by Archivematica. | ||
| + | |- | ||
| + | |<code>/SIP_Folder/metadata/checksum.md5</code> | ||
| + | |text file | ||
| + | |User | ||
| + | |External checksums for original files. Format is the same as the output of <code>md5deep -rl objects/</code>. Also supported: <code>checksums.sha1</code> and <code>checksums.sha256</code> | ||
| + | |- | ||
| + | |<code>/SIP_Folder/metadata/file_labels.csv</code> | ||
| + | |CSV file | ||
| + | |User | ||
| + | |Labels for files in the METS structMap | ||
| + | |- | ||
| + | |<code>/SIP_Folder/metadata/metadata.csv</code> | ||
| + | |CSV file | ||
| + | |User | ||
| + | |File-level [[Metadata_import|DublinCore metadata]] | ||
| + | |- | ||
| + | |<code>/SIP_Folder/metadata/metadata.json</code> | ||
| + | |JSON file | ||
| + | |User | ||
| + | |File-level DublinCore metadata formatted as JSON. Will be converted to a CSV during processing | ||
| + | |- | ||
| + | |<code>/SIP_Folder/metadata/rights.csv</code> | ||
| + | |CSV file | ||
| + | |User | ||
| + | |[[Object-level_PREMIS_rights_import|File-level PREMIS Rights]] metadata. | ||
| + | |- | ||
| + | |<code>/SIP_Folder/METS.sip-uuid.xml</code> | ||
| + | |XML file | ||
| + | |Archivematica | ||
| + | |Contains all of the metadata on the METS | ||
| + | |- | ||
| + | |<code>/SIP_Folder/objects</code> | ||
| + | |folder | ||
| + | |User or Archivematica | ||
| + | |Original objects provide by the user. If this directory doesn't exist, all files in <code>/SIP_Folder</code> will be moved here by Archivematica | ||
| + | |- | ||
| + | |<code>/SIP_Folder/objects/access</code> | ||
| + | |folder | ||
| + | |User | ||
| + | |Triggers manually created access derivatives workflow, which is deprecated in favor of [[Manual_normalization_requirements_and_testing_procedures|manual normalization]] workflow. | ||
| + | |- | ||
| + | |<code>/SIP_Folder/objects/manualNormalization/normalization.csv</code> | ||
| + | |CSV file | ||
| + | |User | ||
| + | |CSV that provides a mapping for original objects of the same name to their access and preservation derivatives in [[Manual_normalization_requirements_and_testing_procedures|manual normalization]]. | ||
| + | |- | ||
| + | |<code>/SIP_Folder/objects/manualNormalization/access</code> | ||
| + | |folder | ||
| + | |User | ||
| + | |Access derivatives created outside of Archivematica. Should have the same filename as the original, but may have a different extension | ||
| + | |- | ||
| + | |<code>/SIP_Folder/objects/manualNormalization/preservation</code> | ||
| + | |folder | ||
| + | |User | ||
| + | |Preservation derivatives created outside of Archivematica. Should have the same filename as the original, but may have a different extension | ||
| + | |- | ||
| + | |<code>/SIP_Folder/objects/service</code> | ||
| + | |folder | ||
| + | |User | ||
| + | |Service files - cleaned up versions of the original that are not derivatives. Normalization can be performed on these files instead of the originals | ||
| + | |- | ||
| + | |<code>/SIP_Folder/processingMCP.xml</code> | ||
| + | |XML file | ||
| + | |Archivematica or user | ||
| + | |Automates workflow decisions. Created by Archivematica, but can be submitted as part of the Transfer to override the default pipeline workflow choices. | ||
| + | |- | ||
| + | |<code>/SIP_Folder/submissionDocumentation</code> | ||
| + | |folder | ||
| + | |User | ||
| + | |Folder for files that are not original objects but should still be in the AIP | ||
| + | |- | ||
| + | |<code>/SIP_Folder/thumbnails</code> | ||
| + | |folder | ||
| + | |Archivematica | ||
| + | |Contains thumbnail derivatives | ||
| + | |} | ||
[[Category:Development documentation]] | [[Category:Development documentation]] | ||
Latest revision as of 16:02, 11 February 2020
Main Page > Development > Category:Development documentation > SIP Structure
This page is no longer being maintained and may contain inaccurate information. Please see the Archivematica documentation for up-to-date information.
A Transfer or SIP in Archivematica has a number of special directories and files. Many of these are created by Archivematica, and should not be submitted by users. Others will trigger specific workflows if included in the transfer.
| Path | File or Folder? | Source? | Usage |
|---|---|---|---|
/SIP_Folder
|
folder | User | Top level container for the the SIP |
/SIP_Folder/DIP
|
folder | Archivematica | This will become the DIP |
/SIP_Folder/DIP/objects
|
folder | Archivematica | Contains the access derivatives |
/SIP_Folder/DIP/thumbnails
|
folder | Archivematica | Contains thumbnails for the DIP |
/SIP_Folder/logs
|
folder | Archivematica | Log files generated by Archivematica |
/SIP_Folder/logs/fileMeta
|
folder | User | Uncertain, used in the TRIM workflow |
/SIP_Folder/metadata
|
folder | User | Metadata files provided by the user. Depending on the file, these may be processed by Archivematica. |
/SIP_Folder/metadata/checksum.md5
|
text file | User | External checksums for original files. Format is the same as the output of md5deep -rl objects/. Also supported: checksums.sha1 and checksums.sha256
|
/SIP_Folder/metadata/file_labels.csv
|
CSV file | User | Labels for files in the METS structMap |
/SIP_Folder/metadata/metadata.csv
|
CSV file | User | File-level DublinCore metadata |
/SIP_Folder/metadata/metadata.json
|
JSON file | User | File-level DublinCore metadata formatted as JSON. Will be converted to a CSV during processing |
/SIP_Folder/metadata/rights.csv
|
CSV file | User | File-level PREMIS Rights metadata. |
/SIP_Folder/METS.sip-uuid.xml
|
XML file | Archivematica | Contains all of the metadata on the METS |
/SIP_Folder/objects
|
folder | User or Archivematica | Original objects provide by the user. If this directory doesn't exist, all files in /SIP_Folder will be moved here by Archivematica
|
/SIP_Folder/objects/access
|
folder | User | Triggers manually created access derivatives workflow, which is deprecated in favor of manual normalization workflow. |
/SIP_Folder/objects/manualNormalization/normalization.csv
|
CSV file | User | CSV that provides a mapping for original objects of the same name to their access and preservation derivatives in manual normalization. |
/SIP_Folder/objects/manualNormalization/access
|
folder | User | Access derivatives created outside of Archivematica. Should have the same filename as the original, but may have a different extension |
/SIP_Folder/objects/manualNormalization/preservation
|
folder | User | Preservation derivatives created outside of Archivematica. Should have the same filename as the original, but may have a different extension |
/SIP_Folder/objects/service
|
folder | User | Service files - cleaned up versions of the original that are not derivatives. Normalization can be performed on these files instead of the originals |
/SIP_Folder/processingMCP.xml
|
XML file | Archivematica or user | Automates workflow decisions. Created by Archivematica, but can be submitted as part of the Transfer to override the default pipeline workflow choices. |
/SIP_Folder/submissionDocumentation
|
folder | User | Folder for files that are not original objects but should still be in the AIP |
/SIP_Folder/thumbnails
|
folder | Archivematica | Contains thumbnail derivatives |