Create OAI-Set

79 views
Skip to first unread message

Paul Münch

unread,
May 9, 2019, 12:47:45 AM5/9/19
to DSpace Technical Support
Hello,

it is possible to create/configure own OAI sets besides the
community/collection sets? If so, how could we do this?

Please excuse, if there is already a topic for this in the forum.
Currently I can not browse the forum, because of some authentication
iussues or somewhat else.

Thank you in advance and kind regards,

Paul Münch

--
Philipps-Universität Marburg | UB
Digitale Dienste | Deutschhausstraße 9 | D018
Tel. +49 06421 28-24624
--


signature.asc

Claudia Jürgen

unread,
May 9, 2019, 3:57:21 AM5/9/19
to dspac...@googlegroups.com
Hello Paul,

yes this is possible, here is an (5.x) example:
http://eldorado.uni-dortmund.de:8080/dspace-oai/request?verb=ListSets

It is all configured in
https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/crosswalks/oai/xoai.xml
1. define a set in
<Sets>
<Set id="ddc000Set">
<Spec>ddc:000</Spec>
<Name>Generalities, science</Name>
<Filter ref="ddc000Filter"/> (The filter is optional)
</Set>
...
</Sets>

2. define the filter and the condition
<Filter id="ddc000Filter">
<Definition>
<Custom ref="ddc000Condition"/>
</Definition>
</Filter>

<CustomCondition id="ddc000Condition">
<Class>org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter</Class>
<Configuration>
<string name="field">dc.subject.ddc</string>
<string name="operator">equal</string>
<string name="value">000</string>
</Configuration>
</CustomCondition>

3. Use the Set in the context(s) you need it in
<Contexts>
<Context baseurl="request" name="Default Context">
<Set ref="ddc000Set" />
...
</Context>
</Contexts>

Hope this helps

Claudia






Am 09.05.2019 um 06:47 schrieb Paul Münch:
> Hello,
>
> it is possible to create/configure own OAI sets besides the
> community/collection sets? If so, how could we do this?
>
> Please excuse, if there is already a topic for this in the forum.
> Currently I can not browse the forum, because of some authentication
> iussues or somewhat else.
>
> Thank you in advance and kind regards,
>
> Paul Münch
>

--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia...@tu-dortmund.de
www.ub.tu-dortmund.de


Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax.

Paul Münch

unread,
May 21, 2019, 5:08:44 AM5/21/19
to dspac...@googlegroups.com
Hello Claudia,

thank you very much for this description. It works fine. :)

Kind regards,

Paul Münch

Am 09.05.19 um 09:57 schrieb Claudia Jürgen:
signature.asc

Claudia Jürgen

unread,
May 21, 2019, 5:14:11 AM5/21/19
to dspac...@googlegroups.com
Hello Paul,

if you need it for the DINI Certification Process, I have done this and
I can give you our solution at least for the last certificate.

cu in Hamburg

Claudia
Reply all
Reply to author
Forward
0 new messages