Difference between revisions of "METS"

From Archivematica
Jump to navigation Jump to search
()
Line 13: Line 13:
  
 
==<fileSec>==
 
==<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"/>
 +
 +
 +
 +
</br>
 +
 
[[File:generic_filesec.png|680px|thumb|center|]]
 
[[File:generic_filesec.png|680px|thumb|center|]]

Revision as of 12:57, 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
    • G31DS.TIF
    • /More images
      • MARBLES.TGA
      • Landing zone.jpg

<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"/>



Generic filesec.png