Hi,

I am doing a SWORD deposit to DSpace. I am specifying the metadata in the
mets file that is sent as part of the SWORD deposit, which works fine.

There is a metadata field in DSpace Item called "dc.rights". I would like
to populate this field with a string value during the sword deposit.

I tried setting the following fields in the mets file, but was not
successful:

In dmdsec in mets, in mdWrap, I used descriptionSet element(namespace:"
http://purl.org/eprint/epdcx/2006-11-16/";), within the xmlData element.
Here is a snippet, showing rights metadata:

<dmdSec ID="dmd-1" GROUPID="dmd-1_group-1">
<mdWrap LABEL="SWAP Metadata" MDTYPE="OTHER" OTHERMDTYPE="EPDCX"
MIMETYPE="text/xml">

<xmlData>
<epdcx:descriptionSet
xmlns:epdcx="http://purl.org/eprint/epdcx/2006-11-16/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://purl.org/eprint/epdcx/2006-11-16/
http://purl.org/eprint/epdcx/xsd/2006-11-16/epdcx.xsd";>

<epdcx:description
epdcx:resourceId="sword-mets-epdcx-1">

[There is more metadata here like title etc which get populated in the item
metadata as s result of sword deposit]
*
*
* <epdcx:statement epdcx:propertyURI="http://purl.org/eprint/accessRights"; >
*
* <epdcx:valueString>*
* Rights value*
* </epdcx:valueString>*
* </epdcx:statement>*
* *
</epdcx:description>
</epdcx:descriptionSet>
</xmlData>
</mdWrap>
</dmdSec>

The above did not work.

I also tried including rights metadata in rightsMD, in amdsec in  the mets
file, but that also did not work.

Could you please let me know if there is a way to populate the "dc.rights"
field in a Dspace item, during the SWORD deposit?

Appreciate your help!


Thanks,
Kavitha
------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to