Overview
I will try out the following METSFlask.
https://github.com/tw4l/METSFlask
It is described as follows:
A web application for human-friendly exploration of Archivematica METS files
Usage
You can try it on the following site.
http://bitarchivist.pythonanywhere.com/
Here is the result of uploading a METS file. In this case, since only one Word file was stored, information about one original file is displayed.

Clicking the View button navigates to the detail screen.


In PREMIS Events, the contents of the mets:digiprovMD section of the METS file were displayed. This section handles digital provenance metadata (information for tracking the origin and history of digital objects).
<mets:digiprovMD ID="digiprovMD_8">
<mets:mdWrap MDTYPE="PREMIS:EVENT">
<mets:xmlData>
<premis:event xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
<premis:eventIdentifier>
<premis:eventIdentifierType>UUID</premis:eventIdentifierType>
<premis:eventIdentifierValue>24741142-467a-45da-936e-78e43ab68a6c</premis:eventIdentifierValue>
</premis:eventIdentifier>
<premis:eventType>ingestion</premis:eventType>
<premis:eventDateTime>2024-02-26T03:34:19.082563+00:00</premis:eventDateTime>
<premis:eventDetailInformation>
<premis:eventDetail/>
</premis:eventDetailInformation>
<premis:eventOutcomeInformation>
<premis:eventOutcome/>
<premis:eventOutcomeDetail>
<premis:eventOutcomeDetailNote/>
</premis:eventOutcomeDetail>
</premis:eventOutcomeInformation>
<premis:linkingAgentIdentifier>
<premis:linkingAgentIdentifierType>preservation system</premis:linkingAgentIdentifierType>
<premis:linkingAgentIdentifierValue>Archivematica-1.16</premis:linkingAgentIdentifierValue>
</premis:linkingAgentIdentifier>
<premis:linkingAgentIdentifier>
<premis:linkingAgentIdentifierType>repository code</premis:linkingAgentIdentifierType>
<premis:linkingAgentIdentifierValue>test</premis:linkingAgentIdentifierValue>
</premis:linkingAgentIdentifier>
<premis:linkingAgentIdentifier>
<premis:linkingAgentIdentifierType>Archivematica user pk</premis:linkingAgentIdentifierType>
<premis:linkingAgentIdentifierValue>1</premis:linkingAgentIdentifierValue>
</premis:linkingAgentIdentifier>
</premis:event>
</mets:xmlData>
</mets:mdWrap>
</mets:digiprovMD>
Here is an explanation of mets:mdWrap by ChatGPT 4:
The mets:mdWrap (Metadata Wrap) element is one of the XML elements used within the METS (Metadata Encoding and Transmission Standard) framework. METS is a standard for recording structural, administrative, and descriptive metadata of digital objects. This framework is widely used in digital libraries, archives, and museums for managing digital collections.
The mets:mdWrap element wraps specific types of metadata (e.g., descriptive metadata, administrative metadata, rights metadata, etc.) and is used to encode them within a METS document. This element is commonly used when metadata is directly encoded in XML format (inline), but it can also be used to reference external or binary metadata.
Within mets:mdWrap, the following important attributes and child elements may be included:
MDTYPEattribute: Specifies the type of wrapped metadata. Various metadata standards such asMODS,DC(Dublin Core),MARC, etc. can be specified.MIMETYPEattribute: Specifies the MIME type of the metadata (mainly for external references or binary data).LABELattribute: Used to specify the label or title of the metadata section.<xmlData>element: Contains inline-encoded XML metadata.<binData>element: Contains binary-encoded metadata (for inline encoding of binary data).
By using mets:mdWrap, a METS document can flexibly handle and encode metadata in various formats and representations. This is essential for supporting comprehensive management and access of digital objects.
Additional Notes
The items listed in “File details” of the earlier visualization result display the contents of the following mets:amdSec.
“amdSec” refers to the “Administrative Metadata Section” within a METS document, containing copyright information, preservation metadata, and other administration-related information for digital objects.
<mets:amdSec ID="amdSec_2">
<mets:techMD ID="techMD_2">
<mets:mdWrap MDTYPE="PREMIS:OBJECT">
<mets:xmlData>
<premis:object xmlns:premis="http://www.loc.gov/premis/v3" xsi:type="premis:file" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
<premis:objectIdentifier>
<premis:objectIdentifierType>UUID</premis:objectIdentifierType>
<premis:objectIdentifierValue>f48c30f3-c1d1-4ffc-a6d8-8fd98b152d66</premis:objectIdentifierValue>
</premis:objectIdentifier>
<premis:objectCharacteristics>
<premis:compositionLevel>0</premis:compositionLevel>
<premis:fixity>
<premis:messageDigestAlgorithm>sha256</premis:messageDigestAlgorithm>
<premis:messageDigest>8e3c38e590e15f38b953011bcb3a379a857408520ed9547b3fac77fbb151aef2</premis:messageDigest>
</premis:fixity>
<premis:size>51332</premis:size>
<premis:format>
<premis:formatDesignation>
<premis:formatName>Microsoft Word </premis:formatName>
<premis:formatVersion>2007+</premis:formatVersion>
</premis:formatDesignation>
<premis:formatRegistry>
<premis:formatRegistryName>PRONOM</premis:formatRegistryName>
<premis:formatRegistryKey>fmt/412</premis:formatRegistryKey>
</premis:formatRegistry>
</premis:format>
<premis:creatingApplication>
<premis:dateCreatedByApplication>2024-02-26T03:34:17Z</premis:dateCreatedByApplication>
</premis:creatingApplication>
<premis:objectCharacteristicsExtension>
<fits xmlns="http://hul.harvard.edu/ois/xml/ns/fits/fits_output" xsi:schemaLocation="http://hul.harvard.edu/ois/xml/ns/fits/fits_output http://hul.harvard.edu/ois/xml/xsd/fits/fits_output.xsd" version="0.8.4" timestamp="2/26/24 3:34 AM">
<identification status="CONFLICT">
<identity format="Microsoft Word 2007+" mimetype="application/vnd.openxmlformats-officedocument.wordprocessingml.document" toolname="FITS" toolversion="0.8.4">
<tool toolname="file utility" toolversion="5.14"/>
</identity>
<identity format="OpenDocument Text" mimetype="application/vnd.oasis.opendocument.text" toolname="FITS" toolversion="0.8.4">
<tool toolname="Exiftool" toolversion="9.13"/>
<tool toolname="NLNZ Metadata Extractor" toolversion="3.4GA"/>
</identity>
<identity format="Office Open XML Document" mimetype="application/vnd.openxmlformats-officedocument.wordprocessingml.document" toolname="FITS" toolversion="0.8.4">
<tool toolname="Tika" toolversion="1.3"/>
</identity>
</identification>
<fileinfo>
<lastmodified toolname="Exiftool" toolversion="9.13" status="SINGLE_RESULT">2024:02:26 03:34:17+00:00</lastmodified>
<filepath toolname="OIS File Information" toolversion="0.2" status="SINGLE_RESULT">/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects/yuusukeesukouboteiansho.docx</filepath>
<filename toolname="OIS File Information" toolversion="0.2" status="SINGLE_RESULT">yuusukeesukouboteiansho.docx</filename>
<size toolname="OIS File Information" toolversion="0.2" status="SINGLE_RESULT">51332</size>
<fslastmodified toolname="OIS File Information" toolversion="0.2" status="SINGLE_RESULT">1708918457000</fslastmodified>
</fileinfo>
<filestatus/>
<metadata/>
<toolOutput>
<tool name="file utility" version="5.14">
<fileUtilityOutput xmlns="">
<rawOutput>Microsoft Word 2007+ application/vnd.openxmlformats-officedocument.wordprocessingml.document; charset=binary</rawOutput>
<mimetype>application/vnd.openxmlformats-officedocument.wordprocessingml.document</mimetype>
<format>Microsoft Word 2007+</format>
</fileUtilityOutput>
</tool>
<tool name="Exiftool" version="9.13">
<exiftool xmlns="">
<rawOutput>ExifToolVersion 9.13 FileName yuusukeesukouboteiansho.docx Directory /var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects FileSize 50 kB FileModifyDate 2024:02:26 03:34:17+00:00 FileAccessDate 2024:02:26 03:34:22+00:00 FileInodeChangeDate 2024:02:26 03:34:20+00:00 FilePermissions rw-r----- Warning Install Archive::Zip to decode compressed ZIP information FileType ZIP MIMEType application/zip ZipRequiredVersion 20 ZipBitFlag 0x0006 ZipCompression Deflated ZipModifyDate 1980:01:01 00:00:00 ZipCRC 0x7ae6e476 ZipCompressedSize 409 ZipUncompressedSize 1969 ZipFileName [Content_Types].xml</rawOutput>
<ExifToolVersion>9.13</ExifToolVersion>
<FileName>yuusukeesukouboteiansho.docx</FileName>
<Directory>/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects</Directory>
<FileSize>50 kB</FileSize>
<FileModifyDate>2024:02:26 03:34:17+00:00</FileModifyDate>
<FileAccessDate>2024:02:26 03:34:22+00:00</FileAccessDate>
<FileInodeChangeDate>2024:02:26 03:34:20+00:00</FileInodeChangeDate>
<FilePermissions>rw-r-----</FilePermissions>
<Warning>Install Archive::Zip to decode compressed ZIP information</Warning>
<FileType>ZIP</FileType>
<MIMEType>application/zip</MIMEType>
<ZipRequiredVersion>20</ZipRequiredVersion>
<ZipBitFlag>0x0006</ZipBitFlag>
<ZipCompression>Deflated</ZipCompression>
<ZipModifyDate>1980:01:01 00:00:00</ZipModifyDate>
<ZipCRC>0x7ae6e476</ZipCRC>
<ZipCompressedSize>409</ZipCompressedSize>
<ZipUncompressedSize>1969</ZipUncompressedSize>
<ZipFileName>[Content_Types].xml</ZipFileName>
</exiftool>
</tool>
<tool name="NLNZ Metadata Extractor" version="3.4GA">
<OPENOFFICE xmlns="">
<METADATA>
<FILENAME>yuusukeesukouboteiansho.docx</FILENAME>
<SEPARATOR>/</SEPARATOR>
<PARENT>/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects</PARENT>
<CANONICALPATH>/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects/yuusukeesukouboteiansho.docx</CANONICALPATH>
<ABSOLUTEPATH>/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects/yuusukeesukouboteiansho.docx</ABSOLUTEPATH>
<PATH>/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects/yuusukeesukouboteiansho.docx</PATH>
<FILE>true</FILE>
<DIRECTORY>false</DIRECTORY>
<FILELENGTH>51332</FILELENGTH>
<HIDDEN>false</HIDDEN>
<ABSOLUTE>true</ABSOLUTE>
<URL>file:/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects/yuusukeesukouboteiansho.docx</URL>
<URI>file:/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects/yuusukeesukouboteiansho.docx</URI>
<READ>true</READ>
<WRITE>true</WRITE>
<EXTENSION>docx</EXTENSION>
<MODIFIED>2024-02-26 03:34:17</MODIFIED>
<DATE>20240226</DATE>
<DATEPATTERN>yyyyMMdd</DATEPATTERN>
<TIME>033417000</TIME>
<TIMEPATTERN>HHmmssSSS</TIMEPATTERN>
<TYPE>application/open-office-1.x</TYPE>
<PID>null</PID>
<OID>null</OID>
<FID>null</FID>
<PROCESSOR>unknown</PROCESSOR>
</METADATA>
</OPENOFFICE>
</tool>
<tool name="OIS File Information" version="0.2">
<fits xsi:schemaLocation="http://hul.harvard.edu/ois/xml/ns/fits/fits_output http://hul.harvard.edu/ois/xml/xsd/fits/fits_output.xsd">
<fileinfo>
<filepath>/var/archivematica/sharedDirectory/watchedDirectories/workFlowDecisions/extractPackagesChoice/Japanse_Example-362af7c6-6f21-4e54-b3d9-58110e778895/objects/yuusukeesukouboteiansho.docx</filepath>
<filename>yuusukeesukouboteiansho.docx</filename>
<size>51332</size>
<fslastmodified>1708918457000</fslastmodified>
</fileinfo>
</fits>
</tool>
<tool name="ffident" version="0.2">
<ffidentOutput xmlns="">
<shortName>ZIP</shortName>
<longName>ZIP Format</longName>
<group>archive</group>
<mimetypes>
<mimetype>application/zip</mimetype>
</mimetypes>
<fileExtensions>
<extension>zip</extension>
</fileExtensions>
</ffidentOutput>
</tool>
<tool name="Tika" version="1.3">
<metadata xmlns="">
<field name="Content-Type">
<value>application/vnd.openxmlformats-officedocument.wordprocessingml.document</value>
</field>
</metadata>
</tool>
</toolOutput>
</fits>
</premis:objectCharacteristicsExtension>
</premis:objectCharacteristics>
<premis:originalName>%transferDirectory%objects/ユースケース公募提案書.docx</premis:originalName>
</premis:object>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
</mets:amdSec>
Summary
I introduced an example of visualizing Archivematica METS files using METSFlask. By comparing the METS file with the METSFlask visualization results, I found that the contents of the METS file become much easier to understand.