diff --git a/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java b/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java index 2e9e55850..a2af5d3b0 100644 --- a/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java +++ b/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java @@ -133,6 +133,12 @@ public void run() { fixVariables.put("nwbib.ttl", "../../../../../../vocabs/nwbib/nwbib.ttl"); fixVariables.put("nwbib-spatial.ttl", "../../../../../../vocabs/nwbib/nwbib-spatial.ttl"); fixVariables.put("hbzId2zdbId.tsv", "./maps/hbzId2zdbId.tsv.gz"); + fixVariables.put("isil2opac_hbzId.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_hbzId.tsv"); + fixVariables.put("isil2opac_isbn.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_isbn.tsv"); + fixVariables.put("isil2opac_issn.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_issn.tsv"); + fixVariables.put("isil2opac_zdbId.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_zdbId.tsv"); + fixVariables.put("isil2opac_almaMmsId.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_almaMmsId.tsv"); + XmlElementSplitter xmlElementSplitter = new XmlElementSplitter(); xmlElementSplitter.setElementName("record"); diff --git a/src/main/resources/alma/fix/item.fix b/src/main/resources/alma/fix/item.fix index ae2e6fc94..f71b9a71a 100644 --- a/src/main/resources/alma/fix/item.fix +++ b/src/main/resources/alma/fix/item.fix @@ -18,6 +18,9 @@ do list(path:"ITM ", "var": "$i") copy_field("$i.b", "hasItem[].$last.serialNumber") copy_field("$i.w","hasItem[].$last.currentLibrary") copy_field("$i.x","hasItem[].$last.currentLocation") + copy_field("$i.a", "$i.@iz") + replace_all("$i.@iz",".*(\\d{4})$","$1") + lookup("$i.@iz", "alma-institution-code-to-isil") copy_field("$i.w","$i.@sublibraryIsil") lookup("$i.@sublibraryIsil", "hbzowner2sigel",delete:"true") lookup("$i.@sublibraryIsil", "sigel2isilMap",delete:"true") @@ -27,16 +30,16 @@ do list(path:"ITM ", "var": "$i") lookup("$i.@sublibraryIsil", "sublibraryIsil",delete:"true") end if exists("$i.@sublibraryIsil") - copy_field("$i.@sublibraryIsil", "hasItem[].$last.heldBy.id") + copy_field("$i.@sublibraryIsil","hasItem[].$last.heldBy.isil") # if no mapping for a sublocation code is provided or no sublocation code exists ($i.w) the main library ISIL is used. else - copy_field("$i.a", "hasItem[].$last.heldBy.id") - replace_all("hasItem[].$last.heldBy.id",".*(\\d{4})$","$1") - lookup("hasItem[].$last.heldBy.id", "alma-institution-code-to-isil") + copy_field("$i.@iz","hasItem[].$last.heldBy.isil") end - copy_field("hasItem[].$last.heldBy.id","hasItem[].$last.heldBy.isil") - prepend("hasItem[].$last.heldBy.id", "http://lobid.org/organisations/") - append("hasItem[].$last.heldBy.id","#!") + call_macro("opacLink", field:"@sublibraryIsil") + unless exists("hasItem[].$last.seeAlso[].1") + call_macro("opacLink", field:"@iz") + end + paste("hasItem[].$last.heldBy.id", "~http://lobid.org/organisations/", "hasItem[].$last.heldBy.isil", "~#!", join_char:"") copy_field("hasItem[].$last.heldBy.id", "hasItem[].$last.heldBy.label") # item id is constructed "http://lobid.org/items/[almaMmsId of the record]:[isil of the Owner]:[almaMmsId of the holding]#!" paste("hasItem[].$last.id", "~http://lobid.org/items/","almaMmsId", "~:", "hasItem[].$last.heldBy.isil","~:", "$i.a","~#!", join_char: "") @@ -58,6 +61,9 @@ do list(path: "HOL ", "var": "$i") copy_field("$H52.b","hasItem[].$last.currentLibrary") copy_field("$H52.c","hasItem[].$last.currentLocation") copy_field("$H52.h", "hasItem[].$last.callNumber") + copy_field("$i.8", "$i.@iz") + replace_all("$i.@iz",".*(\\d{4})$","$1") + lookup("$i.@iz", "alma-institution-code-to-isil") copy_field("$H52.b","$i.@sublibraryIsil") lookup("$i.@sublibraryIsil", "hbzowner2sigel",delete:"true") lookup("$i.@sublibraryIsil", "sigel2isilMap",delete:"true") @@ -67,16 +73,16 @@ do list(path: "HOL ", "var": "$i") lookup("$i.@sublibraryIsil", "sublibraryIsil",delete:"true") end if exists("$i.@sublibraryIsil") - copy_field("$i.@sublibraryIsil", "hasItem[].$last.heldBy.id") + copy_field("$i.@sublibraryIsil", "hasItem[].$last.heldBy.isil") # if no mapping for a sublocation code is provided or no sublocation code exists ($i.w) the main library ISIL is used. else - copy_field("$i.8", "hasItem[].$last.heldBy.id") - replace_all("hasItem[].$last.heldBy.id",".*(\\d{4})$","$1") - lookup("hasItem[].$last.heldBy.id", "alma-institution-code-to-isil") + copy_field("$i.@iz", "hasItem[].$last.heldBy.isil") + end + call_macro("opacLink", field:"@sublibraryIsil") + unless exists("hasItem[].$last.seeAlso[].1") + call_macro("opacLink", field:"@iz") end - copy_field("hasItem[].$last.heldBy.id","hasItem[].$last.heldBy.isil") - prepend("hasItem[].$last.heldBy.id", "http://lobid.org/organisations/") - append("hasItem[].$last.heldBy.id","#!") + paste("hasItem[].$last.heldBy.id", "~http://lobid.org/organisations/", "hasItem[].$last.heldBy.isil", "~#!", join_char:"") copy_field("hasItem[].$last.heldBy.id", "hasItem[].$last.heldBy.label") # item id is constructed "http://lobid.org/items/[almaMmsId of the record]:[isil of the Owner]:[almaMmsId of the holding]#!" paste("hasItem[].$last.id", "~http://lobid.org/items/","almaMmsId", "~:", "hasItem[].$last.heldBy.isil","~:","$i.8","~#!", join_char: "") @@ -99,12 +105,12 @@ do list(path:"POR ", "var": "$i") copy_field("$i.d", "$i.@sublocation") replace_all("$i.@sublocation","https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK","") paste("hasItem[].$last.sublocation", "~https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/","$i.M","$i.@sublocation", join_char: "") - copy_field("$i.a", "hasItem[].$last.heldBy.id") - replace_all("hasItem[].$last.heldBy.id",".*(\\d{4})$","$1") - lookup("hasItem[].$last.heldBy.id", "alma-institution-code-to-isil") - copy_field("hasItem[].$last.heldBy.id","hasItem[].$last.heldBy.isil") - prepend("hasItem[].$last.heldBy.id", "http://lobid.org/organisations/") - append("hasItem[].$last.heldBy.id","#!") + copy_field("$i.a", "$i.@iz") + replace_all("$i.@iz",".*(\\d{4})$","$1") + lookup("$i.@iz", "alma-institution-code-to-isil") + call_macro("opacLink", field:"@iz") + copy_field("$i.@iz","hasItem[].$last.heldBy.isil") + paste("hasItem[].$last.heldBy.id", "~http://lobid.org/organisations/", "hasItem[].$last.heldBy.isil", "~#!", join_char:"") copy_field("hasItem[].$last.heldBy.id", "hasItem[].$last.heldBy.label") # item id is constructed "http://lobid.org/items/[almaMmsId of the record]:[isil of the Owner]:[almaMmsId of the holding]#!" paste("hasItem[].$last.id", "~http://lobid.org/items/","almaMmsId", "~:", "hasItem[].$last.heldBy.isil","~:", "$i.a","~#!", join_char: "") @@ -121,11 +127,11 @@ do list(path:"POR ", "var": "$i") add_field("hasItem[].$last.label", "Electronic Portfolio") paste("hasItem[].$last.electronicLocator", "~https://eu04.alma.exlibrisgroup.com/view/uresolver/","$j","$i.@electronicLocator", join_char: "") paste("hasItem[].$last.sublocation", "~https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/","$j","$i.@sublocation", join_char: "") - copy_field("$j", "hasItem[].$last.heldBy.id") - lookup("hasItem[].$last.heldBy.id", "alma-iz-code-to-isil") - copy_field("hasItem[].$last.heldBy.id","hasItem[].$last.heldBy.isil") - prepend("hasItem[].$last.heldBy.id", "http://lobid.org/organisations/") - append("hasItem[].$last.heldBy.id","#!") + copy_field("$j", "$i.@iz") + lookup("$i.@iz", "alma-iz-code-to-isil") + call_macro("opacLink", field:"@iz") + copy_field("$i.@iz","hasItem[].$last.heldBy.isil") + paste("hasItem[].$last.heldBy.id", "~http://lobid.org/organisations/", "hasItem[].$last.heldBy.isil", "~#!", join_char:"") copy_field("hasItem[].$last.heldBy.id", "hasItem[].$last.heldBy.label") # item id is constructed "http://lobid.org/items/[almaMmsId of the record]:[isil of the Owner]:[almaMmsId of the holding]#!" paste("hasItem[].$last.id", "~http://lobid.org/items/","almaMmsId", "~:", "hasItem[].$last.heldBy.isil","~:", "$i.a","~#!", join_char: "") @@ -139,12 +145,12 @@ do list(path: "MBD ", "var": "$i") add_field( "hasItem[].$append.test","") add_field("hasItem[].$last.label", "lobid Bestandsressource") set_array("hasItem[].$last.type[]", "Item","NurTitel") - copy_field("$i.i", "hasItem[].$last.heldBy.id") - replace_all("hasItem[].$last.heldBy.id",".*(\\d{4})$","$1") - lookup("hasItem[].$last.heldBy.id", "alma-institution-code-to-isil") - copy_field("hasItem[].$last.heldBy.id","hasItem[].$last.heldBy.isil") - prepend("hasItem[].$last.heldBy.id", "http://lobid.org/organisations/") - append("hasItem[].$last.heldBy.id","#!") + copy_field("$i.i", "$i.@iz") + replace_all("$i.@iz",".*(\\d{4})$","$1") + lookup("$i.@iz", "alma-institution-code-to-isil") + call_macro("opacLink", field:"@iz") + copy_field("$i.@iz","hasItem[].$last.heldBy.isil") + paste("hasItem[].$last.heldBy.id", "~http://lobid.org/organisations/", "hasItem[].$last.heldBy.isil", "~#!", join_char:"") copy_field("hasItem[].$last.heldBy.id", "hasItem[].$last.heldBy.label") # item id is constructed "http://lobid.org/items/[almaMmsId of the record]:[isil of the Owner]:[almaMmsId of the holding]#!" paste("hasItem[].$last.id", "~http://lobid.org/items/","almaMmsId", "~:", "hasItem[].$last.heldBy.isil","~:", "$i.i", "~#!", join_char: "") diff --git a/src/main/resources/alma/fix/macros.fix b/src/main/resources/alma/fix/macros.fix index bf0435196..751aae8af 100644 --- a/src/main/resources/alma/fix/macros.fix +++ b/src/main/resources/alma/fix/macros.fix @@ -253,6 +253,45 @@ do put_macro("provenanceLinks") append("$[field]", "#!") end +# opacLink + +do put_macro("opacLink") + if exists("zdbId") + copy_field("$i.$[field]", "$i.@opacLinkZdbId") + lookup("$i.@opacLinkZdbId","isil2opac_zdbId", delete:"true") + split_field("$i.@opacLinkZdbId","\\{zdbid\\}") + elsif exists("hbzId") + copy_field("$i.$[field]", "$i.@opacLinkHbzId") + lookup("$i.@opacLinkHbzId","isil2opac_hbzId", delete:"true") + split_field("$i.@opacLinkHbzId","\\{hbzid\\}") + end + 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 + set_array("hasItem[].$last.seeAlso[]") + if 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") + paste("hasItem[].$last.seeAlso[].$append","$i.@opacLinkIssn.1","issn[].1","$i.@opacLinkIssn.2",join_char:"") + end +end + # for Schlagwortfolgen do put_macro("schlagwortfolge") diff --git a/src/main/resources/alma/fix/maps.fix b/src/main/resources/alma/fix/maps.fix index 1ddd68ed9..a3c43a945 100644 --- a/src/main/resources/alma/fix/maps.fix +++ b/src/main/resources/alma/fix/maps.fix @@ -44,6 +44,14 @@ put_filemap("$[almaMmsId2rpbId]","almaMmsId2rpbId", sep_char:"\t",key_column:"0" # map zdbId to old hbzId(HT Nummer) based on the last aleph transformation put_filemap("$[hbzId2zdbId.tsv]","zdbId2oldHbzId", sep_char:"\t",key_column:"1",value_column:"0",expected_columns:"-1") +# opac links +put_filemap("$[isil2opac_hbzId.tsv]","isil2opac_hbzId", sep_char:"\t") +put_filemap("$[isil2opac_isbn.tsv]","isil2opac_isbn", sep_char:"\t") +put_filemap("$[isil2opac_issn.tsv]","isil2opac_issn", sep_char:"\t") +put_filemap("$[isil2opac_zdbId.tsv]","isil2opac_zdbId", sep_char:"\t") +put_filemap("$[isil2opac_almaMmsId.tsv]","isil2opac_almaMmsId", sep_char:"\t") + + put_map("rswk-indicator", "p": "Person", "b": "CorporateBody", diff --git a/src/test/java/org/lobid/resources/AlmaMarc21XmlToLobidJsonMetafixTest.java b/src/test/java/org/lobid/resources/AlmaMarc21XmlToLobidJsonMetafixTest.java index 21298fa14..7ffc32e40 100644 --- a/src/test/java/org/lobid/resources/AlmaMarc21XmlToLobidJsonMetafixTest.java +++ b/src/test/java/org/lobid/resources/AlmaMarc21XmlToLobidJsonMetafixTest.java @@ -77,6 +77,11 @@ public void setup() { fixVariables.put("nwbib.ttl", "src/test/resources/alma/maps/nwbib.ttl"); fixVariables.put("nwbib-spatial.ttl", "src/test/resources/alma/maps/nwbib-spatial.ttl"); fixVariables.put("hbzId2zdbId.tsv", "src/main/resources/alma/maps/hbzId2zdbId.tsv.gz"); + fixVariables.put("isil2opac_hbzId.tsv", "src/test/resources/alma/maps/isil2opac_hbzId.tsv"); + fixVariables.put("isil2opac_isbn.tsv", "src/test/resources/alma/maps/isil2opac_isbn.tsv"); + fixVariables.put("isil2opac_issn.tsv", "src/test/resources/alma/maps/isil2opac_issn.tsv"); + fixVariables.put("isil2opac_zdbId.tsv", "src/test/resources/alma/maps/isil2opac_zdbId.tsv"); + fixVariables.put("isil2opac_almaMmsId.tsv", "src/test/resources/alma/maps/isil2opac_almaMmsId.tsv"); } /** diff --git a/src/test/resources/alma-fix/990001412590206441.json b/src/test/resources/alma-fix/990001412590206441.json index e21c422b2..e5935d721 100644 --- a/src/test/resources/alma-fix/990001412590206441.json +++ b/src/test/resources/alma-fix/990001412590206441.json @@ -115,10 +115,11 @@ "currentLibrary" : "W0001", "currentLocation" : "04", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT000161712" ], "id" : "http://lobid.org/items/990001412590206441:DE-468:23138155830006447#!" }, { "label" : "lobid Bestandsressource", @@ -128,10 +129,11 @@ "currentLibrary" : "F0001", "currentLocation" : "03", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT000161712" ], "id" : "http://lobid.org/items/990001412590206441:DE-708:2397648970006464#!" }, { "label" : "lobid Bestandsressource", @@ -141,10 +143,11 @@ "currentLibrary" : "R0001", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT000161712%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990001412590206441:DE-929:2367328890007506#!" }, { "label" : "lobid Bestandsressource", @@ -154,10 +157,11 @@ "currentLibrary" : "R0001", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT000161712%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990001412590206441:DE-929:2367328900007506#!" }, { "label" : "lobid Bestandsressource", @@ -167,10 +171,11 @@ "currentLibrary" : "R0001", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT000161712%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990001412590206441:DE-929:2367328910007506#!" }, { "label" : "lobid Bestandsressource", @@ -180,8 +185,8 @@ "currentLibrary" : "T0010", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-121#!", "isil" : "DE-121", + "id" : "http://lobid.org/organisations/DE-121#!", "label" : "Wissenschaftliche Bibliothek der Stadt Trier" }, "id" : "http://lobid.org/items/990001412590206441:DE-121:2319004410007826#!" @@ -193,10 +198,11 @@ "currentLibrary" : "EFB", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990001412590206441" ], "id" : "http://lobid.org/items/990001412590206441:DE-290:23197423230006445#!" }, { "label" : "lobid Bestandsressource", @@ -206,10 +212,11 @@ "currentLibrary" : "0", "currentLocation" : "0-MagAlt", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990001412590206441" ], "id" : "http://lobid.org/items/990001412590206441:DE-5:23231651750006467#!" }, { "label" : "lobid Bestandsressource", @@ -219,8 +226,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "164_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990001412590206441:DE-361:23278036660006442#!" @@ -232,10 +239,11 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT000161712" ], "id" : "http://lobid.org/items/990001412590206441:DE-61:23299197890006443#!" }, { "label" : "lobid Bestandsressource", @@ -245,10 +253,11 @@ "currentLibrary" : "38", "currentLocation" : "38-MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT000161712" ], "id" : "http://lobid.org/items/990001412590206441:DE-38:23307640680006476#!" }, { "label" : "lobid Bestandsressource", @@ -258,10 +267,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_GMAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990001412590206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990001412590206441:DE-6:23507162560006449#!" }, { "label" : "lobid Bestandsressource", @@ -271,10 +281,11 @@ "currentLibrary" : "S0001", "currentLocation" : "ERW", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT000161712" ], "id" : "http://lobid.org/items/990001412590206441:DE-467:2394316400006462#!" }, { "label" : "lobid Bestandsressource", @@ -284,10 +295,11 @@ "currentLibrary" : "P0001", "currentLocation" : "11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT000161712" ], "id" : "http://lobid.org/items/990001412590206441:DE-466:23135518530006463#!" }, { "label" : "lobid Bestandsressource", @@ -295,10 +307,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT000161712" ], "id" : "http://lobid.org/items/990001412590206441:DE-466:22135518500006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990011470300206441.json b/src/test/resources/alma-fix/990011470300206441.json index 4a6c5b6a7..b40967f57 100644 --- a/src/test/resources/alma-fix/990011470300206441.json +++ b/src/test/resources/alma-fix/990011470300206441.json @@ -97,10 +97,11 @@ "currentLibrary" : "T0011", "currentLocation" : "38", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990011470300206441" ], "id" : "http://lobid.org/items/990011470300206441:DE-385:23264500340006470#!" }, { "label" : "lobid Bestandsressource", @@ -110,10 +111,11 @@ "currentLibrary" : "PHIL", "currentLocation" : "PHIL_PBIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-015#!", "isil" : "DE-6-015", + "id" : "http://lobid.org/organisations/DE-6-015#!", "label" : "Universität Münster, Philosophisches Seminar, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990011470300206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990011470300206441:DE-6-015:23600509680006449#!" }, { "label" : "lobid Bestandsressource", @@ -121,10 +123,11 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990011470300206441" ], "id" : "http://lobid.org/items/990011470300206441:DE-385:22264500330006470#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990014830510206441.json b/src/test/resources/alma-fix/990014830510206441.json index 57383b644..98ad5695d 100644 --- a/src/test/resources/alma-fix/990014830510206441.json +++ b/src/test/resources/alma-fix/990014830510206441.json @@ -100,10 +100,11 @@ "currentLibrary" : "T0011", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990014830510206441" ], "id" : "http://lobid.org/items/990014830510206441:DE-385:23291734220006470#!" }, { "label" : "lobid Bestandsressource", @@ -113,10 +114,11 @@ "currentLibrary" : "SM", "currentLocation" : "SM-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-58#!", "isil" : "DE-5-58", + "id" : "http://lobid.org/organisations/DE-5-58#!", "label" : "Universität Bonn, Institut für Sprach-, Medien- und Musikwissenschaft, Bibliothek für Medien- und Musikwissenschaft" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990014830510206441" ], "id" : "http://lobid.org/items/990014830510206441:DE-5-58:23241836240006467#!" }, { "label" : "lobid Bestandsressource", @@ -126,10 +128,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E07IM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990014830510206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990014830510206441:DE-465:23382608040006446#!" }, { "label" : "lobid Bestandsressource", @@ -137,10 +140,11 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990014830510206441" ], "id" : "http://lobid.org/items/990014830510206441:DE-385:22291734190006470#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990016782920206441.json b/src/test/resources/alma-fix/990016782920206441.json index 984dd214c..700da0300 100644 --- a/src/test/resources/alma-fix/990016782920206441.json +++ b/src/test/resources/alma-fix/990016782920206441.json @@ -89,10 +89,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT004285445" ], "id" : "http://lobid.org/items/990016782920206441:DE-1156:2311409300006459#!" }, { "label" : "lobid Bestandsressource", @@ -102,10 +103,11 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, + "seeAlso" : [ "https://det.digibib.net/search/katalog/record/(DE-605)HT004285445" ], "id" : "http://lobid.org/items/990016782920206441:DE-575:2393551510006480#!" }, { "label" : "lobid Bestandsressource", @@ -115,10 +117,11 @@ "currentLibrary" : "R0003", "currentLocation" : "00001000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT004285445%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990016782920206441:DE-107:237988430007506#!" }, { "label" : "lobid Bestandsressource", @@ -128,10 +131,11 @@ "currentLibrary" : "MUPA", "currentLocation" : "MUPA_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-286#!", "isil" : "DE-6-286", + "id" : "http://lobid.org/organisations/DE-6-286#!", "label" : "Universität Münster, Institut für Musikpädagogik, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990016782920206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990016782920206441:DE-6-286:23506545980006449#!" }, { "label" : "lobid Bestandsressource", @@ -139,8 +143,8 @@ "currentLibrary" : "Z9029", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-52#!", "isil" : "DE-52", + "id" : "http://lobid.org/organisations/DE-52#!", "label" : "Stadtbibliothek Aachen" }, "id" : "http://lobid.org/items/990016782920206441:DE-52:228656420007816#!" @@ -150,8 +154,8 @@ "currentLibrary" : "Z9031", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-62#!", "isil" : "DE-62", + "id" : "http://lobid.org/organisations/DE-62#!", "label" : "Stadtbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990016782920206441:DE-62:228656390007816#!" @@ -161,8 +165,8 @@ "currentLibrary" : "Z9030", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-60#!", "isil" : "DE-60", + "id" : "http://lobid.org/organisations/DE-60#!", "label" : "Stadt- und Landesbibliothek Dortmund" }, "id" : "http://lobid.org/items/990016782920206441:DE-60:228656400007816#!" diff --git a/src/test/resources/alma-fix/990021367710206441.json b/src/test/resources/alma-fix/990021367710206441.json index 8da7b0f4e..e5eebfafa 100644 --- a/src/test/resources/alma-fix/990021367710206441.json +++ b/src/test/resources/alma-fix/990021367710206441.json @@ -96,10 +96,11 @@ "currentLibrary" : "SFS", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990021367710206441" ], "id" : "http://lobid.org/items/990021367710206441:DE-290:23198604440006445#!" }, { "label" : "lobid Bestandsressource", @@ -109,10 +110,11 @@ "currentLibrary" : "ZB", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990021367710206441" ], "id" : "http://lobid.org/items/990021367710206441:DE-290:23198604460006445#!" }, { "label" : "lobid Bestandsressource", @@ -122,10 +124,11 @@ "currentLibrary" : "T0011", "currentLocation" : "MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990021367710206441" ], "id" : "http://lobid.org/items/990021367710206441:DE-385:23252207750006470#!" }, { "label" : "lobid Bestandsressource", @@ -135,8 +138,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "13W_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990021367710206441:DE-361:23251929370006442#!" @@ -146,17 +149,19 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990021367710206441" ], "id" : "http://lobid.org/items/990021367710206441:DE-385:22252207740006470#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT005207972" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/990021367710206441:DE-466:990014134660106463#!" diff --git a/src/test/resources/alma-fix/990021974470206441.json b/src/test/resources/alma-fix/990021974470206441.json index 711f74184..13d3b2015 100644 --- a/src/test/resources/alma-fix/990021974470206441.json +++ b/src/test/resources/alma-fix/990021974470206441.json @@ -108,10 +108,11 @@ "currentLibrary" : "604", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82-604#!", "isil" : "DE-82-604", + "id" : "http://lobid.org/organisations/DE-82-604#!", "label" : "Historisches Institut, Bibliothek" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990021974470206441" ], "id" : "http://lobid.org/items/990021974470206441:DE-82-604:23253806030006448#!" }, { "label" : "lobid Bestandsressource", @@ -121,10 +122,11 @@ "currentLibrary" : "T0011", "currentLocation" : "MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990021974470206441" ], "id" : "http://lobid.org/items/990021974470206441:DE-385:23288625180006470#!" }, { "label" : "lobid Bestandsressource", @@ -134,8 +136,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "11_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990021974470206441:DE-361:23252165950006442#!" @@ -147,8 +149,8 @@ "currentLibrary" : "HIS", "currentLocation" : "HIS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990021974470206441:DE-294:23118570990006471#!" @@ -160,10 +162,11 @@ "currentLibrary" : "38", "currentLocation" : "38-MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT005271161" ], "id" : "http://lobid.org/items/990021974470206441:DE-38:23290695210006476#!" }, { "label" : "lobid Bestandsressource", @@ -173,10 +176,11 @@ "currentLibrary" : "38-208", "currentLocation" : "38-208-VR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-208#!", "isil" : "DE-38-208", + "id" : "http://lobid.org/organisations/DE-38-208#!", "label" : "Gemeinschaftsbibliothek Internationales Recht" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT005271161" ], "id" : "http://lobid.org/items/990021974470206441:DE-38-208:23290695190006476#!" }, { "label" : "lobid Bestandsressource", @@ -186,10 +190,11 @@ "currentLibrary" : "RWS1", "currentLocation" : "RWS1_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-016#!", "isil" : "DE-6-016", + "id" : "http://lobid.org/organisations/DE-6-016#!", "label" : "Universität Münster, Rechtswissenschaftliches Seminar, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990021974470206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990021974470206441:DE-6-016:23561372540006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990026405480206441.json b/src/test/resources/alma-fix/990026405480206441.json index e3365567a..4a00c7302 100644 --- a/src/test/resources/alma-fix/990026405480206441.json +++ b/src/test/resources/alma-fix/990026405480206441.json @@ -98,10 +98,11 @@ "currentLibrary" : "SIE", "currentLocation" : "SIE_PRAES", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Sie5#!", "isil" : "DE-Sie5", + "id" : "http://lobid.org/organisations/DE-Sie5#!", "label" : "Wissenschaftliche Bibliothek des Rhein-Sieg-Kreises" }, + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990026405480206441" ], "id" : "http://lobid.org/items/990026405480206441:DE-Sie5:2365555310006452#!" }, { "label" : "lobid Bestandsressource", @@ -111,10 +112,11 @@ "currentLibrary" : "cdd", "currentLocation" : "HB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, + "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)HT006813395" ], "id" : "http://lobid.org/items/990026405480206441:DE-Due62:2332858470006455#!" }, { "label" : "lobid Bestandsressource", @@ -124,10 +126,11 @@ "currentLibrary" : "R0002", "currentLocation" : "00002000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Zw1#!", "isil" : "DE-Zw1", + "id" : "http://lobid.org/organisations/DE-Zw1#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Bibliotheca Bipontina" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT006813395%22&selectedViewBranchlib=2" ], "id" : "http://lobid.org/items/990026405480206441:DE-Zw1:2310230370007506#!" }, { "label" : "lobid Bestandsressource", @@ -137,10 +140,11 @@ "currentLibrary" : "R0002", "currentLocation" : "00002000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Zw1#!", "isil" : "DE-Zw1", + "id" : "http://lobid.org/organisations/DE-Zw1#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Bibliotheca Bipontina" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT006813395%22&selectedViewBranchlib=2" ], "id" : "http://lobid.org/items/990026405480206441:DE-Zw1:2310230380007506#!" }, { "label" : "lobid Bestandsressource", @@ -150,8 +154,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "14K_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990026405480206441:DE-361:23250908000006442#!" @@ -163,10 +167,11 @@ "currentLibrary" : "38-420", "currentLocation" : "38-420-MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-420#!", "isil" : "DE-38-420", + "id" : "http://lobid.org/organisations/DE-38-420#!", "label" : "Historisches Institut, Abteilung für Mittlere und Neuere Geschichte mit Abteilung für Nationalismusforschung, Bibliothek" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT006813395" ], "id" : "http://lobid.org/items/990026405480206441:DE-38-420:23288776350006476#!" }, { "label" : "lobid Bestandsressource", @@ -176,10 +181,11 @@ "currentLibrary" : "P0001", "currentLocation" : "51", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT006813395" ], "id" : "http://lobid.org/items/990026405480206441:DE-466:23148766830006463#!" }, { "label" : "lobid Bestandsressource", @@ -187,10 +193,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT006813395" ], "id" : "http://lobid.org/items/990026405480206441:DE-466:22148766820006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990030574430206441.json b/src/test/resources/alma-fix/990030574430206441.json index e086ae3f6..fbc81ab82 100644 --- a/src/test/resources/alma-fix/990030574430206441.json +++ b/src/test/resources/alma-fix/990030574430206441.json @@ -73,10 +73,11 @@ "currentLibrary" : "SG", "currentLocation" : "SG-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-13#!", "isil" : "DE-5-13", + "id" : "http://lobid.org/organisations/DE-5-13#!", "label" : "Universität Bonn, Institut für Germanistik, Vergleichende Literatur- und Kulturwissenschaft, Bibliothek" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990030574430206441" ], "id" : "http://lobid.org/items/990030574430206441:DE-5-13:23308126210006467#!" }, { "label" : "lobid Bestandsressource", @@ -86,10 +87,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990030574430206441" ], "id" : "http://lobid.org/items/990030574430206441:DE-5:23308126230006467#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990033263300206441.json b/src/test/resources/alma-fix/990033263300206441.json index 4d3f7dc0c..2fdde2a8d 100644 --- a/src/test/resources/alma-fix/990033263300206441.json +++ b/src/test/resources/alma-fix/990033263300206441.json @@ -79,8 +79,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "99_Mag06", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990033263300206441:DE-361:23234824210006442#!" diff --git a/src/test/resources/alma-fix/990035016180206441.json b/src/test/resources/alma-fix/990035016180206441.json index 2d08fc47d..f014304fc 100644 --- a/src/test/resources/alma-fix/990035016180206441.json +++ b/src/test/resources/alma-fix/990035016180206441.json @@ -86,10 +86,11 @@ "currentLibrary" : "W0001", "currentLocation" : "06", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT008733617" ], "id" : "http://lobid.org/items/990035016180206441:DE-468:23121154640006447#!" }, { "label" : "lobid Bestandsressource", @@ -99,10 +100,11 @@ "currentLibrary" : "EFB", "currentLocation" : "BibDtLit", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990035016180206441" ], "id" : "http://lobid.org/items/990035016180206441:DE-290:23200446830006445#!" }, { "label" : "lobid Bestandsressource", @@ -112,8 +114,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "01_Temp", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990035016180206441:DE-361:23262944040006442#!" @@ -125,8 +127,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_LS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990035016180206441:DE-294:23153395620006471#!" @@ -138,10 +140,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D98", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990035016180206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990035016180206441:DE-465:23372647300006446#!" }, { "label" : "lobid Bestandsressource", @@ -151,10 +154,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E06", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990035016180206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990035016180206441:DE-465:23372647280006446#!" }, { "label" : "lobid Bestandsressource", @@ -164,10 +168,11 @@ "currentLibrary" : "38", "currentLocation" : "38-LS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT008733617" ], "id" : "http://lobid.org/items/990035016180206441:DE-38:23229037390006476#!" }, { "label" : "lobid Bestandsressource", @@ -177,10 +182,11 @@ "currentLibrary" : "ZUP", "currentLocation" : "ZUP_MIKRO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-Z#!", "isil" : "DE-6-Z", + "id" : "http://lobid.org/organisations/DE-6-Z#!", "label" : "Universitäts- und Landesbibliothek Münster, Zeitungs- und Pressearchiv" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990035016180206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990035016180206441:DE-6-Z:23504836650006449#!" }, { "label" : "lobid Bestandsressource", @@ -190,10 +196,11 @@ "currentLibrary" : "S0001", "currentLocation" : "ARMED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT008733617" ], "id" : "http://lobid.org/items/990035016180206441:DE-467:2377634040006462#!" }, { "label" : "lobid Bestandsressource", @@ -203,10 +210,11 @@ "currentLibrary" : "P0001", "currentLocation" : "93", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT008733617" ], "id" : "http://lobid.org/items/990035016180206441:DE-466:23125280390006463#!" }, { "label" : "lobid Bestandsressource", @@ -214,17 +222,19 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT008733617" ], "id" : "http://lobid.org/items/990035016180206441:DE-466:22125280380006463#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990035016180206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/990035016180206441:DE-385:990009300190106470#!" diff --git a/src/test/resources/alma-fix/990041403870206441.json b/src/test/resources/alma-fix/990041403870206441.json index 586e2ba23..0829e7272 100644 --- a/src/test/resources/alma-fix/990041403870206441.json +++ b/src/test/resources/alma-fix/990041403870206441.json @@ -71,10 +71,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Speich", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990041403870206441" ], "id" : "http://lobid.org/items/990041403870206441:DE-5:23218652060006467#!" }, { "label" : "lobid Bestandsressource", @@ -84,10 +85,11 @@ "currentLibrary" : "38-HLS", "currentLocation" : "38-HLS-MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT009965981" ], "id" : "http://lobid.org/items/990041403870206441:DE-38:23320523800006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990050000600206441.json b/src/test/resources/alma-fix/990050000600206441.json index bc1e46207..926f1c6ea 100644 --- a/src/test/resources/alma-fix/990050000600206441.json +++ b/src/test/resources/alma-fix/990050000600206441.json @@ -171,10 +171,11 @@ "currentLibrary" : "RL002", "currentLocation" : "ALLLD", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Lan1#!", "isil" : "DE-Lan1", + "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=HT006855611&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990050000600206441:DE-Lan1:2365786130007476#!" }, { "label" : "lobid Bestandsressource", @@ -184,10 +185,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT006855611" ], "id" : "http://lobid.org/items/990050000600206441:DE-466:23137495220006463#!" }, { "label" : "lobid Bestandsressource", @@ -195,8 +197,8 @@ "currentLibrary" : "T0013", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1042#!", "isil" : "DE-1042", + "id" : "http://lobid.org/organisations/DE-1042#!", "label" : "Hochschule Trier, Umwelt-Campus Birkenfeld, Bibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-1042:228013380007821#!" @@ -207,10 +209,11 @@ "currentLocation" : "ALL42", "callNumber" : "MAS 024/012", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990050000600206441" ], "id" : "http://lobid.org/items/990050000600206441:DE-386:2265786120007476#!" }, { "label" : "lobid Bestandsressource", @@ -219,10 +222,11 @@ "currentLocation" : "ALL48", "callNumber" : "MAT Furl", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990050000600206441" ], "id" : "http://lobid.org/items/990050000600206441:DE-386:2265786090007476#!" }, { "label" : "lobid Bestandsressource", @@ -231,10 +235,11 @@ "currentLocation" : "EHS", "callNumber" : "TBM1318 <>", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990050000600206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990050000600206441:DE-465:22369588590006446#!" }, { "label" : "lobid Bestandsressource", @@ -243,17 +248,19 @@ "currentLocation" : "DHS", "callNumber" : "TBM1318_d <>", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990050000600206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990050000600206441:DE-465:22369588600006446#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990050000600206441:DE-468:990007452950206447#!" @@ -261,17 +268,18 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm3#!", "isil" : "DE-Bm3", + "id" : "http://lobid.org/organisations/DE-Bm3#!", "label" : "Bibliothek des Ruhrgebiets" }, "id" : "http://lobid.org/items/990050000600206441:DE-Bm3:9914904107508#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22HT006855611%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-Dm13:991001984839706451#!" @@ -279,17 +287,18 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4#!", "isil" : "DE-Hag4", + "id" : "http://lobid.org/organisations/DE-Hag4#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Hagen, Zentralbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-Hag4:990005940980106461#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/990050000600206441:DE-708:990005940980106464#!" @@ -297,62 +306,68 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/990050000600206441:DE-A96:991002141299706444#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://fhb-bielefeld.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-Bi10:991001234009706450#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-Bm40:991000247429706454#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990050000600206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/990050000600206441:DE-1044:991000161599706452#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, "id" : "http://lobid.org/items/990050000600206441:DE-Due62:991001481009706455#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hs-niederrhein.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-829:991000603219708056#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://th-owl.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, "id" : "http://lobid.org/items/990050000600206441:DE-743:991000755699706468#!" @@ -360,53 +375,58 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1383#!", "isil" : "DE-1383", + "id" : "http://lobid.org/organisations/DE-1383#!", "label" : "Hochschule Rhein-Waal, Bibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-1383:991000043939706479#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hsb-ruhr-west.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1393#!", "isil" : "DE-1393", + "id" : "http://lobid.org/organisations/DE-1393#!", "label" : "Hochschule Ruhr West, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-1393:991000857029706453#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990050000600206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/990050000600206441:DE-82:991002777419706448#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-832:991008208009706477#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990050000600206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/990050000600206441:DE-290:991001802079706445#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990050000600206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990050000600206441:DE-5:991016986139706467#!" @@ -414,8 +434,8 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990050000600206441:DE-361:991013990859706442#!" @@ -423,44 +443,48 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-294:991012714479706471#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990050000600206441:DE-61:990010318920206443#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990050000600206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-6:991037504519706449#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/990050000600206441:DE-467:990007901380106462#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://w-hs.digibib.net/search/katalog/record/(DE-605)HT006855611" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1010#!", "isil" : "DE-1010", + "id" : "http://lobid.org/organisations/DE-1010#!", "label" : "Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990050000600206441:DE-1010:991001095739706456#!" diff --git a/src/test/resources/alma-fix/990051708340206441.json b/src/test/resources/alma-fix/990051708340206441.json index 4ecc74ec9..33145159c 100644 --- a/src/test/resources/alma-fix/990051708340206441.json +++ b/src/test/resources/alma-fix/990051708340206441.json @@ -68,17 +68,18 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT009976241" ], "id" : "http://lobid.org/items/990051708340206441:DE-466:23139237860006463#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990051708340206441:DE-361:991019320629706442#!" diff --git a/src/test/resources/alma-fix/990052965140206441.json b/src/test/resources/alma-fix/990052965140206441.json index 24e720bee..8a285e792 100644 --- a/src/test/resources/alma-fix/990052965140206441.json +++ b/src/test/resources/alma-fix/990052965140206441.json @@ -130,10 +130,11 @@ "currentLibrary" : "R0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT002529477%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990052965140206441:DE-929:2217153360007506#!" }, { "label" : "lobid Bestandsressource", @@ -141,17 +142,19 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990052965140206441" ], "id" : "http://lobid.org/items/990052965140206441:DE-385:22279005870006470#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT002529477" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990052965140206441:DE-468:990004566360206447#!" @@ -159,71 +162,78 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm3#!", "isil" : "DE-Bm3", + "id" : "http://lobid.org/organisations/DE-Bm3#!", "label" : "Bibliothek des Ruhrgebiets" }, "id" : "http://lobid.org/items/990052965140206441:DE-Bm3:9917307907508#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990052965140206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/990052965140206441:DE-1044:991003168089706452#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990052965140206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/990052965140206441:DE-82:991023049269706448#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990052965140206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990052965140206441:DE-5:991006065489706467#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990052965140206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/990052965140206441:DE-465:990004010910206446#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT002529477" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990052965140206441:DE-61:990003684970206443#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT002529477" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990052965140206441:DE-38:991044980779706476#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990052965140206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/990052965140206441:DE-6:991040627879706449#!" @@ -231,8 +241,8 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38M#!", "isil" : "DE-38M", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "ZB MED - Informationszentrum Lebenswissenschaften, Köln" }, "id" : "http://lobid.org/items/990052965140206441:DE-38M:991000016349706472#!" diff --git a/src/test/resources/alma-fix/990053976760206441.json b/src/test/resources/alma-fix/990053976760206441.json index bcf4f8808..a0b425d87 100644 --- a/src/test/resources/alma-fix/990053976760206441.json +++ b/src/test/resources/alma-fix/990053976760206441.json @@ -222,10 +222,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D30", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990053976760206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990053976760206441:DE-465:23409593810006446#!" }, { "label" : "lobid Bestandsressource", @@ -235,10 +236,11 @@ "currentLibrary" : "RL001", "currentLocation" : "MAGZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "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", @@ -248,10 +250,11 @@ "currentLibrary" : "RL001", "currentLocation" : "MAGZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "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", @@ -261,10 +264,11 @@ "currentLibrary" : "RL001", "currentLocation" : "MAGZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "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", @@ -274,10 +278,11 @@ "currentLibrary" : "RL001", "currentLocation" : "MAGZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "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", @@ -287,10 +292,11 @@ "currentLibrary" : "RL001", "currentLocation" : "MAGZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "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", @@ -300,10 +306,11 @@ "currentLibrary" : "RL001", "currentLocation" : "MAGZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "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", @@ -313,10 +320,11 @@ "currentLibrary" : "S0001", "currentLocation" : "FMZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "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", @@ -325,8 +333,8 @@ "currentLocation" : "04", "callNumber" : "67P9", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990053976760206441:DE-468:22142187260006447#!" @@ -337,10 +345,11 @@ "currentLocation" : "ZSPHY", "callNumber" : "PHY Z 1646", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990053976760206441" ], "id" : "http://lobid.org/items/990053976760206441:DE-386:2266381760007476#!" }, { "label" : "lobid Bestandsressource", @@ -349,10 +358,11 @@ "currentLocation" : "ZSPHY", "callNumber" : "PHY Z 1646", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990053976760206441" ], "id" : "http://lobid.org/items/990053976760206441:DE-386:2266381820007476#!" }, { "label" : "lobid Bestandsressource", @@ -361,10 +371,11 @@ "currentLocation" : "FZSLD", "callNumber" : "fys 02-3", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Lan1#!", "isil" : "DE-Lan1", + "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=" ], "id" : "http://lobid.org/items/990053976760206441:DE-Lan1:2266381790007476#!" }, { "label" : "lobid Bestandsressource", @@ -373,10 +384,11 @@ "currentLocation" : "0", "callNumber" : "Z5725", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990053976760206441" ], "id" : "http://lobid.org/items/990053976760206441:DE-82:22222365420006448#!" }, { "label" : "lobid Bestandsressource", @@ -385,10 +397,11 @@ "currentLocation" : "ZS", "callNumber" : "ZN 535", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "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" ], "id" : "http://lobid.org/items/990053976760206441:DE-290:22189310720006445#!" }, { "label" : "lobid Bestandsressource", @@ -397,10 +410,11 @@ "currentLocation" : "17_Zs", "callNumber" : "17 QD000 P600", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "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", @@ -409,10 +423,11 @@ "currentLocation" : "PHYS_Z", "callNumber" : "ohne Sign.", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, + "seeAlso" : [ "https://suchen.ub.rub.de/zdbid/123550-3" ], "id" : "http://lobid.org/items/990053976760206441:DE-294:22175660800006471#!" }, { "label" : "lobid Bestandsressource", @@ -421,10 +436,11 @@ "currentLocation" : "03P", "callNumber" : "phy z p 455", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -433,8 +449,8 @@ "currentLocation" : "38-HWA-ZMA", "callNumber" : "EWA Z666", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990053976760206441:DE-38:22292579360006476#!" @@ -445,10 +461,11 @@ "currentLocation" : "PHY_ZS", "callNumber" : "DP", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-023#!", "isil" : "DE-6-023", + "id" : "http://lobid.org/organisations/DE-6-023#!", "label" : "Universität Münster, Bibliothek des Fachbereichs Physik" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990053976760206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990053976760206441:DE-6-023:22526741320006449#!" }, { "label" : "lobid Bestandsressource", @@ -457,10 +474,11 @@ "currentLocation" : "BEK_ZS", "callNumber" : "Z 1011", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-123#!", "isil" : "DE-6-123", + "id" : "http://lobid.org/organisations/DE-6-123#!", "label" : "Universität Münster, Bibliothek für Erziehungswissenschaft und Kommunikationswissenschaft" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990053976760206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990053976760206441:DE-6-123:22526741310006449#!" }, { "label" : "lobid Bestandsressource", @@ -469,10 +487,11 @@ "currentLocation" : "ZB_ZS", "callNumber" : "Z Qu 4447", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990053976760206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990053976760206441:DE-6:22526741340006449#!" }, { "label" : "lobid Bestandsressource", @@ -481,10 +500,11 @@ "currentLocation" : "40", "callNumber" : "67p54", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "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/990054215550206441.json b/src/test/resources/alma-fix/990054215550206441.json index c5a368399..2b41a0f31 100644 --- a/src/test/resources/alma-fix/990054215550206441.json +++ b/src/test/resources/alma-fix/990054215550206441.json @@ -151,10 +151,11 @@ "currentLocation" : "0-Mag", "callNumber" : "Z 4' 66/103", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "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" ], "id" : "http://lobid.org/items/990054215550206441:DE-5:22235621980006467#!" }, { "label" : "lobid Bestandsressource", @@ -163,10 +164,11 @@ "currentLocation" : "UB_Z", "callNumber" : "ZRC 828", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, + "seeAlso" : [ "https://suchen.ub.rub.de/zdbid/1257-9" ], "id" : "http://lobid.org/items/990054215550206441:DE-294:22184893700006471#!" }, { "label" : "lobid Bestandsressource", @@ -175,8 +177,8 @@ "currentLocation" : "38-ZS", "callNumber" : "Sh13", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990054215550206441:DE-38:22238974440006476#!" diff --git a/src/test/resources/alma-fix/990054301770206441.json b/src/test/resources/alma-fix/990054301770206441.json index b6e52507b..cf5c8b30f 100644 --- a/src/test/resources/alma-fix/990054301770206441.json +++ b/src/test/resources/alma-fix/990054301770206441.json @@ -194,8 +194,8 @@ "currentLocation" : "LLB_Magvl", "callNumber" : "K 3902(2)", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-51#!", "isil" : "DE-51", + "id" : "http://lobid.org/organisations/DE-51#!", "label" : "Lippische Landesbibliothek - Theologische Bibliothek und Mediothek" }, "id" : "http://lobid.org/items/990054301770206441:DE-51:2294873830006480#!" @@ -206,10 +206,11 @@ "currentLocation" : "kA", "callNumber" : "Per. 5502", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "https://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Query=-1=%22133469-4%22" ], "id" : "http://lobid.org/items/990054301770206441:DE-107:2285922320007506#!" }, { "label" : "lobid Bestandsressource", @@ -218,8 +219,8 @@ "currentLocation" : "kA", "callNumber" : "Z 1703", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-121#!", "isil" : "DE-121", + "id" : "http://lobid.org/organisations/DE-121#!", "label" : "Wissenschaftliche Bibliothek der Stadt Trier" }, "id" : "http://lobid.org/items/990054301770206441:DE-121:2224982290007826#!" @@ -230,8 +231,8 @@ "currentLocation" : "38-ZS", "callNumber" : "EkFOL577", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990054301770206441:DE-38:22216279800006476#!" @@ -242,17 +243,19 @@ "currentLocation" : "ALKU_ZS", "callNumber" : "Fr 88", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-139a#!", "isil" : "DE-6-139a", + "id" : "http://lobid.org/organisations/DE-6-139a#!", "label" : "Kommission Alltagskulturforschung für Westfalen (KAF), Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990054301770206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990054301770206441:DE-6-139a:22577982090006449#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%22133469-4%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/990054301770206441:DE-290:991007182009706445#!" diff --git a/src/test/resources/alma-fix/990054345550206441.json b/src/test/resources/alma-fix/990054345550206441.json index 3e180fbd8..496546b1b 100644 --- a/src/test/resources/alma-fix/990054345550206441.json +++ b/src/test/resources/alma-fix/990054345550206441.json @@ -230,10 +230,11 @@ "currentLibrary" : "ZB", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990054345550206441" ], "id" : "http://lobid.org/items/990054345550206441:DE-82:23312187860006448#!" }, { "label" : "lobid Bestandsressource", @@ -243,10 +244,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -256,10 +258,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -268,10 +271,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -281,10 +285,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -294,10 +299,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -306,10 +312,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -318,10 +325,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -330,10 +338,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -342,10 +351,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -354,10 +364,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -366,10 +377,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -378,10 +390,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -390,10 +403,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -403,10 +417,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -415,10 +430,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -428,10 +444,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -441,10 +458,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -453,10 +471,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -465,10 +484,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -478,10 +498,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -491,10 +512,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -504,10 +526,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -516,10 +539,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -528,10 +552,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -540,10 +565,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -552,10 +578,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -564,10 +591,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -576,10 +604,11 @@ "currentLibrary" : "X0001", "currentLocation" : "93L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "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", @@ -587,8 +616,8 @@ "currentLibrary" : "BDA01", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-2187#!", "isil" : "DE-2187", + "id" : "http://lobid.org/organisations/DE-2187#!", "label" : "Bischöfliches Diözesanarchiv Aachen" }, "id" : "http://lobid.org/items/990054345550206441:DE-2187:2247379360007507#!" @@ -599,10 +628,11 @@ "currentLocation" : "0", "callNumber" : "Md5099", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990054345550206441" ], "id" : "http://lobid.org/items/990054345550206441:DE-82:22246727820006448#!" }, { "label" : "lobid Bestandsressource", @@ -611,8 +641,8 @@ "currentLocation" : "kA", "callNumber" : "Z 5354", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, "id" : "http://lobid.org/items/990054345550206441:DE-929:2275368700007506#!" @@ -623,10 +653,11 @@ "currentLocation" : "0-Mag", "callNumber" : "Z 95/130", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "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" ], "id" : "http://lobid.org/items/990054345550206441:DE-5:22214232350006467#!" }, { "label" : "lobid Bestandsressource", @@ -635,10 +666,11 @@ "currentLocation" : "0-Mag", "callNumber" : "Z 95/130", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "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" ], "id" : "http://lobid.org/items/990054345550206441:DE-5:22214232360006467#!" }, { "label" : "lobid Bestandsressource", @@ -647,8 +679,8 @@ "currentLocation" : "38-445-ZS", "callNumber" : "Ff 176/52", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-445#!", "isil" : "DE-38-445", + "id" : "http://lobid.org/organisations/DE-38-445#!", "label" : "Kunsthistorisches Institut, Abteilung Architekturgeschichte, Bibliothek" }, "id" : "http://lobid.org/items/990054345550206441:DE-38-445:22321673870006476#!" diff --git a/src/test/resources/alma-fix/990055981810206441.json b/src/test/resources/alma-fix/990055981810206441.json index 28659d6d7..8d0d2a74c 100644 --- a/src/test/resources/alma-fix/990055981810206441.json +++ b/src/test/resources/alma-fix/990055981810206441.json @@ -280,10 +280,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_LSAZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990055981810206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990055981810206441:DE-6:23651985810006449#!" }, { "label" : "lobid Bestandsressource", @@ -293,10 +294,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_LSAZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990055981810206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990055981810206441:DE-6:23650616280006449#!" }, { "label" : "lobid Bestandsressource", @@ -306,10 +308,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_LSAZS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990055981810206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990055981810206441:DE-6:23650616270006449#!" }, { "label" : "lobid Bestandsressource", @@ -318,8 +321,8 @@ "currentLocation" : "kA", "callNumber" : "Bg 223", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm3#!", "isil" : "DE-Bm3", + "id" : "http://lobid.org/organisations/DE-Bm3#!", "label" : "Bibliothek des Ruhrgebiets" }, "id" : "http://lobid.org/items/990055981810206441:DE-Bm3:2217998960007508#!" @@ -330,10 +333,11 @@ "currentLocation" : "UB_Z", "callNumber" : "ZYC 22", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, + "seeAlso" : [ "https://suchen.ub.rub.de/zdbid/1089874-8" ], "id" : "http://lobid.org/items/990055981810206441:DE-294:22118612190006471#!" }, { "label" : "lobid Bestandsressource", @@ -342,10 +346,11 @@ "currentLocation" : "UB_Z", "callNumber" : "ZGC 889", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, + "seeAlso" : [ "https://suchen.ub.rub.de/zdbid/1089874-8" ], "id" : "http://lobid.org/items/990055981810206441:DE-294:22118612210006471#!" }, { "label" : "lobid Bestandsressource", @@ -354,10 +359,11 @@ "currentLocation" : "ZB_LS", "callNumber" : "WES 0.1:55", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990055981810206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990055981810206441:DE-6:22547318240006449#!" }, { "label" : "lobid Bestandsressource", @@ -366,10 +372,11 @@ "currentLocation" : "ZB_LS", "callNumber" : "WES 0.1:55", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990055981810206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990055981810206441:DE-6:22547318250006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990058434730206441.json b/src/test/resources/alma-fix/990058434730206441.json index 361be6396..4e79bfea7 100644 --- a/src/test/resources/alma-fix/990058434730206441.json +++ b/src/test/resources/alma-fix/990058434730206441.json @@ -155,10 +155,11 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT000893437" ], "id" : "http://lobid.org/items/990058434730206441:DE-468:23143362620006447#!" }, { "label" : "lobid Bestandsressource", @@ -168,10 +169,11 @@ "currentLibrary" : "KP001", "currentLocation" : "MMONO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma990058434730206441" ], "id" : "http://lobid.org/items/990058434730206441:DE-Kn41:2317181430006478#!" }, { "label" : "lobid Bestandsressource", @@ -181,8 +183,8 @@ "currentLibrary" : "ED001", "currentLocation" : "MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn28#!", "isil" : "DE-Kn28", + "id" : "http://lobid.org/organisations/DE-Kn28#!", "label" : "Erzbischöfliche Diözesan- und Dombibliothek" }, "id" : "http://lobid.org/items/990058434730206441:DE-Kn28:2351376600007507#!" @@ -194,8 +196,8 @@ "currentLibrary" : "O9022", "currentLocation" : "OPDUE", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Walb1#!", "isil" : "DE-Walb1", + "id" : "http://lobid.org/organisations/DE-Walb1#!", "label" : "Bibliothek St. Albert" }, "id" : "http://lobid.org/items/990058434730206441:DE-Walb1:2351376580007507#!" @@ -207,8 +209,8 @@ "currentLibrary" : "LLB", "currentLocation" : "LLB_Magvl", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-51#!", "isil" : "DE-51", + "id" : "http://lobid.org/organisations/DE-51#!", "label" : "Lippische Landesbibliothek - Theologische Bibliothek und Mediothek" }, "id" : "http://lobid.org/items/990058434730206441:DE-51:23101485880006480#!" @@ -220,8 +222,8 @@ "currentLibrary" : "T0006", "currentLocation" : "M", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Tr2#!", "isil" : "DE-Tr2", + "id" : "http://lobid.org/organisations/DE-Tr2#!", "label" : "Bibliothek des Bischöflichen Priesterseminars Trier" }, "id" : "http://lobid.org/items/990058434730206441:DE-Tr2:2327546360007817#!" @@ -233,10 +235,11 @@ "currentLibrary" : "R0003", "currentLocation" : "00001000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT000893437%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990058434730206441:DE-107:2384300260007506#!" }, { "label" : "lobid Bestandsressource", @@ -246,10 +249,11 @@ "currentLibrary" : "T0011", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990058434730206441" ], "id" : "http://lobid.org/items/990058434730206441:DE-385:23283899660006470#!" }, { "label" : "lobid Bestandsressource", @@ -259,10 +263,11 @@ "currentLibrary" : "T0011", "currentLocation" : "80", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990058434730206441" ], "id" : "http://lobid.org/items/990058434730206441:DE-385:23283899620006470#!" }, { "label" : "lobid Bestandsressource", @@ -272,10 +277,11 @@ "currentLibrary" : "GA", "currentLocation" : "GA-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-74#!", "isil" : "DE-5-74", + "id" : "http://lobid.org/organisations/DE-5-74#!", "label" : "Universität Bonn, Institut für Geschichtswissenschaft, Abteilung Alte Geschichte, Bibliothek" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990058434730206441" ], "id" : "http://lobid.org/items/990058434730206441:DE-5-74:23287792620006467#!" }, { "label" : "lobid Bestandsressource", @@ -285,10 +291,11 @@ "currentLibrary" : "TK", "currentLocation" : "TK-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-108#!", "isil" : "DE-5-108", + "id" : "http://lobid.org/organisations/DE-5-108#!", "label" : "Universität Bonn, Fachbibliothek der Evangelischen und Katholischen Theologie" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990058434730206441" ], "id" : "http://lobid.org/items/990058434730206441:DE-5-108:23287792640006467#!" }, { "label" : "lobid Bestandsressource", @@ -298,10 +305,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990058434730206441" ], "id" : "http://lobid.org/items/990058434730206441:DE-5:23287792660006467#!" }, { "label" : "lobid Bestandsressource", @@ -311,8 +319,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G2B1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058434730206441:DE-294:23169547910006471#!" @@ -324,8 +332,8 @@ "currentLibrary" : "HIS", "currentLocation" : "HIS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058434730206441:DE-294:23169547890006471#!" @@ -337,8 +345,8 @@ "currentLibrary" : "EVTH", "currentLocation" : "EVTH_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058434730206441:DE-294:23169547870006471#!" @@ -350,8 +358,8 @@ "currentLibrary" : "KTH", "currentLocation" : "KTH_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058434730206441:DE-294:23169547850006471#!" @@ -363,10 +371,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990058434730206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990058434730206441:DE-465:23378107640006446#!" }, { "label" : "lobid Bestandsressource", @@ -376,10 +385,11 @@ "currentLibrary" : "X0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT000893437" ], "id" : "http://lobid.org/items/990058434730206441:DE-61:23316394070006443#!" }, { "label" : "lobid Bestandsressource", @@ -389,10 +399,11 @@ "currentLibrary" : "X0025", "currentLocation" : "25", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT000893437" ], "id" : "http://lobid.org/items/990058434730206441:DE-61:23316394030006443#!" }, { "label" : "lobid Bestandsressource", @@ -402,10 +413,11 @@ "currentLibrary" : "X0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT000893437" ], "id" : "http://lobid.org/items/990058434730206441:DE-61:23316394050006443#!" }, { "label" : "lobid Bestandsressource", @@ -415,10 +427,11 @@ "currentLibrary" : "38", "currentLocation" : "38-MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT000893437" ], "id" : "http://lobid.org/items/990058434730206441:DE-38:23301320240006476#!" }, { "label" : "lobid Bestandsressource", @@ -428,10 +441,11 @@ "currentLibrary" : "38-622", "currentLocation" : "38-622-BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-622#!", "isil" : "DE-38-622", + "id" : "http://lobid.org/organisations/DE-38-622#!", "label" : "Institut für Katholische Theologie, Bibliothek" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT000893437" ], "id" : "http://lobid.org/items/990058434730206441:DE-38-622:23301320220006476#!" }, { "label" : "lobid Bestandsressource", @@ -441,10 +455,11 @@ "currentLibrary" : "IJD", "currentLocation" : "IJD_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-119#!", "isil" : "DE-6-119", + "id" : "http://lobid.org/organisations/DE-6-119#!", "label" : "Universität Münster, Institutum Judaicum Delitzschianum, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058434730206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058434730206441:DE-6-119:23602951480006449#!" }, { "label" : "lobid Bestandsressource", @@ -454,10 +469,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM2", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058434730206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058434730206441:DE-6:23602951640006449#!" }, { "label" : "lobid Bestandsressource", @@ -467,10 +483,11 @@ "currentLibrary" : "EVT", "currentLocation" : "EVT_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-006#!", "isil" : "DE-6-006", + "id" : "http://lobid.org/organisations/DE-6-006#!", "label" : "Universität Münster, Evangelisch-Theologische Fakultät, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058434730206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058434730206441:DE-6-006:23602951510006449#!" }, { "label" : "lobid Bestandsressource", @@ -480,10 +497,11 @@ "currentLibrary" : "KATJ", "currentLocation" : "KATJ_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-011#!", "isil" : "DE-6-011", + "id" : "http://lobid.org/organisations/DE-6-011#!", "label" : "Universität Münster, Gemeinschaftsbibliothek der Katholisch-Theologischen Fakultät, Abteilung Johannisstr." }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058434730206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058434730206441:DE-6-011:23602951550006449#!" }, { "label" : "lobid Bestandsressource", @@ -493,10 +511,11 @@ "currentLibrary" : "FBH", "currentLocation" : "FBH_KPBIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-248#!", "isil" : "DE-6-248", + "id" : "http://lobid.org/organisations/DE-6-248#!", "label" : "Universität Münster, Bibliotheken im Fürstenberghaus" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058434730206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058434730206441:DE-6-248:23602951590006449#!" }, { "label" : "lobid Bestandsressource", @@ -506,10 +525,11 @@ "currentLibrary" : "S0001", "currentLocation" : "H5", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT000893437" ], "id" : "http://lobid.org/items/990058434730206441:DE-467:2394453370006462#!" }, { "label" : "lobid Bestandsressource", @@ -519,10 +539,11 @@ "currentLibrary" : "P0001", "currentLocation" : "11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT000893437" ], "id" : "http://lobid.org/items/990058434730206441:DE-466:23136243400006463#!" }, { "label" : "lobid Bestandsressource", @@ -530,8 +551,8 @@ "currentLibrary" : "Z9031", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-62#!", "isil" : "DE-62", + "id" : "http://lobid.org/organisations/DE-62#!", "label" : "Stadtbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990058434730206441:DE-62:2288305570007816#!" @@ -541,8 +562,8 @@ "currentLibrary" : "O9002", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bet1#!", "isil" : "DE-Bet1", + "id" : "http://lobid.org/organisations/DE-Bet1#!", "label" : "Bibliothek der Kirchlichen Hochschule Wuppertal/Bethel, Arbeitsbereich Bethel" }, "id" : "http://lobid.org/items/990058434730206441:DE-Bet1:2288305550007816#!" @@ -552,8 +573,8 @@ "currentLibrary" : "Z9030", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-60#!", "isil" : "DE-60", + "id" : "http://lobid.org/organisations/DE-60#!", "label" : "Stadt- und Landesbibliothek Dortmund" }, "id" : "http://lobid.org/items/990058434730206441:DE-60:2288305580007816#!" @@ -563,8 +584,8 @@ "currentLibrary" : "O9023", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-211#!", "isil" : "DE-211", + "id" : "http://lobid.org/organisations/DE-211#!", "label" : "Erzbischöfliche Akademische Bibliothek Paderborn" }, "id" : "http://lobid.org/items/990058434730206441:DE-211:2288305560007816#!" @@ -574,8 +595,8 @@ "currentLibrary" : "Z9029", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-52#!", "isil" : "DE-52", + "id" : "http://lobid.org/organisations/DE-52#!", "label" : "Stadtbibliothek Aachen" }, "id" : "http://lobid.org/items/990058434730206441:DE-52:2288305600007816#!" @@ -585,10 +606,11 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990058434730206441" ], "id" : "http://lobid.org/items/990058434730206441:DE-385:22283899610006470#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990058567920206441.json b/src/test/resources/alma-fix/990058567920206441.json index 4225ca98f..8c5890882 100644 --- a/src/test/resources/alma-fix/990058567920206441.json +++ b/src/test/resources/alma-fix/990058567920206441.json @@ -168,10 +168,11 @@ "currentLibrary" : "W0001", "currentLocation" : "47", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-468:23108852790006447#!" }, { "label" : "lobid Bestandsressource", @@ -181,8 +182,8 @@ "currentLibrary" : "R1007", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-987#!", "isil" : "DE-987", + "id" : "http://lobid.org/organisations/DE-987#!", "label" : "Hochschule Koblenz, Bibliothek RheinMoselCampus" }, "id" : "http://lobid.org/items/990058567920206441:DE-987:235067850007829#!" @@ -194,10 +195,11 @@ "currentLibrary" : "F0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-708:23110796430006464#!" }, { "label" : "lobid Bestandsressource", @@ -207,10 +209,11 @@ "currentLibrary" : "R3032", "currentLocation" : "FHSOZ", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-386:2386676830007476#!" }, { "label" : "lobid Bestandsressource", @@ -220,10 +223,11 @@ "currentLibrary" : "R3032", "currentLocation" : "FHSOZ", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-386:2386676840007476#!" }, { "label" : "lobid Bestandsressource", @@ -233,10 +237,11 @@ "currentLibrary" : "RL002", "currentLocation" : "FHELD", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Lan1#!", "isil" : "DE-Lan1", + "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=HT000909138&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990058567920206441:DE-Lan1:2386676860007476#!" }, { "label" : "lobid Bestandsressource", @@ -246,10 +251,11 @@ "currentLibrary" : "ZB", "currentLocation" : "MAGAZIN_TK", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-82:23253024690006448#!" }, { "label" : "lobid Bestandsressource", @@ -259,10 +265,11 @@ "currentLibrary" : "R0003", "currentLocation" : "00001000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT000909138%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-107:2317906360007506#!" }, { "label" : "lobid Bestandsressource", @@ -272,10 +279,11 @@ "currentLibrary" : "R0001", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT000909138%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-929:2317906380007506#!" }, { "label" : "lobid Bestandsressource", @@ -285,8 +293,8 @@ "currentLibrary" : "T0010", "currentLocation" : "RU", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-121#!", "isil" : "DE-121", + "id" : "http://lobid.org/organisations/DE-121#!", "label" : "Wissenschaftliche Bibliothek der Stadt Trier" }, "id" : "http://lobid.org/items/990058567920206441:DE-121:2310241930007826#!" @@ -298,10 +306,11 @@ "currentLibrary" : "ZB", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-290:23201690680006445#!" }, { "label" : "lobid Bestandsressource", @@ -311,10 +320,11 @@ "currentLibrary" : "SFS", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-290:23201690660006445#!" }, { "label" : "lobid Bestandsressource", @@ -324,10 +334,11 @@ "currentLibrary" : "T0011", "currentLocation" : "38", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-385:23256221800006470#!" }, { "label" : "lobid Bestandsressource", @@ -337,10 +348,11 @@ "currentLibrary" : "T0011", "currentLocation" : "12", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-385:23256221820006470#!" }, { "label" : "lobid Bestandsressource", @@ -350,10 +362,11 @@ "currentLibrary" : "T0011", "currentLocation" : "39", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-385:23256221780006470#!" }, { "label" : "lobid Bestandsressource", @@ -363,10 +376,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-5:23263182640006467#!" }, { "label" : "lobid Bestandsressource", @@ -376,10 +390,11 @@ "currentLibrary" : "PO", "currentLocation" : "PO-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-162#!", "isil" : "DE-5-162", + "id" : "http://lobid.org/organisations/DE-5-162#!", "label" : "Universität Bonn, Institut für Politische Wissenschaft und Soziologie, Bibliothek" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-5-162:23263182590006467#!" }, { "label" : "lobid Bestandsressource", @@ -389,8 +404,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "12_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990058567920206441:DE-361:23251699480006442#!" @@ -402,8 +417,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "11_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990058567920206441:DE-361:23251699510006442#!" @@ -415,8 +430,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "12_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990058567920206441:DE-361:23251699490006442#!" @@ -428,8 +443,8 @@ "currentLibrary" : "SOZ", "currentLocation" : "SOZ_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058567920206441:DE-294:23163521090006471#!" @@ -441,8 +456,8 @@ "currentLibrary" : "HIS", "currentLocation" : "HIS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058567920206441:DE-294:23163521110006471#!" @@ -454,8 +469,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G3B3", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058567920206441:DE-294:23163521130006471#!" @@ -467,8 +482,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G3B3", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058567920206441:DE-294:23163521140006471#!" @@ -480,8 +495,8 @@ "currentLibrary" : "KTH", "currentLocation" : "KTH_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990058567920206441:DE-294:23163521070006471#!" @@ -493,10 +508,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-465:23421400070006446#!" }, { "label" : "lobid Bestandsressource", @@ -506,10 +522,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-465:23421400050006446#!" }, { "label" : "lobid Bestandsressource", @@ -519,10 +536,11 @@ "currentLibrary" : "X0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-61:23269116240006443#!" }, { "label" : "lobid Bestandsressource", @@ -532,10 +550,11 @@ "currentLibrary" : "RL001", "currentLocation" : "MAGKO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT000909138&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990058567920206441:DE-Kob7:2335729480008057#!" }, { "label" : "lobid Bestandsressource", @@ -545,10 +564,11 @@ "currentLibrary" : "38-HWA", "currentLocation" : "38-HWA-MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-38:23211428530006476#!" }, { "label" : "lobid Bestandsressource", @@ -558,10 +578,11 @@ "currentLibrary" : "38-132", "currentLocation" : "38-132-BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-132#!", "isil" : "DE-38-132", + "id" : "http://lobid.org/organisations/DE-38-132#!", "label" : "Gemeinsame Fachbibliothek Soziologie" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-38-132:23211428510006476#!" }, { "label" : "lobid Bestandsressource", @@ -571,10 +592,11 @@ "currentLibrary" : "38", "currentLocation" : "38-AWM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-38:23211428550006476#!" }, { "label" : "lobid Bestandsressource", @@ -584,10 +606,11 @@ "currentLibrary" : "FBH", "currentLocation" : "FBH_HSBIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-248#!", "isil" : "DE-6-248", + "id" : "http://lobid.org/organisations/DE-6-248#!", "label" : "Universität Münster, Bibliotheken im Fürstenberghaus" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-6-248:23599273300006449#!" }, { "label" : "lobid Bestandsressource", @@ -597,10 +620,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-6:23599273340006449#!" }, { "label" : "lobid Bestandsressource", @@ -610,10 +634,11 @@ "currentLibrary" : "SOZ", "currentLocation" : "SOZ_MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-A#!", "isil" : "DE-6-A", + "id" : "http://lobid.org/organisations/DE-6-A#!", "label" : "Universitäts- und Landesbibliothek Münster, Zweigbibliothek Sozialwissenschaften" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-6-A:23599273320006449#!" }, { "label" : "lobid Bestandsressource", @@ -623,10 +648,11 @@ "currentLibrary" : "KATH", "currentLocation" : "KATH_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-069#!", "isil" : "DE-6-069", + "id" : "http://lobid.org/organisations/DE-6-069#!", "label" : "Universität Münster, Gemeinschaftsbibliothek der Katholischen-Theologischen Fakultät, Abteilung Hüfferstr." }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-6-069:23599273180006449#!" }, { "label" : "lobid Bestandsressource", @@ -636,10 +662,11 @@ "currentLibrary" : "PHIL", "currentLocation" : "PHIL_PBIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-015#!", "isil" : "DE-6-015", + "id" : "http://lobid.org/organisations/DE-6-015#!", "label" : "Universität Münster, Philosophisches Seminar, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-6-015:23599273260006449#!" }, { "label" : "lobid Bestandsressource", @@ -649,10 +676,11 @@ "currentLibrary" : "KATD", "currentLocation" : "KATD_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-011#!", "isil" : "DE-6-011", + "id" : "http://lobid.org/organisations/DE-6-011#!", "label" : "Universität Münster, Gemeinschaftsbibliothek der Katholisch-Theologischen Fakultät, Abteilung Johannisstr." }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-6-011:23599273210006449#!" }, { "label" : "lobid Bestandsressource", @@ -662,10 +690,11 @@ "currentLibrary" : "FBH", "currentLocation" : "FBH_DGBIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-248#!", "isil" : "DE-6-248", + "id" : "http://lobid.org/organisations/DE-6-248#!", "label" : "Universität Münster, Bibliotheken im Fürstenberghaus" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990058567920206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990058567920206441:DE-6-248:23599273280006449#!" }, { "label" : "lobid Bestandsressource", @@ -675,10 +704,11 @@ "currentLibrary" : "S0001", "currentLocation" : "ERW", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-467:2383523970006462#!" }, { "label" : "lobid Bestandsressource", @@ -688,10 +718,11 @@ "currentLibrary" : "P0001", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-466:23139972710006463#!" }, { "label" : "lobid Bestandsressource", @@ -699,10 +730,11 @@ "currentLibrary" : "F0001", "currentLocation" : "30", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-708:22110796420006464#!" }, { "label" : "lobid Bestandsressource", @@ -710,10 +742,11 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990058567920206441" ], "id" : "http://lobid.org/items/990058567920206441:DE-385:22256221770006470#!" }, { "label" : "lobid Bestandsressource", @@ -721,10 +754,11 @@ "currentLibrary" : "RL001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT000909138&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990058567920206441:DE-Kob7:2235729470008057#!" }, { "label" : "lobid Bestandsressource", @@ -732,10 +766,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT000909138" ], "id" : "http://lobid.org/items/990058567920206441:DE-466:22139972700006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990059571560206441.json b/src/test/resources/alma-fix/990059571560206441.json index 8d59061c5..4d46dbc1f 100644 --- a/src/test/resources/alma-fix/990059571560206441.json +++ b/src/test/resources/alma-fix/990059571560206441.json @@ -120,8 +120,8 @@ "currentLibrary" : "T0012", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Tr5#!", "isil" : "DE-Tr5", + "id" : "http://lobid.org/organisations/DE-Tr5#!", "label" : "Hochschulbibliothek Trier" }, "id" : "http://lobid.org/items/990059571560206441:DE-Tr5:234944500007820#!" @@ -133,10 +133,11 @@ "currentLibrary" : "ZB", "currentLocation" : "MAGAZIN_2", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990059571560206441" ], "id" : "http://lobid.org/items/990059571560206441:DE-82:23246474340006448#!" }, { "label" : "lobid Bestandsressource", @@ -146,10 +147,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "33", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT001039253" ], "id" : "http://lobid.org/items/990059571560206441:DE-832:2349652950006477#!" }, { "label" : "lobid Bestandsressource", @@ -159,10 +161,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990059571560206441" ], "id" : "http://lobid.org/items/990059571560206441:DE-5:23257517760006467#!" }, { "label" : "lobid Bestandsressource", @@ -172,8 +175,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G3/B4", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990059571560206441:DE-294:23129320140006471#!" @@ -183,8 +186,8 @@ "currentLibrary" : "Z9007", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-131#!", "isil" : "DE-131", + "id" : "http://lobid.org/organisations/DE-131#!", "label" : "Stadtbibliothek am Neumarkt" }, "id" : "http://lobid.org/items/990059571560206441:DE-131:2229557540007816#!" @@ -194,8 +197,8 @@ "currentLibrary" : "Z9030", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-60#!", "isil" : "DE-60", + "id" : "http://lobid.org/organisations/DE-60#!", "label" : "Stadt- und Landesbibliothek Dortmund" }, "id" : "http://lobid.org/items/990059571560206441:DE-60:2229557610007816#!" @@ -205,8 +208,8 @@ "currentLibrary" : "Z9031", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-62#!", "isil" : "DE-62", + "id" : "http://lobid.org/organisations/DE-62#!", "label" : "Stadtbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990059571560206441:DE-62:2229557570007816#!" diff --git a/src/test/resources/alma-fix/990063549080206441.json b/src/test/resources/alma-fix/990063549080206441.json index 844c76a80..37f9162bf 100644 --- a/src/test/resources/alma-fix/990063549080206441.json +++ b/src/test/resources/alma-fix/990063549080206441.json @@ -123,10 +123,11 @@ "currentLibrary" : "W0001", "currentLocation" : "04", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT003538502" ], "id" : "http://lobid.org/items/990063549080206441:DE-468:23124074000006447#!" }, { "label" : "lobid Bestandsressource", @@ -135,10 +136,11 @@ "currentLibrary" : "F0001", "currentLocation" : "03", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT003538502" ], "id" : "http://lobid.org/items/990063549080206441:DE-708:23104630370006464#!" }, { "label" : "lobid Bestandsressource", @@ -147,10 +149,11 @@ "currentLibrary" : "R3032", "currentLocation" : "AUS32", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990063549080206441" ], "id" : "http://lobid.org/items/990063549080206441:DE-386:2380642040007476#!" }, { "label" : "lobid Bestandsressource", @@ -160,8 +163,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G2B3", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990063549080206441:DE-294:23126359060006471#!" @@ -173,8 +176,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G2B3", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990063549080206441:DE-294:23126359080006471#!" @@ -186,17 +189,19 @@ "currentLibrary" : "38-125", "currentLocation" : "38-125-BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-125#!", "isil" : "DE-38-125", + "id" : "http://lobid.org/organisations/DE-38-125#!", "label" : "Forschungsinstitut für Politische Wissenschaft und Europäische Fragen, Seminar für Politische Wissenschaft, Gemeinsame Bibliothek" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT003538502" ], "id" : "http://lobid.org/items/990063549080206441:DE-38-125:23286017520006476#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990063549080206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/990063549080206441:DE-6:991027259779706449#!" diff --git a/src/test/resources/alma-fix/990065341720206441.json b/src/test/resources/alma-fix/990065341720206441.json index 12a86499e..8b733a50c 100644 --- a/src/test/resources/alma-fix/990065341720206441.json +++ b/src/test/resources/alma-fix/990065341720206441.json @@ -90,10 +90,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM2", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990065341720206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990065341720206441:DE-6:23553702130006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990075429930206441.json b/src/test/resources/alma-fix/990075429930206441.json index 921b9c3cb..3b6f75981 100644 --- a/src/test/resources/alma-fix/990075429930206441.json +++ b/src/test/resources/alma-fix/990075429930206441.json @@ -85,8 +85,8 @@ "currentLibrary" : "T0006", "currentLocation" : "M", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Tr2#!", "isil" : "DE-Tr2", + "id" : "http://lobid.org/organisations/DE-Tr2#!", "label" : "Bibliothek des Bischöflichen Priesterseminars Trier" }, "id" : "http://lobid.org/items/990075429930206441:DE-Tr2:2325456820007817#!" @@ -98,10 +98,11 @@ "currentLibrary" : "R0003", "currentLocation" : "00001000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT000944190%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990075429930206441:DE-107:2377095800007506#!" }, { "label" : "lobid Bestandsressource", @@ -111,10 +112,11 @@ "currentLibrary" : "R0003", "currentLocation" : "00001000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT000944190%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990075429930206441:DE-107:2377095810007506#!" }, { "label" : "lobid Bestandsressource", @@ -124,10 +126,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "78", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT000944190" ], "id" : "http://lobid.org/items/990075429930206441:DE-832:2344940620006477#!" }, { "label" : "lobid Bestandsressource", @@ -136,10 +139,11 @@ "currentLibrary" : "T0011", "currentLocation" : "MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990075429930206441" ], "id" : "http://lobid.org/items/990075429930206441:DE-385:23280215020006470#!" }, { "label" : "lobid Bestandsressource", @@ -149,10 +153,11 @@ "currentLibrary" : "TK", "currentLocation" : "TK-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-108#!", "isil" : "DE-5-108", + "id" : "http://lobid.org/organisations/DE-5-108#!", "label" : "Universität Bonn, Fachbibliothek der Evangelischen und Katholischen Theologie" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990075429930206441" ], "id" : "http://lobid.org/items/990075429930206441:DE-5-108:23276729420006467#!" }, { "label" : "lobid Bestandsressource", @@ -162,10 +167,11 @@ "currentLibrary" : "GE", "currentLocation" : "GE-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-20#!", "isil" : "DE-5-20", + "id" : "http://lobid.org/organisations/DE-5-20#!", "label" : "Universität Bonn, Institut für Geschichtswissenschaft, Bibliothek" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990075429930206441" ], "id" : "http://lobid.org/items/990075429930206441:DE-5-20:23276729400006467#!" }, { "label" : "lobid Bestandsressource", @@ -175,8 +181,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "99_TEMP", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990075429930206441:DE-361:23256260230006442#!" @@ -188,8 +194,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G3B1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990075429930206441:DE-294:2399479500006471#!" @@ -201,8 +207,8 @@ "currentLibrary" : "HIS", "currentLocation" : "HIS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990075429930206441:DE-294:2399479480006471#!" @@ -214,8 +220,8 @@ "currentLibrary" : "GER", "currentLocation" : "GER_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990075429930206441:DE-294:2399479440006471#!" @@ -227,10 +233,11 @@ "currentLibrary" : "38-434", "currentLocation" : "38-434-BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-434#!", "isil" : "DE-38-434", + "id" : "http://lobid.org/organisations/DE-38-434#!", "label" : "Petrarca-Institut der Universität zu Köln, Bibliothek" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT000944190" ], "id" : "http://lobid.org/items/990075429930206441:DE-38-434:23213349030006476#!" }, { "label" : "lobid Bestandsressource", @@ -240,10 +247,11 @@ "currentLibrary" : "38-432", "currentLocation" : "38-432-BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-432#!", "isil" : "DE-38-432", + "id" : "http://lobid.org/organisations/DE-38-432#!", "label" : "Thomas-Institut, Bibliothek" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT000944190" ], "id" : "http://lobid.org/items/990075429930206441:DE-38-432:23213349050006476#!" }, { "label" : "lobid Bestandsressource", @@ -253,10 +261,11 @@ "currentLibrary" : "ENGL", "currentLocation" : "ENGL_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-020#!", "isil" : "DE-6-020", + "id" : "http://lobid.org/organisations/DE-6-020#!", "label" : "Universität Münster, Englisches Seminar, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990075429930206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990075429930206441:DE-6-020:23595716610006449#!" }, { "label" : "lobid Bestandsressource", @@ -266,10 +275,11 @@ "currentLibrary" : "GERM", "currentLocation" : "GERM_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-246#!", "isil" : "DE-6-246", + "id" : "http://lobid.org/organisations/DE-6-246#!", "label" : "Universität Münster, Germanistisches Institut, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990075429930206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990075429930206441:DE-6-246:23595716590006449#!" }, { "label" : "lobid Bestandsressource", @@ -279,10 +289,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM2", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990075429930206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990075429930206441:DE-6:23595716630006449#!" }, { "label" : "lobid Bestandsressource", @@ -290,8 +301,8 @@ "currentLibrary" : "O9023", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-211#!", "isil" : "DE-211", + "id" : "http://lobid.org/organisations/DE-211#!", "label" : "Erzbischöfliche Akademische Bibliothek Paderborn" }, "id" : "http://lobid.org/items/990075429930206441:DE-211:2272700430007816#!" @@ -301,10 +312,11 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990075429930206441" ], "id" : "http://lobid.org/items/990075429930206441:DE-385:22280215010006470#!" }, { "label" : "lobid Bestandsressource", @@ -312,26 +324,29 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT000944190" ], "id" : "http://lobid.org/items/990075429930206441:DE-466:22124728180006463#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT000944190" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990075429930206441:DE-61:990023296720206443#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT000944190" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/990075429930206441:DE-467:990002110800106462#!" diff --git a/src/test/resources/alma-fix/990075538650206441.json b/src/test/resources/alma-fix/990075538650206441.json index dcdc90568..93fb525ef 100644 --- a/src/test/resources/alma-fix/990075538650206441.json +++ b/src/test/resources/alma-fix/990075538650206441.json @@ -134,10 +134,11 @@ "currentLibrary" : "KP001", "currentLocation" : "MMONO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma990075538650206441" ], "id" : "http://lobid.org/items/990075538650206441:DE-Kn41:2325727750006478#!" }, { "label" : "lobid Bestandsressource", @@ -147,10 +148,11 @@ "currentLibrary" : "P0001", "currentLocation" : "11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT003184116" ], "id" : "http://lobid.org/items/990075538650206441:DE-466:23134766780006463#!" }, { "label" : "lobid Bestandsressource", @@ -160,8 +162,8 @@ "currentLibrary" : "KOELN", "currentLocation" : "Se_AM2", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38M#!", "isil" : "DE-38M", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "ZB MED - Informationszentrum Lebenswissenschaften, Köln" }, "id" : "http://lobid.org/items/990075538650206441:DE-38M:23133481820006472#!" @@ -171,10 +173,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT003184116" ], "id" : "http://lobid.org/items/990075538650206441:DE-466:22134766770006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990103899140206441.json b/src/test/resources/alma-fix/990103899140206441.json index 9abd4c432..b6be166fb 100644 --- a/src/test/resources/alma-fix/990103899140206441.json +++ b/src/test/resources/alma-fix/990103899140206441.json @@ -114,10 +114,11 @@ "currentLocation" : "kA", "callNumber" : "Per. 5157", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "https://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Query=-1=%22590016-5%22" ], "id" : "http://lobid.org/items/990103899140206441:DE-107:2263335540007506#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990108873860206441.json b/src/test/resources/alma-fix/990108873860206441.json index 2a98e343d..7854371ba 100644 --- a/src/test/resources/alma-fix/990108873860206441.json +++ b/src/test/resources/alma-fix/990108873860206441.json @@ -131,8 +131,8 @@ "currentLibrary" : "R1007", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-987#!", "isil" : "DE-987", + "id" : "http://lobid.org/organisations/DE-987#!", "label" : "Hochschule Koblenz, Bibliothek RheinMoselCampus" }, "id" : "http://lobid.org/items/990108873860206441:DE-987:2213917230007829#!" @@ -142,8 +142,8 @@ "currentLibrary" : "T0006", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Tr2#!", "isil" : "DE-Tr2", + "id" : "http://lobid.org/organisations/DE-Tr2#!", "label" : "Bibliothek des Bischöflichen Priesterseminars Trier" }, "id" : "http://lobid.org/items/990108873860206441:DE-Tr2:2221102140007817#!" @@ -153,10 +153,11 @@ "currentLibrary" : "R0003", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "https://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Query=-1=%221500025-4%22" ], "id" : "http://lobid.org/items/990108873860206441:DE-107:2263798630007506#!" }, { "label" : "lobid Bestandsressource", @@ -164,17 +165,18 @@ "currentLibrary" : "R0001", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, "id" : "http://lobid.org/items/990108873860206441:DE-929:2263798660007506#!" }, { "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" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/990108873860206441:DE-466:990009633110106463#!" diff --git a/src/test/resources/alma-fix/990108874370206441.json b/src/test/resources/alma-fix/990108874370206441.json index 2122d4a7b..effbd7769 100644 --- a/src/test/resources/alma-fix/990108874370206441.json +++ b/src/test/resources/alma-fix/990108874370206441.json @@ -177,8 +177,8 @@ "currentLibrary" : "R1007", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-987#!", "isil" : "DE-987", + "id" : "http://lobid.org/organisations/DE-987#!", "label" : "Hochschule Koblenz, Bibliothek RheinMoselCampus" }, "id" : "http://lobid.org/items/990108874370206441:DE-987:2213916070007829#!" @@ -188,8 +188,8 @@ "currentLibrary" : "R2001", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1105#!", "isil" : "DE-1105", + "id" : "http://lobid.org/organisations/DE-1105#!", "label" : "Hochschule Koblenz, RheinAhrCampus, Bibliothek" }, "id" : "http://lobid.org/items/990108874370206441:DE-1105:2213916050007829#!" diff --git a/src/test/resources/alma-fix/990109712970206441.json b/src/test/resources/alma-fix/990109712970206441.json index 0dece79b3..9e8c7090e 100644 --- a/src/test/resources/alma-fix/990109712970206441.json +++ b/src/test/resources/alma-fix/990109712970206441.json @@ -220,8 +220,8 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:23121199900006447#!" @@ -233,8 +233,8 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:23121199920006447#!" @@ -246,8 +246,8 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:23121199950006447#!" @@ -259,8 +259,8 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:23121199930006447#!" @@ -271,8 +271,8 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:23171066570006447#!" @@ -284,8 +284,8 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:23121199910006447#!" @@ -297,8 +297,8 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:23121199890006447#!" @@ -309,8 +309,8 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:23175079460006447#!" @@ -322,8 +322,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309400006480#!" @@ -335,8 +335,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309360006480#!" @@ -348,8 +348,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309380006480#!" @@ -361,8 +361,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309300006480#!" @@ -374,8 +374,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309320006480#!" @@ -387,8 +387,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309340006480#!" @@ -400,8 +400,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309440006480#!" @@ -413,8 +413,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309270006480#!" @@ -426,8 +426,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309500006480#!" @@ -439,8 +439,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309420006480#!" @@ -452,8 +452,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309460006480#!" @@ -465,8 +465,8 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2390309480006480#!" @@ -477,8 +477,8 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990109712970206441:DE-61:23375062020006443#!" @@ -489,8 +489,8 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990109712970206441:DE-61:23263476030006443#!" @@ -501,8 +501,8 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990109712970206441:DE-61:23263476050006443#!" @@ -513,8 +513,8 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990109712970206441:DE-61:23263476060006443#!" @@ -525,8 +525,8 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990109712970206441:DE-61:23263476080006443#!" @@ -537,8 +537,8 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990109712970206441:DE-61:23263476100006443#!" @@ -549,8 +549,8 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990109712970206441:DE-61:23263476110006443#!" @@ -562,10 +562,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM2", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990109712970206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990109712970206441:DE-6:23653461490006449#!" }, { "label" : "lobid Bestandsressource", @@ -575,10 +576,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM2", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990109712970206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990109712970206441:DE-6:23653461500006449#!" }, { "label" : "lobid Bestandsressource", @@ -587,8 +589,8 @@ "currentLocation" : "21", "callNumber" : "KJIB3585", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:22121199860006447#!" @@ -599,8 +601,8 @@ "currentLocation" : "21", "callNumber" : "KJIB3790", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990109712970206441:DE-468:22175079420006447#!" @@ -611,8 +613,8 @@ "currentLocation" : "kA", "callNumber" : "(Einzelsign.)", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-2187#!", "isil" : "DE-2187", + "id" : "http://lobid.org/organisations/DE-2187#!", "label" : "Bischöfliches Diözesanarchiv Aachen" }, "id" : "http://lobid.org/items/990109712970206441:DE-2187:2245055030007507#!" @@ -623,8 +625,8 @@ "currentLocation" : "HfM_Mag1OG", "callNumber" : "BM 800 BeetL 6:4", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-575:2290309520006480#!" @@ -635,10 +637,11 @@ "currentLocation" : "0-Frei2", "callNumber" : "Z 2000/149", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "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" ], "id" : "http://lobid.org/items/990109712970206441:DE-5:22316628570006467#!" }, { "label" : "lobid Bestandsressource", @@ -647,10 +650,11 @@ "currentLocation" : "B059-Zeit", "callNumber" : "Nc 2/1999 Bran", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bo59#!", "isil" : "DE-Bo59", + "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" ], "id" : "http://lobid.org/items/990109712970206441:DE-Bo59:22316628560006467#!" }, { "label" : "lobid Bestandsressource", @@ -659,10 +663,11 @@ "currentLocation" : "B059-Zeit", "callNumber" : "No 285/1999 Bran", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bo59#!", "isil" : "DE-Bo59", + "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" ], "id" : "http://lobid.org/items/990109712970206441:DE-Bo59:22316628550006467#!" }, { "label" : "lobid Bestandsressource", @@ -671,8 +676,8 @@ "currentLocation" : "FRHKO", "callNumber" : "MU/C 2014 115", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, "id" : "http://lobid.org/items/990109712970206441:DE-Kob7:2229555290008057#!" @@ -683,8 +688,8 @@ "currentLocation" : "38-430-ZS", "callNumber" : "430/Bg/Beethoven005", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-430#!", "isil" : "DE-38-430", + "id" : "http://lobid.org/organisations/DE-38-430#!", "label" : "Musikwissenschaftliches Institut, Abteilung Historische Musikwissenschaft, Systematische Musikwissenschaft, Musikethnologie,, Collgium musicum, Bibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-38-430:22294277850006476#!" @@ -695,8 +700,8 @@ "currentLocation" : "38-ZS", "callNumber" : "XD475", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990109712970206441:DE-38:22294277840006476#!" @@ -704,8 +709,8 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990109712970206441:DE-1972:990000519240506457#!" diff --git a/src/test/resources/alma-fix/990112067120206441.json b/src/test/resources/alma-fix/990112067120206441.json index 6f2fcac03..ed5904e77 100644 --- a/src/test/resources/alma-fix/990112067120206441.json +++ b/src/test/resources/alma-fix/990112067120206441.json @@ -154,8 +154,8 @@ "currentLibrary" : "Z9035", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Sol1#!", "isil" : "DE-Sol1", + "id" : "http://lobid.org/organisations/DE-Sol1#!", "label" : "Stadtarchiv Solingen, Bibliothek" }, "id" : "http://lobid.org/items/990112067120206441:DE-Sol1:235274600007830#!" diff --git a/src/test/resources/alma-fix/990114098170206441.json b/src/test/resources/alma-fix/990114098170206441.json index 6b3218960..6e1d67cc1 100644 --- a/src/test/resources/alma-fix/990114098170206441.json +++ b/src/test/resources/alma-fix/990114098170206441.json @@ -144,10 +144,11 @@ "currentLibrary" : "KATH", "currentLocation" : "KATH_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-069#!", "isil" : "DE-6-069", + "id" : "http://lobid.org/organisations/DE-6-069#!", "label" : "Universität Münster, Gemeinschaftsbibliothek der Katholischen-Theologischen Fakultät, Abteilung Hüfferstr." }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990114098170206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990114098170206441:DE-6-069:23507172540006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990114617880206441.json b/src/test/resources/alma-fix/990114617880206441.json index 08d8db003..731515d1e 100644 --- a/src/test/resources/alma-fix/990114617880206441.json +++ b/src/test/resources/alma-fix/990114617880206441.json @@ -91,10 +91,11 @@ "currentLibrary" : "X0001", "currentLocation" : "00L", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT013135581" ], "id" : "http://lobid.org/items/990114617880206441:DE-61:23257820090006443#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990118562160206441.json b/src/test/resources/alma-fix/990118562160206441.json index 0c531b49c..a12855285 100644 --- a/src/test/resources/alma-fix/990118562160206441.json +++ b/src/test/resources/alma-fix/990118562160206441.json @@ -97,10 +97,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D98", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990118562160206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990118562160206441:DE-465:23420787060006446#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990122511970206441.json b/src/test/resources/alma-fix/990122511970206441.json index 2b952b152..c46c6fbbf 100644 --- a/src/test/resources/alma-fix/990122511970206441.json +++ b/src/test/resources/alma-fix/990122511970206441.json @@ -78,10 +78,11 @@ "currentLibrary" : "Z9038", "currentLocation" : "MZ2V", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn38#!", "isil" : "DE-Kn38", + "id" : "http://lobid.org/organisations/DE-Kn38#!", "label" : "Hochschule für Musik und Tanz Köln, Bibliothek" }, + "seeAlso" : [ "https://hfmt-koeln.digibib.net/search/katalog/record/58:TT000075751" ], "id" : "http://lobid.org/items/990122511970206441:DE-Kn38:2319933740006460#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990124590390206441.json b/src/test/resources/alma-fix/990124590390206441.json index a0e66e82b..ce791812a 100644 --- a/src/test/resources/alma-fix/990124590390206441.json +++ b/src/test/resources/alma-fix/990124590390206441.json @@ -98,8 +98,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "14G_Sond", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990124590390206441:DE-361:23240897810006442#!" diff --git a/src/test/resources/alma-fix/990126276700206441.json b/src/test/resources/alma-fix/990126276700206441.json index 4a859947f..7fe5b98bb 100644 --- a/src/test/resources/alma-fix/990126276700206441.json +++ b/src/test/resources/alma-fix/990126276700206441.json @@ -114,10 +114,11 @@ "currentLibrary" : "W0001", "currentLocation" : "11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT014015351" ], "id" : "http://lobid.org/items/990126276700206441:DE-468:23148746030006447#!" }, { "label" : "lobid Bestandsressource", @@ -127,10 +128,11 @@ "currentLibrary" : "MOP", "currentLocation" : "MOP_Haupt", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22HT014015351%22" ], "id" : "http://lobid.org/items/990126276700206441:DE-Dm13:2346678150006451#!" }, { "label" : "lobid Bestandsressource", @@ -140,10 +142,11 @@ "currentLibrary" : "F0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT014015351" ], "id" : "http://lobid.org/items/990126276700206441:DE-708:2390329400006464#!" }, { "label" : "lobid Bestandsressource", @@ -153,10 +156,11 @@ "currentLibrary" : "RL002", "currentLocation" : "FHULD", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Lan1#!", "isil" : "DE-Lan1", + "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=HT014015351&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990126276700206441:DE-Lan1:2380082230007476#!" }, { "label" : "lobid Bestandsressource", @@ -166,10 +170,11 @@ "currentLibrary" : "RL002", "currentLocation" : "FHULD", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Lan1#!", "isil" : "DE-Lan1", + "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=HT014015351&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990126276700206441:DE-Lan1:2380082240007476#!" }, { "label" : "lobid Bestandsressource", @@ -179,10 +184,11 @@ "currentLibrary" : "609", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82-609#!", "isil" : "DE-82-609", + "id" : "http://lobid.org/organisations/DE-82-609#!", "label" : "Germanistisches Institut, Bibliothek" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990126276700206441" ], "id" : "http://lobid.org/items/990126276700206441:DE-82-609:23232408510006448#!" }, { "label" : "lobid Bestandsressource", @@ -192,10 +198,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Frei1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990126276700206441" ], "id" : "http://lobid.org/items/990126276700206441:DE-5:23261735310006467#!" }, { "label" : "lobid Bestandsressource", @@ -205,8 +212,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "156_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990126276700206441:DE-361:23264458310006442#!" @@ -218,8 +225,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G2B4", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990126276700206441:DE-294:23142334490006471#!" @@ -231,10 +238,11 @@ "currentLibrary" : "X0031", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT014015351" ], "id" : "http://lobid.org/items/990126276700206441:DE-61:23303488680006443#!" }, { "label" : "lobid Bestandsressource", @@ -244,10 +252,11 @@ "currentLibrary" : "38-405", "currentLocation" : "38-405-BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-405#!", "isil" : "DE-38-405", + "id" : "http://lobid.org/organisations/DE-38-405#!", "label" : "Institut für Deutsche Sprache und Literatur mit Volkskundlicher Abteilung, Bibliothek" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT014015351" ], "id" : "http://lobid.org/items/990126276700206441:DE-38-405:23267503020006476#!" }, { "label" : "lobid Bestandsressource", @@ -257,10 +266,11 @@ "currentLibrary" : "38-467", "currentLocation" : "38-467-BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-467#!", "isil" : "DE-38-467", + "id" : "http://lobid.org/organisations/DE-38-467#!", "label" : "Internationales Kolleg Morphomata, Bibliothek" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT014015351" ], "id" : "http://lobid.org/items/990126276700206441:DE-38-467:23267503000006476#!" }, { "label" : "lobid Bestandsressource", @@ -270,10 +280,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990126276700206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990126276700206441:DE-6:23535410630006449#!" }, { "label" : "lobid Bestandsressource", @@ -283,10 +294,11 @@ "currentLibrary" : "S0001", "currentLocation" : "AR2", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT014015351" ], "id" : "http://lobid.org/items/990126276700206441:DE-467:2393571990006462#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990133067580206441.json b/src/test/resources/alma-fix/990133067580206441.json index d04c2c72c..0c8e58fde 100644 --- a/src/test/resources/alma-fix/990133067580206441.json +++ b/src/test/resources/alma-fix/990133067580206441.json @@ -242,8 +242,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53804555180006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990133067580206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990133067580206441:DE-61:53804555180006441#!" @@ -252,9 +252,10 @@ "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990133067580206441:DE-5:53804555180006441#!" @@ -263,9 +264,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53804555180006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=990133067580206441", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990133067580206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/990133067580206441:DE-465:53804555180006441#!" @@ -275,8 +277,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53804555180006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990133067580206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990133067580206441:DE-38:53804555180006441#!" diff --git a/src/test/resources/alma-fix/990136041660206441.json b/src/test/resources/alma-fix/990136041660206441.json index 115899b09..b45b54c68 100644 --- a/src/test/resources/alma-fix/990136041660206441.json +++ b/src/test/resources/alma-fix/990136041660206441.json @@ -192,8 +192,8 @@ "currentLocation" : "kA", "callNumber" : "ZA 4343", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, "id" : "http://lobid.org/items/990136041660206441:DE-929:2264740600007506#!" diff --git a/src/test/resources/alma-fix/990139686910206441.json b/src/test/resources/alma-fix/990139686910206441.json index ebbec920a..934af9165 100644 --- a/src/test/resources/alma-fix/990139686910206441.json +++ b/src/test/resources/alma-fix/990139686910206441.json @@ -76,10 +76,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "MGAB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT014525099" ], "id" : "http://lobid.org/items/990139686910206441:DE-1156:2310267000006459#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990141342350206441.json b/src/test/resources/alma-fix/990141342350206441.json index 82ef8b5b7..829b64585 100644 --- a/src/test/resources/alma-fix/990141342350206441.json +++ b/src/test/resources/alma-fix/990141342350206441.json @@ -102,10 +102,11 @@ "currentLibrary" : "R0003", "currentLocation" : "00001000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22TT001230001%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990141342350206441:DE-107:2379314410007506#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990143325070206441.json b/src/test/resources/alma-fix/990143325070206441.json index 21f800baa..17db6f097 100644 --- a/src/test/resources/alma-fix/990143325070206441.json +++ b/src/test/resources/alma-fix/990143325070206441.json @@ -165,10 +165,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Frei1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990143325070206441" ], "id" : "http://lobid.org/items/990143325070206441:DE-5:23281591130006467#!" }, { "label" : "lobid Bestandsressource", @@ -178,10 +179,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990143325070206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990143325070206441:DE-6:23564603190006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990150856900206441.json b/src/test/resources/alma-fix/990150856900206441.json index 95041c3bd..8f6247f59 100644 --- a/src/test/resources/alma-fix/990150856900206441.json +++ b/src/test/resources/alma-fix/990150856900206441.json @@ -92,8 +92,8 @@ "currentLibrary" : "ED001", "currentLocation" : "MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn28#!", "isil" : "DE-Kn28", + "id" : "http://lobid.org/organisations/DE-Kn28#!", "label" : "Erzbischöfliche Diözesan- und Dombibliothek" }, "id" : "http://lobid.org/items/990150856900206441:DE-Kn28:2350360720007507#!" diff --git a/src/test/resources/alma-fix/990156027740206441.json b/src/test/resources/alma-fix/990156027740206441.json index 27031fe36..c15290761 100644 --- a/src/test/resources/alma-fix/990156027740206441.json +++ b/src/test/resources/alma-fix/990156027740206441.json @@ -76,9 +76,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53209607190006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991010117289706445", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990156027740206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/990156027740206441:DE-290:53209607190006445#!" diff --git a/src/test/resources/alma-fix/990156060190206441.json b/src/test/resources/alma-fix/990156060190206441.json index a51f27277..ab856670b 100644 --- a/src/test/resources/alma-fix/990156060190206441.json +++ b/src/test/resources/alma-fix/990156060190206441.json @@ -171,10 +171,11 @@ "currentLibrary" : "W0001", "currentLocation" : "01", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-468:23131370340006447#!" }, { "label" : "lobid Bestandsressource", @@ -184,10 +185,11 @@ "currentLibrary" : "KP001", "currentLocation" : "FMONO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-Kn41:2317986730006478#!" }, { "label" : "lobid Bestandsressource", @@ -197,10 +199,11 @@ "currentLibrary" : "FHMH", "currentLocation" : "Freihand_H", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, + "seeAlso" : [ "https://fhb-muenster.digibib.net/search/katalog/record/(DE-605)HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-836:2329843240006485#!" }, { "label" : "lobid Bestandsressource", @@ -210,10 +213,11 @@ "currentLibrary" : "F0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-708:23109044830006464#!" }, { "label" : "lobid Bestandsressource", @@ -223,8 +227,8 @@ "currentLibrary" : "EUP", "currentLocation" : "EUP_BV", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/990156060190206441:DE-A96:2383400860006444#!" @@ -236,10 +240,11 @@ "currentLibrary" : "STA", "currentLocation" : "STA_FH", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-1044:2348092950006452#!" }, { "label" : "lobid Bestandsressource", @@ -249,10 +254,11 @@ "currentLibrary" : "STA", "currentLocation" : "STA_FH", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-1044:2348092970006452#!" }, { "label" : "lobid Bestandsressource", @@ -262,10 +268,11 @@ "currentLibrary" : "cdd", "currentLocation" : "HBEMP", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, + "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-Due62:2336303640006455#!" }, { "label" : "lobid Bestandsressource", @@ -275,10 +282,11 @@ "currentLibrary" : "MG", "currentLocation" : "MG_Public", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, + "seeAlso" : [ "https://hs-niederrhein.digibib.net/search/katalog/record/(DE-605)HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-829:2347061880008056#!" }, { "label" : "lobid Bestandsressource", @@ -288,10 +296,11 @@ "currentLibrary" : "LE", "currentLocation" : "LE_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, + "seeAlso" : [ "https://th-owl.digibib.net/search/katalog/record/(DE-605)HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-743:2338250240006468#!" }, { "label" : "lobid Bestandsressource", @@ -301,8 +310,8 @@ "currentLibrary" : "T0013", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1042#!", "isil" : "DE-1042", + "id" : "http://lobid.org/organisations/DE-1042#!", "label" : "Hochschule Trier, Umwelt-Campus Birkenfeld, Bibliothek" }, "id" : "http://lobid.org/items/990156060190206441:DE-1042:237127600007821#!" @@ -314,10 +323,11 @@ "currentLibrary" : "HfM", "currentLocation" : "HfM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-575#!", "isil" : "DE-575", + "id" : "http://lobid.org/organisations/DE-575#!", "label" : "Hochschule für Musik Detmold, Bibliothek" }, + "seeAlso" : [ "https://det.digibib.net/search/katalog/record/(DE-605)HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-575:23101091890006480#!" }, { "label" : "lobid Bestandsressource", @@ -327,8 +337,8 @@ "currentLibrary" : "X6001", "currentLocation" : "HAKA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due18#!", "isil" : "DE-Due18", + "id" : "http://lobid.org/organisations/DE-Due18#!", "label" : "Kunstakademie Düsseldorf, Bibliothek" }, "id" : "http://lobid.org/items/990156060190206441:DE-Due18:238720680006458#!" @@ -340,10 +350,11 @@ "currentLibrary" : "R3032", "currentLocation" : "FH45", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-386:2374193680007476#!" }, { "label" : "lobid Bestandsressource", @@ -353,10 +364,11 @@ "currentLibrary" : "RL002", "currentLocation" : "FHELD", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Lan1#!", "isil" : "DE-Lan1", + "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=HT015014677&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990156060190206441:DE-Lan1:2374193700007476#!" }, { "label" : "lobid Bestandsressource", @@ -366,10 +378,11 @@ "currentLibrary" : "R3032", "currentLocation" : "FH45", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-386:2374193670007476#!" }, { "label" : "lobid Bestandsressource", @@ -379,10 +392,11 @@ "currentLibrary" : "ZB", "currentLocation" : "MAGAZIN_1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-82:23233208590006448#!" }, { "label" : "lobid Bestandsressource", @@ -392,10 +406,11 @@ "currentLibrary" : "R0003", "currentLocation" : "00001000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-107#!", "isil" : "DE-107", + "id" : "http://lobid.org/organisations/DE-107#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT015014677%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990156060190206441:DE-107:2369296750007506#!" }, { "label" : "lobid Bestandsressource", @@ -405,10 +420,11 @@ "currentLibrary" : "R0001", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT015014677%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990156060190206441:DE-929:2369296770007506#!" }, { "label" : "lobid Bestandsressource", @@ -418,10 +434,11 @@ "currentLibrary" : "SUED", "currentLocation" : "63", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-832:2348954760006477#!" }, { "label" : "lobid Bestandsressource", @@ -431,10 +448,11 @@ "currentLibrary" : "EFB", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-290:23194328940006445#!" }, { "label" : "lobid Bestandsressource", @@ -444,10 +462,11 @@ "currentLibrary" : "T0011", "currentLocation" : "09", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-385:23271771200006470#!" }, { "label" : "lobid Bestandsressource", @@ -457,10 +476,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Frei1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-5:23245806020006467#!" }, { "label" : "lobid Bestandsressource", @@ -470,8 +490,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "01_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990156060190206441:DE-361:23274927800006442#!" @@ -483,8 +503,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "01_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990156060190206441:DE-361:23274927810006442#!" @@ -496,8 +516,8 @@ "currentLibrary" : "SOZ", "currentLocation" : "SOZ_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990156060190206441:DE-294:23181911570006471#!" @@ -509,8 +529,8 @@ "currentLibrary" : "PHILO", "currentLocation" : "PHILO_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990156060190206441:DE-294:23181911550006471#!" @@ -522,10 +542,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990156060190206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990156060190206441:DE-465:23390395420006446#!" }, { "label" : "lobid Bestandsressource", @@ -535,10 +556,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990156060190206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990156060190206441:DE-465:23390395430006446#!" }, { "label" : "lobid Bestandsressource", @@ -548,10 +570,11 @@ "currentLibrary" : "RL001", "currentLocation" : "FRHKO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT015014677&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990156060190206441:DE-Kob7:2330787680008057#!" }, { "label" : "lobid Bestandsressource", @@ -561,10 +584,11 @@ "currentLibrary" : "38", "currentLocation" : "38-SAB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-38:23308363920006476#!" }, { "label" : "lobid Bestandsressource", @@ -574,10 +598,11 @@ "currentLibrary" : "38", "currentLocation" : "38-SAB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-38:23308363930006476#!" }, { "label" : "lobid Bestandsressource", @@ -587,10 +612,11 @@ "currentLibrary" : "38-307", "currentLocation" : "38-307-FHM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-307#!", "isil" : "DE-38-307", + "id" : "http://lobid.org/organisations/DE-38-307#!", "label" : "Humanwissenschaftliche Bibliothek: Gemeinsame Bibliothek der Humanwissenschaftlichen Fakultät und der USB" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-38-307:23308363900006476#!" }, { "label" : "lobid Bestandsressource", @@ -600,10 +626,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_AUSB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990156060190206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990156060190206441:DE-6:23510054190006449#!" }, { "label" : "lobid Bestandsressource", @@ -613,10 +640,11 @@ "currentLibrary" : "PSY", "currentLocation" : "PSY_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-049#!", "isil" : "DE-6-049", + "id" : "http://lobid.org/organisations/DE-6-049#!", "label" : "Universität Münster, Fachbereich 7, Psychologie und Sportwissenschaft, Bibliothek für Psychologie" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990156060190206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990156060190206441:DE-6-049:23510054150006449#!" }, { "label" : "lobid Bestandsressource", @@ -626,10 +654,11 @@ "currentLibrary" : "BEK", "currentLocation" : "BEK_MAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-123#!", "isil" : "DE-6-123", + "id" : "http://lobid.org/organisations/DE-6-123#!", "label" : "Universität Münster, Bibliothek für Erziehungswissenschaft und Kommunikationswissenschaft" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990156060190206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990156060190206441:DE-6-123:23510054170006449#!" }, { "label" : "lobid Bestandsressource", @@ -639,10 +668,11 @@ "currentLibrary" : "P0001", "currentLocation" : "11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-466:23115327380006463#!" }, { "label" : "lobid Bestandsressource", @@ -652,10 +682,11 @@ "currentLibrary" : "GE", "currentLocation" : "01", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1010#!", "isil" : "DE-1010", + "id" : "http://lobid.org/organisations/DE-1010#!", "label" : "Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek" }, + "seeAlso" : [ "https://w-hs.digibib.net/search/katalog/record/(DE-605)HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-1010:2313573740006456#!" }, { "label" : "lobid Bestandsressource", @@ -663,10 +694,11 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990156060190206441" ], "id" : "http://lobid.org/items/990156060190206441:DE-385:22271771190006470#!" }, { "label" : "lobid Bestandsressource", @@ -674,10 +706,11 @@ "currentLibrary" : "RL001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT015014677&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990156060190206441:DE-Kob7:2230787670008057#!" }, { "label" : "lobid Bestandsressource", @@ -685,10 +718,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT015014677" ], "id" : "http://lobid.org/items/990156060190206441:DE-466:22115327370006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990167595410206441.json b/src/test/resources/alma-fix/990167595410206441.json index 66eed7712..15c976bed 100644 --- a/src/test/resources/alma-fix/990167595410206441.json +++ b/src/test/resources/alma-fix/990167595410206441.json @@ -74,10 +74,11 @@ "currentLibrary" : "KN3", "currentLocation" : "KN3-KMB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn3#!", "isil" : "DE-Kn3", + "id" : "http://lobid.org/organisations/DE-Kn3#!", "label" : "Kunst- und Museumsbibliothek der Stadt Köln" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=TT002494857" ], "id" : "http://lobid.org/items/990167595410206441:DE-Kn3:23283323610006476#!" }, { "label" : "lobid Bestandsressource", @@ -87,10 +88,11 @@ "currentLibrary" : "PHIL", "currentLocation" : "PHIL_KBIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-015#!", "isil" : "DE-6-015", + "id" : "http://lobid.org/organisations/DE-6-015#!", "label" : "Universität Münster, Philosophisches Seminar, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990167595410206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990167595410206441:DE-6-015:23616315430006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990171142550206441.json b/src/test/resources/alma-fix/990171142550206441.json index ad1fb541b..0a33920c5 100644 --- a/src/test/resources/alma-fix/990171142550206441.json +++ b/src/test/resources/alma-fix/990171142550206441.json @@ -132,10 +132,11 @@ "currentLibrary" : "SUED", "currentLocation" : "63", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT015671602" ], "id" : "http://lobid.org/items/990171142550206441:DE-832:2344668760006477#!" }, { "label" : "lobid Bestandsressource", @@ -145,10 +146,11 @@ "currentLibrary" : "ZB", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990171142550206441" ], "id" : "http://lobid.org/items/990171142550206441:DE-290:23199326600006445#!" }, { "label" : "lobid Bestandsressource", @@ -158,10 +160,11 @@ "currentLibrary" : "T0011", "currentLocation" : "72", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990171142550206441" ], "id" : "http://lobid.org/items/990171142550206441:DE-385:23266502850006470#!" }, { "label" : "lobid Bestandsressource", @@ -171,8 +174,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "01_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990171142550206441:DE-361:23278788360006442#!" @@ -184,10 +187,11 @@ "currentLibrary" : "38", "currentLocation" : "38-SAB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT015671602" ], "id" : "http://lobid.org/items/990171142550206441:DE-38:23179051250006476#!" }, { "label" : "lobid Bestandsressource", @@ -195,10 +199,11 @@ "currentLibrary" : "T0011", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990171142550206441" ], "id" : "http://lobid.org/items/990171142550206441:DE-385:22266502840006470#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990173811970206441.json b/src/test/resources/alma-fix/990173811970206441.json index f554441de..763ab6dbc 100644 --- a/src/test/resources/alma-fix/990173811970206441.json +++ b/src/test/resources/alma-fix/990173811970206441.json @@ -143,17 +143,19 @@ "currentLibrary" : "R0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT015865114%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990173811970206441:DE-929:2282197540007506#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990173811970206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/990173811970206441:DE-386:990006166350107476#!" @@ -161,17 +163,18 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990173811970206441:DE-294:991020566599706471#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990173811970206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/990173811970206441:DE-6:991037863219706449#!" diff --git a/src/test/resources/alma-fix/990181275760206441.json b/src/test/resources/alma-fix/990181275760206441.json index d83f7662a..eaf9a9ed1 100644 --- a/src/test/resources/alma-fix/990181275760206441.json +++ b/src/test/resources/alma-fix/990181275760206441.json @@ -106,10 +106,11 @@ "currentLibrary" : "CVH", "currentLocation" : "CVH_FREI", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT016433929" ], "id" : "http://lobid.org/items/990181275760206441:DE-Bm40:2313839880006454#!" }, { "label" : "lobid Bestandsressource", @@ -119,10 +120,11 @@ "currentLibrary" : "CVH", "currentLocation" : "CVH_FREI", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT016433929" ], "id" : "http://lobid.org/items/990181275760206441:DE-Bm40:2313839870006454#!" }, { "label" : "lobid Bestandsressource", @@ -132,10 +134,11 @@ "currentLibrary" : "CVH", "currentLocation" : "CVH_FREI", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT016433929" ], "id" : "http://lobid.org/items/990181275760206441:DE-Bm40:2313839860006454#!" }, { "label" : "lobid Bestandsressource", @@ -145,10 +148,11 @@ "currentLibrary" : "BOT", "currentLocation" : "BOT_FREI", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT016433929" ], "id" : "http://lobid.org/items/990181275760206441:DE-Bm40:2313839840006454#!" }, { "label" : "lobid Bestandsressource", @@ -158,10 +162,11 @@ "currentLibrary" : "BOT", "currentLocation" : "BOT_FREI", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT016433929" ], "id" : "http://lobid.org/items/990181275760206441:DE-Bm40:2313839830006454#!" }, { "label" : "lobid Bestandsressource", @@ -171,10 +176,11 @@ "currentLibrary" : "EFB", "currentLocation" : "LB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990181275760206441" ], "id" : "http://lobid.org/items/990181275760206441:DE-290:23176914300006445#!" }, { "label" : "lobid Bestandsressource", @@ -184,10 +190,11 @@ "currentLibrary" : "EFB", "currentLocation" : "LB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990181275760206441" ], "id" : "http://lobid.org/items/990181275760206441:DE-290:23176914190006445#!" }, { "label" : "lobid Bestandsressource", @@ -197,10 +204,11 @@ "currentLibrary" : "EFB", "currentLocation" : "LB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990181275760206441" ], "id" : "http://lobid.org/items/990181275760206441:DE-290:23176914180006445#!" }, { "label" : "lobid Bestandsressource", @@ -210,10 +218,11 @@ "currentLibrary" : "EFB", "currentLocation" : "LB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990181275760206441" ], "id" : "http://lobid.org/items/990181275760206441:DE-290:23176914220006445#!" }, { "label" : "lobid Bestandsressource", @@ -223,10 +232,11 @@ "currentLibrary" : "EFB", "currentLocation" : "LB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990181275760206441" ], "id" : "http://lobid.org/items/990181275760206441:DE-290:23176914250006445#!" }, { "label" : "lobid Bestandsressource", @@ -236,10 +246,11 @@ "currentLibrary" : "EFB", "currentLocation" : "LB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990181275760206441" ], "id" : "http://lobid.org/items/990181275760206441:DE-290:23176914260006445#!" }, { "label" : "lobid Bestandsressource", @@ -249,10 +260,11 @@ "currentLibrary" : "EFB", "currentLocation" : "LB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990181275760206441" ], "id" : "http://lobid.org/items/990181275760206441:DE-290:23176914290006445#!" }, { "label" : "lobid Bestandsressource", @@ -262,8 +274,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524650006471#!" @@ -275,8 +287,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524560006471#!" @@ -288,8 +300,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524570006471#!" @@ -301,8 +313,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524630006471#!" @@ -314,8 +326,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524620006471#!" @@ -327,8 +339,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524640006471#!" @@ -340,8 +352,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524660006471#!" @@ -353,8 +365,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524600006471#!" @@ -366,8 +378,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524610006471#!" @@ -379,8 +391,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524590006471#!" @@ -392,8 +404,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524540006471#!" @@ -405,8 +417,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524550006471#!" @@ -418,8 +430,8 @@ "currentLibrary" : "PHYS", "currentLocation" : "PHYS_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990181275760206441:DE-294:23123524580006471#!" diff --git a/src/test/resources/alma-fix/990182814750206441.json b/src/test/resources/alma-fix/990182814750206441.json index 9c4f8d246..e7b716079 100644 --- a/src/test/resources/alma-fix/990182814750206441.json +++ b/src/test/resources/alma-fix/990182814750206441.json @@ -131,10 +131,11 @@ "currentLibrary" : "X0001", "currentLocation" : "01", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT016580347" ], "id" : "http://lobid.org/items/990182814750206441:DE-61:23250747530006443#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990183054020206441.json b/src/test/resources/alma-fix/990183054020206441.json index c17808a9d..b5cc3f5e4 100644 --- a/src/test/resources/alma-fix/990183054020206441.json +++ b/src/test/resources/alma-fix/990183054020206441.json @@ -202,10 +202,11 @@ "currentLocation" : "ZB_ZS", "callNumber" : "XB 3534", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990183054020206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990183054020206441:DE-6:22542862200006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990183092590206441.json b/src/test/resources/alma-fix/990183092590206441.json index 6f41ad77e..c7bb67328 100644 --- a/src/test/resources/alma-fix/990183092590206441.json +++ b/src/test/resources/alma-fix/990183092590206441.json @@ -82,8 +82,8 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-51#!", "isil" : "DE-51", + "id" : "http://lobid.org/organisations/DE-51#!", "label" : "Lippische Landesbibliothek - Theologische Bibliothek und Mediothek" }, "id" : "http://lobid.org/items/990183092590206441:DE-51:991007308989706480#!" diff --git a/src/test/resources/alma-fix/990183958380206441.json b/src/test/resources/alma-fix/990183958380206441.json index d6884af13..559a8424b 100644 --- a/src/test/resources/alma-fix/990183958380206441.json +++ b/src/test/resources/alma-fix/990183958380206441.json @@ -173,8 +173,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "14G_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990183958380206441:DE-361:23292294010006442#!" @@ -186,10 +186,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_GMAGL", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990183958380206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990183958380206441:DE-6:23619354250006449#!" }, { "label" : "lobid Bestandsressource", @@ -199,10 +200,11 @@ "currentLibrary" : "ALKU", "currentLocation" : "ALKU_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-139a#!", "isil" : "DE-6-139a", + "id" : "http://lobid.org/organisations/DE-6-139a#!", "label" : "Kommission Alltagskulturforschung für Westfalen (KAF), Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990183958380206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990183958380206441:DE-6-139a:23619354230006449#!" }, { "label" : "lobid Bestandsressource", @@ -212,10 +214,11 @@ "currentLibrary" : "P0001", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT016692738" ], "id" : "http://lobid.org/items/990183958380206441:DE-466:23150297370006463#!" }, { "label" : "lobid Bestandsressource", @@ -223,10 +226,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT016692738" ], "id" : "http://lobid.org/items/990183958380206441:DE-466:22150297360006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990184127410206441.json b/src/test/resources/alma-fix/990184127410206441.json index e936960d2..378fe48e7 100644 --- a/src/test/resources/alma-fix/990184127410206441.json +++ b/src/test/resources/alma-fix/990184127410206441.json @@ -195,8 +195,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53738793900006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990184127410206441:DE-61:53738793900006441#!" @@ -205,9 +205,10 @@ "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990184127410206441:DE-5:53738793900006441#!" @@ -216,9 +217,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53738793900006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441", + "seeAlso" : [ "https://suchen.ub.rub.de/zdbid/2594002-8" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990184127410206441:DE-294:53738793900006441#!" @@ -228,8 +230,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53738793940006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990184127410206441:DE-61:53738793940006441#!" @@ -238,9 +240,10 @@ "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990184127410206441:DE-5:53738793940006441#!" @@ -249,9 +252,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53738793940006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441", + "seeAlso" : [ "https://suchen.ub.rub.de/zdbid/2594002-8" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990184127410206441:DE-294:53738793940006441#!" @@ -261,8 +265,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53804344220006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990184127410206441:DE-61:53804344220006441#!" @@ -271,9 +275,10 @@ "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990184127410206441:DE-5:53804344220006441#!" @@ -282,9 +287,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53804344220006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990184127410206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/990184127410206441:DE-465:53804344220006441#!" @@ -294,8 +300,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53804344220006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990184127410206441:DE-38:53804344220006441#!" diff --git a/src/test/resources/alma-fix/990185607520206441.json b/src/test/resources/alma-fix/990185607520206441.json index 7dcce9491..e646f8661 100644 --- a/src/test/resources/alma-fix/990185607520206441.json +++ b/src/test/resources/alma-fix/990185607520206441.json @@ -79,10 +79,11 @@ "currentLibrary" : "SM", "currentLocation" : "SM-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-58#!", "isil" : "DE-5-58", + "id" : "http://lobid.org/organisations/DE-5-58#!", "label" : "Universität Bonn, Institut für Sprach-, Medien- und Musikwissenschaft, Bibliothek für Medien- und Musikwissenschaft" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990185607520206441" ], "id" : "http://lobid.org/items/990185607520206441:DE-5-58:23213211150006467#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990185619180206441.json b/src/test/resources/alma-fix/990185619180206441.json index 272701493..06db8e384 100644 --- a/src/test/resources/alma-fix/990185619180206441.json +++ b/src/test/resources/alma-fix/990185619180206441.json @@ -88,10 +88,11 @@ "currentLibrary" : "SM", "currentLocation" : "SM-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-58#!", "isil" : "DE-5-58", + "id" : "http://lobid.org/organisations/DE-5-58#!", "label" : "Universität Bonn, Institut für Sprach-, Medien- und Musikwissenschaft, Bibliothek für Medien- und Musikwissenschaft" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990185619180206441" ], "id" : "http://lobid.org/items/990185619180206441:DE-5-58:23233589480006467#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990189160110206441.json b/src/test/resources/alma-fix/990189160110206441.json index 72baa9dff..55039fcd4 100644 --- a/src/test/resources/alma-fix/990189160110206441.json +++ b/src/test/resources/alma-fix/990189160110206441.json @@ -151,10 +151,11 @@ "currentLibrary" : "W0001", "currentLocation" : "AA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT017015300" ], "id" : "http://lobid.org/items/990189160110206441:DE-468:23146330000006447#!" }, { "label" : "lobid Bestandsressource", @@ -164,10 +165,11 @@ "currentLibrary" : "W0001", "currentLocation" : "20", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT017015300" ], "id" : "http://lobid.org/items/990189160110206441:DE-468:23146310030006447#!" }, { "label" : "lobid Bestandsressource", @@ -177,10 +179,11 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT017015300" ], "id" : "http://lobid.org/items/990189160110206441:DE-468:23146310010006447#!" }, { "label" : "lobid Bestandsressource", @@ -190,10 +193,11 @@ "currentLibrary" : "KP001", "currentLocation" : "FMONO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma990189160110206441" ], "id" : "http://lobid.org/items/990189160110206441:DE-Kn41:2325303250006478#!" }, { "label" : "lobid Bestandsressource", @@ -203,10 +207,11 @@ "currentLibrary" : "KP001", "currentLocation" : "FMONO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma990189160110206441" ], "id" : "http://lobid.org/items/990189160110206441:DE-Kn41:2325303270006478#!" }, { "label" : "lobid Bestandsressource", @@ -216,10 +221,11 @@ "currentLibrary" : "R3032", "currentLocation" : "FHSPO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990189160110206441" ], "id" : "http://lobid.org/items/990189160110206441:DE-386:2385580290007476#!" }, { "label" : "lobid Bestandsressource", @@ -229,10 +235,11 @@ "currentLibrary" : "ZB", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990189160110206441" ], "id" : "http://lobid.org/items/990189160110206441:DE-290:23197228550006445#!" }, { "label" : "lobid Bestandsressource", @@ -242,10 +249,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990189160110206441" ], "id" : "http://lobid.org/items/990189160110206441:DE-5:23237586070006467#!" }, { "label" : "lobid Bestandsressource", @@ -255,10 +263,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990189160110206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990189160110206441:DE-465:23423021800006446#!" }, { "label" : "lobid Bestandsressource", @@ -268,10 +277,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990189160110206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990189160110206441:DE-465:23423021780006446#!" }, { "label" : "lobid Bestandsressource", @@ -281,10 +291,11 @@ "currentLibrary" : "RL001", "currentLocation" : "FRHKO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT017015300&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990189160110206441:DE-Kob7:2329204570008057#!" }, { "label" : "lobid Bestandsressource", @@ -294,10 +305,11 @@ "currentLibrary" : "RL001", "currentLocation" : "FRHKO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT017015300&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990189160110206441:DE-Kob7:2329204550008057#!" }, { "label" : "lobid Bestandsressource", @@ -307,10 +319,11 @@ "currentLibrary" : "RL001", "currentLocation" : "FRHKO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT017015300&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990189160110206441:DE-Kob7:2329204560008057#!" }, { "label" : "lobid Bestandsressource", @@ -320,10 +333,11 @@ "currentLibrary" : "SPOR", "currentLocation" : "SPOR_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-058#!", "isil" : "DE-6-058", + "id" : "http://lobid.org/organisations/DE-6-058#!", "label" : "Universität Münster, Fachbereich 7, Psychologie und Sportwissenschaft, Bibliothek Sportwissenschaft" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990189160110206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990189160110206441:DE-6-058:23527811750006449#!" }, { "label" : "lobid Bestandsressource", @@ -333,10 +347,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_LBM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990189160110206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990189160110206441:DE-6:23527811780006449#!" }, { "label" : "lobid Bestandsressource", @@ -346,10 +361,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_LBM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990189160110206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990189160110206441:DE-6:23527811770006449#!" }, { "label" : "lobid Bestandsressource", @@ -359,10 +375,11 @@ "currentLibrary" : "P0001", "currentLocation" : "11", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT017015300" ], "id" : "http://lobid.org/items/990189160110206441:DE-466:23142134120006463#!" }, { "label" : "lobid Bestandsressource", @@ -370,10 +387,11 @@ "currentLibrary" : "RL001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT017015300&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990189160110206441:DE-Kob7:2229204540008057#!" }, { "label" : "lobid Bestandsressource", @@ -381,10 +399,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT017015300" ], "id" : "http://lobid.org/items/990189160110206441:DE-466:22142134110006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990193094010206441.json b/src/test/resources/alma-fix/990193094010206441.json index b0a9cde29..a0c484662 100644 --- a/src/test/resources/alma-fix/990193094010206441.json +++ b/src/test/resources/alma-fix/990193094010206441.json @@ -83,10 +83,11 @@ "currentLibrary" : "SUED", "currentLocation" : "63", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT017398609" ], "id" : "http://lobid.org/items/990193094010206441:DE-832:2347616480006477#!" }, { "label" : "lobid Bestandsressource", @@ -96,10 +97,11 @@ "currentLibrary" : "EFB", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990193094010206441" ], "id" : "http://lobid.org/items/990193094010206441:DE-290:23195293910006445#!" }, { "label" : "lobid Bestandsressource", @@ -109,8 +111,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G3B1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990193094010206441:DE-294:23180110140006471#!" diff --git a/src/test/resources/alma-fix/990193229450206441.json b/src/test/resources/alma-fix/990193229450206441.json index 414519af6..3fee57760 100644 --- a/src/test/resources/alma-fix/990193229450206441.json +++ b/src/test/resources/alma-fix/990193229450206441.json @@ -265,8 +265,8 @@ "currentLibrary" : "BR003", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm3-3#!", "isil" : "DE-Bm3-3", + "id" : "http://lobid.org/organisations/DE-Bm3-3#!", "label" : "Bibliothek des Ruhrgebiets, Bestandsabteilung Bergbau-Bücherei und Ruhrgebiet" }, "id" : "http://lobid.org/items/990193229450206441:DE-Bm3-3:2214342300007508#!" @@ -276,8 +276,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53807024380006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990193229450206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990193229450206441:DE-38:53807024380006441#!" @@ -287,8 +287,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53807024380006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990193229450206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990193229450206441:DE-61:53807024380006441#!" @@ -297,9 +297,10 @@ "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990193229450206441:DE-5:53807024380006441#!" @@ -308,18 +309,20 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53807024380006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=990193229450206441", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990193229450206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/990193229450206441:DE-465:53807024380006441#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990193229450206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/990193229450206441:DE-6:991044950848906449#!" diff --git a/src/test/resources/alma-fix/990193806600206441.json b/src/test/resources/alma-fix/990193806600206441.json index eb3f5c94c..71f4013b7 100644 --- a/src/test/resources/alma-fix/990193806600206441.json +++ b/src/test/resources/alma-fix/990193806600206441.json @@ -82,10 +82,11 @@ "currentLibrary" : "HLS", "currentLocation" : "HLS_RAKAR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990193806600206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990193806600206441:DE-6:23526297370006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990194668760206441.json b/src/test/resources/alma-fix/990194668760206441.json index 1cca2fa21..2ad860547 100644 --- a/src/test/resources/alma-fix/990194668760206441.json +++ b/src/test/resources/alma-fix/990194668760206441.json @@ -90,10 +90,11 @@ "currentLibrary" : "X0001", "currentLocation" : "16", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT017551955" ], "id" : "http://lobid.org/items/990194668760206441:DE-61:23289523250006443#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990194744870206441.json b/src/test/resources/alma-fix/990194744870206441.json index 0f286fcb7..3f498200b 100644 --- a/src/test/resources/alma-fix/990194744870206441.json +++ b/src/test/resources/alma-fix/990194744870206441.json @@ -79,10 +79,11 @@ "currentLibrary" : "RL002", "currentLocation" : "MNBLD", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Lan1#!", "isil" : "DE-Lan1", + "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=HT017559543&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990194744870206441:DE-Lan1:2363975880007476#!" }, { "label" : "lobid Bestandsressource", @@ -92,10 +93,11 @@ "currentLibrary" : "RL001", "currentLocation" : "MAGMK", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT017559543&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990194744870206441:DE-Kob7:2333571450008057#!" }, { "label" : "lobid Bestandsressource", @@ -103,10 +105,11 @@ "currentLibrary" : "RL001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT017559543&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990194744870206441:DE-Kob7:2233571440008057#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990197067610206441.json b/src/test/resources/alma-fix/990197067610206441.json index c2f022494..2f19d8ded 100644 --- a/src/test/resources/alma-fix/990197067610206441.json +++ b/src/test/resources/alma-fix/990197067610206441.json @@ -95,9 +95,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53723406060006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=990197067610206441", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990197067610206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/990197067610206441:DE-6:53723406060006441#!" @@ -106,9 +107,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53723406060006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990197067610206441", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990197067610206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990197067610206441:DE-5:53723406060006441#!" @@ -117,9 +119,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53723406060006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=990197067610206441", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990197067610206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/990197067610206441:DE-465:53723406060006441#!" @@ -128,9 +131,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53723406060006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990197067610206441", + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=CT003043468" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/990197067610206441:DE-466:53723406060006441#!" @@ -139,9 +143,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53723406060006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990197067610206441", + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:CT003043468" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990197067610206441:DE-61:53723406060006441#!" @@ -151,8 +156,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53723406060006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990197067610206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990197067610206441:DE-294:53723406060006441#!" diff --git a/src/test/resources/alma-fix/990197293880206441.json b/src/test/resources/alma-fix/990197293880206441.json index 7b04f7b60..498f5cdcd 100644 --- a/src/test/resources/alma-fix/990197293880206441.json +++ b/src/test/resources/alma-fix/990197293880206441.json @@ -177,8 +177,8 @@ "currentLibrary" : "R1007", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-987#!", "isil" : "DE-987", + "id" : "http://lobid.org/organisations/DE-987#!", "label" : "Hochschule Koblenz, Bibliothek RheinMoselCampus" }, "id" : "http://lobid.org/items/990197293880206441:DE-987:2219007810007829#!" @@ -188,10 +188,11 @@ "currentLibrary" : "R2001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1105#!", "isil" : "DE-1105", + "id" : "http://lobid.org/organisations/DE-1105#!", "label" : "Hochschule Koblenz, RheinAhrCampus, Bibliothek" }, + "seeAlso" : [ "http://www.hs-koblenz.de/RACwebOPAC/start.do?Login=webopac&Query=0010=%22TT050421649%22" ], "id" : "http://lobid.org/items/990197293880206441:DE-1105:2219007830007829#!" }, { "label" : "lobid Bestandsressource", @@ -199,8 +200,8 @@ "currentLibrary" : "T0012", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Tr5#!", "isil" : "DE-Tr5", + "id" : "http://lobid.org/organisations/DE-Tr5#!", "label" : "Hochschulbibliothek Trier" }, "id" : "http://lobid.org/items/990197293880206441:DE-Tr5:2210405900007820#!" @@ -210,8 +211,8 @@ "currentLibrary" : "T0013", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1042#!", "isil" : "DE-1042", + "id" : "http://lobid.org/organisations/DE-1042#!", "label" : "Hochschule Trier, Umwelt-Campus Birkenfeld, Bibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-1042:228307120007821#!" @@ -220,9 +221,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_THK/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_THK/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-832:53717454420006441#!" @@ -231,9 +233,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/990197293880206441:DE-38:53717454420006441#!" @@ -242,9 +245,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_OWL/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_OWL/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://th-owl.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, "id" : "http://lobid.org/items/990197293880206441:DE-743:53717454420006441#!" @@ -254,8 +258,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/990197293880206441:DE-A96:53717454420006441#!" @@ -264,9 +268,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990197293880206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/990197293880206441:DE-465:53717454420006441#!" @@ -275,9 +280,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://hs-niederrhein.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-829:53717454420006441#!" @@ -286,9 +292,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://w-hs.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1010#!", "isil" : "DE-1010", + "id" : "http://lobid.org/organisations/DE-1010#!", "label" : "Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-1010:53717454420006441#!" @@ -297,9 +304,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RUW/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RUW/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://hsb-ruhr-west.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1393#!", "isil" : "DE-1393", + "id" : "http://lobid.org/organisations/DE-1393#!", "label" : "Hochschule Ruhr West, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-1393:53717454420006441#!" @@ -308,9 +316,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://fhb-muenster.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-836:53717454420006441#!" @@ -319,9 +328,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/990197293880206441:DE-466:53717454420006441#!" @@ -331,8 +341,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HGB/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HGB/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1866#!", "isil" : "DE-1866", + "id" : "http://lobid.org/organisations/DE-1866#!", "label" : "Hochschule für Gesundheit, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-1866:53717454420006441#!" @@ -342,8 +352,8 @@ "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" : { - "id" : "http://lobid.org/organisations/DE-583#!", "isil" : "DE-583", + "id" : "http://lobid.org/organisations/DE-583#!", "label" : "SRH Hochschule für Logistik und Wirtschaft Hamm, Bibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-583:53717454420006441#!" @@ -352,9 +362,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990197293880206441:DE-468:53717454420006441#!" @@ -363,9 +374,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, "id" : "http://lobid.org/items/990197293880206441:DE-Due62:53717454420006441#!" @@ -374,9 +386,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-Bm40:53717454420006441#!" @@ -385,9 +398,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990197293880206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/990197293880206441:DE-290:53717454420006441#!" @@ -396,9 +410,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990197293880206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/990197293880206441:DE-1044:53717454420006441#!" @@ -407,9 +422,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HBI/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HBI/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://fhb-bielefeld.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-Bi10:53717454420006441#!" @@ -419,8 +435,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4#!", "isil" : "DE-Hag4", + "id" : "http://lobid.org/organisations/DE-Hag4#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Hagen, Zentralbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-Hag4:53717454420006441#!" @@ -429,9 +445,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FDO/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FDO/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22TT050421649%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-Dm13:53717454420006441#!" @@ -440,9 +457,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990197293880206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/990197293880206441:DE-386:53717454420006441#!" @@ -452,8 +470,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1383#!", "isil" : "DE-1383", + "id" : "http://lobid.org/organisations/DE-1383#!", "label" : "Hochschule Rhein-Waal, Bibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-1383:53717454420006441#!" @@ -462,9 +480,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990197293880206441:DE-61:53717454420006441#!" @@ -473,9 +492,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990197293880206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/990197293880206441:DE-82:53717454420006441#!" @@ -485,8 +505,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990197293880206441:DE-294:53717454420006441#!" @@ -495,9 +515,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)TT050421649" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/990197293880206441:DE-467:53717454420006441#!" @@ -507,8 +528,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990197293880206441:DE-361:53717454420006441#!" @@ -516,8 +537,8 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990197293880206441:DE-361:991009118459706442#!" diff --git a/src/test/resources/alma-fix/990198383780206441.json b/src/test/resources/alma-fix/990198383780206441.json index 085b5bc2e..24de57930 100644 --- a/src/test/resources/alma-fix/990198383780206441.json +++ b/src/test/resources/alma-fix/990198383780206441.json @@ -80,10 +80,11 @@ "currentLibrary" : "X0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT017775049" ], "id" : "http://lobid.org/items/990198383780206441:DE-61:23317843550006443#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990199611280206441.json b/src/test/resources/alma-fix/990199611280206441.json index 44cdddd9a..72830f811 100644 --- a/src/test/resources/alma-fix/990199611280206441.json +++ b/src/test/resources/alma-fix/990199611280206441.json @@ -133,27 +133,30 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53155629910006447&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=990013137900206447", + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT017894012" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/990199611280206441:DE-468:53155629910006447#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990199611280206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/990199611280206441:DE-290:991009656879706445#!" }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT017894012" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/990199611280206441:DE-467:990195668690106462#!" diff --git a/src/test/resources/alma-fix/990202474680206441.json b/src/test/resources/alma-fix/990202474680206441.json index 5ddc827a0..27de8a82b 100644 --- a/src/test/resources/alma-fix/990202474680206441.json +++ b/src/test/resources/alma-fix/990202474680206441.json @@ -133,10 +133,11 @@ "currentLibrary" : "AJ", "currentLocation" : "AJ--Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-141#!", "isil" : "DE-5-141", + "id" : "http://lobid.org/organisations/DE-5-141#!", "label" : "Universität Bonn, Institut für Orient- und Asienwissenschaften, Bibliothek" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990202474680206441" ], "id" : "http://lobid.org/items/990202474680206441:DE-5-141:23273758380006467#!" }, { "label" : "lobid Bestandsressource", @@ -146,10 +147,11 @@ "currentLibrary" : "38-459", "currentLocation" : "38-459-KEL", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-459#!", "isil" : "DE-38-459", + "id" : "http://lobid.org/organisations/DE-38-459#!", "label" : "Gemeinsame Fachbibliothek Asien / Japanologie" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT018129805" ], "id" : "http://lobid.org/items/990202474680206441:DE-38-459:23239122980006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990204246530206441.json b/src/test/resources/alma-fix/990204246530206441.json index 477bf5af2..0ade207e6 100644 --- a/src/test/resources/alma-fix/990204246530206441.json +++ b/src/test/resources/alma-fix/990204246530206441.json @@ -178,10 +178,11 @@ "currentLibrary" : "R0001", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-929#!", "isil" : "DE-929", + "id" : "http://lobid.org/organisations/DE-929#!", "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek" }, + "seeAlso" : [ "http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22HT018295975%22&selectedViewBranchlib=0" ], "id" : "http://lobid.org/items/990204246530206441:DE-929:2358041170007506#!" }, { "label" : "lobid Bestandsressource", @@ -191,10 +192,11 @@ "currentLibrary" : "GL", "currentLocation" : "GL-Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-39#!", "isil" : "DE-5-39", + "id" : "http://lobid.org/organisations/DE-5-39#!", "label" : "Universität Bonn, Institut für Geschichtswissenschaft, Abteilung für Geschichte der Frühen Neuzeit und Rheinische Landesgeschichte, Bibliothek" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990204246530206441" ], "id" : "http://lobid.org/items/990204246530206441:DE-5-39:23292096440006467#!" }, { "label" : "lobid Bestandsressource", @@ -204,10 +206,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990204246530206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990204246530206441:DE-6:23593081430006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990206060640206441.json b/src/test/resources/alma-fix/990206060640206441.json index b5f17c763..bc7c5af31 100644 --- a/src/test/resources/alma-fix/990206060640206441.json +++ b/src/test/resources/alma-fix/990206060640206441.json @@ -194,8 +194,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53307086040006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991019532669706442", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990206060640206441:DE-361:53307086040006442#!" @@ -204,9 +204,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53165716350006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990017647970106463", + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT018468645" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/990206060640206441:DE-466:53165716350006463#!" diff --git a/src/test/resources/alma-fix/990207668220206441.json b/src/test/resources/alma-fix/990207668220206441.json index 22a410970..7942c4a41 100644 --- a/src/test/resources/alma-fix/990207668220206441.json +++ b/src/test/resources/alma-fix/990207668220206441.json @@ -94,10 +94,11 @@ "currentLibrary" : "223", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82-223#!", "isil" : "DE-82-223", + "id" : "http://lobid.org/organisations/DE-82-223#!", "label" : "Lehrstuhl für Siedlungswasserwirtschaft und Siedlungsabfallwirtschaft und Institut für Siedlungswasserwirtschaft, Bibliothek" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990207668220206441" ], "id" : "http://lobid.org/items/990207668220206441:DE-82-223:23233358930006448#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990207856340206441.json b/src/test/resources/alma-fix/990207856340206441.json index bbbc72601..9e355a463 100644 --- a/src/test/resources/alma-fix/990207856340206441.json +++ b/src/test/resources/alma-fix/990207856340206441.json @@ -92,8 +92,8 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38M#!", "isil" : "DE-38M", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "ZB MED - Informationszentrum Lebenswissenschaften, Köln" }, "id" : "http://lobid.org/items/990207856340206441:DE-38M:991008179549706472#!" diff --git a/src/test/resources/alma-fix/990209515320206441.json b/src/test/resources/alma-fix/990209515320206441.json index e366ae3db..45e357183 100644 --- a/src/test/resources/alma-fix/990209515320206441.json +++ b/src/test/resources/alma-fix/990209515320206441.json @@ -105,10 +105,11 @@ "currentLibrary" : "Z9038", "currentLocation" : "MZ8V", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn38#!", "isil" : "DE-Kn38", + "id" : "http://lobid.org/organisations/DE-Kn38#!", "label" : "Hochschule für Musik und Tanz Köln, Bibliothek" }, + "seeAlso" : [ "https://hfmt-koeln.digibib.net/search/katalog/record/58:HT018781534" ], "id" : "http://lobid.org/items/990209515320206441:DE-Kn38:2313841820006460#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990209817770206441.json b/src/test/resources/alma-fix/990209817770206441.json index 350e356c3..0b6bb4d3f 100644 --- a/src/test/resources/alma-fix/990209817770206441.json +++ b/src/test/resources/alma-fix/990209817770206441.json @@ -169,10 +169,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_GKL", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990209817770206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990209817770206441:DE-6:23490552480006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990210093550206441.json b/src/test/resources/alma-fix/990210093550206441.json index 194142a66..3b2b50de8 100644 --- a/src/test/resources/alma-fix/990210093550206441.json +++ b/src/test/resources/alma-fix/990210093550206441.json @@ -99,9 +99,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HBI/openurl?u.ignore_date_coverage=true&portfolio_pid=5322365740006450&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HBI/openurl?u.ignore_date_coverage=true&rft.mms_id=991002429379706450", + "seeAlso" : [ "https://biblio.fh-bielefeld.de/webOPACClient/start.do?Query=-1=%222842926-6%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210093550206441:DE-Bi10:5322365740006450#!" @@ -111,8 +112,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=5336568560006455&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=991004126629706455", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, "id" : "http://lobid.org/items/990210093550206441:DE-Due62:5336568560006455#!" @@ -121,9 +122,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&portfolio_pid=5349051840008056&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&rft.mms_id=991001381899708056", + "seeAlso" : [ "http://seth7.hs-niederrhein.de/webOPACClient/start.do?Query=-1=%222842926-6%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, "id" : "http://lobid.org/items/990210093550206441:DE-829:5349051840008056#!" @@ -133,8 +135,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_OWL/openurl?u.ignore_date_coverage=true&portfolio_pid=5342681860006468&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_OWL/openurl?u.ignore_date_coverage=true&rft.mms_id=991002305499706468", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, "id" : "http://lobid.org/items/990210093550206441:DE-743:5342681860006468#!" @@ -143,9 +145,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&portfolio_pid=53108868480007476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&rft.mms_id=990010081250507476", + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma990210093550206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/990210093550206441:DE-386:53108868480007476#!" @@ -154,9 +157,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53313002580006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=990022076950106470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990210093550206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/990210093550206441:DE-385:53313002580006470#!" @@ -165,9 +169,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53428417070006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=990184689370206446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990210093550206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/990210093550206441:DE-465:53428417070006446#!" @@ -176,9 +181,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53625317550006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991015595899706449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990210093550206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/990210093550206441:DE-6:53625317550006449#!" @@ -187,9 +193,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53164238820006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990018348930106463", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/990210093550206441:DE-466:53164238820006463#!" @@ -199,8 +206,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&portfolio_pid=5316850710006456&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&rft.mms_id=991003351479706456", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1010#!", "isil" : "DE-1010", + "id" : "http://lobid.org/organisations/DE-1010#!", "label" : "Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210093550206441:DE-1010:5316850710006456#!" @@ -208,8 +215,8 @@ "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-51#!", "isil" : "DE-51", + "id" : "http://lobid.org/organisations/DE-51#!", "label" : "Lippische Landesbibliothek - Theologische Bibliothek und Mediothek" }, "id" : "http://lobid.org/items/990210093550206441:DE-51:991006612549706480#!" diff --git a/src/test/resources/alma-fix/990210237770206441.json b/src/test/resources/alma-fix/990210237770206441.json index 64937b617..7ff5757e8 100644 --- a/src/test/resources/alma-fix/990210237770206441.json +++ b/src/test/resources/alma-fix/990210237770206441.json @@ -89,10 +89,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251010006459#!" }, { "label" : "lobid Bestandsressource", @@ -102,10 +103,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251390006459#!" }, { "label" : "lobid Bestandsressource", @@ -115,10 +117,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251020006459#!" }, { "label" : "lobid Bestandsressource", @@ -128,10 +131,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251030006459#!" }, { "label" : "lobid Bestandsressource", @@ -141,10 +145,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251000006459#!" }, { "label" : "lobid Bestandsressource", @@ -154,10 +159,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251210006459#!" }, { "label" : "lobid Bestandsressource", @@ -167,10 +173,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251040006459#!" }, { "label" : "lobid Bestandsressource", @@ -180,10 +187,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251050006459#!" }, { "label" : "lobid Bestandsressource", @@ -193,10 +201,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251220006459#!" }, { "label" : "lobid Bestandsressource", @@ -206,10 +215,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251200006459#!" }, { "label" : "lobid Bestandsressource", @@ -219,10 +229,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251190006459#!" }, { "label" : "lobid Bestandsressource", @@ -232,10 +243,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251170006459#!" }, { "label" : "lobid Bestandsressource", @@ -245,10 +257,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251180006459#!" }, { "label" : "lobid Bestandsressource", @@ -258,10 +271,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251080006459#!" }, { "label" : "lobid Bestandsressource", @@ -271,10 +285,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251250006459#!" }, { "label" : "lobid Bestandsressource", @@ -284,10 +299,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251500006459#!" }, { "label" : "lobid Bestandsressource", @@ -297,10 +313,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251340006459#!" }, { "label" : "lobid Bestandsressource", @@ -310,10 +327,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251060006459#!" }, { "label" : "lobid Bestandsressource", @@ -323,10 +341,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251230006459#!" }, { "label" : "lobid Bestandsressource", @@ -336,10 +355,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251520006459#!" }, { "label" : "lobid Bestandsressource", @@ -349,10 +369,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251270006459#!" }, { "label" : "lobid Bestandsressource", @@ -362,10 +383,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251540006459#!" }, { "label" : "lobid Bestandsressource", @@ -375,10 +397,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251300006459#!" }, { "label" : "lobid Bestandsressource", @@ -388,10 +411,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251360006459#!" }, { "label" : "lobid Bestandsressource", @@ -401,10 +425,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251380006459#!" }, { "label" : "lobid Bestandsressource", @@ -414,10 +439,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251410006459#!" }, { "label" : "lobid Bestandsressource", @@ -427,10 +453,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251430006459#!" }, { "label" : "lobid Bestandsressource", @@ -440,10 +467,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251450006459#!" }, { "label" : "lobid Bestandsressource", @@ -453,10 +481,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251470006459#!" }, { "label" : "lobid Bestandsressource", @@ -466,10 +495,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251490006459#!" }, { "label" : "lobid Bestandsressource", @@ -479,10 +509,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311250960006459#!" }, { "label" : "lobid Bestandsressource", @@ -492,10 +523,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311250970006459#!" }, { "label" : "lobid Bestandsressource", @@ -505,10 +537,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251130006459#!" }, { "label" : "lobid Bestandsressource", @@ -518,10 +551,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311250920006459#!" }, { "label" : "lobid Bestandsressource", @@ -531,10 +565,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251290006459#!" }, { "label" : "lobid Bestandsressource", @@ -544,10 +579,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311250990006459#!" }, { "label" : "lobid Bestandsressource", @@ -557,10 +593,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311250940006459#!" }, { "label" : "lobid Bestandsressource", @@ -570,10 +607,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311250980006459#!" }, { "label" : "lobid Bestandsressource", @@ -583,10 +621,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251110006459#!" }, { "label" : "lobid Bestandsressource", @@ -596,10 +635,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251100006459#!" }, { "label" : "lobid Bestandsressource", @@ -609,10 +649,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251120006459#!" }, { "label" : "lobid Bestandsressource", @@ -622,10 +663,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251140006459#!" }, { "label" : "lobid Bestandsressource", @@ -635,10 +677,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251150006459#!" }, { "label" : "lobid Bestandsressource", @@ -648,10 +691,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251160006459#!" }, { "label" : "lobid Bestandsressource", @@ -661,10 +705,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251070006459#!" }, { "label" : "lobid Bestandsressource", @@ -674,10 +719,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251090006459#!" }, { "label" : "lobid Bestandsressource", @@ -687,10 +733,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251240006459#!" }, { "label" : "lobid Bestandsressource", @@ -700,10 +747,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251260006459#!" }, { "label" : "lobid Bestandsressource", @@ -713,10 +761,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251510006459#!" }, { "label" : "lobid Bestandsressource", @@ -726,10 +775,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251350006459#!" }, { "label" : "lobid Bestandsressource", @@ -739,10 +789,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251310006459#!" }, { "label" : "lobid Bestandsressource", @@ -752,10 +803,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251370006459#!" }, { "label" : "lobid Bestandsressource", @@ -765,10 +817,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251400006459#!" }, { "label" : "lobid Bestandsressource", @@ -778,10 +831,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251480006459#!" }, { "label" : "lobid Bestandsressource", @@ -791,10 +845,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251420006459#!" }, { "label" : "lobid Bestandsressource", @@ -804,10 +859,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251440006459#!" }, { "label" : "lobid Bestandsressource", @@ -817,10 +873,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251460006459#!" }, { "label" : "lobid Bestandsressource", @@ -830,10 +887,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251550006459#!" }, { "label" : "lobid Bestandsressource", @@ -843,10 +901,11 @@ "currentLibrary" : "Z9036", "currentLocation" : "FHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1156#!", "isil" : "DE-1156", + "id" : "http://lobid.org/organisations/DE-1156#!", "label" : "Folkwang Universität der Künste | Bibliothek" }, + "seeAlso" : [ "https://folkwang-uni.digibib.net/search/katalog/record/56:HT018853619" ], "id" : "http://lobid.org/items/990210237770206441:DE-1156:2311251590006459#!" }, { "label" : "lobid Bestandsressource", @@ -856,8 +915,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534300006457#!" @@ -869,8 +928,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534310006457#!" @@ -882,8 +941,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534240006457#!" @@ -895,8 +954,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534230006457#!" @@ -908,8 +967,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534250006457#!" @@ -921,8 +980,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534390006457#!" @@ -934,8 +993,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534490006457#!" @@ -947,8 +1006,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534460006457#!" @@ -960,8 +1019,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534470006457#!" @@ -973,8 +1032,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534480006457#!" @@ -986,8 +1045,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534360006457#!" @@ -999,8 +1058,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534280006457#!" @@ -1012,8 +1071,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534270006457#!" @@ -1025,8 +1084,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534350006457#!" @@ -1038,8 +1097,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534370006457#!" @@ -1051,8 +1110,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534260006457#!" @@ -1064,8 +1123,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534380006457#!" @@ -1077,8 +1136,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534290006457#!" @@ -1090,8 +1149,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534340006457#!" @@ -1103,8 +1162,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534320006457#!" @@ -1116,8 +1175,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534330006457#!" @@ -1129,8 +1188,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534400006457#!" @@ -1142,8 +1201,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534420006457#!" @@ -1155,8 +1214,8 @@ "currentLibrary" : "X5010", "currentLocation" : "MZBSR", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534430006457#!" @@ -1168,8 +1227,8 @@ "currentLibrary" : "X5010", "currentLocation" : "B2AW8", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1972#!", "isil" : "DE-1972", + "id" : "http://lobid.org/organisations/DE-1972#!", "label" : "Robert Schumann Hochschule, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990210237770206441:DE-1972:237534510006457#!" diff --git a/src/test/resources/alma-fix/990210285400206441.json b/src/test/resources/alma-fix/990210285400206441.json index 7872771ce..e828f164c 100644 --- a/src/test/resources/alma-fix/990210285400206441.json +++ b/src/test/resources/alma-fix/990210285400206441.json @@ -125,10 +125,11 @@ "currentLibrary" : "Z9038", "currentLocation" : "MZ2V", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn38#!", "isil" : "DE-Kn38", + "id" : "http://lobid.org/organisations/DE-Kn38#!", "label" : "Hochschule für Musik und Tanz Köln, Bibliothek" }, + "seeAlso" : [ "https://hfmt-koeln.digibib.net/search/katalog/record/58:HT018857620" ], "id" : "http://lobid.org/items/990210285400206441:DE-Kn38:2317369740006460#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990210312460206441.json b/src/test/resources/alma-fix/990210312460206441.json index 16a894d8c..05098be8e 100644 --- a/src/test/resources/alma-fix/990210312460206441.json +++ b/src/test/resources/alma-fix/990210312460206441.json @@ -150,8 +150,8 @@ "currentLibrary" : "BR004", "currentLocation" : "S", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm3-4#!", "isil" : "DE-Bm3-4", + "id" : "http://lobid.org/organisations/DE-Bm3-4#!", "label" : "Bibliothek des Ruhrgebiets, Dokumentation Ruhrgebiet" }, "id" : "http://lobid.org/items/990210312460206441:DE-Bm3-4:2312535990007508#!" diff --git a/src/test/resources/alma-fix/990210781980206441.json b/src/test/resources/alma-fix/990210781980206441.json index 8880c31b3..aa25f9d2c 100644 --- a/src/test/resources/alma-fix/990210781980206441.json +++ b/src/test/resources/alma-fix/990210781980206441.json @@ -105,8 +105,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBM/openurl?u.ignore_date_coverage=true&portfolio_pid=53140914040006472&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBM/openurl?u.ignore_date_coverage=true&rft.mms_id=991009334749706472", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38M#!", "isil" : "DE-38M", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "ZB MED - Informationszentrum Lebenswissenschaften, Köln" }, "id" : "http://lobid.org/items/990210781980206441:DE-38M:53140914040006472#!" diff --git a/src/test/resources/alma-fix/990210950050206441.json b/src/test/resources/alma-fix/990210950050206441.json index 5f86a7271..14b452ef5 100644 --- a/src/test/resources/alma-fix/990210950050206441.json +++ b/src/test/resources/alma-fix/990210950050206441.json @@ -196,10 +196,11 @@ "currentLibrary" : "X0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT018924091" ], "id" : "http://lobid.org/items/990210950050206441:DE-61:23260972720006443#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990213367870206441.json b/src/test/resources/alma-fix/990213367870206441.json index 272bb0e94..5be472d9b 100644 --- a/src/test/resources/alma-fix/990213367870206441.json +++ b/src/test/resources/alma-fix/990213367870206441.json @@ -123,9 +123,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53209196500006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991005259779706445", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990213367870206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/990213367870206441:DE-290:53209196500006445#!" diff --git a/src/test/resources/alma-fix/990217478660206441.json b/src/test/resources/alma-fix/990217478660206441.json index e475f1395..4838bbdb6 100644 --- a/src/test/resources/alma-fix/990217478660206441.json +++ b/src/test/resources/alma-fix/990217478660206441.json @@ -245,10 +245,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719440006447#!" }, { "label" : "lobid Bestandsressource", @@ -258,10 +259,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719430006447#!" }, { "label" : "lobid Bestandsressource", @@ -271,10 +273,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719450006447#!" }, { "label" : "lobid Bestandsressource", @@ -284,10 +287,11 @@ "currentLibrary" : "W0001", "currentLocation" : "20", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719550006447#!" }, { "label" : "lobid Bestandsressource", @@ -297,10 +301,11 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719500006447#!" }, { "label" : "lobid Bestandsressource", @@ -310,10 +315,11 @@ "currentLibrary" : "W0001", "currentLocation" : "21", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719530006447#!" }, { "label" : "lobid Bestandsressource", @@ -323,10 +329,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719390006447#!" }, { "label" : "lobid Bestandsressource", @@ -336,10 +343,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719400006447#!" }, { "label" : "lobid Bestandsressource", @@ -349,10 +357,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719410006447#!" }, { "label" : "lobid Bestandsressource", @@ -362,10 +371,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719470006447#!" }, { "label" : "lobid Bestandsressource", @@ -375,10 +385,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719420006447#!" }, { "label" : "lobid Bestandsressource", @@ -388,10 +399,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719370006447#!" }, { "label" : "lobid Bestandsressource", @@ -401,10 +413,11 @@ "currentLibrary" : "W0001", "currentLocation" : "91", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-468:23121719380006447#!" }, { "label" : "lobid Bestandsressource", @@ -414,10 +427,11 @@ "currentLibrary" : "EFS", "currentLocation" : "EFS_Haupt", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22HT019246898%22" ], "id" : "http://lobid.org/items/990217478660206441:DE-Dm13:2346308310006451#!" }, { "label" : "lobid Bestandsressource", @@ -427,10 +441,11 @@ "currentLibrary" : "F0001", "currentLocation" : "00", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-708:23101974750006464#!" }, { "label" : "lobid Bestandsressource", @@ -440,10 +455,11 @@ "currentLibrary" : "60", "currentLocation" : "CM_Freih", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, + "seeAlso" : [ "https://fhb-bielefeld.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-Bi10:2321369680006450#!" }, { "label" : "lobid Bestandsressource", @@ -453,10 +469,11 @@ "currentLibrary" : "BOT", "currentLocation" : "BOT_FREI", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-Bm40:2314295720006454#!" }, { "label" : "lobid Bestandsressource", @@ -466,10 +483,11 @@ "currentLibrary" : "KRW", "currentLocation" : "KRW_Public", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, + "seeAlso" : [ "https://hs-niederrhein.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-829:2347787920008056#!" }, { "label" : "lobid Bestandsressource", @@ -479,10 +497,11 @@ "currentLibrary" : "DT", "currentLocation" : "DT_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, + "seeAlso" : [ "https://th-owl.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-743:2338591810006468#!" }, { "label" : "lobid Bestandsressource", @@ -492,10 +511,11 @@ "currentLibrary" : "211", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82-211#!", "isil" : "DE-82-211", + "id" : "http://lobid.org/organisations/DE-82-211#!", "label" : "Lehrstuhl und Institut für Kunstgeschichte, Bibliothek" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990217478660206441" ], "id" : "http://lobid.org/items/990217478660206441:DE-82-211:23243058570006448#!" }, { "label" : "lobid Bestandsressource", @@ -505,10 +525,11 @@ "currentLibrary" : "BAB", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990217478660206441" ], "id" : "http://lobid.org/items/990217478660206441:DE-290:23194214350006445#!" }, { "label" : "lobid Bestandsressource", @@ -518,10 +539,11 @@ "currentLibrary" : "RL001", "currentLocation" : "FRHKO", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT019246898&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990217478660206441:DE-Kob7:2330360620008057#!" }, { "label" : "lobid Bestandsressource", @@ -531,10 +553,11 @@ "currentLibrary" : "38", "currentLocation" : "38-SAB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-38:23200826910006476#!" }, { "label" : "lobid Bestandsressource", @@ -544,10 +567,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990217478660206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990217478660206441:DE-6:23512237280006449#!" }, { "label" : "lobid Bestandsressource", @@ -557,10 +581,11 @@ "currentLibrary" : "S0001", "currentLocation" : "PB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-467:2393751950006462#!" }, { "label" : "lobid Bestandsressource", @@ -570,10 +595,11 @@ "currentLibrary" : "S0001", "currentLocation" : "PB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-467:2393751960006462#!" }, { "label" : "lobid Bestandsressource", @@ -583,10 +609,11 @@ "currentLibrary" : "P0001", "currentLocation" : "51", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-466:23122059280006463#!" }, { "label" : "lobid Bestandsressource", @@ -594,10 +621,11 @@ "currentLibrary" : "RL001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, + "seeAlso" : [ "http://aleph1.uni-koblenz.de/F/?func=find-b&request=HT019246898&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2=" ], "id" : "http://lobid.org/items/990217478660206441:DE-Kob7:2230360610008057#!" }, { "label" : "lobid Bestandsressource", @@ -605,10 +633,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT019246898" ], "id" : "http://lobid.org/items/990217478660206441:DE-466:22122059270006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990218189790206441.json b/src/test/resources/alma-fix/990218189790206441.json index 94dd1cb7c..c18240ee4 100644 --- a/src/test/resources/alma-fix/990218189790206441.json +++ b/src/test/resources/alma-fix/990218189790206441.json @@ -110,10 +110,11 @@ "currentLibrary" : "AJ", "currentLocation" : "AJ--Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-141#!", "isil" : "DE-5-141", + "id" : "http://lobid.org/organisations/DE-5-141#!", "label" : "Universität Bonn, Institut für Orient- und Asienwissenschaften, Bibliothek" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990218189790206441" ], "id" : "http://lobid.org/items/990218189790206441:DE-5-141:23264785760006467#!" }, { "label" : "lobid Bestandsressource", @@ -123,8 +124,8 @@ "currentLibrary" : "OAW", "currentLocation" : "OAW_BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990218189790206441:DE-294:23109147250006471#!" diff --git a/src/test/resources/alma-fix/990219911120206441.json b/src/test/resources/alma-fix/990219911120206441.json index 77a2659ad..b9d88195b 100644 --- a/src/test/resources/alma-fix/990219911120206441.json +++ b/src/test/resources/alma-fix/990219911120206441.json @@ -84,8 +84,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_GMAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990219911120206441:DE-294:23179686150006471#!" diff --git a/src/test/resources/alma-fix/990220027540206441.json b/src/test/resources/alma-fix/990220027540206441.json index 9f2705f01..5e54f386c 100644 --- a/src/test/resources/alma-fix/990220027540206441.json +++ b/src/test/resources/alma-fix/990220027540206441.json @@ -85,10 +85,11 @@ "currentLibrary" : "AJ", "currentLocation" : "AJ--Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5-141#!", "isil" : "DE-5-141", + "id" : "http://lobid.org/organisations/DE-5-141#!", "label" : "Universität Bonn, Institut für Orient- und Asienwissenschaften, Bibliothek" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990220027540206441" ], "id" : "http://lobid.org/items/990220027540206441:DE-5-141:23219038300006467#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990223521400206441.json b/src/test/resources/alma-fix/990223521400206441.json index 88494300c..2371e25a8 100644 --- a/src/test/resources/alma-fix/990223521400206441.json +++ b/src/test/resources/alma-fix/990223521400206441.json @@ -232,10 +232,11 @@ "currentLibrary" : "W0001", "currentLocation" : "75", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT019631849" ], "id" : "http://lobid.org/items/990223521400206441:DE-468:23143395260006447#!" }, { "label" : "lobid Bestandsressource", @@ -245,10 +246,11 @@ "currentLibrary" : "EFS", "currentLocation" : "EFS_Haupt", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22HT019631849%22" ], "id" : "http://lobid.org/items/990223521400206441:DE-Dm13:2345522380006451#!" }, { "label" : "lobid Bestandsressource", @@ -258,8 +260,8 @@ "currentLibrary" : "I5002", "currentLocation" : "IS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4-2#!", "isil" : "DE-Hag4-2", + "id" : "http://lobid.org/organisations/DE-Hag4-2#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Iserlohn" }, "id" : "http://lobid.org/items/990223521400206441:DE-Hag4-2:2360781850006461#!" @@ -271,8 +273,8 @@ "currentLibrary" : "I5002", "currentLocation" : "IS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4-2#!", "isil" : "DE-Hag4-2", + "id" : "http://lobid.org/organisations/DE-Hag4-2#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Iserlohn" }, "id" : "http://lobid.org/items/990223521400206441:DE-Hag4-2:2360781840006461#!" @@ -284,8 +286,8 @@ "currentLibrary" : "JUE", "currentLocation" : "JUE_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/990223521400206441:DE-A96:2384742870006444#!" @@ -297,8 +299,8 @@ "currentLibrary" : "JUE", "currentLocation" : "JUE_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/990223521400206441:DE-A96:2384742860006444#!" @@ -310,10 +312,11 @@ "currentLibrary" : "RHB", "currentLocation" : "RHB_FH", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990223521400206441" ], "id" : "http://lobid.org/items/990223521400206441:DE-1044:2347701840006452#!" }, { "label" : "lobid Bestandsressource", @@ -323,10 +326,11 @@ "currentLibrary" : "STA", "currentLocation" : "STA_FH", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990223521400206441" ], "id" : "http://lobid.org/items/990223521400206441:DE-1044:2347701860006452#!" }, { "label" : "lobid Bestandsressource", @@ -336,10 +340,11 @@ "currentLibrary" : "STA", "currentLocation" : "STA_FH", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990223521400206441" ], "id" : "http://lobid.org/items/990223521400206441:DE-1044:2347701900006452#!" }, { "label" : "lobid Bestandsressource", @@ -349,10 +354,11 @@ "currentLibrary" : "STA", "currentLocation" : "STA_FH", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990223521400206441" ], "id" : "http://lobid.org/items/990223521400206441:DE-1044:2347701880006452#!" }, { "label" : "lobid Bestandsressource", @@ -362,10 +368,11 @@ "currentLibrary" : "LE", "currentLocation" : "LE_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, + "seeAlso" : [ "https://th-owl.digibib.net/search/katalog/record/(DE-605)HT019631849" ], "id" : "http://lobid.org/items/990223521400206441:DE-743:2340036580006468#!" }, { "label" : "lobid Bestandsressource", @@ -375,10 +382,11 @@ "currentLibrary" : "S7", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990223521400206441" ], "id" : "http://lobid.org/items/990223521400206441:DE-290:23189128750006445#!" }, { "label" : "lobid Bestandsressource", @@ -388,10 +396,11 @@ "currentLibrary" : "0", "currentLocation" : "0-Mag", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990223521400206441" ], "id" : "http://lobid.org/items/990223521400206441:DE-5:23214050900006467#!" }, { "label" : "lobid Bestandsressource", @@ -401,10 +410,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D05", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-465:23416947900006446#!" }, { "label" : "lobid Bestandsressource", @@ -414,10 +424,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D05", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-465:23416947910006446#!" }, { "label" : "lobid Bestandsressource", @@ -427,10 +438,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D05", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-465:23416947920006446#!" }, { "label" : "lobid Bestandsressource", @@ -440,10 +452,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E33", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-465:23416947870006446#!" }, { "label" : "lobid Bestandsressource", @@ -453,10 +466,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E33", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-465:23416947880006446#!" }, { "label" : "lobid Bestandsressource", @@ -466,10 +480,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D01", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-465:23416947940006446#!" }, { "label" : "lobid Bestandsressource", @@ -479,10 +494,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E33", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-465:23416947850006446#!" }, { "label" : "lobid Bestandsressource", @@ -492,10 +508,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E33", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-465:23416947860006446#!" }, { "label" : "lobid Bestandsressource", @@ -505,10 +522,11 @@ "currentLibrary" : "38", "currentLocation" : "38-SAB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT019631849" ], "id" : "http://lobid.org/items/990223521400206441:DE-38:23247867950006476#!" }, { "label" : "lobid Bestandsressource", @@ -518,10 +536,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_LBM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-6:23506634650006449#!" }, { "label" : "lobid Bestandsressource", @@ -531,10 +550,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_LBM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990223521400206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990223521400206441:DE-6:23506634640006449#!" }, { "label" : "lobid Bestandsressource", @@ -544,10 +564,11 @@ "currentLibrary" : "P0001", "currentLocation" : "41", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT019631849" ], "id" : "http://lobid.org/items/990223521400206441:DE-466:23127647720006463#!" }, { "label" : "lobid Bestandsressource", @@ -557,10 +578,11 @@ "currentLibrary" : "P0001", "currentLocation" : "41", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT019631849" ], "id" : "http://lobid.org/items/990223521400206441:DE-466:23127647710006463#!" }, { "label" : "lobid Bestandsressource", @@ -568,10 +590,11 @@ "currentLibrary" : "P0001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT019631849" ], "id" : "http://lobid.org/items/990223521400206441:DE-466:22127647700006463#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990225056670206441.json b/src/test/resources/alma-fix/990225056670206441.json index 4d8449069..a9c60ddc7 100644 --- a/src/test/resources/alma-fix/990225056670206441.json +++ b/src/test/resources/alma-fix/990225056670206441.json @@ -87,10 +87,11 @@ "currentLibrary" : "501", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82-501#!", "isil" : "DE-82-501", + "id" : "http://lobid.org/organisations/DE-82-501#!", "label" : "Lehrstuhl für Bildverarbeitung, Bibliothek" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma990225056670206441" ], "id" : "http://lobid.org/items/990225056670206441:DE-82-501:23217998250006448#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990226465800206441.json b/src/test/resources/alma-fix/990226465800206441.json index 9545962f3..24fa111fb 100644 --- a/src/test/resources/alma-fix/990226465800206441.json +++ b/src/test/resources/alma-fix/990226465800206441.json @@ -111,8 +111,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBM/openurl?u.ignore_date_coverage=true&portfolio_pid=53140965120006472&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBM/openurl?u.ignore_date_coverage=true&rft.mms_id=991008847989706472", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38M#!", "isil" : "DE-38M", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "ZB MED - Informationszentrum Lebenswissenschaften, Köln" }, "id" : "http://lobid.org/items/990226465800206441:DE-38M:53140965120006472#!" diff --git a/src/test/resources/alma-fix/990363946050206441.json b/src/test/resources/alma-fix/990363946050206441.json index 7099f4bb9..ce3a285f3 100644 --- a/src/test/resources/alma-fix/990363946050206441.json +++ b/src/test/resources/alma-fix/990363946050206441.json @@ -130,9 +130,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53209365020006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991009604019706445", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:990363946050206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/990363946050206441:DE-290:53209365020006445#!" @@ -141,9 +142,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53319452280006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991044884199706467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990363946050206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990363946050206441:DE-5:53319452280006467#!" @@ -152,9 +154,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53319452300006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991044884199706467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990363946050206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990363946050206441:DE-5:53319452300006467#!" diff --git a/src/test/resources/alma-fix/990365842280206441.json b/src/test/resources/alma-fix/990365842280206441.json index 52ef86361..ea5cf7f76 100644 --- a/src/test/resources/alma-fix/990365842280206441.json +++ b/src/test/resources/alma-fix/990365842280206441.json @@ -101,9 +101,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990365842280206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/990365842280206441:DE-5:53706734800006441#!" @@ -112,9 +113,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "https://w-hs.digibib.net/search/katalog/record/(DE-605)HT020391499" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1010#!", "isil" : "DE-1010", + "id" : "http://lobid.org/organisations/DE-1010#!", "label" : "Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990365842280206441:DE-1010:53706734800006441#!" @@ -123,9 +125,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "https://fhb-muenster.digibib.net/search/katalog/record/(DE-605)HT020391499" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990365842280206441:DE-836:53706734800006441#!" @@ -134,9 +137,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990365842280206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/990365842280206441:DE-6:53706734800006441#!" @@ -146,8 +150,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/990365842280206441:DE-361:53706734800006441#!" @@ -156,9 +160,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)HT020391499" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, "id" : "http://lobid.org/items/990365842280206441:DE-Due62:53706734800006441#!" @@ -167,9 +172,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT020391499" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/990365842280206441:DE-708:53706734800006441#!" @@ -178,9 +184,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma990365842280206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/990365842280206441:DE-1044:53706734800006441#!" @@ -189,9 +196,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FDO/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FDO/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22HT020391499%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, "id" : "http://lobid.org/items/990365842280206441:DE-Dm13:53706734800006441#!" @@ -201,8 +209,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/990365842280206441:DE-294:53706734800006441#!" @@ -212,8 +220,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_KHO/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_KHO/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1032#!", "isil" : "DE-1032", + "id" : "http://lobid.org/organisations/DE-1032#!", "label" : "Katholische Hochschule Nordrhein-Westfalen (katho), Hochschulbibliothek" }, "id" : "http://lobid.org/items/990365842280206441:DE-1032:53706734800006441#!" @@ -222,9 +230,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53706734800006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990365842280206441", + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT020391499" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/990365842280206441:DE-61:53706734800006441#!" @@ -233,9 +242,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53312504210006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=990025573850106470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990365842280206441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/990365842280206441:DE-385:53312504210006470#!" diff --git a/src/test/resources/alma-fix/990366394400206441.json b/src/test/resources/alma-fix/990366394400206441.json index faae0ea33..0dbc1ac20 100644 --- a/src/test/resources/alma-fix/990366394400206441.json +++ b/src/test/resources/alma-fix/990366394400206441.json @@ -70,10 +70,11 @@ "currentLibrary" : "HLS", "currentLocation" : "HLS_HSMAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990366394400206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990366394400206441:DE-6:23534915260006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990367731740206441.json b/src/test/resources/alma-fix/990367731740206441.json index caa3ee7c2..12c42dcdc 100644 --- a/src/test/resources/alma-fix/990367731740206441.json +++ b/src/test/resources/alma-fix/990367731740206441.json @@ -252,19 +252,21 @@ "currentLibrary" : "R5001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1116#!", "isil" : "DE-1116", + "id" : "http://lobid.org/organisations/DE-1116#!", "label" : "Hochschule für Wirtschaft und Gesellschaft Ludwigshafen, Bibliothek" }, + "seeAlso" : [ "http://143.93.201.251/alipac/-/item-local?BASE=B-TIT&VID=HT020579803" ], "id" : "http://lobid.org/items/990367731740206441:DE-1116:229499030007824#!" }, { "type" : [ "Item", "DigitalDocument" ], "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&portfolio_pid=5349112190008056&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&rft.mms_id=991006234639708056", + "seeAlso" : [ "https://hs-niederrhein.digibib.net/search/katalog/record/(DE-605)HT020579803" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, "id" : "http://lobid.org/items/990367731740206441:DE-829:5349112190008056#!" diff --git a/src/test/resources/alma-fix/990367761810206441.json b/src/test/resources/alma-fix/990367761810206441.json index 634cc5f7f..91124bd96 100644 --- a/src/test/resources/alma-fix/990367761810206441.json +++ b/src/test/resources/alma-fix/990367761810206441.json @@ -142,10 +142,11 @@ "currentLibrary" : "38-459", "currentLocation" : "38-459-FHM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-459#!", "isil" : "DE-38-459", + "id" : "http://lobid.org/organisations/DE-38-459#!", "label" : "Gemeinsame Fachbibliothek Asien / Japanologie" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT020582812" ], "id" : "http://lobid.org/items/990367761810206441:DE-38-459:23197352380006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990368743120206441.json b/src/test/resources/alma-fix/990368743120206441.json index d67bc6615..1d519d428 100644 --- a/src/test/resources/alma-fix/990368743120206441.json +++ b/src/test/resources/alma-fix/990368743120206441.json @@ -71,10 +71,11 @@ "currentLibrary" : "HLS", "currentLocation" : "HLS_HSMAG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990368743120206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/990368743120206441:DE-6:23544500850006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/991002103529706485.json b/src/test/resources/alma-fix/991002103529706485.json index d0432b967..9e7fc1ebd 100644 --- a/src/test/resources/alma-fix/991002103529706485.json +++ b/src/test/resources/alma-fix/991002103529706485.json @@ -90,8 +90,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&portfolio_pid=5340242020006485&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&rft.mms_id=991002103529706485", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/991002103529706485:DE-836:5340242020006485#!" diff --git a/src/test/resources/alma-fix/991005935279706485.json b/src/test/resources/alma-fix/991005935279706485.json index 76b07dc1a..1f53d20e0 100644 --- a/src/test/resources/alma-fix/991005935279706485.json +++ b/src/test/resources/alma-fix/991005935279706485.json @@ -271,9 +271,10 @@ "hasItem" : [ { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], + "seeAlso" : [ "https://hb063.fh-muenster.de/webOPACClient/start.do?Query=-1=%22202777-X%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/991005935279706485:DE-836:991005935279706485#!" diff --git a/src/test/resources/alma-fix/99370678063606441.json b/src/test/resources/alma-fix/99370678063606441.json index 954a62ac4..2fd45240c 100644 --- a/src/test/resources/alma-fix/99370678063606441.json +++ b/src/test/resources/alma-fix/99370678063606441.json @@ -141,8 +141,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53158240510006447&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=9915971105106447", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/99370678063606441:DE-468:53158240510006447#!" @@ -152,8 +152,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53157563970006447&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=9915971105106447", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/99370678063606441:DE-468:53157563970006447#!" @@ -162,9 +162,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&portfolio_pid=5328313150006478&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&rft.mms_id=998470474006478", + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, "id" : "http://lobid.org/items/99370678063606441:DE-Kn41:5328313150006478#!" @@ -173,9 +174,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&portfolio_pid=5327889980006478&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&rft.mms_id=998470474006478", + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, "id" : "http://lobid.org/items/99370678063606441:DE-Kn41:5327889980006478#!" @@ -184,9 +186,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&portfolio_pid=5327821250006478&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&rft.mms_id=998470474006478", + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, "id" : "http://lobid.org/items/99370678063606441:DE-Kn41:5327821250006478#!" @@ -195,9 +198,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&portfolio_pid=5336193550006485&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&rft.mms_id=991006386478506485", + "seeAlso" : [ "https://hb063.fh-muenster.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-836:5336193550006485#!" @@ -207,8 +211,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&portfolio_pid=5385225080006461&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&rft.mms_id=9916219546106461", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4#!", "isil" : "DE-Hag4", + "id" : "http://lobid.org/organisations/DE-Hag4#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Hagen, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-Hag4:5385225080006461#!" @@ -218,8 +222,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&portfolio_pid=5382132500006461&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&rft.mms_id=9916219546106461", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4#!", "isil" : "DE-Hag4", + "id" : "http://lobid.org/organisations/DE-Hag4#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Hagen, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-Hag4:5382132500006461#!" @@ -228,9 +232,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53137417580006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381829355006464", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99370678063606441:DE-708:53137417580006464#!" @@ -239,9 +244,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53149555660006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381829355006464", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99370678063606441:DE-708:53149555660006464#!" @@ -250,9 +256,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53141137810006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381829355006464", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99370678063606441:DE-708:53141137810006464#!" @@ -261,9 +268,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53153104540006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381829355006464", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99370678063606441:DE-708:53153104540006464#!" @@ -272,9 +280,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53137729250006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381829355006464", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99370678063606441:DE-708:53137729250006464#!" @@ -283,9 +292,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&portfolio_pid=5385583960006444&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&rft.mms_id=991005821828906444", + "seeAlso" : [ "https://onlinekatalog.bibliothek.fh-aachen.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370678063606441:DE-A96:5385583960006444#!" @@ -294,9 +304,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HBI/openurl?u.ignore_date_coverage=true&portfolio_pid=5324315100006450&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HBI/openurl?u.ignore_date_coverage=true&rft.mms_id=991005482849106450", + "seeAlso" : [ "https://biblio.fh-bielefeld.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-Bi10:5324315100006450#!" @@ -306,8 +317,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HBO/openurl?u.ignore_date_coverage=true&portfolio_pid=5318214380006454&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HBO/openurl?u.ignore_date_coverage=true&rft.mms_id=991000410720206454", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-Bm40:5318214380006454#!" @@ -316,9 +327,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&portfolio_pid=5352012540006452&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&rft.mms_id=991005694326706452", + "seeAlso" : [ "https://bib-sisis.bib.hochschule-bonn-rhein-sieg.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/99370678063606441:DE-1044:5352012540006452#!" @@ -328,8 +340,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=5337268030006455&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=991005617479506455", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, "id" : "http://lobid.org/items/99370678063606441:DE-Due62:5337268030006455#!" @@ -339,8 +351,8 @@ "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" : { - "id" : "http://lobid.org/organisations/DE-583#!", "isil" : "DE-583", + "id" : "http://lobid.org/organisations/DE-583#!", "label" : "SRH Hochschule für Logistik und Wirtschaft Hamm, Bibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-583:5331232610006482#!" @@ -349,9 +361,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&portfolio_pid=5349662860008056&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&rft.mms_id=991008986786508056", + "seeAlso" : [ "http://seth7.hs-niederrhein.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-829:5349662860008056#!" @@ -361,8 +374,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_OWL/openurl?u.ignore_date_coverage=true&portfolio_pid=5340938590006468&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_OWL/openurl?u.ignore_date_coverage=true&rft.mms_id=991004336005906468", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, "id" : "http://lobid.org/items/99370678063606441:DE-743:5340938590006468#!" @@ -372,8 +385,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&portfolio_pid=5319401000006479&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&rft.mms_id=991002750769406479", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1383#!", "isil" : "DE-1383", + "id" : "http://lobid.org/organisations/DE-1383#!", "label" : "Hochschule Rhein-Waal, Bibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-1383:5319401000006479#!" @@ -383,8 +396,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&portfolio_pid=5319505870006479&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&rft.mms_id=991002750769406479", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1383#!", "isil" : "DE-1383", + "id" : "http://lobid.org/organisations/DE-1383#!", "label" : "Hochschule Rhein-Waal, Bibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-1383:5319505870006479#!" @@ -394,8 +407,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_EVH/openurl?u.ignore_date_coverage=true&portfolio_pid=53101634200006483&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_EVH/openurl?u.ignore_date_coverage=true&rft.mms_id=991001317956106483", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-956#!", "isil" : "DE-956", + "id" : "http://lobid.org/organisations/DE-956#!", "label" : "Evangelische Hochschule Rheinland-Westfalen-Lippe, Bibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-956:53101634200006483#!" @@ -404,9 +417,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RUW/openurl?u.ignore_date_coverage=true&portfolio_pid=5323323830006453&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RUW/openurl?u.ignore_date_coverage=true&rft.mms_id=991004112696706453", + "seeAlso" : [ "https://katalog.hs-ruhrwest.de/webOPACClient.nmbsis/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1393#!", "isil" : "DE-1393", + "id" : "http://lobid.org/organisations/DE-1393#!", "label" : "Hochschule Ruhr West, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-1393:5323323830006453#!" @@ -416,8 +430,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HGB/openurl?u.ignore_date_coverage=true&portfolio_pid=5320046120006481&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HGB/openurl?u.ignore_date_coverage=true&rft.mms_id=991000893367206481", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1866#!", "isil" : "DE-1866", + "id" : "http://lobid.org/organisations/DE-1866#!", "label" : "Hochschule für Gesundheit, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-1866:5320046120006481#!" @@ -427,8 +441,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HGB/openurl?u.ignore_date_coverage=true&portfolio_pid=5320026740006481&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HGB/openurl?u.ignore_date_coverage=true&rft.mms_id=991000893367206481", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1866#!", "isil" : "DE-1866", + "id" : "http://lobid.org/organisations/DE-1866#!", "label" : "Hochschule für Gesundheit, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-1866:5320026740006481#!" @@ -438,8 +452,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_KHO/openurl?u.ignore_date_coverage=true&portfolio_pid=5331714390006474&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_KHO/openurl?u.ignore_date_coverage=true&rft.mms_id=991007151365906474", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1032#!", "isil" : "DE-1032", + "id" : "http://lobid.org/organisations/DE-1032#!", "label" : "Katholische Hochschule Nordrhein-Westfalen (katho), Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-1032:5331714390006474#!" @@ -449,8 +463,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_KHO/openurl?u.ignore_date_coverage=true&portfolio_pid=5331475990006474&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_KHO/openurl?u.ignore_date_coverage=true&rft.mms_id=991007151365906474", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1032#!", "isil" : "DE-1032", + "id" : "http://lobid.org/organisations/DE-1032#!", "label" : "Katholische Hochschule Nordrhein-Westfalen (katho), Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-1032:5331475990006474#!" @@ -459,9 +473,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&portfolio_pid=53119227590007476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&rft.mms_id=992022008758307476", + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/99370678063606441:DE-386:53119227590007476#!" @@ -470,9 +485,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&portfolio_pid=53109900770007476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&rft.mms_id=992022008758307476", + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/99370678063606441:DE-386:53109900770007476#!" @@ -481,9 +497,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&portfolio_pid=53109489700007476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&rft.mms_id=992022008758307476", + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/99370678063606441:DE-386:53109489700007476#!" @@ -492,9 +509,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&portfolio_pid=53266502540006448&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&rft.mms_id=991025967647406448", + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/99370678063606441:DE-82:53266502540006448#!" @@ -503,9 +521,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&portfolio_pid=53265762980006448&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&rft.mms_id=991025967647406448", + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/99370678063606441:DE-82:53265762980006448#!" @@ -515,8 +534,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_THK/openurl?u.ignore_date_coverage=true&portfolio_pid=5352678550006477&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_THK/openurl?u.ignore_date_coverage=true&rft.mms_id=991008476427206477", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-832:5352678550006477#!" @@ -525,9 +544,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53206901250006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991013481417006445", + "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/99370678063606441:DE-290:53206901250006445#!" @@ -536,9 +556,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53230941160006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991013481417006445", + "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/99370678063606441:DE-290:53230941160006445#!" @@ -547,9 +568,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53216211500006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991013481417006445", + "seeAlso" : [ "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/99370678063606441:DE-290:53216211500006445#!" @@ -558,9 +580,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53313992860006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=9927778655706470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99370678063606441:DE-385:53313992860006470#!" @@ -569,9 +592,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53314230740006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=9927778655706470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99370678063606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99370678063606441:DE-385:53314230740006470#!" @@ -580,9 +604,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53320721620006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045180392606467", + "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99370678063606441:DE-5:53320721620006467#!" @@ -591,9 +616,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53349719870006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045180392606467", + "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99370678063606441:DE-5:53349719870006467#!" @@ -602,9 +628,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53320689660006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045180392606467", + "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222598795-1%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99370678063606441:DE-5:53320689660006467#!" @@ -613,9 +640,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53305968290006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025806681206442", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370678063606441:DE-361:53305968290006442#!" @@ -624,9 +652,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53305849380006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025806681206442", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370678063606441:DE-361:53305849380006442#!" @@ -635,9 +664,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53190076510006471&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=991027808804206471", + "seeAlso" : [ "https://suchen.ub.rub.de/zdbid/2598795-1" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-294:53190076510006471#!" @@ -646,9 +676,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53452984420006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99206362120906446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370678063606441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99370678063606441:DE-465:53452984420006446#!" @@ -657,9 +688,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53441010540006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99206362120906446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370678063606441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99370678063606441:DE-465:53441010540006446#!" @@ -668,9 +700,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53455804610006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99206362120906446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370678063606441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99370678063606441:DE-465:53455804610006446#!" @@ -679,9 +712,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53333893140006443&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=9947406450506443", + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=21914664" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/99370678063606441:DE-61:53333893140006443#!" @@ -690,9 +724,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53334490330006443&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=9947406450506443", + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=21914664" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/99370678063606441:DE-61:53334490330006443#!" @@ -701,9 +736,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53358210520006443&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=9947406450506443", + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D=21914664" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/99370678063606441:DE-61:53358210520006443#!" @@ -712,9 +748,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UKO/openurl?u.ignore_date_coverage=true&portfolio_pid=5337281000008057&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UKO/openurl?u.ignore_date_coverage=true&rft.mms_id=9910060661008057", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kob7#!", "isil" : "DE-Kob7", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "Universitätsbibliothek Koblenz" }, "id" : "http://lobid.org/items/99370678063606441:DE-Kob7:5337281000008057#!" @@ -724,8 +761,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53335573230006476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=991055599442706476", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99370678063606441:DE-38:53335573230006476#!" @@ -735,8 +772,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53333991750006476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=991055599442706476", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99370678063606441:DE-38:53333991750006476#!" @@ -745,9 +782,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53627078260006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044834920506449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370678063606441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-6:53627078260006449#!" @@ -756,9 +794,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53626936090006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044834920506449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370678063606441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-6:53626936090006449#!" @@ -767,9 +806,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53627921000006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044834920506449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370678063606441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-6:53627921000006449#!" @@ -778,9 +818,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53673256170006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044834920506449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370678063606441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-6:53673256170006449#!" @@ -789,9 +830,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=5396251040006462&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=99204507541206462", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/99370678063606441:DE-467:5396251040006462#!" @@ -800,9 +842,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53109067080006462&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=99204507541206462", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/99370678063606441:DE-467:53109067080006462#!" @@ -811,9 +854,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53159673220006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=9925013376606463", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99370678063606441:DE-466:53159673220006463#!" @@ -822,9 +866,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53160920940006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=9925013376606463", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99370678063606441:DE-466:53160920940006463#!" @@ -833,9 +878,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53175909640006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=9925013376606463", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99370678063606441:DE-466:53175909640006463#!" @@ -845,8 +891,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&portfolio_pid=5317399500006456&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&rft.mms_id=991006477834606456", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1010#!", "isil" : "DE-1010", + "id" : "http://lobid.org/organisations/DE-1010#!", "label" : "Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370678063606441:DE-1010:5317399500006456#!" @@ -856,8 +902,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBM/openurl?u.ignore_date_coverage=true&portfolio_pid=53139561080006472&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBM/openurl?u.ignore_date_coverage=true&rft.mms_id=991013864255706472", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38M#!", "isil" : "DE-38M", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "ZB MED - Informationszentrum Lebenswissenschaften, Köln" }, "id" : "http://lobid.org/items/99370678063606441:DE-38M:53139561080006472#!" diff --git a/src/test/resources/alma-fix/99370682219806441.json b/src/test/resources/alma-fix/99370682219806441.json index eda11a701..2bbe6a2cf 100644 --- a/src/test/resources/alma-fix/99370682219806441.json +++ b/src/test/resources/alma-fix/99370682219806441.json @@ -168,9 +168,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&portfolio_pid=5329392030006478&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&rft.mms_id=998475174506478", + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma99370682219806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, "id" : "http://lobid.org/items/99370682219806441:DE-Kn41:5329392030006478#!" @@ -180,8 +181,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53141951140006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381842456506464", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99370682219806441:DE-708:53141951140006464#!" @@ -190,9 +191,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&portfolio_pid=53118085990007476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&rft.mms_id=992022039329107476", + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma99370682219806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/99370682219806441:DE-386:53118085990007476#!" @@ -201,9 +203,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53346185050006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045255047006467", + "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222745694-8%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99370682219806441:DE-5:53346185050006467#!" @@ -212,9 +215,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53346309900006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045255047006467", + "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222745694-8%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99370682219806441:DE-5:53346309900006467#!" @@ -223,9 +227,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53439629560006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99206357887606446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370682219806441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99370682219806441:DE-465:53439629560006446#!" @@ -235,8 +240,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53354962310006443&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=9947420472406443", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/99370682219806441:DE-61:53354962310006443#!" @@ -245,9 +250,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53629253910006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044842060806449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370682219806441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370682219806441:DE-6:53629253910006449#!" @@ -257,8 +263,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53173949130006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=9925047386306463", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99370682219806441:DE-466:53173949130006463#!" diff --git a/src/test/resources/alma-fix/99370690532406441.json b/src/test/resources/alma-fix/99370690532406441.json index 9ebc436d6..d1733ddc4 100644 --- a/src/test/resources/alma-fix/99370690532406441.json +++ b/src/test/resources/alma-fix/99370690532406441.json @@ -78,8 +78,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53157449900006447&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=9915970815606447", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/99370690532406441:DE-468:53157449900006447#!" @@ -88,9 +88,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&portfolio_pid=53265843380006448&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&rft.mms_id=991025967988406448", + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370690532406441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/99370690532406441:DE-82:53265843380006448#!" @@ -99,9 +100,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53208220140006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991013485396506445", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99370690532406441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/99370690532406441:DE-290:53208220140006445#!" @@ -110,9 +112,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53320611800006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045180157206467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370690532406441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99370690532406441:DE-5:53320611800006467#!" @@ -121,9 +124,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53317006550006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025806297206442", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370690532406441:DE-361:53317006550006442#!" @@ -132,9 +136,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53305666740006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025806297206442", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370690532406441:DE-361:53305666740006442#!" @@ -143,9 +148,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53185697690006471&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=991027794842406471", + "seeAlso" : [ "https://suchen.ub.rub.de/issn/21968292" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/99370690532406441:DE-294:53185697690006471#!" @@ -155,8 +161,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53336433820006476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=991055606522306476", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99370690532406441:DE-38:53336433820006476#!" @@ -165,9 +171,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53653301110006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044925061406449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370690532406441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370690532406441:DE-6:53653301110006449#!" @@ -176,9 +183,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=5397076270006462&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=99204510098106462", + "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=" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/99370690532406441:DE-467:5397076270006462#!" @@ -187,9 +195,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53161142230006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=9925018040106463", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99370690532406441:DE-466:53161142230006463#!" diff --git a/src/test/resources/alma-fix/99370694196806441.json b/src/test/resources/alma-fix/99370694196806441.json index 340229fbb..7e4f4f58c 100644 --- a/src/test/resources/alma-fix/99370694196806441.json +++ b/src/test/resources/alma-fix/99370694196806441.json @@ -148,9 +148,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&portfolio_pid=5327764320006478&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&rft.mms_id=998470177306478", + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma99370694196806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, "id" : "http://lobid.org/items/99370694196806441:DE-Kn41:5327764320006478#!" @@ -160,8 +161,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53139375350006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381835239006464", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99370694196806441:DE-708:53139375350006464#!" @@ -170,9 +171,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&portfolio_pid=53118379390007476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&rft.mms_id=992022040085807476", + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma99370694196806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/99370694196806441:DE-386:53118379390007476#!" @@ -181,9 +183,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53333829220006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045220310806467", + "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222669828-6%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99370694196806441:DE-5:53333829220006467#!" @@ -192,9 +195,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53440125350006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99206359543306446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370694196806441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99370694196806441:DE-465:53440125350006446#!" @@ -204,8 +208,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53354279680006443&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=9947418435006443", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/99370694196806441:DE-61:53354279680006443#!" @@ -214,9 +218,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53630052410006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044844301206449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370694196806441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370694196806441:DE-6:53630052410006449#!" @@ -226,8 +231,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53174376380006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=9925048677906463", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99370694196806441:DE-466:53174376380006463#!" diff --git a/src/test/resources/alma-fix/99370699582506441.json b/src/test/resources/alma-fix/99370699582506441.json index 93e02a6b7..e997763a2 100644 --- a/src/test/resources/alma-fix/99370699582506441.json +++ b/src/test/resources/alma-fix/99370699582506441.json @@ -100,9 +100,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&portfolio_pid=5329531840006478&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&rft.mms_id=998475736206478", + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma99370699582506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, "id" : "http://lobid.org/items/99370699582506441:DE-Kn41:5329531840006478#!" @@ -112,8 +113,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53136878890006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381827500706464", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99370699582506441:DE-708:53136878890006464#!" @@ -122,9 +123,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53355917830006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045280382606467", + "seeAlso" : [ "https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%222508993-6%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99370699582506441:DE-5:53355917830006467#!" @@ -133,9 +135,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53436686710006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99206348251006446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370699582506441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99370699582506441:DE-465:53436686710006446#!" @@ -144,9 +147,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53630816910006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044846530706449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370699582506441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370699582506441:DE-6:53630816910006449#!" @@ -156,8 +160,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53174758710006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=9925050022906463", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99370699582506441:DE-466:53174758710006463#!" diff --git a/src/test/resources/alma-fix/99370738710506441.json b/src/test/resources/alma-fix/99370738710506441.json index 1a92a0e30..f30442fe9 100644 --- a/src/test/resources/alma-fix/99370738710506441.json +++ b/src/test/resources/alma-fix/99370738710506441.json @@ -168,9 +168,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&portfolio_pid=53325094210006448&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&rft.mms_id=991026176221006448", + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370738710506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/99370738710506441:DE-82:53325094210006448#!" @@ -179,9 +180,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53364332140006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=9927945109206470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99370738710506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99370738710506441:DE-385:53364332140006470#!" @@ -191,8 +193,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53315672950006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025813489606442", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370738710506441:DE-361:53315672950006442#!" @@ -201,9 +203,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53632399120006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044852279606449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370738710506441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370738710506441:DE-6:53632399120006449#!" diff --git a/src/test/resources/alma-fix/99370746459806441.json b/src/test/resources/alma-fix/99370746459806441.json index 3e4f12aa9..2ac821db3 100644 --- a/src/test/resources/alma-fix/99370746459806441.json +++ b/src/test/resources/alma-fix/99370746459806441.json @@ -122,8 +122,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&portfolio_pid=5389416920006444&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&rft.mms_id=991005834559706444", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370746459806441:DE-A96:5389416920006444#!" @@ -132,9 +132,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&portfolio_pid=53268579950006448&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&rft.mms_id=991025971963706448", + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370746459806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/99370746459806441:DE-82:53268579950006448#!" @@ -143,9 +144,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53345300320006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=9927882174306470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99370746459806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99370746459806441:DE-385:53345300320006470#!" @@ -155,8 +157,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53347553910006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025844579206442", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370746459806441:DE-361:53347553910006442#!" @@ -165,9 +167,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53453590350006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99207421662506446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370746459806441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99370746459806441:DE-465:53453590350006446#!" @@ -177,8 +180,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53166319790006463&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=9925022310406463", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99370746459806441:DE-466:53166319790006463#!" diff --git a/src/test/resources/alma-fix/99370763433806441.json b/src/test/resources/alma-fix/99370763433806441.json index 9ab9b9fae..0275a073b 100644 --- a/src/test/resources/alma-fix/99370763433806441.json +++ b/src/test/resources/alma-fix/99370763433806441.json @@ -99,8 +99,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&portfolio_pid=5347363540006485&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&rft.mms_id=991006421689006485", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370763433806441:DE-836:5347363540006485#!" @@ -110,8 +110,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&portfolio_pid=5321435670006479&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&rft.mms_id=991002757315606479", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1383#!", "isil" : "DE-1383", + "id" : "http://lobid.org/organisations/DE-1383#!", "label" : "Hochschule Rhein-Waal, Bibliothek" }, "id" : "http://lobid.org/items/99370763433806441:DE-1383:5321435670006479#!" @@ -120,9 +120,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53319899750006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=9927798168806470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99370763433806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99370763433806441:DE-385:53319899750006470#!" @@ -132,8 +133,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53322962000006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025836919806442", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370763433806441:DE-361:53322962000006442#!" @@ -143,8 +144,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53345923180006476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=991055632104006476", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99370763433806441:DE-38:53345923180006476#!" @@ -153,9 +154,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53659205700006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044860106206449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370763433806441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370763433806441:DE-6:53659205700006449#!" @@ -164,9 +166,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53648029900006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044860106206449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370763433806441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370763433806441:DE-6:53648029900006449#!" @@ -175,9 +178,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53642731060006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044860106206449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370763433806441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370763433806441:DE-6:53642731060006449#!" diff --git a/src/test/resources/alma-fix/99370763882706441.json b/src/test/resources/alma-fix/99370763882706441.json index 177a01303..23ad63c26 100644 --- a/src/test/resources/alma-fix/99370763882706441.json +++ b/src/test/resources/alma-fix/99370763882706441.json @@ -98,8 +98,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&portfolio_pid=5342364760006485&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&rft.mms_id=991006405493806485", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99370763882706441:DE-836:5342364760006485#!" @@ -109,8 +109,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&portfolio_pid=5323393200006479&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RHW/openurl?u.ignore_date_coverage=true&rft.mms_id=991002763941206479", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1383#!", "isil" : "DE-1383", + "id" : "http://lobid.org/organisations/DE-1383#!", "label" : "Hochschule Rhein-Waal, Bibliothek" }, "id" : "http://lobid.org/items/99370763882706441:DE-1383:5323393200006479#!" @@ -119,9 +119,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53326750220006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=9927820610606470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99370763882706441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99370763882706441:DE-385:53326750220006470#!" @@ -131,8 +132,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53323069600006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025837084406442", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370763882706441:DE-361:53323069600006442#!" @@ -141,9 +142,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53448710470006446&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99206804974006446", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370763882706441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99370763882706441:DE-465:53448710470006446#!" @@ -152,9 +154,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53643672020006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044873991306449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370763882706441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370763882706441:DE-6:53643672020006449#!" @@ -163,9 +166,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53664134410006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044873991306449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370763882706441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99370763882706441:DE-6:53664134410006449#!" diff --git a/src/test/resources/alma-fix/99370771475306441.json b/src/test/resources/alma-fix/99370771475306441.json index b6e5b83df..3c222fd77 100644 --- a/src/test/resources/alma-fix/99370771475306441.json +++ b/src/test/resources/alma-fix/99370771475306441.json @@ -245,10 +245,11 @@ "currentLibrary" : "EFS", "currentLocation" : "EFS_Haupt", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22HT020919504%22" ], "id" : "http://lobid.org/items/99370771475306441:DE-Dm13:2346845850006451#!" }, { "label" : "lobid Bestandsressource", @@ -258,10 +259,11 @@ "currentLibrary" : "40", "currentLocation" : "CB_FreiE-1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, + "seeAlso" : [ "https://fhb-bielefeld.digibib.net/search/katalog/record/(DE-605)HT020919504" ], "id" : "http://lobid.org/items/99370771475306441:DE-Bi10:2317935550006450#!" }, { "label" : "lobid Bestandsressource", @@ -271,10 +273,11 @@ "currentLibrary" : "40", "currentLocation" : "CB_FreiE-1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, + "seeAlso" : [ "https://fhb-bielefeld.digibib.net/search/katalog/record/(DE-605)HT020919504" ], "id" : "http://lobid.org/items/99370771475306441:DE-Bi10:2317935560006450#!" }, { "label" : "lobid Bestandsressource", @@ -284,10 +287,11 @@ "currentLibrary" : "40", "currentLocation" : "CB_FreiE-1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, + "seeAlso" : [ "https://fhb-bielefeld.digibib.net/search/katalog/record/(DE-605)HT020919504" ], "id" : "http://lobid.org/items/99370771475306441:DE-Bi10:2317935570006450#!" }, { "label" : "lobid Bestandsressource", @@ -297,10 +301,11 @@ "currentLibrary" : "R5001", "currentLocation" : "X0001", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1116#!", "isil" : "DE-1116", + "id" : "http://lobid.org/organisations/DE-1116#!", "label" : "Hochschule für Wirtschaft und Gesellschaft Ludwigshafen, Bibliothek" }, + "seeAlso" : [ "http://143.93.201.251/alipac/-/item-local?BASE=B-TIT&VID=HT020919504" ], "id" : "http://lobid.org/items/99370771475306441:DE-1116:2313341950007824#!" }, { "label" : "lobid Bestandsressource", @@ -310,10 +315,11 @@ "currentLibrary" : "ZE", "currentLocation" : "ZE-Bib", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bo404#!", "isil" : "DE-Bo404", + "id" : "http://lobid.org/organisations/DE-Bo404#!", "label" : "Deutsches Referenzzentrum für Ethik in den Biowissenschaften, Bibliothek/Dokumentation" }, + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99370771475306441" ], "id" : "http://lobid.org/items/99370771475306441:DE-Bo404:23299338990006467#!" }, { "label" : "lobid Bestandsressource", @@ -323,8 +329,8 @@ "currentLibrary" : "UB_BI", "currentLocation" : "23_Mono", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99370771475306441:DE-361:23349409990006442#!" @@ -336,10 +342,11 @@ "currentLibrary" : "D0001", "currentLocation" : "D01", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370771475306441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/99370771475306441:DE-465:23448803450006446#!" }, { "label" : "lobid Bestandsressource", @@ -349,10 +356,11 @@ "currentLibrary" : "MEGT", "currentLocation" : "MEGT_BIBEG", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6-164#!", "isil" : "DE-6-164", + "id" : "http://lobid.org/organisations/DE-6-164#!", "label" : "Universität Münster, Institut für Ethik, Geschichte und Theorie der Medizin, Bibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99370771475306441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/99370771475306441:DE-6-164:23545591700006449#!" }, { "label" : "lobid Bestandsressource", @@ -362,8 +370,8 @@ "currentLibrary" : "KOELN", "currentLocation" : "NCA_LS", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38M#!", "isil" : "DE-38M", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "ZB MED - Informationszentrum Lebenswissenschaften, Köln" }, "id" : "http://lobid.org/items/99370771475306441:DE-38M:23124753830006472#!" diff --git a/src/test/resources/alma-fix/99370782520706441.json b/src/test/resources/alma-fix/99370782520706441.json index eb6915e64..c8f2e4dda 100644 --- a/src/test/resources/alma-fix/99370782520706441.json +++ b/src/test/resources/alma-fix/99370782520706441.json @@ -93,8 +93,8 @@ "currentLibrary" : "T0012", "currentLocation" : "00000000", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Tr5#!", "isil" : "DE-Tr5", + "id" : "http://lobid.org/organisations/DE-Tr5#!", "label" : "Hochschulbibliothek Trier" }, "id" : "http://lobid.org/items/99370782520706441:DE-Tr5:2311319960007820#!" @@ -106,8 +106,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389819160006444#!" @@ -119,8 +119,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389819170006444#!" @@ -132,8 +132,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389819180006444#!" @@ -145,8 +145,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389819140006444#!" @@ -158,8 +158,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389819150006444#!" @@ -171,8 +171,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389949700006444#!" @@ -184,8 +184,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389949710006444#!" @@ -197,8 +197,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389949690006444#!" @@ -210,8 +210,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389949680006444#!" @@ -223,8 +223,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389949720006444#!" @@ -236,8 +236,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389949730006444#!" @@ -249,8 +249,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389949740006444#!" @@ -262,8 +262,8 @@ "currentLibrary" : "BAY", "currentLocation" : "BAY_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99370782520706441:DE-A96:2389949750006444#!" @@ -275,10 +275,11 @@ "currentLibrary" : "BOT", "currentLocation" : "BOT_FREI", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-Bm40:2313413830006454#!" }, { "label" : "lobid Bestandsressource", @@ -288,10 +289,11 @@ "currentLibrary" : "DT", "currentLocation" : "DT_Frei", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, + "seeAlso" : [ "https://th-owl.digibib.net/search/katalog/record/(DE-605)HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-743:2339214060006468#!" }, { "label" : "lobid Bestandsressource", @@ -301,10 +303,11 @@ "currentLibrary" : "LBS", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370782520706441" ], "id" : "http://lobid.org/items/99370782520706441:DE-82:23218957880006448#!" }, { "label" : "lobid Bestandsressource", @@ -314,10 +317,11 @@ "currentLibrary" : "ZB", "currentLocation" : "MAGAZIN_3", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370782520706441" ], "id" : "http://lobid.org/items/99370782520706441:DE-82:23218957810006448#!" }, { "label" : "lobid Bestandsressource", @@ -327,10 +331,11 @@ "currentLibrary" : "202", "currentLocation" : "7", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82-202#!", "isil" : "DE-82-202", + "id" : "http://lobid.org/organisations/DE-82-202#!", "label" : "Kooperierende Bibliothek der Lehrstühle für Planungstheorie und Stadtentwicklung, für Städtebau und Landesplanung, für Wohnbau und Grundlagen des Entwerfens, für CAAD, für Individualisierte Bauproduktion, für Immobilienprojektentwicklung, Gemeinsame Bibliothek" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370782520706441" ], "id" : "http://lobid.org/items/99370782520706441:DE-82-202:23218957790006448#!" }, { "label" : "lobid Bestandsressource", @@ -340,10 +345,11 @@ "currentLibrary" : "LBS", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370782520706441" ], "id" : "http://lobid.org/items/99370782520706441:DE-82:23218957850006448#!" }, { "label" : "lobid Bestandsressource", @@ -353,10 +359,11 @@ "currentLibrary" : "LBS", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370782520706441" ], "id" : "http://lobid.org/items/99370782520706441:DE-82:23218957840006448#!" }, { "label" : "lobid Bestandsressource", @@ -366,10 +373,11 @@ "currentLibrary" : "LBS", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370782520706441" ], "id" : "http://lobid.org/items/99370782520706441:DE-82:23218957830006448#!" }, { "label" : "lobid Bestandsressource", @@ -379,10 +387,11 @@ "currentLibrary" : "LBS", "currentLocation" : "0", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99370782520706441" ], "id" : "http://lobid.org/items/99370782520706441:DE-82:23218957870006448#!" }, { "label" : "lobid Bestandsressource", @@ -392,10 +401,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346585050006477#!" }, { "label" : "lobid Bestandsressource", @@ -405,10 +415,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346585040006477#!" }, { "label" : "lobid Bestandsressource", @@ -418,10 +429,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346585030006477#!" }, { "label" : "lobid Bestandsressource", @@ -431,10 +443,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346585060006477#!" }, { "label" : "lobid Bestandsressource", @@ -444,10 +457,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346585010006477#!" }, { "label" : "lobid Bestandsressource", @@ -457,10 +471,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "32", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346584960006477#!" }, { "label" : "lobid Bestandsressource", @@ -470,10 +485,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346585000006477#!" }, { "label" : "lobid Bestandsressource", @@ -483,10 +499,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346585020006477#!" }, { "label" : "lobid Bestandsressource", @@ -496,10 +513,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346584980006477#!" }, { "label" : "lobid Bestandsressource", @@ -509,10 +527,11 @@ "currentLibrary" : "DEUTZ", "currentLocation" : "31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-832:2346584990006477#!" }, { "label" : "lobid Bestandsressource", @@ -522,10 +541,11 @@ "currentLibrary" : "BR", "currentLocation" : "Freihand", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99370782520706441" ], "id" : "http://lobid.org/items/99370782520706441:DE-290:23212938760006445#!" }, { "label" : "lobid Bestandsressource", @@ -535,8 +555,8 @@ "currentLibrary" : "UB", "currentLocation" : "UB_G3/B4", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/99370782520706441:DE-294:23106203860006471#!" @@ -548,10 +568,11 @@ "currentLibrary" : "E0001", "currentLocation" : "EHA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370782520706441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/99370782520706441:DE-465:23448939910006446#!" }, { "label" : "lobid Bestandsressource", @@ -561,10 +582,11 @@ "currentLibrary" : "E0001", "currentLocation" : "E31", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99370782520706441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "id" : "http://lobid.org/items/99370782520706441:DE-465:23448939860006446#!" }, { "label" : "lobid Bestandsressource", @@ -574,10 +596,11 @@ "currentLibrary" : "S0001", "currentLocation" : "PB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT020936481" ], "id" : "http://lobid.org/items/99370782520706441:DE-467:2358786050006462#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/99371014448006441.json b/src/test/resources/alma-fix/99371014448006441.json index acc2b41ce..4a4e4d902 100644 --- a/src/test/resources/alma-fix/99371014448006441.json +++ b/src/test/resources/alma-fix/99371014448006441.json @@ -119,10 +119,11 @@ "currentLibrary" : "38-459", "currentLocation" : "38-459-FHM", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-459#!", "isil" : "DE-38-459", + "id" : "http://lobid.org/organisations/DE-38-459#!", "label" : "Gemeinsame Fachbibliothek Asien / Japanologie" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT021117356" ], "id" : "http://lobid.org/items/99371014448006441:DE-38-459:23187329000006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/99371050452706441.json b/src/test/resources/alma-fix/99371050452706441.json index 3c94338ec..459d3c235 100644 --- a/src/test/resources/alma-fix/99371050452706441.json +++ b/src/test/resources/alma-fix/99371050452706441.json @@ -221,10 +221,11 @@ "currentLibrary" : "ZB", "currentLocation" : "ZB_FHM1", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99371050452706441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "id" : "http://lobid.org/items/99371050452706441:DE-6:23596739030006449#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/99371107766906441.json b/src/test/resources/alma-fix/99371107766906441.json index 1358279d2..dcb90ee84 100644 --- a/src/test/resources/alma-fix/99371107766906441.json +++ b/src/test/resources/alma-fix/99371107766906441.json @@ -108,9 +108,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53215099760006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991013521007106445", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99371107766906441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/99371107766906441:DE-290:53215099760006445#!" @@ -120,8 +121,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53342898530006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025924501606442", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99371107766906441:DE-361:53342898530006442#!" @@ -131,8 +132,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53335141470006476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=991055602702206476", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99371107766906441:DE-38:53335141470006476#!" @@ -141,9 +142,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53627314570006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044836260306449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99371107766906441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99371107766906441:DE-6:53627314570006449#!" diff --git a/src/test/resources/alma-fix/99371123630706441.json b/src/test/resources/alma-fix/99371123630706441.json index 2cde95ce1..e78bd4bc4 100644 --- a/src/test/resources/alma-fix/99371123630706441.json +++ b/src/test/resources/alma-fix/99371123630706441.json @@ -232,9 +232,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&portfolio_pid=5368181550006452&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&rft.mms_id=991005719114506452", + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma99371123630706441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/99371123630706441:DE-1044:5368181550006452#!" @@ -244,8 +245,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HGB/openurl?u.ignore_date_coverage=true&portfolio_pid=5318927880006481&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HGB/openurl?u.ignore_date_coverage=true&rft.mms_id=991000889803706481", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1866#!", "isil" : "DE-1866", + "id" : "http://lobid.org/organisations/DE-1866#!", "label" : "Hochschule für Gesundheit, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371123630706441:DE-1866:5318927880006481#!" @@ -254,9 +255,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53330118430006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=9927831944606470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99371123630706441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99371123630706441:DE-385:53330118430006470#!" @@ -265,9 +267,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53334619910006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045222644506467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99371123630706441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99371123630706441:DE-5:53334619910006467#!" @@ -276,9 +279,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53343755270006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045222644506467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99371123630706441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99371123630706441:DE-5:53343755270006467#!" @@ -287,9 +291,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53358090820006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045222644506467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99371123630706441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99371123630706441:DE-5:53358090820006467#!" @@ -299,8 +304,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53337102680006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025886373806442", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99371123630706441:DE-361:53337102680006442#!" @@ -310,8 +315,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53330270780006476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=991055588598006476", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99371123630706441:DE-38:53330270780006476#!" @@ -321,8 +326,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53331262830006476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=991055588598006476", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99371123630706441:DE-38:53331262830006476#!" diff --git a/src/test/resources/alma-fix/99371147104906441.json b/src/test/resources/alma-fix/99371147104906441.json index 61ded17a8..3d011b36e 100644 --- a/src/test/resources/alma-fix/99371147104906441.json +++ b/src/test/resources/alma-fix/99371147104906441.json @@ -134,8 +134,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&portfolio_pid=5390318570006461&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&rft.mms_id=9916258194806461", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4#!", "isil" : "DE-Hag4", + "id" : "http://lobid.org/organisations/DE-Hag4#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Hagen, Zentralbibliothek" }, "id" : "http://lobid.org/items/99371147104906441:DE-Hag4:5390318570006461#!" @@ -144,9 +144,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&portfolio_pid=53111522090006444&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&rft.mms_id=991005885283006444", + "seeAlso" : [ "https://onlinekatalog.bibliothek.fh-aachen.de/webOPACClient/start.do?Query=0543=%2227836207%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99371147104906441:DE-A96:53111522090006444#!" @@ -155,9 +156,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&portfolio_pid=53100582450006444&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&rft.mms_id=991005885283006444", + "seeAlso" : [ "https://onlinekatalog.bibliothek.fh-aachen.de/webOPACClient/start.do?Query=0543=%2227836207%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99371147104906441:DE-A96:53100582450006444#!" @@ -166,9 +168,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&portfolio_pid=5355783850006452&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&rft.mms_id=991005705885506452", + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma99371147104906441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/99371147104906441:DE-1044:5355783850006452#!" @@ -177,9 +180,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53220694770006445&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=991013572431006445", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99371147104906441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/99371147104906441:DE-290:53220694770006445#!" @@ -188,9 +192,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53360282040006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045256535106467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99371147104906441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99371147104906441:DE-5:53360282040006467#!" @@ -199,9 +204,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53346765620006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045256535106467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99371147104906441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99371147104906441:DE-5:53346765620006467#!" @@ -210,9 +216,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53348545120006467&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=991045256535106467", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99371147104906441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99371147104906441:DE-5:53348545120006467#!" @@ -221,9 +228,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53349581340006442&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=991025971926406442", + "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" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99371147104906441:DE-361:53349581340006442#!" @@ -233,8 +241,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53336581080006476&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=991055606929906476", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99371147104906441:DE-38:53336581080006476#!" @@ -243,9 +251,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53652173090006449&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=991044919564006449", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99371147104906441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99371147104906441:DE-6:53652173090006449#!" diff --git a/src/test/resources/alma-fix/99371314897806441.json b/src/test/resources/alma-fix/99371314897806441.json index 610f8be43..7e0f20eae 100644 --- a/src/test/resources/alma-fix/99371314897806441.json +++ b/src/test/resources/alma-fix/99371314897806441.json @@ -100,8 +100,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99371314897806441:DE-A96:53769526120006441#!" @@ -110,9 +110,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_OWL/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_OWL/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://th-owl.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-743#!", "isil" : "DE-743", + "id" : "http://lobid.org/organisations/DE-743#!", "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien" }, "id" : "http://lobid.org/items/99371314897806441:DE-743:53769526120006441#!" @@ -121,9 +122,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WHS/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://w-hs.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1010#!", "isil" : "DE-1010", + "id" : "http://lobid.org/organisations/DE-1010#!", "label" : "Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-1010:53769526120006441#!" @@ -132,9 +134,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/99371314897806441:DE-61:53769526120006441#!" @@ -143,9 +146,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99371314897806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/99371314897806441:DE-82:53769526120006441#!" @@ -154,9 +158,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99371314897806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99371314897806441:DE-5:53769526120006441#!" @@ -165,9 +170,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99371314897806441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-6:53769526120006441#!" @@ -177,8 +183,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-294:53769526120006441#!" @@ -187,9 +193,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/99371314897806441:DE-467:53769526120006441#!" @@ -198,9 +205,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99371314897806441:DE-466:53769526120006441#!" @@ -209,9 +217,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HBI/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HBI/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://fhb-bielefeld.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bi10#!", "isil" : "DE-Bi10", + "id" : "http://lobid.org/organisations/DE-Bi10#!", "label" : "Hochschule Bielefeld – University of Applied Sciences and Arts, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-Bi10:53769526120006441#!" @@ -220,9 +229,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RUW/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RUW/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://hsb-ruhr-west.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1393#!", "isil" : "DE-1393", + "id" : "http://lobid.org/organisations/DE-1393#!", "label" : "Hochschule Ruhr West, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-1393:53769526120006441#!" @@ -231,9 +241,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/99371314897806441:DE-468:53769526120006441#!" @@ -242,9 +253,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, "id" : "http://lobid.org/items/99371314897806441:DE-Due62:53769526120006441#!" @@ -253,9 +265,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HBO/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://hsb-bochum.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm40#!", "isil" : "DE-Bm40", + "id" : "http://lobid.org/organisations/DE-Bm40#!", "label" : "Hochschule Bochum, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-Bm40:53769526120006441#!" @@ -264,9 +277,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma99371314897806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/99371314897806441:DE-1044:53769526120006441#!" @@ -276,8 +290,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_KHO/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_KHO/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1032#!", "isil" : "DE-1032", + "id" : "http://lobid.org/organisations/DE-1032#!", "label" : "Katholische Hochschule Nordrhein-Westfalen (katho), Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-1032:53769526120006441#!" @@ -286,9 +300,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99371314897806441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99371314897806441:DE-465:53769526120006441#!" @@ -297,9 +312,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://hs-niederrhein.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-829:53769526120006441#!" @@ -308,9 +324,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://fhb-muenster.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-836:53769526120006441#!" @@ -319,9 +336,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99371314897806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/99371314897806441:DE-290:53769526120006441#!" @@ -331,8 +349,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", "isil" : "DE-361", + "id" : "http://lobid.org/organisations/DE-361#!", "label" : "Universitätsbibliothek Bielefeld" }, "id" : "http://lobid.org/items/99371314897806441:DE-361:53769526120006441#!" @@ -342,8 +360,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4#!", "isil" : "DE-Hag4", + "id" : "http://lobid.org/organisations/DE-Hag4#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Hagen, Zentralbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-Hag4:53769526120006441#!" @@ -352,9 +370,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FDO/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FDO/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22HT021352855%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-Dm13:53769526120006441#!" @@ -364,8 +383,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_KHM/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_KHM/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn185#!", "isil" : "DE-Kn185", + "id" : "http://lobid.org/organisations/DE-Kn185#!", "label" : "Kunsthochschule für Medien, Bibliothek / Mediathek" }, "id" : "http://lobid.org/items/99371314897806441:DE-Kn185:53769526120006441#!" @@ -374,9 +393,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma99371314897806441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, "id" : "http://lobid.org/items/99371314897806441:DE-Kn41:53769526120006441#!" @@ -385,9 +405,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_THK/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_THK/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-832:53769526120006441#!" @@ -397,8 +418,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_TGA/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_TGA/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm1#!", "isil" : "DE-Bm1", + "id" : "http://lobid.org/organisations/DE-Bm1#!", "label" : "Technische Hochschule Georg Agricola, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371314897806441:DE-Bm1:53769526120006441#!" @@ -407,9 +428,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38#!", "isil" : "DE-38", + "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, "id" : "http://lobid.org/items/99371314897806441:DE-38:53769526120006441#!" @@ -418,9 +440,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53133004370006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=990016111720106464", + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT021352855" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99371314897806441:DE-708:53133004370006464#!" diff --git a/src/test/resources/alma-fix/99371447897606441.json b/src/test/resources/alma-fix/99371447897606441.json index 42e03cc90..599ed52a4 100644 --- a/src/test/resources/alma-fix/99371447897606441.json +++ b/src/test/resources/alma-fix/99371447897606441.json @@ -143,8 +143,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&portfolio_pid=5395685400006461&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FSW/openurl?u.ignore_date_coverage=true&rft.mms_id=9916291856306461", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Hag4#!", "isil" : "DE-Hag4", + "id" : "http://lobid.org/organisations/DE-Hag4#!", "label" : "Fachhochschule Südwestfalen, Fachbibliothek Hagen, Zentralbibliothek" }, "id" : "http://lobid.org/items/99371447897606441:DE-Hag4:5395685400006461#!" @@ -153,9 +153,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&portfolio_pid=5353633400006452&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BRS/openurl?u.ignore_date_coverage=true&rft.mms_id=991005696549806452", + "seeAlso" : [ "https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma99371447897606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1044#!", "isil" : "DE-1044", + "id" : "http://lobid.org/organisations/DE-1044#!", "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg" }, "id" : "http://lobid.org/items/99371447897606441:DE-1044:5353633400006452#!" @@ -164,9 +165,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53322423530006470&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=9927806347606470", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99371447897606441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99371447897606441:DE-385:53322423530006470#!" diff --git a/src/test/resources/alma-fix/99371449208306441.json b/src/test/resources/alma-fix/99371449208306441.json index 0f9de2314..b358a2bca 100644 --- a/src/test/resources/alma-fix/99371449208306441.json +++ b/src/test/resources/alma-fix/99371449208306441.json @@ -105,8 +105,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53145570030006464&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99381851853506464", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99371449208306441:DE-708:53145570030006464#!" diff --git a/src/test/resources/alma-fix/99371530278506441.json b/src/test/resources/alma-fix/99371530278506441.json index a4056e110..c0085315d 100644 --- a/src/test/resources/alma-fix/99371530278506441.json +++ b/src/test/resources/alma-fix/99371530278506441.json @@ -191,10 +191,11 @@ "currentLibrary" : "38-432", "currentLocation" : "38-432-BIB", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38-432#!", "isil" : "DE-38-432", + "id" : "http://lobid.org/organisations/DE-38-432#!", "label" : "Thomas-Institut, Bibliothek" }, + "seeAlso" : [ "http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid=HT021463169" ], "id" : "http://lobid.org/items/99371530278506441:DE-38-432:23292477910006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/99371791018506441.json b/src/test/resources/alma-fix/99371791018506441.json index 0c574197d..9361ab8ef 100644 --- a/src/test/resources/alma-fix/99371791018506441.json +++ b/src/test/resources/alma-fix/99371791018506441.json @@ -92,19 +92,21 @@ "currentLibrary" : "R2001", "currentLocation" : "UNASSIGNED", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1105#!", "isil" : "DE-1105", + "id" : "http://lobid.org/organisations/DE-1105#!", "label" : "Hochschule Koblenz, RheinAhrCampus, Bibliothek" }, + "seeAlso" : [ "http://www.hs-koblenz.de/RACwebOPAC/start.do?Login=webopac&Query=0010=%22HT021613847%22" ], "id" : "http://lobid.org/items/99371791018506441:DE-1105:2213069980007829#!" }, { "type" : [ "Item", "DigitalDocument" ], "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-467#!", "isil" : "DE-467", + "id" : "http://lobid.org/organisations/DE-467#!", "label" : "Universitätsbibliothek Siegen" }, "id" : "http://lobid.org/items/99371791018506441:DE-467:53800421430006441#!" @@ -113,9 +115,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", "isil" : "DE-468", + "id" : "http://lobid.org/organisations/DE-468#!", "label" : "Universitätsbibliothek Wuppertal" }, "id" : "http://lobid.org/items/99371791018506441:DE-468:53800421430006441#!" @@ -125,8 +128,8 @@ "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" : { - "id" : "http://lobid.org/organisations/DE-583#!", "isil" : "DE-583", + "id" : "http://lobid.org/organisations/DE-583#!", "label" : "SRH Hochschule für Logistik und Wirtschaft Hamm, Bibliothek" }, "id" : "http://lobid.org/items/99371791018506441:DE-583:53800421430006441#!" @@ -135,9 +138,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Due62#!", "isil" : "DE-Due62", + "id" : "http://lobid.org/organisations/DE-Due62#!", "label" : "Hochschulbibliothek der Hochschule Düsseldorf" }, "id" : "http://lobid.org/items/99371791018506441:DE-Due62:53800421430006441#!" @@ -146,9 +150,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RTU/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma99371791018506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-386#!", "isil" : "DE-386", + "id" : "http://lobid.org/organisations/DE-386#!", "label" : "Universitätsbibliothek der RPTU in Kaiserslautern" }, "id" : "http://lobid.org/items/99371791018506441:DE-386:53800421430006441#!" @@ -157,9 +162,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBS/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma99371791018506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Kn41#!", "isil" : "DE-Kn41", + "id" : "http://lobid.org/organisations/DE-Kn41#!", "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln" }, "id" : "http://lobid.org/items/99371791018506441:DE-Kn41:53800421430006441#!" @@ -168,9 +174,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_THK/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_THK/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "http://www.digibib.net/permalink/832/FHBK-x/HBZ:HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-832#!", "isil" : "DE-832", + "id" : "http://lobid.org/organisations/DE-832#!", "label" : "Technische Hochschule Köln, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371791018506441:DE-832:53800421430006441#!" @@ -179,9 +186,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma99371791018506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-385#!", "isil" : "DE-385", + "id" : "http://lobid.org/organisations/DE-385#!", "label" : "Universitätsbibliothek Trier" }, "id" : "http://lobid.org/items/99371791018506441:DE-385:53800421430006441#!" @@ -190,9 +198,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_RUW/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_RUW/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://hsb-ruhr-west.digibib.net/search/katalog/record/(DE-605)HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-1393#!", "isil" : "DE-1393", + "id" : "http://lobid.org/organisations/DE-1393#!", "label" : "Hochschule Ruhr West, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371791018506441:DE-1393:53800421430006441#!" @@ -202,8 +211,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ZBM/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ZBM/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-38M#!", "isil" : "DE-38M", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "ZB MED - Informationszentrum Lebenswissenschaften, Köln" }, "id" : "http://lobid.org/items/99371791018506441:DE-38M:53800421430006441#!" @@ -212,9 +221,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHM/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://fhb-muenster.digibib.net/search/katalog/record/(DE-605)HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-836#!", "isil" : "DE-836", + "id" : "http://lobid.org/organisations/DE-836#!", "label" : "FH Münster, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371791018506441:DE-836:53800421430006441#!" @@ -223,9 +233,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,99371791018506441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-6#!", "isil" : "DE-6", + "id" : "http://lobid.org/organisations/DE-6#!", "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek" }, "id" : "http://lobid.org/items/99371791018506441:DE-6:53800421430006441#!" @@ -235,8 +246,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-294#!", "isil" : "DE-294", + "id" : "http://lobid.org/organisations/DE-294#!", "label" : "Ruhr-Universität Bochum, Universitätsbibliothek" }, "id" : "http://lobid.org/items/99371791018506441:DE-294:53800421430006441#!" @@ -245,9 +256,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-466#!", "isil" : "DE-466", + "id" : "http://lobid.org/organisations/DE-466#!", "label" : "Universitätsbibliothek Paderborn" }, "id" : "http://lobid.org/items/99371791018506441:DE-466:53800421430006441#!" @@ -256,9 +268,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-61#!", "isil" : "DE-61", + "id" : "http://lobid.org/organisations/DE-61#!", "label" : "Universitäts- und Landesbibliothek Düsseldorf" }, "id" : "http://lobid.org/items/99371791018506441:DE-61:53800421430006441#!" @@ -268,8 +281,8 @@ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FHA/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-A96#!", "isil" : "DE-A96", + "id" : "http://lobid.org/organisations/DE-A96#!", "label" : "Hochschulbibliothek der Fachhochschule Aachen" }, "id" : "http://lobid.org/items/99371791018506441:DE-A96:53800421430006441#!" @@ -278,9 +291,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma99371791018506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-5#!", "isil" : "DE-5", + "id" : "http://lobid.org/organisations/DE-5#!", "label" : "Universitäts- und Landesbibliothek Bonn" }, "id" : "http://lobid.org/items/99371791018506441:DE-5:53800421430006441#!" @@ -289,9 +303,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBA/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma99371791018506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-82#!", "isil" : "DE-82", + "id" : "http://lobid.org/organisations/DE-82#!", "label" : "Universitätsbibliothek der RWTH Aachen" }, "id" : "http://lobid.org/items/99371791018506441:DE-82:53800421430006441#!" @@ -300,9 +315,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UDE/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://primo.uni-due.de/discovery/search?query=any,contains,99371791018506441&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-465#!", "isil" : "DE-465", + "id" : "http://lobid.org/organisations/DE-465#!", "label" : "Universitätsbibliothek Duisburg-Essen" }, "id" : "http://lobid.org/items/99371791018506441:DE-465:53800421430006441#!" @@ -311,9 +327,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSN/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://hs-niederrhein.digibib.net/search/katalog/record/(DE-605)HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-829#!", "isil" : "DE-829", + "id" : "http://lobid.org/organisations/DE-829#!", "label" : "Hochschule Niederrhein, Bibliothek" }, "id" : "http://lobid.org/items/99371791018506441:DE-829:53800421430006441#!" @@ -322,9 +339,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBD/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:99371791018506441" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", "isil" : "DE-290", + "id" : "http://lobid.org/organisations/DE-290#!", "label" : "Universitätsbibliothek Dortmund" }, "id" : "http://lobid.org/items/99371791018506441:DE-290:53800421430006441#!" @@ -333,9 +351,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)HT021613847" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-708#!", "isil" : "DE-708", + "id" : "http://lobid.org/organisations/DE-708#!", "label" : "Universitätsbibliothek der Fernuniversität" }, "id" : "http://lobid.org/items/99371791018506441:DE-708:53800421430006441#!" @@ -344,9 +363,10 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FDO/openurl?u.ignore_date_coverage=true&portfolio_pid=53800421430006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FDO/openurl?u.ignore_date_coverage=true&rft.mms_id=99371791018506441", + "seeAlso" : [ "http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22HT021613847%22" ], "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Dm13#!", "isil" : "DE-Dm13", + "id" : "http://lobid.org/organisations/DE-Dm13#!", "label" : "Fachhochschule Dortmund, Hochschulbibliothek" }, "id" : "http://lobid.org/items/99371791018506441:DE-Dm13:53800421430006441#!" diff --git a/src/test/resources/alma-fix/99372423490706441.json b/src/test/resources/alma-fix/99372423490706441.json index 6069c0e92..c8075eea1 100644 --- a/src/test/resources/alma-fix/99372423490706441.json +++ b/src/test/resources/alma-fix/99372423490706441.json @@ -107,8 +107,8 @@ "currentLibrary" : "T0010", "currentLocation" : "kA", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-121#!", "isil" : "DE-121", + "id" : "http://lobid.org/organisations/DE-121#!", "label" : "Wissenschaftliche Bibliothek der Stadt Trier" }, "id" : "http://lobid.org/items/99372423490706441:DE-121:2320209870007826#!" diff --git a/src/test/resources/alma-fix/99372483173006441.json b/src/test/resources/alma-fix/99372483173006441.json index 90f064345..1d1a47972 100644 --- a/src/test/resources/alma-fix/99372483173006441.json +++ b/src/test/resources/alma-fix/99372483173006441.json @@ -187,8 +187,8 @@ "currentLibrary" : "BR004", "currentLocation" : "S", "heldBy" : { - "id" : "http://lobid.org/organisations/DE-Bm3-4#!", "isil" : "DE-Bm3-4", + "id" : "http://lobid.org/organisations/DE-Bm3-4#!", "label" : "Bibliothek des Ruhrgebiets, Dokumentation Ruhrgebiet" }, "id" : "http://lobid.org/items/99372483173006441:DE-Bm3-4:2317280700007508#!" diff --git a/src/test/resources/alma/maps/isil2opac_almaMmsId.tsv b/src/test/resources/alma/maps/isil2opac_almaMmsId.tsv new file mode 100644 index 000000000..c5f43e90d --- /dev/null +++ b/src/test/resources/alma/maps/isil2opac_almaMmsId.tsv @@ -0,0 +1,73 @@ +DE-1044 https://bib-discover.bib.h-brs.de/discovery/fulldisplay?docid=alma{almaMmsId} +DE-290 https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:{almaMmsId} +DE-385 https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma{almaMmsId} +DE-386 https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma{almaMmsId} +DE-465 https://primo.uni-due.de/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0 +DE-5 https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma{almaMmsId} +DE-6 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-005 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-006 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-007 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-011 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-015 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-016 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-017 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-020 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-022 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-023 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-026 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-037 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-049 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-050 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-052 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-056 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-057 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-058 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-069 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-097 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-115 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-119 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-123 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-125 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-136 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-139a https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-139b https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-152 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-153 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-154 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-156 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-163 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-164 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-177 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-182 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-190 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-191 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-192 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-193 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-194 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-210 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-246 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-248 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-255 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-258 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-259 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-276 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-282 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-286 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-293 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-295 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-298 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-311 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-318 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-325 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-326 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-328 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-334 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-336 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-338 https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-A https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-M https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-N https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-6-Z https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0 +DE-82 https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma{almaMmsId} +DE-Kn41 https://primo.zbsport.dshs-koeln.de/discovery/fulldisplay?docid=alma{almaMmsId} \ No newline at end of file diff --git a/src/test/resources/alma/maps/isil2opac_hbzId.tsv b/src/test/resources/alma/maps/isil2opac_hbzId.tsv new file mode 100644 index 000000000..b9b2f5bde --- /dev/null +++ b/src/test/resources/alma/maps/isil2opac_hbzId.tsv @@ -0,0 +1,28 @@ +DE-1010 https://w-hs.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-121-broken https://aleph.zbsport.de/F/SDBUYR8MXPE2QTCBVSV4EEX2TBKQKPR3K2Y64KKSEAXI4423DK-00920?func=find-b&adjacent=N&doc_001_number=HT021599198&find_code=WRD&local_base=str01&x=39&y=4 +DE-1156 https://folkwang-uni.digibib.net/search/katalog/record/56:{hbzid} +DE-38 http://www.ub.uni-koeln.de/cgi-bin/redirect.pl?referrer=hbzvk&service=showrecord&hbzid={hbzid} +DE-61 https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:{hbzid} +DE-98 http://www.medpilot.de/?ID={hbzid} +DE-466 https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D={hbzid} +DE-467 https://ub-siegen.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-468 https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-575 https://det.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-708 https://fub-hagen.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-743 https://th-owl.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-829 https://hs-niederrhein.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-832 http://www.digibib.net/permalink/832/FHBK-x/HBZ:{hbzid} +DE-836 https://fhb-muenster.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-929 http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22{hbzid}%22&selectedViewBranchlib=0 +DE-1105 http://www.hs-koblenz.de/RACwebOPAC/start.do?Login=webopac&Query=0010=%22{hbzid}%22 +DE-1116 http://143.93.201.251/alipac/-/item-local?BASE=B-TIT&VID={hbzid} +DE-1393 https://hsb-ruhr-west.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-1393-BOT https://hsb-ruhr-west.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-Bi10 https://fhb-bielefeld.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-Bm40 https://hsb-bochum.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-Dm13 http://www.fhb.fh-dortmund.de/webOPACClient/start.do?Query=0010=%22{hbzid}%22 +DE-Due62 https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605){hbzid} +DE-Kn38 https://hfmt-koeln.digibib.net/search/katalog/record/58:{hbzid} +DE-Kob7 http://aleph1.uni-koblenz.de/F/?func=find-b&request={hbzid}&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2= +DE-Lan1 http://aleph1.uni-koblenz.de/F/?func=find-b&request={hbzid}&find_code=IDN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2= +DE-Zw1 http://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Language=De&Query=010%3D%22{hbzid}%22&selectedViewBranchlib=2 diff --git a/src/test/resources/alma/maps/isil2opac_isbn.tsv b/src/test/resources/alma/maps/isil2opac_isbn.tsv new file mode 100644 index 000000000..631211c4b --- /dev/null +++ b/src/test/resources/alma/maps/isil2opac_isbn.tsv @@ -0,0 +1,69 @@ +DE-61 https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D={isbn} +DE-107 https://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Query=0540=%22{isbn}%22 +DE-290 https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=0540=%22{isbn}%22 +DE-294 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-7 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-8 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-9 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-11 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-14 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-15 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-16 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-17 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-18 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-19 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-20 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-21 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-22 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-23 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-24 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-25 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-26 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-27 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-28 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-30 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-33 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-34 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-35 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-36 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-37 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-38 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-39 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-42 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-43 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-45 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-46 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-47 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-48 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-49 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-51 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-52 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-55 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-56 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-57 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-58 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-59 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-60 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-61 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-62 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-63 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-64 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-66 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-67 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-68 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-70 https://suchen.ub.rub.de/isbn/{isbn} +DE-294-71 https://suchen.ub.rub.de/isbn/{isbn} +DE-361 http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=is&var1={isbn}&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10 +DE-466 https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=isbn&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D={isbn}&scope=catalog&sf=rank +DE-467 http://obelix.ub.uni-siegen.de/F/?func=find-b&request={isbn}&find_code=IBN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2= +DE-708 http://ub-parma.fernuni-hagen.de/F/?func=find-b&request={isbn}&find_code=IBN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2= +DE-829 http://seth7.hs-niederrhein.de/webOPACClient/start.do?Query=0540=%22{isbn}%22 +DE-836 https://hb063.fh-muenster.de/webOPACClient/start.do?Query=0540=%22{isbn}%22 +DE-1044 https://bib-sisis.bib.hochschule-bonn-rhein-sieg.de/webOPACClient/start.do?Query=0540=%22{isbn}%22 +DE-1393 https://katalog.hs-ruhrwest.de/webOPACClient.nmbsis/start.do?Query=0540=%22{isbn}%22 +DE-1393-BOT https://katalog.hs-ruhrwest.de/webOPACClient.nmbsis/start.do?Query=0540=%22{isbn}%22 +DE-A96 https://onlinekatalog.bibliothek.fh-aachen.de/webOPACClient/start.do?Query=0540=%22{isbn}%22 +DE-Bi10 https://biblio.fh-bielefeld.de/webOPACClient/start.do?Query=0540=%22{isbn}%22 +DE-Dm13 http://193.25.18.8/webOPACClient/start.do?Query=0540=%22{isbn}%22 +DE-Kob7 http://aleph1.uni-koblenz.de/F/?func=find-b&request={isbn}&find_code=IBN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2= +DE-Lan1 http://aleph1.uni-koblenz.de/F/?func=find-b&request={isbn}&find_code=IBN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2= diff --git a/src/test/resources/alma/maps/isil2opac_issn.tsv b/src/test/resources/alma/maps/isil2opac_issn.tsv new file mode 100644 index 000000000..835dfc03c --- /dev/null +++ b/src/test/resources/alma/maps/isil2opac_issn.tsv @@ -0,0 +1,69 @@ +DE-61 https://katalog.ulb.hhu.de/Search/Results?join=AND&bool0%5B%5D=AND&type0%5B%5D=ISN&lookfor0%5B%5D={issn} +DE-107 https://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Query=0543=%22{issn}%22 +DE-290 https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=0543=%22{issn}%22 +DE-294 https://suchen.ub.rub.de/issn/{issn} +DE-294-7 https://suchen.ub.rub.de/issn/{issn} +DE-294-8 https://suchen.ub.rub.de/issn/{issn} +DE-294-9 https://suchen.ub.rub.de/issn/{issn} +DE-294-11 https://suchen.ub.rub.de/issn/{issn} +DE-294-14 https://suchen.ub.rub.de/issn/{issn} +DE-294-15 https://suchen.ub.rub.de/issn/{issn} +DE-294-16 https://suchen.ub.rub.de/issn/{issn} +DE-294-17 https://suchen.ub.rub.de/issn/{issn} +DE-294-18 https://suchen.ub.rub.de/issn/{issn} +DE-294-19 https://suchen.ub.rub.de/issn/{issn} +DE-294-20 https://suchen.ub.rub.de/issn/{issn} +DE-294-21 https://suchen.ub.rub.de/issn/{issn} +DE-294-22 https://suchen.ub.rub.de/issn/{issn} +DE-294-23 https://suchen.ub.rub.de/issn/{issn} +DE-294-24 https://suchen.ub.rub.de/issn/{issn} +DE-294-25 https://suchen.ub.rub.de/issn/{issn} +DE-294-26 https://suchen.ub.rub.de/issn/{issn} +DE-294-27 https://suchen.ub.rub.de/issn/{issn} +DE-294-28 https://suchen.ub.rub.de/issn/{issn} +DE-294-30 https://suchen.ub.rub.de/issn/{issn} +DE-294-33 https://suchen.ub.rub.de/issn/{issn} +DE-294-34 https://suchen.ub.rub.de/issn/{issn} +DE-294-35 https://suchen.ub.rub.de/issn/{issn} +DE-294-36 https://suchen.ub.rub.de/issn/{issn} +DE-294-37 https://suchen.ub.rub.de/issn/{issn} +DE-294-38 https://suchen.ub.rub.de/issn/{issn} +DE-294-39 https://suchen.ub.rub.de/issn/{issn} +DE-294-42 https://suchen.ub.rub.de/issn/{issn} +DE-294-43 https://suchen.ub.rub.de/issn/{issn} +DE-294-45 https://suchen.ub.rub.de/issn/{issn} +DE-294-46 https://suchen.ub.rub.de/issn/{issn} +DE-294-47 https://suchen.ub.rub.de/issn/{issn} +DE-294-48 https://suchen.ub.rub.de/issn/{issn} +DE-294-49 https://suchen.ub.rub.de/issn/{issn} +DE-294-51 https://suchen.ub.rub.de/issn/{issn} +DE-294-52 https://suchen.ub.rub.de/issn/{issn} +DE-294-55 https://suchen.ub.rub.de/issn/{issn} +DE-294-56 https://suchen.ub.rub.de/issn/{issn} +DE-294-57 https://suchen.ub.rub.de/issn/{issn} +DE-294-58 https://suchen.ub.rub.de/issn/{issn} +DE-294-59 https://suchen.ub.rub.de/issn/{issn} +DE-294-60 https://suchen.ub.rub.de/issn/{issn} +DE-294-61 https://suchen.ub.rub.de/issn/{issn} +DE-294-62 https://suchen.ub.rub.de/issn/{issn} +DE-294-63 https://suchen.ub.rub.de/issn/{issn} +DE-294-64 https://suchen.ub.rub.de/issn/{issn} +DE-294-66 https://suchen.ub.rub.de/issn/{issn} +DE-294-67 https://suchen.ub.rub.de/issn/{issn} +DE-294-68 https://suchen.ub.rub.de/issn/{issn} +DE-294-70 https://suchen.ub.rub.de/issn/{issn} +DE-294-71 https://suchen.ub.rub.de/issn/{issn} +DE-361 http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=is&var1={issn}&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10 +DE-466 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={issn}&scope=catalog&sf=rank +DE-467 http://obelix.ub.uni-siegen.de/F/?func=find-b&request={issn}&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2= +DE-708 http://ub-parma.fernuni-hagen.de/F/?func=find-b&request={issn}&find_code=ISN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2= +DE-829 http://seth7.hs-niederrhein.de/webOPACClient/start.do?Query=0543=%22{issn}%22 +DE-836 https://hb063.fh-muenster.de/webOPACClient/start.do?Query=0543=%22{issn}%22 +DE-1044 https://bib-sisis.bib.hochschule-bonn-rhein-sieg.de/webOPACClient/start.do?Query=0543=%22{issn}%22 +DE-1393 https://katalog.hs-ruhrwest.de/webOPACClient.nmbsis/start.do?Query=0543=%22{issn}%22 +DE-1393-BOT https://katalog.hs-ruhrwest.de/webOPACClient.nmbsis/start.do?Query=0543=%22{issn}%22 +DE-A96 https://onlinekatalog.bibliothek.fh-aachen.de/webOPACClient/start.do?Query=0543=%22{issn}%22 +DE-Bi10 https://biblio.fh-bielefeld.de/webOPACClient/start.do?Query=0543=%22{issn}%22 +DE-Dm13 http://193.25.18.8/webOPACClient/start.do?Query=0543=%22{issn}%22 +DE-Kob7 http://aleph1.uni-koblenz.de/F/?func=find-b&request={issn}&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2= +DE-Lan1 http://aleph1.uni-koblenz.de/F/?func=find-b&request={issn}&find_code=ISN&adjacent=N&local_base=KOL01&x=45&y=11&filter_code_2=WYR&filter_request_2= diff --git a/src/test/resources/alma/maps/isil2opac_zdbId.tsv b/src/test/resources/alma/maps/isil2opac_zdbId.tsv new file mode 100644 index 000000000..29fe7218a --- /dev/null +++ b/src/test/resources/alma/maps/isil2opac_zdbId.tsv @@ -0,0 +1,63 @@ +DE-5 https://opac2.ulb.uni-bonn.de:8080/webOPACClient/start.do?Query=-1=%22{zdbid}%22 +DE-107 https://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Query=-1=%22{zdbid}%22 +DE-290 https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=-1=%22{zdbid}%22 +DE-294 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-7 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-8 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-9 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-11 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-14 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-15 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-16 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-17 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-18 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-19 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-20 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-21 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-22 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-23 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-24 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-25 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-26 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-27 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-28 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-30 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-33 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-34 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-35 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-36 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-37 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-38 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-39 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-42 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-43 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-45 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-46 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-47 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-48 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-49 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-51 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-52 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-55 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-56 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-57 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-58 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-59 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-60 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-61 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-62 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-63 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-64 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-66 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-67 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-68 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-70 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-294-71 https://suchen.ub.rub.de/zdbid/{zdbid} +DE-829 http://seth7.hs-niederrhein.de/webOPACClient/start.do?Query=-1=%22{zdbid}%22 +DE-836 https://hb063.fh-muenster.de/webOPACClient/start.do?Query=-1=%22{zdbid}%22 +DE-1044 https://bib-sisis.bib.hochschule-bonn-rhein-sieg.de/webOPACClient/start.do?Query=-1=%22{zdbid}%22 +DE-1393 https://katalog.hs-ruhrwest.de/webOPACClient.nmbsis/start.do?Query=-1=%22{zdbid}%22 +DE-1393-BOT https://katalog.hs-ruhrwest.de/webOPACClient.nmbsis/start.do?Query=-1=%22{zdbid}%22 +DE-A96 https://onlinekatalog.bibliothek.fh-aachen.de/webOPACClient/start.do?Query=-1=%22{zdbid}%22 +DE-Bi10 https://biblio.fh-bielefeld.de/webOPACClient/start.do?Query=-1=%22{zdbid}%22 +DE-Dm13 http://193.25.18.8/webOPACClient/start.do?Query=-1=%22{zdbid}%22