Bug 24015 - UNIMARC Authorities update from IFLA for new Koha installations
Summary: UNIMARC Authorities update from IFLA for new Koha installations
Status: RESOLVED MOVED
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Authority data support (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-12 03:11 UTC by Igor A. Sychev
Modified: 2019-11-24 14:14 UTC (History)
0 users

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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