Bug 6198

Summary: Use 001 (not biblionumber) as record identifier for OAI-PMH
Product: Koha Reporter: Magnus Enger <magnus>
Component: Z39.50 / SRU / OpenSearch ServersAssignee: Galen Charlton <gmcharlt>
Status: CLOSED WONTFIX QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: f.demians, jwagner
Version: 3.6   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Magnus Enger 2011-04-16 15:13:03 UTC
With the OAI-PMH:archiveID syspref it is possible to decide what the first part of Koha's OAI-PMH identifiers should look like. The last part, however, is always the biblionumber of the record. In some settings this might work just fine, but in other settings there might be an identifier in MARC field 001 (at least for MARC21 and NORMARC, not sure about UNIMARC) that would make more sense as an identifier for OAI-PMH records. 

Two possibilities: 

- Create a syspref that lets a library choose whether to use biblionumber or 001 as identifier for OAI-PMH (this would make it possible to have something specific in 001, but still use biblionumbers for OAI-PMH if the library so wishes)

- Change Koha to always use 001 as the (last part of the) identifier for OAI-PMH. (This way, if alibrary needs to have something specific in 001 they can, but that will also automatically be used for the OAI-PMH identifier. There should be an easy way to make sure 001 is always equal to the biblionumber for libraries that do not need to use 001 for something specific). 

Thoughts?
Comment 1 Jane Wagner 2011-04-17 14:58:50 UTC
I don't think using 001 is necessarily a good idea.  For many US libraries using OCLC, the 001 is where the OCLC number lives.  That's a sufficiently large number of databases to have to take into account.  If your setup will work with the OCLC number, it may not be a problem.  But if it has to be a unique number to the system/record, it will be.

What about another field?  A lot of libraries also use the 035 for either OCLC or system-derived numbers (Unicorn especially), so that's probably not a good one either.

In USMARC (not sure about UNIMARC), the biblionumber is being mapped into the 999c in the default biblioitems Koha to MARC mapping.  Can this be used or adapted?
Comment 2 Frédéric Demians 2011-05-06 05:57:32 UTC
You don't need to create a new syspref and change Koha code. You need to
operate Koha OAI server in 'extended' mode. See the doc or 'perldoc
oai.pl'. In extended mode, you have your own XSL to transform your MARC
biblio record into any format, and so you can produce a Dublin Core
format with what you want in identifier term.
Comment 3 Magnus Enger 2011-12-27 12:12:51 UTC
OAI-PMH in extended mode can fix this, so I'm marking this as resolved/wontfix.