Bug 24015

Summary: UNIMARC Authorities update from IFLA for new Koha installations
Product: Koha Reporter: Igor A. Sychev <Igor.A.Sychev>
Component: MARC Authority data supportAssignee: Bugs List <koha-bugs>
Status: RESOLVED MOVED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Igor A. Sychev 2019-11-12 03:11:52 UTC
UNIMARC Authorities, 3rd edition
Add 
010 - International Standard Name Identifier (ISNI) (new 2016)
017 - Other Identifier (new 2017)

https://www.ifla.org/publications/unimarc-authorities--3rd-edition--updates?og=33

authorities_normal_unimarc.sql:
...
        ('', '010', 'International Standard Name Identifier (ISNI)', 'International Standard Name Identifier (ISNI)', 0, 0, ''),

...
        ('', '017', 'Other Identifier', 'Other Identifier', 0, 0, ''),

...
        ('', '010', 'a', 'Number (ISNI)', 'Number (ISNI)', 0, 0, 0, '', '', '', 0, 1, 0, '', ''),
        ('', '010', 'y', 'Cancelled ISNI', 'Cancelled ISNI', 1, 0, 0, '', '', '', 0, 1, 0, '', ''),
        ('', '010', 'z', 'Erroneous ISNI', 'Erroneous ISNI', 1, 0, 0, '', '', '', 0, 1, 0, '', ''),
        ('', '010', '6', 'Interfield linking data', 'Interfield linking data', 1, 0, 0, '', '', '', 0, 1, 0, '', ''),

...
        ('', '017', 'a', 'Identifier', 'Identifier', 0, 0, 0, '', '', '', 0, 1, 0, '', ''),
        ('', '017', 'b', 'Qualification', 'Qualification', 1, 0, 0, '', '', '', 0, 1, 0, '', ''),
        ('', '017', 'z', 'Erroneous Identifier', 'Erroneous Identifier', 1, 0, 0, '', '', '', 0, 1, 0, '', ''),
        ('', '017', '2', 'System Code', 'System Code', 0, 0, 0, '', '', '', 0, 1, 0, '', ''),

...
Comment 1 Katrin Fischer 2019-11-24 14:14:27 UTC
Hi Igor, I think these have been resolved:
bug 18309
bug 20434