Hi,
I would like to ask you about a problem I have encoutered, maybe someone would know the way.
Desired outcome:
To make possible for harvesters to harvest all records excluding those which are in specific set.
In different words:
Is it possible to merge only specific sets so the records from these sets will be in one list?
First I was thinking about this solution (but this is not working):
URL: ..../oai?verb=ListRecords&metadataPrefix=oai_dc&set=map&set=graphic
My question is how? Documentation seems to me very brief for me as a person who never worked with oaipmh so much.
Can I do just something like this?
<set>
<setSpec>combined</setSpec>
<setName>Own set</setName>
<setDescription>Combination of records of graphic set and map set</setDescription>
</set>
<set>
<setSpec>combined:graphic</setSpec>
<setName>list of graphics</setName>
<setDescription>......</setDescription>
</set>
<set>
<setSpec>combined:map</setSpec>
<setName>list of maps</setName>
<setDescription>......</setDescription>
</set>
And with these LIstSets would it be possible to:
a) harvest only maps (set=combined:map)
b) harvest only graphic (set=combined:graphic)
c) harvest both together (set=combined)
Or is there some other ways and solution of this my problem?
Thank you so much for your help. This is something very new for me and I would be very glad to all of you for help.