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 ...")
 
Line 3: Line 3:
 
This page documents preliminary requirements for DIP upload to DSpace, an integration which is tentatively scheduled for development in Archivematica 1.1.
 
This page documents preliminary requirements for DIP upload to DSpace, an integration which is tentatively scheduled for development in Archivematica 1.1.
  
 +
==General requirements==
  
 +
==Simple Archive Format==
 +
 +
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
 +
        ...
  
  

Revision as of 12:39, 19 October 2012

Main Page > Development > 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.

General requirements

Simple Archive Format

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
       ...