From fbf66de82ba7f0b8c5f8c7e79e99f00481c9584b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20B=C3=BClte?= <tobias.buelte@hbz-nrw.de>
Date: Thu, 19 Oct 2023 12:47:44 +0200
Subject: [PATCH 1/2] Prioritize AlmaMmsId for opac links #1888

---
 src/main/resources/alma/fix/macros.fix             |  6 +++---
 .../resources/alma-fix/990053976760206441.json     |  2 +-
 .../resources/alma-fix/990054215550206441.json     |  2 +-
 .../resources/alma-fix/990054301770206441.json     |  2 +-
 .../resources/alma-fix/990054345550206441.json     |  4 ++--
 .../resources/alma-fix/990109712970206441.json     |  6 +++---
 .../resources/alma-fix/990133067580206441.json     |  2 +-
 .../resources/alma-fix/990184127410206441.json     |  6 +++---
 .../resources/alma-fix/990193229450206441.json     |  2 +-
 src/test/resources/alma-fix/99370678063606441.json | 14 +++++++-------
 src/test/resources/alma-fix/99370682219806441.json |  4 ++--
 src/test/resources/alma-fix/99370694196806441.json |  2 +-
 src/test/resources/alma-fix/99370699582506441.json |  2 +-
 13 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/src/main/resources/alma/fix/macros.fix b/src/main/resources/alma/fix/macros.fix
index a761c757e..9262d3f85 100644
--- a/src/main/resources/alma/fix/macros.fix
+++ b/src/main/resources/alma/fix/macros.fix
@@ -309,12 +309,12 @@ do put_macro("opacLink")
     split_field("$i.@opacLinkZdbId","\\{isbn\\}")
   end
   set_array("hasItem[].$last.seeAlso[]")
-  if exists("$i.@opacLinkZdbId.1")
+  if exists("$i.@opacAlmaMmsId.1")
+    paste("hasItem[].$last.seeAlso[].$append","$i.@opacAlmaMmsId.1","almaMmsId","$i.@opacAlmaMmsId.2",join_char:"")
+  elsif exists("$i.@opacLinkZdbId.1")
     paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkZdbId.1","zdbId","$i.@opacLinkZdbId.2",join_char:"")
   elsif exists("$i.@opacLinkHbzId.1")
     paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkHbzId.1","hbzId","$i.@opacLinkHbzId.2",join_char:"")
-  elsif exists("$i.@opacAlmaMmsId.1")
-    paste("hasItem[].$last.seeAlso[].$append","$i.@opacAlmaMmsId.1","almaMmsId","$i.@opacAlmaMmsId.2",join_char:"")
   elsif exists("$i.@opacLinkIsbn.1")
     paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkIsbn.1","isbn[].1","$i.@opacLinkIsbn.2",join_char:"")
   elsif exists("$i.@opacLinkIssn.1")
diff --git a/src/test/resources/alma-fix/990053976760206441.json b/src/test/resources/alma-fix/990053976760206441.json
index 6aee68825..3636cb5cb 100644
--- a/src/test/resources/alma-fix/990053976760206441.json
+++ b/src/test/resources/alma-fix/990053976760206441.json
@@ -401,7 +401,7 @@
       "id" : "http://lobid.org/organisations/DE-290#!",
       "label" : "Universitätsbibliothek Dortmund"
     },
-    "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%22123550-3%22" ],
+    "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990053976760206441" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-290:22189310720006445#!"
   }, {
     "label" : "lobid Bestandsressource",
diff --git a/src/test/resources/alma-fix/990054215550206441.json b/src/test/resources/alma-fix/990054215550206441.json
index 2b41a0f31..71a6787e6 100644
--- a/src/test/resources/alma-fix/990054215550206441.json
+++ b/src/test/resources/alma-fix/990054215550206441.json
@@ -155,7 +155,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%221257-9%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990054215550206441" ],
     "id" : "http://lobid.org/items/990054215550206441:DE-5:22235621980006467#!"
   }, {
     "label" : "lobid Bestandsressource",
diff --git a/src/test/resources/alma-fix/990054301770206441.json b/src/test/resources/alma-fix/990054301770206441.json
index cf5c8b30f..cab3f3679 100644
--- a/src/test/resources/alma-fix/990054301770206441.json
+++ b/src/test/resources/alma-fix/990054301770206441.json
@@ -252,7 +252,7 @@
   }, {
     "label" : "lobid Bestandsressource",
     "type" : [ "Item", "NurTitel" ],
-    "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%22133469-4%22" ],
+    "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990054301770206441" ],
     "heldBy" : {
       "isil" : "DE-290",
       "id" : "http://lobid.org/organisations/DE-290#!",
diff --git a/src/test/resources/alma-fix/990054345550206441.json b/src/test/resources/alma-fix/990054345550206441.json
index 496546b1b..e6fa88a1f 100644
--- a/src/test/resources/alma-fix/990054345550206441.json
+++ b/src/test/resources/alma-fix/990054345550206441.json
@@ -657,7 +657,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%22619424-2%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990054345550206441" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-5:22214232350006467#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -670,7 +670,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%22619424-2%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990054345550206441" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-5:22214232360006467#!"
   }, {
     "label" : "lobid Bestandsressource",
diff --git a/src/test/resources/alma-fix/990109712970206441.json b/src/test/resources/alma-fix/990109712970206441.json
index 9e8c7090e..d3b06326d 100644
--- a/src/test/resources/alma-fix/990109712970206441.json
+++ b/src/test/resources/alma-fix/990109712970206441.json
@@ -641,7 +641,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222000012-1%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990109712970206441" ],
     "id" : "http://lobid.org/items/990109712970206441:DE-5:22316628570006467#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -654,7 +654,7 @@
       "id" : "http://lobid.org/organisations/DE-Bo59#!",
       "label" : "Beethoven-Haus Bonn, Bibliothek"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222000012-1%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990109712970206441" ],
     "id" : "http://lobid.org/items/990109712970206441:DE-Bo59:22316628560006467#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -667,7 +667,7 @@
       "id" : "http://lobid.org/organisations/DE-Bo59#!",
       "label" : "Beethoven-Haus Bonn, Bibliothek"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222000012-1%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990109712970206441" ],
     "id" : "http://lobid.org/items/990109712970206441:DE-Bo59:22316628550006467#!"
   }, {
     "label" : "lobid Bestandsressource",
diff --git a/src/test/resources/alma-fix/990133067580206441.json b/src/test/resources/alma-fix/990133067580206441.json
index 0c8e58fde..fc053b6a4 100644
--- a/src/test/resources/alma-fix/990133067580206441.json
+++ b/src/test/resources/alma-fix/990133067580206441.json
@@ -252,7 +252,7 @@
     "label" : "Electronic Portfolio",
     "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53804555180006441&Force_direct=true",
     "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990133067580206441",
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222163340-X%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990133067580206441" ],
     "heldBy" : {
       "isil" : "DE-5",
       "id" : "http://lobid.org/organisations/DE-5#!",
diff --git a/src/test/resources/alma-fix/990184127410206441.json b/src/test/resources/alma-fix/990184127410206441.json
index 378fe48e7..ceaa8f185 100644
--- a/src/test/resources/alma-fix/990184127410206441.json
+++ b/src/test/resources/alma-fix/990184127410206441.json
@@ -205,7 +205,7 @@
     "label" : "Electronic Portfolio",
     "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53738793900006441&Force_direct=true",
     "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441",
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222594002-8%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990184127410206441" ],
     "heldBy" : {
       "isil" : "DE-5",
       "id" : "http://lobid.org/organisations/DE-5#!",
@@ -240,7 +240,7 @@
     "label" : "Electronic Portfolio",
     "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53738793940006441&Force_direct=true",
     "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441",
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222594002-8%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990184127410206441" ],
     "heldBy" : {
       "isil" : "DE-5",
       "id" : "http://lobid.org/organisations/DE-5#!",
@@ -275,7 +275,7 @@
     "label" : "Electronic Portfolio",
     "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53804344220006441&Force_direct=true",
     "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441",
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222594002-8%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990184127410206441" ],
     "heldBy" : {
       "isil" : "DE-5",
       "id" : "http://lobid.org/organisations/DE-5#!",
diff --git a/src/test/resources/alma-fix/990193229450206441.json b/src/test/resources/alma-fix/990193229450206441.json
index 3fee57760..1ae17141a 100644
--- a/src/test/resources/alma-fix/990193229450206441.json
+++ b/src/test/resources/alma-fix/990193229450206441.json
@@ -297,7 +297,7 @@
     "label" : "Electronic Portfolio",
     "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53807024380006441&Force_direct=true",
     "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990193229450206441",
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222685248-2%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990193229450206441" ],
     "heldBy" : {
       "isil" : "DE-5",
       "id" : "http://lobid.org/organisations/DE-5#!",
diff --git a/src/test/resources/alma-fix/99370678063606441.json b/src/test/resources/alma-fix/99370678063606441.json
index ade3ee4a1..c3627467a 100644
--- a/src/test/resources/alma-fix/99370678063606441.json
+++ b/src/test/resources/alma-fix/99370678063606441.json
@@ -332,7 +332,7 @@
       "id" : "http://lobid.org/organisations/DE-1044#!",
       "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg"
     },
-    "seeAlso" : [ "https://bib-sisis.bib.hochschule-bonn-rhein-sieg.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ],
+    "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma99370678063606441" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-1044:5352012540006452#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -549,7 +549,7 @@
       "id" : "http://lobid.org/organisations/DE-290#!",
       "label" : "Universitätsbibliothek Dortmund"
     },
-    "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ],
+    "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99370678063606441" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-290:53206901250006445#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -561,7 +561,7 @@
       "id" : "http://lobid.org/organisations/DE-290#!",
       "label" : "Universitätsbibliothek Dortmund"
     },
-    "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ],
+    "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99370678063606441" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-290:53230941160006445#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -573,7 +573,7 @@
       "id" : "http://lobid.org/organisations/DE-290#!",
       "label" : "Universitätsbibliothek Dortmund"
     },
-    "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ],
+    "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99370678063606441" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-290:53216211500006445#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -609,7 +609,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222598795-1%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370678063606441" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-5:53320721620006467#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -621,7 +621,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222598795-1%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370678063606441" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-5:53349719870006467#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -633,7 +633,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222598795-1%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370678063606441" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-5:53320689660006467#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
diff --git a/src/test/resources/alma-fix/99370682219806441.json b/src/test/resources/alma-fix/99370682219806441.json
index 2a43b1381..beb32fc24 100644
--- a/src/test/resources/alma-fix/99370682219806441.json
+++ b/src/test/resources/alma-fix/99370682219806441.json
@@ -208,7 +208,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222745694-8%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370682219806441" ],
     "id" : "http://lobid.org/items/99370682219806441:DE-5:53346185050006467#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -220,7 +220,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222745694-8%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370682219806441" ],
     "id" : "http://lobid.org/items/99370682219806441:DE-5:53346309900006467#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
diff --git a/src/test/resources/alma-fix/99370694196806441.json b/src/test/resources/alma-fix/99370694196806441.json
index 1b2cbca94..60fa8f8c5 100644
--- a/src/test/resources/alma-fix/99370694196806441.json
+++ b/src/test/resources/alma-fix/99370694196806441.json
@@ -188,7 +188,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222669828-6%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370694196806441" ],
     "id" : "http://lobid.org/items/99370694196806441:DE-5:53333829220006467#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
diff --git a/src/test/resources/alma-fix/99370699582506441.json b/src/test/resources/alma-fix/99370699582506441.json
index 86ae02cf3..0a355b088 100644
--- a/src/test/resources/alma-fix/99370699582506441.json
+++ b/src/test/resources/alma-fix/99370699582506441.json
@@ -128,7 +128,7 @@
       "id" : "http://lobid.org/organisations/DE-5#!",
       "label" : "Universitäts- und Landesbibliothek Bonn"
     },
-    "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222508993-6%22" ],
+    "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370699582506441" ],
     "id" : "http://lobid.org/items/99370699582506441:DE-5:53355917830006467#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],

From 62915511501943d9dd9cf1c569f56bfdb7e0b747 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20B=C3=BClte?= <tobias.buelte@hbz-nrw.de>
Date: Thu, 19 Oct 2023 14:20:37 +0200
Subject: [PATCH 2/2] Exclude issn and isbn mappings for opac links #1888

Since no only almaMmsId, hbzId and zdbId mappings are provided
---
 src/main/resources/alma/fix/macros.fix        | 28 +++++++++----------
 .../alma-fix/990053976760206441.json          | 12 +-------
 .../alma-fix/990054345550206441.json          | 28 -------------------
 .../alma-fix/990108873860206441.json          |  1 -
 .../alma-fix/990210093550206441.json          |  1 -
 .../resources/alma-fix/99370678063606441.json | 16 -----------
 .../resources/alma-fix/99370690532406441.json |  5 ----
 .../resources/alma-fix/99371147104906441.json |  3 --
 8 files changed, 15 insertions(+), 79 deletions(-)

diff --git a/src/main/resources/alma/fix/macros.fix b/src/main/resources/alma/fix/macros.fix
index 9262d3f85..20ab3f773 100644
--- a/src/main/resources/alma/fix/macros.fix
+++ b/src/main/resources/alma/fix/macros.fix
@@ -298,16 +298,16 @@ do put_macro("opacLink")
   copy_field("$i.$[field]", "$i.@opacAlmaMmsId")
   lookup("$i.@opacAlmaMmsId","isil2opac_almaMmsId", delete:"true")
   split_field("$i.@opacAlmaMmsId","\\{almaMmsId\\}")
-  if exists("issn[].1")
-    copy_field("$i.$[field]", "$i.@opacLinkIssn")
-    lookup("$i.@opacLinkIssn","isil2opac_issn", delete:"true")
-    split_field("$i.@opacLinkIssn","\\{issn\\}")
-  end
-  if exists("isbn[].1")
-    copy_field("$i.$[field]", "$i.@opacLinkIsbn")
-    lookup("$i.@opacLinkIsbn","isil2opac_isbn", delete:"true")
-    split_field("$i.@opacLinkZdbId","\\{isbn\\}")
-  end
+#  if exists("issn[].1")
+#    copy_field("$i.$[field]", "$i.@opacLinkIssn")
+#    lookup("$i.@opacLinkIssn","isil2opac_issn", delete:"true")
+#    split_field("$i.@opacLinkIssn","\\{issn\\}")
+#  end
+#  if exists("isbn[].1")
+#    copy_field("$i.$[field]", "$i.@opacLinkIsbn")
+#    lookup("$i.@opacLinkIsbn","isil2opac_isbn", delete:"true")
+#    split_field("$i.@opacLinkZdbId","\\{isbn\\}")
+#  end
   set_array("hasItem[].$last.seeAlso[]")
   if exists("$i.@opacAlmaMmsId.1")
     paste("hasItem[].$last.seeAlso[].$append","$i.@opacAlmaMmsId.1","almaMmsId","$i.@opacAlmaMmsId.2",join_char:"")
@@ -315,10 +315,10 @@ do put_macro("opacLink")
     paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkZdbId.1","zdbId","$i.@opacLinkZdbId.2",join_char:"")
   elsif exists("$i.@opacLinkHbzId.1")
     paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkHbzId.1","hbzId","$i.@opacLinkHbzId.2",join_char:"")
-  elsif exists("$i.@opacLinkIsbn.1")
-    paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkIsbn.1","isbn[].1","$i.@opacLinkIsbn.2",join_char:"")
-  elsif exists("$i.@opacLinkIssn.1")
-    paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkIssn.1","issn[].1","$i.@opacLinkIssn.2",join_char:"")
+#  elsif exists("$i.@opacLinkIsbn.1")
+#    paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkIsbn.1","isbn[].1","$i.@opacLinkIsbn.2",join_char:"")
+#  elsif exists("$i.@opacLinkIssn.1")
+#    paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkIssn.1","issn[].1","$i.@opacLinkIssn.2",join_char:"")
   end
 end
 
diff --git a/src/test/resources/alma-fix/990053976760206441.json b/src/test/resources/alma-fix/990053976760206441.json
index 3636cb5cb..78a44312b 100644
--- a/src/test/resources/alma-fix/990053976760206441.json
+++ b/src/test/resources/alma-fix/990053976760206441.json
@@ -240,7 +240,6 @@
       "id" : "http://lobid.org/organisations/DE-Kob7#!",
       "label" : "Universitätsbibliothek Koblenz"
     },
-    "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=00319244&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-Kob7:2332332670008057#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -254,7 +253,6 @@
       "id" : "http://lobid.org/organisations/DE-Kob7#!",
       "label" : "Universitätsbibliothek Koblenz"
     },
-    "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=00319244&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-Kob7:2332332740008057#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -268,7 +266,6 @@
       "id" : "http://lobid.org/organisations/DE-Kob7#!",
       "label" : "Universitätsbibliothek Koblenz"
     },
-    "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=00319244&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-Kob7:2332332700008057#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -282,7 +279,6 @@
       "id" : "http://lobid.org/organisations/DE-Kob7#!",
       "label" : "Universitätsbibliothek Koblenz"
     },
-    "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=00319244&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-Kob7:2332332710008057#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -296,7 +292,6 @@
       "id" : "http://lobid.org/organisations/DE-Kob7#!",
       "label" : "Universitätsbibliothek Koblenz"
     },
-    "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=00319244&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-Kob7:2332332720008057#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -310,7 +305,6 @@
       "id" : "http://lobid.org/organisations/DE-Kob7#!",
       "label" : "Universitätsbibliothek Koblenz"
     },
-    "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=00319244&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-Kob7:2332332730008057#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -324,7 +318,6 @@
       "id" : "http://lobid.org/organisations/DE-467#!",
       "label" : "Universitätsbibliothek Siegen"
     },
-    "seeAlso" : [ "http://obelix.ub.uni-siegen.de/F/?func=find-b&request=00319244&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-467:2379886190006462#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -375,7 +368,7 @@
       "id" : "http://lobid.org/organisations/DE-Lan1#!",
       "label" : "Universitätsbibliothek der RPTU in Landau"
     },
-    "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=00319244&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
+    "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990053976760206441" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-Lan1:2266381790007476#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -414,7 +407,6 @@
       "id" : "http://lobid.org/organisations/DE-361#!",
       "label" : "Universitätsbibliothek Bielefeld"
     },
-    "seeAlso" : [ "http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=is&var1=00319244&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-361:22274254620006442#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -440,7 +432,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=00319244" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-61:22302058760006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -504,7 +495,6 @@
       "id" : "http://lobid.org/organisations/DE-466#!",
       "label" : "Universitätsbibliothek Paderborn"
     },
-    "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=issn&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D=00319244&scope=catalog&sf=rank" ],
     "id" : "http://lobid.org/items/990053976760206441:DE-466:22131234930006463#!"
   } ],
   "medium" : [ {
diff --git a/src/test/resources/alma-fix/990054345550206441.json b/src/test/resources/alma-fix/990054345550206441.json
index e6fa88a1f..5c6baf3e8 100644
--- a/src/test/resources/alma-fix/990054345550206441.json
+++ b/src/test/resources/alma-fix/990054345550206441.json
@@ -248,7 +248,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763870006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -262,7 +261,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763880006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -275,7 +273,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763720006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -289,7 +286,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763800006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -303,7 +299,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763810006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -316,7 +311,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763710006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -329,7 +323,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763610006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -342,7 +335,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763640006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -355,7 +347,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763630006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -368,7 +359,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763620006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -381,7 +371,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763650006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -394,7 +383,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763660006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -407,7 +395,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763670006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -421,7 +408,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763840006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -434,7 +420,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763750006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -448,7 +433,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763830006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -462,7 +446,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763850006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -475,7 +458,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763700006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -488,7 +470,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763740006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -502,7 +483,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763820006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -516,7 +496,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763860006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -530,7 +509,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763770006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -543,7 +521,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763690006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -556,7 +533,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763680006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -569,7 +545,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763590006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -582,7 +557,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763600006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -595,7 +569,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23317763580006443#!"
   }, {
     "label" : "lobid Bestandsressource",
@@ -608,7 +581,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=01770403" ],
     "id" : "http://lobid.org/items/990054345550206441:DE-61:23349048300006443#!"
   }, {
     "label" : "lobid Bestandsressource",
diff --git a/src/test/resources/alma-fix/990108873860206441.json b/src/test/resources/alma-fix/990108873860206441.json
index 7854371ba..ebfceb061 100644
--- a/src/test/resources/alma-fix/990108873860206441.json
+++ b/src/test/resources/alma-fix/990108873860206441.json
@@ -173,7 +173,6 @@
   }, {
     "label" : "lobid Bestandsressource",
     "type" : [ "Item", "NurTitel" ],
-    "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=issn&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D=14735849&scope=catalog&sf=rank" ],
     "heldBy" : {
       "isil" : "DE-466",
       "id" : "http://lobid.org/organisations/DE-466#!",
diff --git a/src/test/resources/alma-fix/990210093550206441.json b/src/test/resources/alma-fix/990210093550206441.json
index a49390caf..03e0a7eb3 100644
--- a/src/test/resources/alma-fix/990210093550206441.json
+++ b/src/test/resources/alma-fix/990210093550206441.json
@@ -198,7 +198,6 @@
       "id" : "http://lobid.org/organisations/DE-466#!",
       "label" : "Universitätsbibliothek Paderborn"
     },
-    "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=issn&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D=2366374X&scope=catalog&sf=rank" ],
     "id" : "http://lobid.org/items/990210093550206441:DE-466:53164238820006463#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
diff --git a/src/test/resources/alma-fix/99370678063606441.json b/src/test/resources/alma-fix/99370678063606441.json
index c3627467a..3ee9cffdd 100644
--- a/src/test/resources/alma-fix/99370678063606441.json
+++ b/src/test/resources/alma-fix/99370678063606441.json
@@ -237,7 +237,6 @@
       "id" : "http://lobid.org/organisations/DE-708#!",
       "label" : "Universitätsbibliothek der Fernuniversität"
     },
-    "seeAlso" : [ "http://ub-parma.fernuni-hagen.de/F/?func=find-b&request=21914664&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-708:53137417580006464#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -249,7 +248,6 @@
       "id" : "http://lobid.org/organisations/DE-708#!",
       "label" : "Universitätsbibliothek der Fernuniversität"
     },
-    "seeAlso" : [ "http://ub-parma.fernuni-hagen.de/F/?func=find-b&request=21914664&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-708:53149555660006464#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -261,7 +259,6 @@
       "id" : "http://lobid.org/organisations/DE-708#!",
       "label" : "Universitätsbibliothek der Fernuniversität"
     },
-    "seeAlso" : [ "http://ub-parma.fernuni-hagen.de/F/?func=find-b&request=21914664&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-708:53141137810006464#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -273,7 +270,6 @@
       "id" : "http://lobid.org/organisations/DE-708#!",
       "label" : "Universitätsbibliothek der Fernuniversität"
     },
-    "seeAlso" : [ "http://ub-parma.fernuni-hagen.de/F/?func=find-b&request=21914664&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-708:53153104540006464#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -285,7 +281,6 @@
       "id" : "http://lobid.org/organisations/DE-708#!",
       "label" : "Universitätsbibliothek der Fernuniversität"
     },
-    "seeAlso" : [ "http://ub-parma.fernuni-hagen.de/F/?func=find-b&request=21914664&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-708:53137729250006464#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -645,7 +640,6 @@
       "id" : "http://lobid.org/organisations/DE-361#!",
       "label" : "Universitätsbibliothek Bielefeld"
     },
-    "seeAlso" : [ "http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=is&var1=21914664&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-361:53305968290006442#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -657,7 +651,6 @@
       "id" : "http://lobid.org/organisations/DE-361#!",
       "label" : "Universitätsbibliothek Bielefeld"
     },
-    "seeAlso" : [ "http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=is&var1=21914664&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-361:53305849380006442#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -717,7 +710,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=21914664" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-61:53333893140006443#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -729,7 +721,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=21914664" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-61:53334490330006443#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -741,7 +732,6 @@
       "id" : "http://lobid.org/organisations/DE-61#!",
       "label" : "Universitäts- und Landesbibliothek Düsseldorf"
     },
-    "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=21914664" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-61:53358210520006443#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -753,7 +743,6 @@
       "id" : "http://lobid.org/organisations/DE-Kob7#!",
       "label" : "Universitätsbibliothek Koblenz"
     },
-    "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=21914664&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-Kob7:5337281000008057#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -835,7 +824,6 @@
       "id" : "http://lobid.org/organisations/DE-467#!",
       "label" : "Universitätsbibliothek Siegen"
     },
-    "seeAlso" : [ "http://obelix.ub.uni-siegen.de/F/?func=find-b&request=21914664&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-467:5396251040006462#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -847,7 +835,6 @@
       "id" : "http://lobid.org/organisations/DE-467#!",
       "label" : "Universitätsbibliothek Siegen"
     },
-    "seeAlso" : [ "http://obelix.ub.uni-siegen.de/F/?func=find-b&request=21914664&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-467:53109067080006462#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -859,7 +846,6 @@
       "id" : "http://lobid.org/organisations/DE-466#!",
       "label" : "Universitätsbibliothek Paderborn"
     },
-    "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=issn&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D=21914664&scope=catalog&sf=rank" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-466:53159673220006463#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -871,7 +857,6 @@
       "id" : "http://lobid.org/organisations/DE-466#!",
       "label" : "Universitätsbibliothek Paderborn"
     },
-    "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=issn&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D=21914664&scope=catalog&sf=rank" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-466:53160920940006463#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -883,7 +868,6 @@
       "id" : "http://lobid.org/organisations/DE-466#!",
       "label" : "Universitätsbibliothek Paderborn"
     },
-    "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=issn&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D=21914664&scope=catalog&sf=rank" ],
     "id" : "http://lobid.org/items/99370678063606441:DE-466:53175909640006463#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
diff --git a/src/test/resources/alma-fix/99370690532406441.json b/src/test/resources/alma-fix/99370690532406441.json
index 209399dee..45c873784 100644
--- a/src/test/resources/alma-fix/99370690532406441.json
+++ b/src/test/resources/alma-fix/99370690532406441.json
@@ -129,7 +129,6 @@
       "id" : "http://lobid.org/organisations/DE-361#!",
       "label" : "Universitätsbibliothek Bielefeld"
     },
-    "seeAlso" : [ "http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=is&var1=21968292&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10" ],
     "id" : "http://lobid.org/items/99370690532406441:DE-361:53317006550006442#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -141,7 +140,6 @@
       "id" : "http://lobid.org/organisations/DE-361#!",
       "label" : "Universitätsbibliothek Bielefeld"
     },
-    "seeAlso" : [ "http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=is&var1=21968292&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10" ],
     "id" : "http://lobid.org/items/99370690532406441:DE-361:53305666740006442#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -153,7 +151,6 @@
       "id" : "http://lobid.org/organisations/DE-294#!",
       "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
     },
-    "seeAlso" : [ "https://suchen.ub.rub.de/issn/21968292" ],
     "id" : "http://lobid.org/items/99370690532406441:DE-294:53185697690006471#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -188,7 +185,6 @@
       "id" : "http://lobid.org/organisations/DE-467#!",
       "label" : "Universitätsbibliothek Siegen"
     },
-    "seeAlso" : [ "http://obelix.ub.uni-siegen.de/F/?func=find-b&request=21968292&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=" ],
     "id" : "http://lobid.org/items/99370690532406441:DE-467:5397076270006462#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -200,7 +196,6 @@
       "id" : "http://lobid.org/organisations/DE-466#!",
       "label" : "Universitätsbibliothek Paderborn"
     },
-    "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=issn&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D=21968292&scope=catalog&sf=rank" ],
     "id" : "http://lobid.org/items/99370690532406441:DE-466:53161142230006463#!"
   } ],
   "medium" : [ {
diff --git a/src/test/resources/alma-fix/99371147104906441.json b/src/test/resources/alma-fix/99371147104906441.json
index c45adb625..947b3c4ec 100644
--- a/src/test/resources/alma-fix/99371147104906441.json
+++ b/src/test/resources/alma-fix/99371147104906441.json
@@ -149,7 +149,6 @@
       "id" : "http://lobid.org/organisations/DE-A96#!",
       "label" : "Hochschulbibliothek der Fachhochschule Aachen"
     },
-    "seeAlso" : [ "https://onlinekatalog.bibliothek.fh-aachen.de/webOPACClient/start.do?Query=0543=%2227836207%22" ],
     "id" : "http://lobid.org/items/99371147104906441:DE-A96:53111522090006444#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -161,7 +160,6 @@
       "id" : "http://lobid.org/organisations/DE-A96#!",
       "label" : "Hochschulbibliothek der Fachhochschule Aachen"
     },
-    "seeAlso" : [ "https://onlinekatalog.bibliothek.fh-aachen.de/webOPACClient/start.do?Query=0543=%2227836207%22" ],
     "id" : "http://lobid.org/items/99371147104906441:DE-A96:53100582450006444#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],
@@ -233,7 +231,6 @@
       "id" : "http://lobid.org/organisations/DE-361#!",
       "label" : "Universitätsbibliothek Bielefeld"
     },
-    "seeAlso" : [ "http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=is&var1=27836207&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10" ],
     "id" : "http://lobid.org/items/99371147104906441:DE-361:53349581340006442#!"
   }, {
     "type" : [ "Item", "DigitalDocument" ],