diff --git a/src/main/resources/alma/fix/identifiers.fix b/src/main/resources/alma/fix/identifiers.fix
index 343b6de30..7695a24c2 100644
--- a/src/main/resources/alma/fix/identifiers.fix
+++ b/src/main/resources/alma/fix/identifiers.fix
@@ -19,7 +19,7 @@ end
# 1. Indicator: 4 = HTTP
set_array("@urnLinks")
-do list(path:"8564?", "var":"$i")
+do list(path:"856??", "var":"$i")
if all_match("$i.u", "^http.*(urn=|\\.(org|de)/)urn:.+$") # This should ignore repository links like: https://sammlungen.ulb.uni-muenster.de/urn/urn:nbn:de:hbz:6-85659520092
copy_field("$i.u", "urn[].$append")
copy_field("$i.u", "@urnLinks.$append")
@@ -100,12 +100,12 @@ end
# Sometimes dois are not set in 024 then we could pick up the missing from 856.
# 856 - Electronic Location and Access (R) - Subfield: $u (R) $3 (NR)
# 1. Indicator: 4 = HTTP
-do list(path:"8564?", "var":"$i")
+do list(path:"856??", "var":"$i")
if all_match("$i.u", ".*doi.org.*(10\\.(\\d)+/(\\S)+).*") # Volltext
copy_field("$i.u", "doi[].$append")
- replace_all("doi[].$last", ".*doi.org.*(10\\.(\\d)+/(\\S)+).*", "$1")
end
end
+replace_all("doi[].*", ".*doi.org.*(10\\.(\\d)+/(\\S)+).*", "$1")
uniq("doi[]")
# 035 - System Control Number (R) - Subfield: $a (NR)
diff --git a/src/main/resources/alma/fix/relatedRessourcesAndLinks.fix b/src/main/resources/alma/fix/relatedRessourcesAndLinks.fix
index 189a6f519..92d423ca3 100644
--- a/src/main/resources/alma/fix/relatedRessourcesAndLinks.fix
+++ b/src/main/resources/alma/fix/relatedRessourcesAndLinks.fix
@@ -35,7 +35,7 @@ do list(path: "rpbId", "var": "$i")
end
# DBIS
-do list(path: "8564?", "var":"$i")
+do list(path: "856??", "var":"$i")
if exists("$i.u")
if all_match("$i.x", ".*DBIS.*")
copy_field("$i.u", "sameAs[].$append.id")
@@ -254,7 +254,7 @@ replace_all("secondaryForm[].*.id", "^\\(DE-600\\)(.*)$", "http://lobid.org/reso
set_array("tableOfContents[]")
-do list(path: "8564?", "var":"$i")
+do list(path: "856??", "var":"$i")
if all_match("$i.3", "^[Ii][Nn][Hh][aA][lL][tT][sS][vV].*") # Inhaltsverzeichnis
copy_field("$i.3", "tableOfContents[].$append.label")
copy_field("$i.u", "tableOfContents[].$last.id")
@@ -263,7 +263,7 @@ end
set_array("description[]")
-do list(path: "8564?", "var":"$i")
+do list(path: "856??", "var":"$i")
if all_match("$i.3", "^[Ii][Nn][Hh][aA][lL][tT][sS][tT].*") # Inhaltstext
copy_field("$i.3", "description[].$append.label")
copy_field("$i.u", "description[].$last.id")
@@ -272,7 +272,7 @@ end
set_array("seeAlso[]")
-do list(path: "8564?", "var":"$i")
+do list(path: "856??", "var":"$i")
if all_match("$i.3", "^[zZ][uU][sS].*") # Zusätzliche Angaben
copy_field("$i.3", "seeAlso[].$append.label")
copy_field("$i.u", "seeAlso[].$last.id")
@@ -281,7 +281,7 @@ end
set_array("fulltextOnline[]")
-do list(path: "8564?", "var":"$i")
+do list(path: "856??", "var":"$i")
if exists("$i.u")
unless any_match("$i.u",".*(doi.org|urn=urn:|\\.(org|de)/urn:).*") # This should not skip repository links like: https://sammlungen.ulb.uni-muenster.de/urn/urn:nbn:de:hbz:6-85659520092
if all_equal("$i.z", "kostenfrei") # kostenfrei, added Digitalisierung not only Verlag or Agentur as filter
@@ -439,7 +439,7 @@ end
# 856 - Electronic Location and Access (R) - Subfield: $x - Nonpublic note (R)
# TODO: Check if src/test/resources/alma-fix/(CKB)5280000000199164.xml is also an EZB titel even when it has no 865.
-do list(path:"8564?", "var":"$i")
+do list(path:"856??", "var":"$i")
if any_equal("$i.x","EZB") # can test x and x.*
add_field("inCollection[].$append.id", "http://lobid.org/resources/HT016356466#!")
add_field("inCollection[].$last.label", "Elektronische Zeitschriftenbibliothek (EZB)")
@@ -452,7 +452,7 @@ end
# edoweb
-do list(path:"8564?", "var":"$i")
+do list(path:"856??", "var":"$i")
if any_match("$i.u","^.*edoweb.*") # can test x and x.*
add_field("inCollection[].$append.id", "http://lobid.org/resources/HT016925914#!")
add_field("inCollection[].$last.label", "Edoweb Rheinland-Pfalz")
@@ -463,7 +463,7 @@ end
# TODO: AlephMorph checked for ellinet in "078r1.a" but publisso is also stated in the Link URI is that enough?
-do list(path:"8564?", "var":"$i")
+do list(path:"856??", "var":"$i")
if any_match("$i.u","^.*publisso.*") # can test x and x.*
add_field("inCollection[].$append.id", "http://repository.publisso.de")
add_field("inCollection[].$last.label", "Fachrepositorium Lebenswissenschaften")
diff --git a/src/test/resources/alma-fix/990177418660206441.json b/src/test/resources/alma-fix/990177418660206441.json
new file mode 100644
index 000000000..cc15aff5d
--- /dev/null
+++ b/src/test/resources/alma-fix/990177418660206441.json
@@ -0,0 +1,1162 @@
+{
+ "@context" : "http://lobid.org/resources/context.jsonld",
+ "id" : "http://lobid.org/resources/990177418660206441#!",
+ "type" : [ "BibliographicResource", "Book" ],
+ "medium" : [ {
+ "label" : "Datenträger",
+ "id" : "http://rdaregistry.info/termList/RDAMediaType/1003"
+ }, {
+ "label" : "Online-Ressource",
+ "id" : "http://rdaregistry.info/termList/RDACarrierType/1018"
+ } ],
+ "title" : "Vollkommene Lebens-Art einer gottliebenden Seel",
+ "almaMmsId" : "990177418660206441",
+ "hbzId" : "TT050372336",
+ "deprecatedUri" : "http://lobid.org/resources/TT050372336#!",
+ "isbn" : [ "3628748178", "9783628748172" ],
+ "oclcNumber" : [ "838434577" ],
+ "otherTitleInformation" : [ "worin sie unter d. Nahmen Hagiophilae angeführet wird, ihr tägl. Leben nach gegründeter Vollkommenheit einzurichten ." ],
+ "edition" : [ "3. Dr., verm. u. außgebessert" ],
+ "publication" : [ {
+ "startDate" : "1757",
+ "type" : [ "PublicationEvent" ],
+ "location" : [ "Cöllen am Rhein" ],
+ "publishedBy" : [ "Horst" ]
+ }, {
+ "type" : [ "SecondaryPublicationEvent" ],
+ "location" : [ "Ballinlough, Ireland" ],
+ "publishedBy" : [ "Belser Wiss. Dienst" ],
+ "startDate" : "2004"
+ } ],
+ "describedBy" : {
+ "id" : "http://lobid.org/resources/990177418660206441",
+ "label" : "Webseite der hbz-Ressource 990177418660206441",
+ "type" : [ "BibliographicDescription" ],
+ "inDataset" : {
+ "id" : "http://lobid.org/resources/dataset#!",
+ "label" : "lobid-resources – Der hbz-Verbundkatalog als Linked Open Data"
+ },
+ "resultOf" : {
+ "type" : [ "CreateAction" ],
+ "endTime" : "0000-00-00T00:00:00",
+ "instrument" : {
+ "id" : "https://github.com/hbz/lobid-resources",
+ "type" : [ "SoftwareApplication" ],
+ "label" : "Software lobid-resources"
+ },
+ "object" : {
+ "id" : "https://lobid.org/marcxml/990177418660206441",
+ "dateCreated" : "2021-04-05",
+ "dateModified" : "2024-07-29",
+ "type" : [ "DataFeedItem" ],
+ "label" : "hbz-Ressource 990177418660206441 im Exportformat MARC21 XML",
+ "inDataset" : {
+ "id" : "https://datahub.io/dataset/hbz_unioncatalog",
+ "label" : "hbz_unioncatalog"
+ },
+ "sourceOrganization" : {
+ "id" : "http://lobid.org/organisations/DE-601#!",
+ "label" : "Verbundzentrale des GBV (VZG)"
+ },
+ "provider" : {
+ "id" : "http://lobid.org/organisations/DE-601#!",
+ "label" : "Verbundzentrale des GBV (VZG)"
+ },
+ "modifiedBy" : [ {
+ "id" : "http://lobid.org/organisations/DE-605#!",
+ "label" : "hbz - Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen"
+ } ]
+ }
+ },
+ "license" : [ {
+ "id" : "http://creativecommons.org/publicdomain/zero/1.0",
+ "label" : "Creative Commons-Lizenz CC0 1.0 Universal"
+ } ]
+ },
+ "sameAs" : [ {
+ "id" : "https://hub.culturegraph.org/resource/(DE-605)990177418660206441",
+ "label" : "Culturegraph Ressource"
+ }, {
+ "id" : "http://worldcat.org/oclc/838434577",
+ "label" : "OCLC Ressource"
+ } ],
+ "fulltextOnline" : [ {
+ "label" : "Volltext",
+ "id" : "http://www.gbv.de/dms/belser/aszese/74817-1.pdf"
+ }, {
+ "label" : "Volltext",
+ "id" : "http://www.gbv.de/dms/belser/aszese/74817-2.pdf"
+ }, {
+ "label" : "Volltext",
+ "id" : "http://www.gbv.de/dms/belser/aszese/74817-3.pdf"
+ }, {
+ "label" : "Volltext",
+ "id" : "http://www.gbv.de/dms/belser/aszese/74817-4.pdf"
+ }, {
+ "label" : "Volltext",
+ "id" : "http://www.gbv.de/dms/belser/aszese/74817-5.pdf"
+ } ],
+ "inCollection" : [ {
+ "id" : "https://nrw.digibib.net/search/hbzvk/",
+ "label" : "DigiBib hbz Verbundkatalog",
+ "type" : [ "Collection" ]
+ }, {
+ "id" : "http://lobid.org/organisations/DE-655#!",
+ "label" : "hbz - Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen, Netzwerkzone",
+ "type" : [ "Collection" ]
+ }, {
+ "id" : "http://lobid.org/organisations/ZDB-1-MYA#!",
+ "label" : "Mystik & Aszese des 16.-19. Jahrhunderts [Nationallizenz]",
+ "type" : [ "Collection" ]
+ }, {
+ "id" : "https://lobid.org/collections#NLZ",
+ "type" : [ "Collection" ],
+ "label" : "Nationallizenzen"
+ } ],
+ "language" : [ {
+ "id" : "http://id.loc.gov/vocabulary/iso639-2/ger",
+ "label" : "Deutsch"
+ } ],
+ "extent" : "[10], 388 S.",
+ "subject" : [ {
+ "type" : [ "Concept" ],
+ "source" : {
+ "label" : "Freie Verschlagwortung",
+ "id" : "https://www.wikidata.org/wiki/Q47524318"
+ },
+ "label" : "Glaubensleben"
+ }, {
+ "type" : [ "Concept" ],
+ "source" : {
+ "label" : "Freie Verschlagwortung",
+ "id" : "https://www.wikidata.org/wiki/Q47524318"
+ },
+ "label" : "Spiritualität"
+ } ],
+ "subjectslabels" : [ "Glaubensleben", "Spiritualität" ],
+ "hasItem" : [ {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysikalischerTitel" ],
+ "currentLibrary" : "ED001",
+ "currentLocation" : "UNASSIGNED",
+ "heldBy" : {
+ "isil" : "DE-Kn28",
+ "id" : "http://lobid.org/organisations/DE-Kn28#!",
+ "label" : "Erzbischöfliche Diözesan- und Dombibliothek"
+ },
+ "seeAlso" : [ "https://katalog.dombibliothek-koeln.de/F/?local_base=edk01&find_code=IDN&request=TT050372336&func=find-b" ],
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-Kn28#!",
+ "label" : "Erzbischöfliche Diözesan- und Dombibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-Kn28:22116140460007507#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysikalischerTitel" ],
+ "currentLibrary" : "T0006",
+ "currentLocation" : "UNASSIGNED",
+ "heldBy" : {
+ "isil" : "DE-Tr2",
+ "id" : "http://lobid.org/organisations/DE-Tr2#!",
+ "label" : "Bibliothek des Bischöflichen Priesterseminars Trier"
+ },
+ "seeAlso" : [ "https://katalog.dombibliothek-koeln.de/F/?local_base=ptr01&find_code=IDN&request=TT050372336&func=find-b" ],
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-Tr2#!",
+ "label" : "Bibliothek des Bischöflichen Priesterseminars Trier"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-Tr2:2259312620007817#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysikalischerTitel" ],
+ "currentLibrary" : "R0001",
+ "currentLocation" : "UNASSIGNED",
+ "heldBy" : {
+ "isil" : "DE-929",
+ "id" : "http://lobid.org/organisations/DE-929#!",
+ "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek"
+ },
+ "seeAlso" : [ "https://lbz-rlp.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-929#!",
+ "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-929:22129289960007506#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-468",
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-468:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-Due62",
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-Due62:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ubo.primo.exlibrisgroup.com/permalink/49HBZ_UBO/mnkbqv/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-294",
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-294:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-466",
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-466:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990177418660206441&fdb=uni" ],
+ "heldBy" : {
+ "isil" : "DE-38",
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-38:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-385",
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-385:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalogplus.ub.uni-bielefeld.de/Search/Results?type=NZsatz&lookfor=TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-361",
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-361:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-708",
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-708:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990177418660206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ],
+ "heldBy" : {
+ "isil" : "DE-6",
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-6:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-467",
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-467:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-5",
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-5:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-61",
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-61:53725378650006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-468",
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-468:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-Due62",
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-Due62:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ubo.primo.exlibrisgroup.com/permalink/49HBZ_UBO/mnkbqv/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-294",
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-294:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-466",
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-466:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990177418660206441&fdb=uni" ],
+ "heldBy" : {
+ "isil" : "DE-38",
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-38:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-385",
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-385:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalogplus.ub.uni-bielefeld.de/Search/Results?type=NZsatz&lookfor=TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-361",
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-361:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-708",
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-708:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990177418660206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ],
+ "heldBy" : {
+ "isil" : "DE-6",
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-6:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-467",
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-467:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-5",
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-5:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-61",
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-61:53725378630006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-468",
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-468:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-Due62",
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-Due62:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ubo.primo.exlibrisgroup.com/permalink/49HBZ_UBO/mnkbqv/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-294",
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-294:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-466",
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-466:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990177418660206441&fdb=uni" ],
+ "heldBy" : {
+ "isil" : "DE-38",
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-38:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-385",
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-385:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalogplus.ub.uni-bielefeld.de/Search/Results?type=NZsatz&lookfor=TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-361",
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-361:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-708",
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-708:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990177418660206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ],
+ "heldBy" : {
+ "isil" : "DE-6",
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-6:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-467",
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-467:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-5",
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-5:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-61",
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-61:53725378670006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-468",
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-468:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-Due62",
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-Due62:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ubo.primo.exlibrisgroup.com/permalink/49HBZ_UBO/mnkbqv/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-294",
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-294:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-466",
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-466:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990177418660206441&fdb=uni" ],
+ "heldBy" : {
+ "isil" : "DE-38",
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-38:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-385",
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-385:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalogplus.ub.uni-bielefeld.de/Search/Results?type=NZsatz&lookfor=TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-361",
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-361:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-708",
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-708:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990177418660206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ],
+ "heldBy" : {
+ "isil" : "DE-6",
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-6:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-467",
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-467:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-5",
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-5:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-61",
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-61:53725378690006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_WUP/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-wuppertal.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-468",
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "label" : "Universitätsbibliothek Wuppertal"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-468:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_HSD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hs-duesseldorf.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-Due62",
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-Due62:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBO/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ubo.primo.exlibrisgroup.com/permalink/49HBZ_UBO/mnkbqv/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-294",
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-294:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_PAD/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D=990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-466",
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-466:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990177418660206441&fdb=uni" ],
+ "heldBy" : {
+ "isil" : "DE-38",
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-38:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBT/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-385",
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "label" : "Universitätsbibliothek Trier"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-385:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_BIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalogplus.ub.uni-bielefeld.de/Search/Results?type=NZsatz&lookfor=TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-361",
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "label" : "Universitätsbibliothek Bielefeld"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-361:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_FUH/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://fub-hagen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-708",
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-708:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULM/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://hbz-ulbms.primo.exlibrisgroup.com/discovery/search?query=any,contains,990177418660206441&tab=Everything&search_scope=MyInst_and_CI&vid=49HBZ_ULM:VU2&offset=0" ],
+ "heldBy" : {
+ "isil" : "DE-6",
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-6:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_SIE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://ub-siegen.digibib.net/search/katalog/record/(DE-605)TT050372336" ],
+ "heldBy" : {
+ "isil" : "DE-467",
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "label" : "Universitätsbibliothek Siegen"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-467:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_ULB/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://bonnus.ulb.uni-bonn.de/permalink/49HBZ_ULB/idtnkp/alma990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-5",
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-5:53725378710006441#!"
+ }, {
+ "type" : [ "Item", "DigitalDocument" ],
+ "label" : "Electronic Portfolio",
+ "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true",
+ "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_DUE/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441",
+ "seeAlso" : [ "https://katalog.ulb.hhu.de/Search/Results?lookfor=id_marc_001_txt:990177418660206441" ],
+ "heldBy" : {
+ "isil" : "DE-61",
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ },
+ "inCollection" : [ {
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ } ],
+ "id" : "http://lobid.org/items/990177418660206441:DE-61:53725378710006441#!"
+ } ],
+ "bibliographicLevel" : {
+ "label" : "Monograph/Item",
+ "id" : "https://www.loc.gov/marc/bibliographic/bdleader.html#Monograph_Item"
+ },
+ "responsibilityStatement" : [ "verf. von Jacobo Nütten" ],
+ "contribution" : [ {
+ "agent" : {
+ "label" : "Nütten, Jacob",
+ "type" : [ "Person" ]
+ },
+ "role" : {
+ "id" : "http://id.loc.gov/vocabulary/relators/aut",
+ "label" : "Autor/in"
+ },
+ "type" : [ "Contribution" ]
+ } ]
+}
diff --git a/src/test/resources/alma-fix/990177418660206441.xml b/src/test/resources/alma-fix/990177418660206441.xml
new file mode 100644
index 000000000..71e6226c4
--- /dev/null
+++ b/src/test/resources/alma-fix/990177418660206441.xml
@@ -0,0 +1,379 @@
+
+
+ 01935nmm a2200445 c 4500
+ DE-605
+ 20240729180241.0
+ cr#|||||||||||
+ 091118|1757 xx o | ger c
+ 990177418660206441
+
+ 838434577
+ OCoLC
+
+
+ walburg126973105
+ XX-XxUND
+
+
+ 3628748178
+ 3-628-74817-8
+
+
+ (DE-605)TT050372336
+
+
+ GBV
+ ger
+ GBV
+ DE-605
+
+
+ ger
+
+
+ Nütten, Jacob
+ aut
+
+
+ Vollkommene Lebens-Art einer gottliebenden Seel
+ Elektronische Ressource
+ worin sie unter d. Nahmen Hagiophilae angeführet wird, ihr tägl. Leben nach gegründeter Vollkommenheit einzurichten ..
+ verf. von Jacobo Nütten
+
+
+ 3. Dr., verm. u. außgebessert
+
+
+ Cöllen am Rhein
+ Horst
+ 1757
+
+
+ [10], 388 S.
+
+
+ Online-Ressource
+ F:652a
+
+
+ Glaubensleben
+
+
+ Spiritualität
+
+
+ (hbzERes_GBV-NLZ)NLM003558266
+
+
+ (OCoLC)838434577
+
+
+ (DE-599)GBVNLM003558266
+
+
+ (DE-601)NLM003558266
+
+
+ ZDB-1-MYA
+ NLZ
+
+
+ 030
+ e|1u|||z|0017
+
+
+ 050
+ ||||||||g|||||
+
+
+ 051
+ m|||||||
+
+
+ ZDB-1-MYA
+
+
+ http://www.gbv.de/dms/belser/aszese/74817-1.pdf
+ Volltext
+
+
+ http://www.gbv.de/dms/belser/aszese/74817-2.pdf
+ Volltext
+
+
+ http://www.gbv.de/dms/belser/aszese/74817-3.pdf
+ Volltext
+
+
+ http://www.gbv.de/dms/belser/aszese/74817-4.pdf
+ Volltext
+
+
+ http://www.gbv.de/dms/belser/aszese/74817-5.pdf
+ Volltext
+
+
+ Ballinlough, Ireland
+ Belser Wiss. Dienst
+ 2004
+ Mystik & Aszese (Spiritualität) des 16. - 19. Jahrhunderts
+ IDNR 22803476
+
+
+ Sofern kein Zugang über ein Universitätsnetz zur Verfügung steht, kann eine Registrierung zur kostenlosen Nutzung erfolgen: http://www.nationallizenzen.de
+
+
+ 49HBZ_NETWORK
+ 990177418660206441
+ HBZ Network
+
+
+ 49HBZ_BRIDGE_EDK
+ 9975390207507
+ Erzbischöfliche Diözesan- und Dombibliothek
+
+
+ 49HBZ_BRIDGE_PTR
+ 9943685707817
+ Priesterseminar, Bibliothek, Trier
+
+
+ 49HBZ_BRIDGE_LBZ
+ 99123135207506
+ Rheinische Landesbibliothek Koblenz
+
+
+ SchackmannNZ
+ ILS
+ marc21
+ 01
+ false
+ 2024-07-29 18:02:41 Europe/Berlin
+ 017741866-HBZ01
+ 60
+ import
+ 2021-04-05 07:46:43 Europe/Berlin
+
+
+ German National Licenses
+ System
+ 53725378650006441
+ 49HBZ_NETWORK
+ 61737818480006441
+ GBV - Mystik & Aszese des 16. bis 19. Jahrhunderts (ZDB-1-MYA)
+ static
+ Produktsigel: ZDB-1-MYA
+NZ Phase 1 - Wave 1: NZ-P2E
+E-Book-Verfahren: GBV-NLZ?
+ 49HBZ_WUP
+ 49HBZ_HSD
+ 49HBZ_UBO
+ 49HBZ_PAD
+ 49HBZ_UBK
+ 49HBZ_UBT
+ 49HBZ_BIE
+ 49HBZ_FUH
+ 49HBZ_ULM
+ 49HBZ_SIE
+ 49HBZ_ULB
+ 49HBZ_DUE
+ 2021-04-15 16:45:59 Europe/Berlin
+ 2021-04-06 11:59:13 Europe/Berlin
+ https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378650006441&Force_direct=true
+ P2E_JOB
+ 2021-04-06 09:59:13
+ false
+ 62737818470006441
+ https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441
+ Available
+ DOCUMENT
+ http://www.gbv.de/dms/belser/aszese/74817-4.pdf
+ 53725378650006441
+
+
+ German National Licenses
+ System
+ 53725378630006441
+ 49HBZ_NETWORK
+ 61737818480006441
+ GBV - Mystik & Aszese des 16. bis 19. Jahrhunderts (ZDB-1-MYA)
+ static
+ Produktsigel: ZDB-1-MYA
+NZ Phase 1 - Wave 1: NZ-P2E
+E-Book-Verfahren: GBV-NLZ?
+ 49HBZ_WUP
+ 49HBZ_HSD
+ 49HBZ_UBO
+ 49HBZ_PAD
+ 49HBZ_UBK
+ 49HBZ_UBT
+ 49HBZ_BIE
+ 49HBZ_FUH
+ 49HBZ_ULM
+ 49HBZ_SIE
+ 49HBZ_ULB
+ 49HBZ_DUE
+ 2021-04-15 16:46:02 Europe/Berlin
+ 2021-04-06 11:59:13 Europe/Berlin
+ https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378630006441&Force_direct=true
+ P2E_JOB
+ 2021-04-06 09:59:13
+ false
+ 62737818470006441
+ https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441
+ Available
+ DOCUMENT
+ http://www.gbv.de/dms/belser/aszese/74817-5.pdf
+ 53725378630006441
+
+
+ German National Licenses
+ System
+ 53725378670006441
+ 49HBZ_NETWORK
+ 61737818480006441
+ GBV - Mystik & Aszese des 16. bis 19. Jahrhunderts (ZDB-1-MYA)
+ static
+ Produktsigel: ZDB-1-MYA
+NZ Phase 1 - Wave 1: NZ-P2E
+E-Book-Verfahren: GBV-NLZ?
+ 49HBZ_WUP
+ 49HBZ_HSD
+ 49HBZ_UBO
+ 49HBZ_PAD
+ 49HBZ_UBK
+ 49HBZ_UBT
+ 49HBZ_BIE
+ 49HBZ_FUH
+ 49HBZ_ULM
+ 49HBZ_SIE
+ 49HBZ_ULB
+ 49HBZ_DUE
+ 2021-04-15 16:45:59 Europe/Berlin
+ 2021-04-06 11:59:13 Europe/Berlin
+ https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378670006441&Force_direct=true
+ P2E_JOB
+ 2021-04-06 09:59:13
+ false
+ 62737818470006441
+ https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441
+ Available
+ DOCUMENT
+ http://www.gbv.de/dms/belser/aszese/74817-3.pdf
+ 53725378670006441
+
+
+ German National Licenses
+ System
+ 53725378690006441
+ 49HBZ_NETWORK
+ 61737818480006441
+ GBV - Mystik & Aszese des 16. bis 19. Jahrhunderts (ZDB-1-MYA)
+ static
+ Produktsigel: ZDB-1-MYA
+NZ Phase 1 - Wave 1: NZ-P2E
+E-Book-Verfahren: GBV-NLZ?
+ 49HBZ_WUP
+ 49HBZ_HSD
+ 49HBZ_UBO
+ 49HBZ_PAD
+ 49HBZ_UBK
+ 49HBZ_UBT
+ 49HBZ_BIE
+ 49HBZ_FUH
+ 49HBZ_ULM
+ 49HBZ_SIE
+ 49HBZ_ULB
+ 49HBZ_DUE
+ 2021-04-15 16:46:00 Europe/Berlin
+ 2021-04-06 11:59:13 Europe/Berlin
+ https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378690006441&Force_direct=true
+ P2E_JOB
+ 2021-04-06 09:59:13
+ false
+ 62737818470006441
+ https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441
+ Available
+ DOCUMENT
+ http://www.gbv.de/dms/belser/aszese/74817-2.pdf
+ 53725378690006441
+
+
+ German National Licenses
+ System
+ 53725378710006441
+ 49HBZ_NETWORK
+ 61737818480006441
+ GBV - Mystik & Aszese des 16. bis 19. Jahrhunderts (ZDB-1-MYA)
+ static
+ Produktsigel: ZDB-1-MYA
+NZ Phase 1 - Wave 1: NZ-P2E
+E-Book-Verfahren: GBV-NLZ?
+ 49HBZ_WUP
+ 49HBZ_HSD
+ 49HBZ_UBO
+ 49HBZ_PAD
+ 49HBZ_UBK
+ 49HBZ_UBT
+ 49HBZ_BIE
+ 49HBZ_FUH
+ 49HBZ_ULM
+ 49HBZ_SIE
+ 49HBZ_ULB
+ 49HBZ_DUE
+ 2021-04-15 16:46:02 Europe/Berlin
+ 2021-04-06 11:59:13 Europe/Berlin
+ https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&portfolio_pid=53725378710006441&Force_direct=true
+ P2E_JOB
+ 2021-04-06 09:59:13
+ false
+ 62737818470006441
+ https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_NETWORK/openurl?u.ignore_date_coverage=true&rft.mms_id=990177418660206441
+ Available
+ DOCUMENT
+ http://www.gbv.de/dms/belser/aszese/74817-1.pdf
+ 53725378710006441
+
+
+ ED001
+ UNASSIGNED
+ 22116140460007507
+
+
+ 2024-07-31 04:19:21
+ 22116140460007507
+ 2024-07-31 04:19:21
+ 49HBZ_BRIDGE_EDK
+ false
+ System
+ System
+
+
+ T0006
+ UNASSIGNED
+ 2259312620007817
+
+
+ 2024-07-31 04:19:03
+ 2259312620007817
+ 2024-07-31 04:19:03
+ 49HBZ_BRIDGE_PTR
+ false
+ System
+ System
+
+
+ R0001
+ UNASSIGNED
+ 22129289960007506
+
+
+ 2024-07-31 04:17:40
+ 22129289960007506
+ 2024-07-31 04:17:40
+ 49HBZ_BRIDGE_LBZ
+ false
+ System
+ System
+
+
diff --git a/src/test/resources/alma-fix/990184766040206441.json b/src/test/resources/alma-fix/990184766040206441.json
new file mode 100644
index 000000000..ab4aeb660
--- /dev/null
+++ b/src/test/resources/alma-fix/990184766040206441.json
@@ -0,0 +1,125 @@
+{
+ "@context" : "http://lobid.org/resources/context.jsonld",
+ "id" : "http://lobid.org/resources/990184766040206441#!",
+ "type" : [ "BibliographicResource", "Book" ],
+ "medium" : [ {
+ "label" : "Datenträger",
+ "id" : "http://rdaregistry.info/termList/RDAMediaType/1003"
+ }, {
+ "label" : "Online-Ressource",
+ "id" : "http://rdaregistry.info/termList/RDACarrierType/1018"
+ } ],
+ "title" : "Das Rheinische Civilrecht in seiner heutigen Geltung",
+ "almaMmsId" : "990184766040206441",
+ "hbzId" : "HT016770284",
+ "deprecatedUri" : "http://lobid.org/resources/HT016770284#!",
+ "doi" : [ "10.48644/mpirg_sisis_125001" ],
+ "oclcNumber" : [ "179716832" ],
+ "publication" : [ {
+ "startDate" : "1883",
+ "type" : [ "PublicationEvent" ],
+ "location" : [ "Düsseldorf" ],
+ "publishedBy" : [ "Bagel" ]
+ }, {
+ "type" : [ "SecondaryPublicationEvent" ],
+ "location" : [ "Frankfurt am Main" ],
+ "description" : [ "Online-Ausgabe" ],
+ "publishedBy" : [ "Max-Planck-Institut für europäische Rechtsgeschichte" ],
+ "startDate" : "2002"
+ } ],
+ "describedBy" : {
+ "id" : "http://lobid.org/resources/990184766040206441",
+ "label" : "Webseite der hbz-Ressource 990184766040206441",
+ "type" : [ "BibliographicDescription" ],
+ "inDataset" : {
+ "id" : "http://lobid.org/resources/dataset#!",
+ "label" : "lobid-resources – Der hbz-Verbundkatalog als Linked Open Data"
+ },
+ "resultOf" : {
+ "type" : [ "CreateAction" ],
+ "endTime" : "0000-00-00T00:00:00",
+ "instrument" : {
+ "id" : "https://github.com/hbz/lobid-resources",
+ "type" : [ "SoftwareApplication" ],
+ "label" : "Software lobid-resources"
+ },
+ "object" : {
+ "id" : "https://lobid.org/marcxml/990184766040206441",
+ "dateCreated" : "2021-04-05",
+ "dateModified" : "2024-09-06",
+ "type" : [ "DataFeedItem" ],
+ "label" : "hbz-Ressource 990184766040206441 im Exportformat MARC21 XML",
+ "inDataset" : {
+ "id" : "https://datahub.io/dataset/hbz_unioncatalog",
+ "label" : "hbz_unioncatalog"
+ },
+ "sourceOrganization" : {
+ "id" : "http://lobid.org/organisations/DE-929#!",
+ "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek"
+ },
+ "modifiedBy" : [ {
+ "id" : "http://lobid.org/organisations/DE-605#!",
+ "label" : "hbz - Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen"
+ } ]
+ }
+ },
+ "license" : [ {
+ "id" : "http://creativecommons.org/publicdomain/zero/1.0",
+ "label" : "Creative Commons-Lizenz CC0 1.0 Universal"
+ } ]
+ },
+ "sameAs" : [ {
+ "id" : "https://hub.culturegraph.org/resource/(DE-605)990184766040206441",
+ "label" : "Culturegraph Ressource"
+ }, {
+ "id" : "http://worldcat.org/oclc/179716832",
+ "label" : "OCLC Ressource"
+ }, {
+ "id" : "https://doi.org/10.48644/mpirg_sisis_125001",
+ "label" : "mpirg_sisis_125001"
+ } ],
+ "primaryForm" : [ {
+ "id" : "http://lobid.org/resources/HT000522767#!",
+ "label" : "Elektronische Reproduktion von HT000522767",
+ "note" : [ "Elektronische Reproduktion von" ]
+ } ],
+ "fulltextOnline" : [ {
+ "id" : "https://doi.org/10.48644/mpirg_sisis_125001",
+ "label" : "DOI-Link"
+ } ],
+ "inCollection" : [ {
+ "id" : "https://nrw.digibib.net/search/hbzvk/",
+ "label" : "DigiBib hbz Verbundkatalog",
+ "type" : [ "Collection" ]
+ }, {
+ "id" : "http://lobid.org/organisations/DE-655#!",
+ "label" : "hbz - Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen, Netzwerkzone",
+ "type" : [ "Collection" ]
+ } ],
+ "language" : [ {
+ "id" : "http://id.loc.gov/vocabulary/iso639-2/ger",
+ "label" : "Deutsch"
+ } ],
+ "extent" : "VI, 808 S.",
+ "bibliographicLevel" : {
+ "label" : "Monograph/Item",
+ "id" : "https://www.loc.gov/marc/bibliographic/bdleader.html#Monograph_Item"
+ },
+ "responsibilityStatement" : [ "Dargestellt u. erl. von Cretschmar" ],
+ "contribution" : [ {
+ "agent" : {
+ "gndIdentifier" : "11672613X",
+ "id" : "https://d-nb.info/gnd/11672613X",
+ "label" : "Cretschmar, Cornelius",
+ "type" : [ "Person" ],
+ "dateOfBirth" : "1856",
+ "dateOfDeath" : "1926",
+ "altLabel" : [ "Cretschmar, C.", "Cretschmar, Corn.", "Cretschmar, Leopold Cornelius", "Kretschmar, Cornelius", "Cretschmar" ]
+ },
+ "role" : {
+ "id" : "http://id.loc.gov/vocabulary/relators/aut",
+ "label" : "Autor/in"
+ },
+ "type" : [ "Contribution" ]
+ } ]
+}
diff --git a/src/test/resources/alma-fix/990184766040206441.xml b/src/test/resources/alma-fix/990184766040206441.xml
new file mode 100644
index 000000000..bc8a669da
--- /dev/null
+++ b/src/test/resources/alma-fix/990184766040206441.xml
@@ -0,0 +1,147 @@
+
+
+ 01195nmm a2200289 c 4500
+ DE-605
+ 20240906125011.0
+ cr#|||||||||||
+ 110406|1883 gw o | ger c
+ 990184766040206441
+
+ 179716832
+ OCoLC
+
+
+ (DE-605)HT016770284
+
+
+ 929
+ ger
+ DE-605
+ rakwb
+
+
+ ger
+
+
+ XA-DXDE
+
+
+ Cretschmar, Cornelius
+ 1856-1926
+ (DE-588)11672613X
+ aut
+ https://d-nb.info/gnd/11672613X
+ http://viaf.org/viaf/49984186
+ GND-11672613X
+
+
+ <<Das>> Rheinische Civilrecht in seiner heutigen Geltung
+ [Elektronische Ressource]
+ Dargestellt u. erl. von Cretschmar
+
+
+ Düsseldorf
+ Bagel
+ 1883
+
+
+ VI, 808 S.
+
+
+ (OCoLC)179716832
+
+
+ (DE-599)HBZHT016770284
+
+
+ 030
+ a|1uc||||||17
+
+
+ 050
+ ||||||||g|||||
+
+
+ 051
+ m|||||||
+
+
+ https://doi.org/10.48644/mpirg_sisis_125001
+ Digitalisierung
+ kostenfrei
+
+
+ Elektronische Reproduktion von
+ Cretschmar, Cornelius, 1856-1926
+ <<Das>> rheinische Civilrecht in seiner heutigen Geltung
+ (DE-605)HT000522767
+
+
+ Online-Ausgabe
+ Frankfurt am Main
+ Max-Planck-Institut für europäische Rechtsgeschichte
+ 2002
+ Online-Ressource
+ [Online-Ausg.]
+
+
+ 49HBZ_NETWORK
+ 990184766040206441
+ HBZ Network
+
+
+ SchackmannNZ
+ ILS
+ marc21
+ 01
+ false
+ 2024-09-06 12:50:11 Europe/Berlin
+ 018476604-HBZ01
+ 60
+ import
+ 2021-04-05 15:04:51 Europe/Berlin
+
+
+ Cretschmar, C.
+ 1856-1926
+ GND
+ GND-11672613X
+ 400
+
+
+ Cretschmar, Corn.
+ 1856-1926
+ GND
+ GND-11672613X
+ 400
+
+
+ Cretschmar, Leopold Cornelius
+ 1856-1926
+ GND
+ GND-11672613X
+ 400
+
+
+ Cretschmar
+ 1856-1926
+ GND
+ GND-11672613X
+ 400
+
+
+ Kretschmar, Cornelius
+ 1856-1926
+ GND
+ GND-11672613X
+ 400
+
+
+ 11672613X
+ http://d-nb.info/gnd/11672613X
+ gnd
+ GND
+ GND-11672613X
+ 024
+
+
diff --git a/web/test/tests/IndexIntegrationTest.java b/web/test/tests/IndexIntegrationTest.java
index ce9cd5926..64b4b3335 100644
--- a/web/test/tests/IndexIntegrationTest.java
+++ b/web/test/tests/IndexIntegrationTest.java
@@ -66,8 +66,8 @@ public static Collection