Difference between revisions of "Archivists Toolkit integration"

From Archivematica
Jump to navigation Jump to search
Line 39: Line 39:
 
**Is component --> isComponent (TRUE)
 
**Is component --> isComponent (TRUE)
 
**Object type --> objectType
 
**Object type --> objectType
**Date expression --> dateExpression
 
**Date begin --> dateBegin
 
**Date end --> dateEnd
 
  
 
*Auto-populated:
 
*Auto-populated:
**digitalObjectID (file UUID)
 
 
**title (filename without extension)
 
**title (filename without extension)
 
**url (filepath and filename)
 
**url (filepath and filename)
 
**existenceLocationOriginals (AIP UUID)
 
**existenceLocationOriginals (AIP UUID)

Revision as of 17:51, 17 September 2012

Main Page > Development > Development documentation > Integration with Archivists' Toolkit

Workflow

DIP requirements

Metadata entry templates

Example 1

Metadata entry 1.png


Text file field mapping

  • From data entry:
    • Use statement --> useStatement
    • Restrictions apply? --> restrictionsApply
    • Is component --> FALSE
    • Object type --> objectType
    • Date expression --> dateExpression
    • Date begin --> dateBegin
    • Date end --> dateEnd
  • Auto-populated:
    • digitalObjectID (file UUID)
    • title (filename without extension)
    • url (filepath and filename)
    • existenceLocationOriginals (AIP UUID)

Example 2

Metadata entry 2.png

Text file field mapping

  • From data entry:
    • Parent digital object ID --> digitalObjectID
    • Use statement --> useStatement
    • Restrictions apply? --> restrictionsApply (TRUE)
    • Is component --> isComponent (TRUE)
    • Object type --> objectType
  • Auto-populated:
    • title (filename without extension)
    • url (filepath and filename)
    • existenceLocationOriginals (AIP UUID)