[Koha-bugs] [Bug 24015] New: UNIMARC Authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 12 04:11:52 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24015

            Bug ID: 24015
           Summary: UNIMARC Authorities
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: Igor.A.Sychev at mail.ru
        QA Contact: testopia at bugs.koha-community.org

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, '', ''),

...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list