roda icon indicating copy to clipboard operation
roda copied to clipboard

Custom E-ARK SIP representation type not being set when ingesting a E-ARK SIP

Open hmiguim opened this issue 10 months ago • 0 comments

Test case: Download the EARK SIP 0d126180-ec3f-48a2-82c0-76aac08cac06.zip

Part of Representation METS.xml:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:sip="https://DILCIS.eu/XML/METS/SIPExtensionMETS" xmlns="http://www.loc.gov/METS/"
    xmlns:csip="https://DILCIS.eu/XML/METS/CSIPExtensionMETS"
    xmlns:xlink="http://www.w3.org/1999/xlink" OBJID="rep1" LABEL="" TYPE="Mixed"
    csip:CONTENTINFORMATIONTYPE="OTHER" csip:OTHERCONTENTINFORMATIONTYPE="SVG"
    PROFILE="https://earkcsip.dilcis.eu/profile/E-ARK-CSIP.xml"
    xsi:schemaLocation="http://www.loc.gov/METS/ ../../schemas/mets1_12.xsd
                        http://www.w3.org/1999/xlink ../../schemas/xlink.xsd
                        https://dilcis.eu/XML/METS/CSIPExtensionMETS ../../schemas/DILCISExtensionMETS.xsd
                        https://dilcis.eu/XML/METS/SIPExtensionMETS ../../schemas/DILCISExtensionSIPMETS.xsd">
    <metsHdr CREATEDATE="2024-04-05T10:14:39.127+01:00" LASTMODDATE="2024-04-05T10:14:39.127+01:00"
        RECORDSTATUS="NEW" csip:OAISPACKAGETYPE="SIP" />
(...)
</mets>

Steps to recreate:

  1. Ingest the E-ARK SIP
  2. Go to the newly created AIP

Result:

image

Expected:

The Representation type be "SVG"

hmiguim avatar Apr 05 '24 09:04 hmiguim