I agree that adding techMD to the METS is architecturally the right
thing, but there is already a better (or at least, adequate..) technical
metadata standard format in PREMIS.  There is already a PREMIS crosswalk
for the import/export METS packager which you can cannibalize, see
org.dspace.content.crosswalk.PREMISCrosswalk


You could put the format name in the element:
  objectCharacteristics/format/formatDesignation/formatName
The crosswalk puts the MIME type there right now, but
it would make more sense to use it for the name.
(At the time I wrote the crosswalk, I didn't feel it was correct to
dignify the chaos that is MIME types by calling it a "registry" of format
identifiers, although we currently use it as such.)

Then you can use PREMIS for other bits of technical metadata of
use to Manakin, instead of perverting DIM.  DIM was never supposed to
escape beyond the internal use in XSLT-driven packager crosswalks!

There's more about PREMIS here: http://www.loc.gov/standards/premis/

    -- Larry

> The METS <file> element lets you have an "admid" attribute that points
> to administrative metadata about the file elsewhere in the METS
> document. For our purposes, we would probably end up creating
> something like this (assume the new metadata is in a "ds" schema) for
> each bitstream (or perhaps for each format in an item? one could point
> more than one bitstream to the same amdSec):
>
> <mets:amdSec id="bitstream_1">
>    <mets:techMD id="bitstream_1_techmd">
>       <mets:mdWrap OTHERMDTYPE="DIM" MDTYPE="other">
>          <mets:xmlData>
>             <dim:dim dspaceType="BITSTREAM">
>                <dim:field element="formatName" mdschema="ds">HappyFile
> version 1.01</dim:field>
>             </dim:dim>
>          </mets:xmlData>
>       </mets:mdWrap>
>    </mets:techMD>
> </mets:amdSec>
>
> The place to pop this in, I *think*, is somewhere in
> xmlui.objectmanager.ItemAdapter.java. If what I just suggested doesn't
> seem outrageous, I'll take a whack at coding it up.
>
> Dorothea
>
> --
> Dorothea Salo                [EMAIL PROTECTED]
> Digital Repository Librarian      AIM: mindsatuw
> University of Wisconsin
> Rm 218, Memorial Library
> (608) 262-5493
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to