Difference between revisions of "DSpace integration"

From Archivematica
Jump to navigation Jump to search
(Created page with "Main Page > Development > Development documentation > DSpace integration This page documents preliminary requirements for DIP ...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > DSpace integration
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > DSpace integration
  
This page documents preliminary requirements for DIP upload to DSpace, an integration which is tentatively scheduled for development in Archivematica 1.1.
+
<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>
  
 +
This page documents preliminary requirements for DIP upload to DSpace.
  
 +
[[Category:Feature requirements]]
  
 +
==Workflow==
  
 +
*User submits transfer to Archivematica with specified elements (csv file containing metadata, license, preservation masters, access copies, etc)
 +
*User processes transfer as standard transfer
 +
*At DIP upload, user selects Upload to DSpace
 +
*Archivematica converts generic Archivematica DIP to Simple Archive Format for import into DSpace
 +
*User enters destination collection in upload DIP dialogue box
 +
*Archivematica uploads DIP to DSpace: see https://wiki.duraspace.org/display/DSDOC3x/Importing+and+Exporting+Items+via+Simple+Archive+Format#ImportingandExportingItemsviaSimpleArchiveFormat-ImportingItems.
  
 +
==Simple Archive Format==
  
 +
From https://wiki.duraspace.org/display/DSDOC18/Importing+and+Exporting+Items+via+Simple+Archive+Format :
  
[[Category:Development documentation]]
+
archive_directory/
 +
    item_000/
 +
        dublin_core.xml        -- qualified Dublin Core metadata for metadata fields belonging to the dc schema
 +
        metadata_[prefix].xml  -- metadata in another schema, the prefix is the name of the schema as registered with the metadata registry
 +
        contents                -- text file containing one line per filename
 +
        file_1.doc              -- files to be added as bitstreams to the item
 +
        file_2.pdf
 +
    item_001/
 +
        dublin_core.xml
 +
        contents
 +
        file_1.png
 +
        ...
 +
 
 +
==Archivematica transfer requirements==
 +
 
 +
This section specifies the format and contents of the transfer to be submitted to Archivematica
 +
 
 +
==Metadata requirements==
 +
 
 +
This section specifies the required metadata elements and format and their mapping to DSpace

Latest revision as of 17:17, 11 February 2020

Main Page > Development > Development documentation > DSpace integration

This page is no longer being maintained and may contain inaccurate information. Please see the Archivematica documentation for up-to-date information.

This page documents preliminary requirements for DIP upload to DSpace.

Workflow[edit]

Simple Archive Format[edit]

From https://wiki.duraspace.org/display/DSDOC18/Importing+and+Exporting+Items+via+Simple+Archive+Format :

archive_directory/
   item_000/
       dublin_core.xml         -- qualified Dublin Core metadata for metadata fields belonging to the dc schema
       metadata_[prefix].xml   -- metadata in another schema, the prefix is the name of the schema as registered with the metadata registry
       contents                -- text file containing one line per filename
       file_1.doc              -- files to be added as bitstreams to the item
       file_2.pdf
   item_001/
       dublin_core.xml
       contents
       file_1.png
       ...

Archivematica transfer requirements[edit]

This section specifies the format and contents of the transfer to be submitted to Archivematica

Metadata requirements[edit]

This section specifies the required metadata elements and format and their mapping to DSpace