Difference between revisions of "METS"

From Archivematica
Jump to navigation Jump to search
Line 7: Line 7:
 
**LAND2.BMP
 
**LAND2.BMP
 
**lion.svg
 
**lion.svg
**G31DS.TIF
 
 
**/More images
 
**/More images
 
***MARBLES.TGA
 
***MARBLES.TGA
***Landing zone.jpg
 
  
 
==<fileSec>==
 
==<fileSec>==
Line 23: Line 21:
 
**<file ID="LAND2-[UUID].tif-[UUID]" GROUPID="G1" ADMID="LAND2-[UUID].tif-[UUID]"><Flocat xlink:href="objects/LAND2-[UUID].tif" locType="other" otherLocType="system"/>
 
**<file ID="LAND2-[UUID].tif-[UUID]" GROUPID="G1" ADMID="LAND2-[UUID].tif-[UUID]"><Flocat xlink:href="objects/LAND2-[UUID].tif" locType="other" otherLocType="system"/>
  
Note the GROUPID="G1"; this links the original file to its normalized version.
+
Note the GROUPID="G1"; this links the original file to its normalized version. Also note that the objects in the submissionDocumentation folder are treated in the same way as ingested objects.
 
 
  
  

Revision as of 13:22, 4 October 2011

Main Page > Development > Development documentation > Metadata elements > METS

Generic transfer

This section shows a sample METS structure for an ingested SIP containing the following:

  • /objects
    • LAND2.BMP
    • lion.svg
    • /More images
      • MARBLES.TGA

<fileSec>

The fileSec is broken into two fileGrps, one for original files and one for preservation copies:

  • <fileGrp USE="original">
  • <fileGrp USE="preservation">

Example:

  • <fileGrp USE="original">
    • <file ID="LAND2.BMP-[UUID]" GROUPID="G1" ADMID="digiprov-LAND2.BMP-[UUID]"><Flocat xlink:href="objects/LAND2.BMP" locType="other" otherLocType="system"/>
  • <fileGrp USE="preservation">
    • <file ID="LAND2-[UUID].tif-[UUID]" GROUPID="G1" ADMID="LAND2-[UUID].tif-[UUID]"><Flocat xlink:href="objects/LAND2-[UUID].tif" locType="other" otherLocType="system"/>

Note the GROUPID="G1"; this links the original file to its normalized version. Also note that the objects in the submissionDocumentation folder are treated in the same way as ingested objects.



Generic fileSec.png