Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct ISIL for Hochschule Hamm-Lippstadt. #1940

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/alma/maps/institutions.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Wave Name Member Code Institution Code ISIL
3.2 Ruhr-Universität Bochum (Bridge) 49HBZ_BRIDGE_UBO 7503 DE-294
3.2 ZB MED, Köln/Bonn 49HBZ_ZBM 6472 DE-38M
3.2 ZB MED, Köln/Bonn 49HBZ_BRIDGE_ZBM 7501 DE-38M
3.2 Hochschule Hamm-Lippstadt 49HBZ_HHL 6482 DE-583
3.2 Hochschule Hamm-Lippstadt 49HBZ_HHL 6482 DE-1871
3.2 Kunstakademie Düsseldorf 49HBZ_KAD 6458 DE-Due18
3.2 Kunstakademie Düsseldorf (Bridge) 49HBZ_BRIDGE_KAD 7923 DE-Due18
3.2 Hochschule für Musik und Tanz, Köln 49HBZ_HMT 6460 DE-Kn38
Expand Down
8 changes: 4 additions & 4 deletions src/test/resources/alma-fix/990197293880206441.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@
"electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HHL/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true",
"sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HHL/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441",
"heldBy" : {
"isil" : "DE-583",
"id" : "http://lobid.org/organisations/DE-583#!",
"label" : "SRH Hochschule für Logistik und Wirtschaft Hamm, Bibliothek"
"isil" : "DE-1871",
"id" : "http://lobid.org/organisations/DE-1871#!",
"label" : "Zentrum für Wissensmanagement, Bibliothek Hamm"
},
"id" : "http://lobid.org/items/990197293880206441:DE-583:53717454420006441#!"
"id" : "http://lobid.org/items/990197293880206441:DE-1871:53717454420006441#!"
}, {
"type" : [ "Item", "DigitalDocument" ],
"label" : "Electronic Portfolio",
Expand Down
8 changes: 4 additions & 4 deletions src/test/resources/alma-fix/99370678063606441.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@
"electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HHL/openurl?u.ignore_date_coverage=true&portfolio_pid=5331232610006482&Force_direct=true",
"sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HHL/openurl?u.ignore_date_coverage=true&rft.mms_id=991001196541406482",
"heldBy" : {
"isil" : "DE-583",
"id" : "http://lobid.org/organisations/DE-583#!",
"label" : "SRH Hochschule für Logistik und Wirtschaft Hamm, Bibliothek"
"isil" : "DE-1871",
"id" : "http://lobid.org/organisations/DE-1871#!",
"label" : "Zentrum für Wissensmanagement, Bibliothek Hamm"
},
"id" : "http://lobid.org/items/99370678063606441:DE-583:5331232610006482#!"
"id" : "http://lobid.org/items/99370678063606441:DE-1871:5331232610006482#!"
}, {
"type" : [ "Item", "DigitalDocument" ],
"label" : "Electronic Portfolio",
Expand Down
8 changes: 4 additions & 4 deletions src/test/resources/alma-fix/99371791018506441.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@
"electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HHL/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true",
"sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HHL/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441",
"heldBy" : {
"isil" : "DE-583",
"id" : "http://lobid.org/organisations/DE-583#!",
"label" : "SRH Hochschule für Logistik und Wirtschaft Hamm, Bibliothek"
"isil" : "DE-1871",
"id" : "http://lobid.org/organisations/DE-1871#!",
"label" : "Zentrum für Wissensmanagement, Bibliothek Hamm"
},
"id" : "http://lobid.org/items/99371791018506441:DE-583:53800421430006441#!"
"id" : "http://lobid.org/items/99371791018506441:DE-1871:53800421430006441#!"
}, {
"type" : [ "Item", "DigitalDocument" ],
"label" : "Electronic Portfolio",
Expand Down
Loading