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.juer...@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.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/bacd3ac4-7c69-e574-62ca-b87d8beaef0e%40tu-dortmund.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to