diff --git a/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java b/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java
index af1e1a2df..ea825f739 100644
--- a/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java
+++ b/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java
@@ -119,7 +119,8 @@ public void run() {
fixVariables.put("nwbib-spatial", "./../nwbib-spatial.tsv");
fixVariables.put("wd_itemLabelTypesCoordinates", "./../wd_itemLabelTypesCoordinates.tsv");
fixVariables.put("maps-institutions.tsv", "./maps/institutions.tsv");
- fixVariables.put("sublibraryIsil.tsv", "./maps/generatedAlmaSublibraryCode2Isil.tsv");
+ fixVariables.put("sublibraryIsil", "./maps/generatedAlmaSublibraryCode2Isil.tsv");
+ fixVariables.put("suppressedLocations", "./maps/generatedAlmaSuppressedLocations.tsv");
fixVariables.put("picaCreatorId2Isil.tsv", "./maps/picaCreatorId2Isil.tsv");
fixVariables.put("nwbibWikidataLabelTypeCoords.tsv", "./maps/nwbibWikidataLabelTypeCoords.tsv");
fixVariables.put("classification.tsv", "./maps/classification.tsv");
diff --git a/src/main/resources/alma/fix/item.fix b/src/main/resources/alma/fix/item.fix
index 519c531bd..847039cb1 100644
--- a/src/main/resources/alma/fix/item.fix
+++ b/src/main/resources/alma/fix/item.fix
@@ -1,73 +1,37 @@
set_array("hasItem[]")
set_array("@ITM-H") # Helper element for creating Holding from HOL ("PhysikalischerTitel")
do list(path:"ITM ", "var": "$i")
- add_field( "hasItem[].$append.test","")
- add_field("hasItem[].$last.label", "lobid Bestandsressource")
- set_array("hasItem[].$last.type[]", "Item","PhysicalObject")
- if exists("$i.z") # Temporary call number subfield
- copy_field("$i.z", "hasItem[].$last.callNumber")
- elsif exists("$i.n") # Item call number subfield
- copy_field("$i.n", "hasItem[].$last.callNumber")
- else # $c = Call number subfield
- copy_field("$i.c", "hasItem[].$last.callNumber")
- end
- copy_field("$i.H", "@ITM-H.$append")
- copy_field("$i.b", "hasItem[].$last.serialNumber")
- copy_field("$i.w","hasItem[].$last.currentLibrary")
- copy_field("$i.x","hasItem[].$last.currentLocation")
- copy_field("$i.w","$i.@sublibraryIsil")
- lookup("$i.@sublibraryIsil", "hbzowner2sigel",delete:"true")
- lookup("$i.@sublibraryIsil", "sigel2isilMap",delete:"true")
- lookup("$i.@sublibraryIsil", "isilRedirect")
- # following fix checks for sublibrary codes and if they map to provided sublocation Isil
- unless exists("$i.@sublibraryIsil")
- paste("$i.@sublibraryIsil","$i.M","~+","$i.w",join_char:"")
- lookup("$i.@sublibraryIsil", "sublibraryIsil",delete:"true")
- end
- if exists("$i.@sublibraryIsil")
- copy_field("$i.@sublibraryIsil", "hasItem[].$last.heldBy.id")
- # 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")
- 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","#!")
- 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: "")
-end
-
-set_array("@HOL-M_POR-M") # Helper element for creating Holding from MBD ("NurTitel")
-do list(path: "HOL ", "var": "$i")
- copy_field("$i.M","@HOL-M_POR-M.$append")
- unless in("$i.8", "@ITM-H") # Checks if there is no corresponding ITM-Field
+ paste("$i.supressedLocation", "$i.M", "~+", "$i.x",join_char:"")
+ lookup("$i.supressedLocation","suppressedLocations",delete:"true")
+ unless exists("$i.supressedLocation") # Test if location is suppressed with mapping provided by the libraries.
add_field( "hasItem[].$append.test","")
add_field("hasItem[].$last.label", "lobid Bestandsressource")
- set_array("hasItem[].$last.type[]", "Item","PhysikalischerTitel")
- do list(path:"H52??", "var": "$H52")
- if in("$i.8", "$H52.8")
- copy_field("$H52.b","hasItem[].$last.currentLibrary")
- copy_field("$H52.c","hasItem[].$last.currentLocation")
- copy_field("$H52.h", "hasItem[].$last.callNumber")
- copy_field("$H52.b","$i.@sublibraryIsil")
- lookup("$i.@sublibraryIsil", "hbzowner2sigel",delete:"true")
- lookup("$i.@sublibraryIsil", "sigel2isilMap",delete:"true")
- lookup("$i.@sublibraryIsil", "isilRedirect")
- # following fix checks for sublibrary codes and if they map to provided sublocation Isil
- unless exists("$i.@sublibraryIsil")
- paste("$i.@sublibraryIsil","$i.M","~+","$H52.b",join_char:"")
- lookup("$i.@sublibraryIsil", "sublibraryIsil",delete:"true")
- end
- end
+ set_array("hasItem[].$last.type[]", "Item","PhysicalObject")
+ if exists("$i.z") # Temporary call number subfield
+ copy_field("$i.z", "hasItem[].$last.callNumber")
+ elsif exists("$i.n") # Item call number subfield
+ copy_field("$i.n", "hasItem[].$last.callNumber")
+ else # $c = Call number subfield
+ copy_field("$i.c", "hasItem[].$last.callNumber")
+ end
+ copy_field("$i.H", "@ITM-H.$append")
+ copy_field("$i.b", "hasItem[].$last.serialNumber")
+ copy_field("$i.w","hasItem[].$last.currentLibrary")
+ copy_field("$i.x","hasItem[].$last.currentLocation")
+ copy_field("$i.w","$i.@sublibraryIsil")
+ lookup("$i.@sublibraryIsil", "hbzowner2sigel",delete:"true")
+ lookup("$i.@sublibraryIsil", "sigel2isilMap",delete:"true")
+ lookup("$i.@sublibraryIsil", "isilRedirect")
+ # following fix checks for sublibrary codes and if they map to provided sublocation Isil
+ unless exists("$i.@sublibraryIsil")
+ paste("$i.@sublibraryIsil","$i.M","~+","$i.w",join_char:"")
+ lookup("$i.@sublibraryIsil", "sublibraryIsil",delete:"true")
end
if exists("$i.@sublibraryIsil")
copy_field("$i.@sublibraryIsil", "hasItem[].$last.heldBy.id")
# 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")
+ 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")
end
@@ -76,7 +40,51 @@ do list(path: "HOL ", "var": "$i")
append("hasItem[].$last.heldBy.id","#!")
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: "")
+ paste("hasItem[].$last.id", "~http://lobid.org/items/","almaMmsId", "~:", "hasItem[].$last.heldBy.isil","~:", "$i.a","~#!", join_char: "")
+ end
+end
+
+set_array("@HOL-M_POR-M") # Helper element for creating Holding from MBD ("NurTitel")
+do list(path: "HOL ", "var": "$i")
+ copy_field("$i.M","@HOL-M_POR-M.$append")
+ unless in("$i.8", "@ITM-H") # Checks if there is no corresponding ITM-Field
+ do list(path:"H52??", "var": "$H52")
+ if in("$i.8", "$H52.8")
+ paste("$H52.supressedLocation", "$i.M", "~+", "$H52.c",join_char:"")
+ lookup("$H52.supressedLocation","suppressedLocations",delete:"true")
+ unless exists("$H52.supressedLocation") # Test if location is suppressed with mapping provided by the libraries.
+ add_field( "hasItem[].$append.test","")
+ add_field("hasItem[].$last.label", "lobid Bestandsressource")
+ set_array("hasItem[].$last.type[]", "Item","PhysikalischerTitel")
+ copy_field("$H52.b","hasItem[].$last.currentLibrary")
+ copy_field("$H52.c","hasItem[].$last.currentLocation")
+ copy_field("$H52.h", "hasItem[].$last.callNumber")
+ copy_field("$H52.b","$i.@sublibraryIsil")
+ lookup("$i.@sublibraryIsil", "hbzowner2sigel",delete:"true")
+ lookup("$i.@sublibraryIsil", "sigel2isilMap",delete:"true")
+ lookup("$i.@sublibraryIsil", "isilRedirect")
+ # following fix checks for sublibrary codes and if they map to provided sublocation Isil
+ unless exists("$i.@sublibraryIsil")
+ paste("$i.@sublibraryIsil","$i.M","~+","$H52.b",join_char:"")
+ lookup("$i.@sublibraryIsil", "sublibraryIsil",delete:"true")
+ end
+ if exists("$i.@sublibraryIsil")
+ copy_field("$i.@sublibraryIsil", "hasItem[].$last.heldBy.id")
+ # 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")
+ 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","#!")
+ 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: "")
+ end
+ end
+ end
end
end
diff --git a/src/main/resources/alma/fix/maps.fix b/src/main/resources/alma/fix/maps.fix
index 15f6313a5..8aaf14d69 100644
--- a/src/main/resources/alma/fix/maps.fix
+++ b/src/main/resources/alma/fix/maps.fix
@@ -1,7 +1,8 @@
put_filemap("$[maps-institutions.tsv]","alma-iz-code-to-isil", sep_char:"\t",key_column:"2",value_column:"4",expected_columns:"-1")
put_filemap("$[maps-institutions.tsv]","alma-institution-code-to-isil", sep_char:"\t",key_column:"3",value_column:"4",expected_columns:"-1")
-put_filemap("$[sublibraryIsil.tsv]","sublibraryIsil", sep_char:"\t")
+put_filemap("$[sublibraryIsil]","sublibraryIsil", sep_char:"\t")
+put_filemap("$[suppressedLocations]","suppressedLocations", sep_char:"\t")
# lobid Organisations id -> label
put_filemap("$[lobidOrganisationsMapping.tsv]","lobidOrgLabels", sep_char:"\t",key_column:"0",value_column:"3",expected_columns:"-1")
diff --git a/src/main/resources/alma/maps/generatedAlmaSuppressedLocations.tsv b/src/main/resources/alma/maps/generatedAlmaSuppressedLocations.tsv
new file mode 100644
index 000000000..975c1573a
--- /dev/null
+++ b/src/main/resources/alma/maps/generatedAlmaSuppressedLocations.tsv
@@ -0,0 +1,484 @@
+MainLibraryCode+AlmaSuppressedLocations status
+49HBZ_DET+RES_SHARE suppressed
+49HBZ_EVH+XXX suppressed
+49HBZ_FHA+ILL suppressed
+49HBZ_FHM+DMB_F suppressed
+49HBZ_FHM+DMB_H suppressed
+49HBZ_FHM+DMB_S suppressed
+49HBZ_FHM+ILL suppressed
+49HBZ_FHM+LBA_V suppressed
+49HBZ_FHM+PB_V suppressed
+49HBZ_FHM+Stb_B suppressed
+49HBZ_FHM+TsH_F suppressed
+49HBZ_FHM+TsH_S suppressed
+49HBZ_FHM+TsM_F suppressed
+49HBZ_FHM+TsM_H suppressed
+49HBZ_FHM+TsM_L suppressed
+49HBZ_FHM+TsM_S suppressed
+49HBZ_FHM+TsT_H suppressed
+49HBZ_FHM+TsT_L suppressed
+49HBZ_FHM+TsT_S suppressed
+49HBZ_FUH+AUSTRA suppressed
+49HBZ_HBI+BiblVerw suppressed
+49HBZ_HBI+CB_ZSReg suppressed
+49HBZ_HBI+CM_Schran suppressed
+49HBZ_HBI+CM_ZSReg suppressed
+49HBZ_HBI+Dauerausl suppressed
+49HBZ_HBI+ILL_CB suppressed
+49HBZ_HBI+ILL_CM suppressed
+49HBZ_HBI+ILL suppressed
+49HBZ_HBI+LAM_ZSReg suppressed
+49HBZ_HBO+OUT_RS_REQ suppressed
+49HBZ_HSD+AusS suppressed
+49HBZ_HSN+ILL suppressed
+49HBZ_OWL+ILL suppressed
+49HBZ_RHW+KAM AFL suppressed
+49HBZ_RHW+KAM PFL suppressed
+49HBZ_RHW+KLE AFL suppressed
+49HBZ_RHW+KLE PFL suppressed
+49HBZ_RUW+ILL suppressed
+49HBZ_RUW+SF_MH suppressed
+49HBZ_RUW+UNASSIGNED suppressed
+49HBZ_THK+LOESCH_D suppressed
+49HBZ_THK+LOESCH_G suppressed
+49HBZ_THK+LOESCH_L suppressed
+49HBZ_THK+LOESCH_S suppressed
+49HBZ_THK+PFL suppressed
+49HBZ_UBD+BAB Verm-Auss suppressed
+49HBZ_UBD+BHA Archiv suppressed
+49HBZ_UBD+BHA Ausbildung suppressed
+49HBZ_UBD+BHA Best-Aufb suppressed
+49HBZ_UBD+BHA Direktion suppressed
+49HBZ_UBD+BHA Geschichte suppressed
+49HBZ_UBD+BHA Philosoph suppressed
+49HBZ_UBD+BHA Physik suppressed
+49HBZ_UBD+BHA Theologie suppressed
+49HBZ_UBD+BHA Wirtschaft suppressed
+49HBZ_UBD+BR Verm-Auss suppressed
+49HBZ_UBD+EFB Verm-Auss suppressed
+49HBZ_UBD+HA CET_InnoL suppressed
+49HBZ_UBD+HA CET suppressed
+49HBZ_UBD+HA Dez_Bau suppressed
+49HBZ_UBD+HA DoBuS suppressed
+49HBZ_UBD+HA DoKoLL suppressed
+49HBZ_UBD+HA FunkenReha suppressed
+49HBZ_UBD+HA Funken suppressed
+49HBZ_UBD+HA FunkenTheo suppressed
+49HBZ_UBD+HA HDZ suppressed
+49HBZ_UBD+HA HRZ suppressed
+49HBZ_UBD+HA HSP suppressed
+49HBZ_UBD+HA IFS suppressed
+49HBZ_UBD+HA itmc suppressed
+49HBZ_UBD+HA K4D suppressed
+49HBZ_UBD+HA LH0003 suppressed
+49HBZ_UBD+HA LH0007 suppressed
+49HBZ_UBD+HA LH0024 suppressed
+49HBZ_UBD+HA LH0028 suppressed
+49HBZ_UBD+HA LH0030W suppressed
+49HBZ_UBD+HA LH0032 suppressed
+49HBZ_UBD+HA LH0033 suppressed
+49HBZ_UBD+HA LH0048 suppressed
+49HBZ_UBD+HA LH0067 suppressed
+49HBZ_UBD+HA LH0069 suppressed
+49HBZ_UBD+HA LH0072P suppressed
+49HBZ_UBD+HA LH0072 suppressed
+49HBZ_UBD+HA LH0075 suppressed
+49HBZ_UBD+HA LH0079 suppressed
+49HBZ_UBD+HA LH0084 suppressed
+49HBZ_UBD+HA LH0085 suppressed
+49HBZ_UBD+HA LH0087 suppressed
+49HBZ_UBD+HA LH0090 suppressed
+49HBZ_UBD+HA LH0093 suppressed
+49HBZ_UBD+HA LH0095 suppressed
+49HBZ_UBD+HA LH0097 suppressed
+49HBZ_UBD+HA LH0101 suppressed
+49HBZ_UBD+HA LH0102P suppressed
+49HBZ_UBD+HA LH0102 suppressed
+49HBZ_UBD+HA LH0105P suppressed
+49HBZ_UBD+HA LH0105 suppressed
+49HBZ_UBD+HA LH0110P suppressed
+49HBZ_UBD+HA LH0110 suppressed
+49HBZ_UBD+HA LH0112P suppressed
+49HBZ_UBD+HA LH0112 suppressed
+49HBZ_UBD+HA LH0132P suppressed
+49HBZ_UBD+HA LH0132 suppressed
+49HBZ_UBD+HA LH0150 suppressed
+49HBZ_UBD+HA LH0151 suppressed
+49HBZ_UBD+HA LH0155 suppressed
+49HBZ_UBD+HA LH0157P suppressed
+49HBZ_UBD+HA LH0173 suppressed
+49HBZ_UBD+HA LH0176 suppressed
+49HBZ_UBD+HA LH0177 suppressed
+49HBZ_UBD+HA LH0180 suppressed
+49HBZ_UBD+HA LH0182 suppressed
+49HBZ_UBD+HA LH0183 suppressed
+49HBZ_UBD+HA LH0184 suppressed
+49HBZ_UBD+HA LH0185 suppressed
+49HBZ_UBD+HA LH0186 suppressed
+49HBZ_UBD+HA LH0188 suppressed
+49HBZ_UBD+HA LH0200 suppressed
+49HBZ_UBD+HA LH0202S suppressed
+49HBZ_UBD+HA LH0202 suppressed
+49HBZ_UBD+HA LH0203S suppressed
+49HBZ_UBD+HA LH0203 suppressed
+49HBZ_UBD+HA LH0204 suppressed
+49HBZ_UBD+HA LH0209 suppressed
+49HBZ_UBD+HA LH0210 suppressed
+49HBZ_UBD+HA LH0217P suppressed
+49HBZ_UBD+HA LH0217 suppressed
+49HBZ_UBD+HA LH0220 suppressed
+49HBZ_UBD+HA LH0230 suppressed
+49HBZ_UBD+HA LH0245P suppressed
+49HBZ_UBD+HA LH0245 suppressed
+49HBZ_UBD+HA LH0302 suppressed
+49HBZ_UBD+HA LH0305P suppressed
+49HBZ_UBD+HA LH0305 suppressed
+49HBZ_UBD+HA LH0310 suppressed
+49HBZ_UBD+HA LH0319P suppressed
+49HBZ_UBD+HA LH0319 suppressed
+49HBZ_UBD+HA LH0320P suppressed
+49HBZ_UBD+HA LH0320 suppressed
+49HBZ_UBD+HA LH0323P suppressed
+49HBZ_UBD+HA LH0323 suppressed
+49HBZ_UBD+HA LH0324P suppressed
+49HBZ_UBD+HA LH0324 suppressed
+49HBZ_UBD+HA LH0417 suppressed
+49HBZ_UBD+HA LH0418 suppressed
+49HBZ_UBD+HA LH0426 suppressed
+49HBZ_UBD+HA LH0430 suppressed
+49HBZ_UBD+HA LH0453 suppressed
+49HBZ_UBD+HA LH0454 suppressed
+49HBZ_UBD+HA LH0456 suppressed
+49HBZ_UBD+HA LH0460 suppressed
+49HBZ_UBD+HA LH0475 suppressed
+49HBZ_UBD+HA LH0480 suppressed
+49HBZ_UBD+HA LH0485 suppressed
+49HBZ_UBD+HA LH0490 suppressed
+49HBZ_UBD+HA LH0500 suppressed
+49HBZ_UBD+HA LH0501S suppressed
+49HBZ_UBD+HA LH0501 suppressed
+49HBZ_UBD+HA LH0502 suppressed
+49HBZ_UBD+HA LH0504P suppressed
+49HBZ_UBD+HA LH0506 suppressed
+49HBZ_UBD+HA LH0508S suppressed
+49HBZ_UBD+HA LH0509 suppressed
+49HBZ_UBD+HA LH0512 suppressed
+49HBZ_UBD+HA LH0517 suppressed
+49HBZ_UBD+HA LH0822 suppressed
+49HBZ_UBD+HA LH0900 suppressed
+49HBZ_UBD+HA LH0902 suppressed
+49HBZ_UBD+HA LH1208 suppressed
+49HBZ_UBD+HA LH1280 suppressed
+49HBZ_UBD+HA LH1300P suppressed
+49HBZ_UBD+HA LH1310P suppressed
+49HBZ_UBD+HA LH1310 suppressed
+49HBZ_UBD+HA LH1317P suppressed
+49HBZ_UBD+HA LH1329 suppressed
+49HBZ_UBD+HA LH1342 suppressed
+49HBZ_UBD+HA LH1354P suppressed
+49HBZ_UBD+HA LH1354 suppressed
+49HBZ_UBD+HA LH1372 suppressed
+49HBZ_UBD+HA LH1385 suppressed
+49HBZ_UBD+HA LH1401 suppressed
+49HBZ_UBD+HA LH1402 suppressed
+49HBZ_UBD+HA LH1453 suppressed
+49HBZ_UBD+HA LH1457 suppressed
+49HBZ_UBD+HA LH1464 suppressed
+49HBZ_UBD+HA LH1512 suppressed
+49HBZ_UBD+HA LH1515 suppressed
+49HBZ_UBD+HA LH1603 suppressed
+49HBZ_UBD+HA LH1624 suppressed
+49HBZ_UBD+HA LH2000 suppressed
+49HBZ_UBD+HA LH2001 suppressed
+49HBZ_UBD+HA LH2002 suppressed
+49HBZ_UBD+HA LH2003 suppressed
+49HBZ_UBD+HA LH2004 suppressed
+49HBZ_UBD+HA LH2005 suppressed
+49HBZ_UBD+HA LH2006 suppressed
+49HBZ_UBD+HA LH2007 suppressed
+49HBZ_UBD+HA LH2008 suppressed
+49HBZ_UBD+HA LH2009 suppressed
+49HBZ_UBD+HA LH2012 suppressed
+49HBZ_UBD+HA LH2013 suppressed
+49HBZ_UBD+HA LH2014 suppressed
+49HBZ_UBD+HA LH2015 suppressed
+49HBZ_UBD+HA LH2016 suppressed
+49HBZ_UBD+HA LH2017 suppressed
+49HBZ_UBD+HA LH2050 suppressed
+49HBZ_UBD+HA LH2051 suppressed
+49HBZ_UBD+HA LH2052 suppressed
+49HBZ_UBD+HA LH2053 suppressed
+49HBZ_UBD+HA LH2054 suppressed
+49HBZ_UBD+HA LH2055S suppressed
+49HBZ_UBD+HA LH2057 suppressed
+49HBZ_UBD+HA LH2058 suppressed
+49HBZ_UBD+HA LH2060 suppressed
+49HBZ_UBD+HA LH2062 suppressed
+49HBZ_UBD+HA LH2063 suppressed
+49HBZ_UBD+HA LH2064 suppressed
+49HBZ_UBD+HA LH2065 suppressed
+49HBZ_UBD+HA LH2066 suppressed
+49HBZ_UBD+HA LH2067 suppressed
+49HBZ_UBD+HA LH2068 suppressed
+49HBZ_UBD+HA LH2100 suppressed
+49HBZ_UBD+HA LH2101 suppressed
+49HBZ_UBD+HA LH2103 suppressed
+49HBZ_UBD+HA LH2104 suppressed
+49HBZ_UBD+HA LH2106 suppressed
+49HBZ_UBD+HA LH2107 suppressed
+49HBZ_UBD+HA LH2108 suppressed
+49HBZ_UBD+HA LH2109 suppressed
+49HBZ_UBD+HA LH2110 suppressed
+49HBZ_UBD+HA LH2111 suppressed
+49HBZ_UBD+HA LH2112 suppressed
+49HBZ_UBD+HA LH2113 suppressed
+49HBZ_UBD+HA LH2114 suppressed
+49HBZ_UBD+HA LH2115 suppressed
+49HBZ_UBD+HA LH2116 suppressed
+49HBZ_UBD+HA LH2117 suppressed
+49HBZ_UBD+HA LH2150P suppressed
+49HBZ_UBD+HA LH2150 suppressed
+49HBZ_UBD+HA LH2153 suppressed
+49HBZ_UBD+HA LH2156 suppressed
+49HBZ_UBD+HA LH2157 suppressed
+49HBZ_UBD+HA LH2158 suppressed
+49HBZ_UBD+HA LH2159 suppressed
+49HBZ_UBD+HA LH2160 suppressed
+49HBZ_UBD+HA LH2162 suppressed
+49HBZ_UBD+HA LH2163 suppressed
+49HBZ_UBD+HA LH2165 suppressed
+49HBZ_UBD+HA LH2166 suppressed
+49HBZ_UBD+HA LH2167 suppressed
+49HBZ_UBD+HA LH2168 suppressed
+49HBZ_UBD+HA LH2169 suppressed
+49HBZ_UBD+HA LH2200 suppressed
+49HBZ_UBD+HA LH2202 suppressed
+49HBZ_UBD+HA LH2203 suppressed
+49HBZ_UBD+HA LH2204 suppressed
+49HBZ_UBD+HA LH2205 suppressed
+49HBZ_UBD+HA LH2206 suppressed
+49HBZ_UBD+HA LH2207 suppressed
+49HBZ_UBD+HA LH2208 suppressed
+49HBZ_UBD+HA LH2209 suppressed
+49HBZ_UBD+HA LH2210 suppressed
+49HBZ_UBD+HA LH2211 suppressed
+49HBZ_UBD+HA LH2252 suppressed
+49HBZ_UBD+HA LH2253 suppressed
+49HBZ_UBD+HA LH2254 suppressed
+49HBZ_UBD+HA LH2255P suppressed
+49HBZ_UBD+HA LH2256P suppressed
+49HBZ_UBD+HA LH2257 suppressed
+49HBZ_UBD+HA LH2258 suppressed
+49HBZ_UBD+HA LH2259 suppressed
+49HBZ_UBD+HA LH2260 suppressed
+49HBZ_UBD+HA LH2261 suppressed
+49HBZ_UBD+HA LH2262 suppressed
+49HBZ_UBD+HA LH2263 suppressed
+49HBZ_UBD+HA LH2300S suppressed
+49HBZ_UBD+HA LH2300 suppressed
+49HBZ_UBD+HA LH2301P suppressed
+49HBZ_UBD+HA LH2301 suppressed
+49HBZ_UBD+HA LH2302 suppressed
+49HBZ_UBD+HA LH2303 suppressed
+49HBZ_UBD+HA LH2304 suppressed
+49HBZ_UBD+HA LH2305 suppressed
+49HBZ_UBD+HA LH2306 suppressed
+49HBZ_UBD+HA LH2307 suppressed
+49HBZ_UBD+HA LH2309 suppressed
+49HBZ_UBD+HA LH2310 suppressed
+49HBZ_UBD+HA LH2311 suppressed
+49HBZ_UBD+HA LH2312 suppressed
+49HBZ_UBD+HA LH2313 suppressed
+49HBZ_UBD+HA LH2314 suppressed
+49HBZ_UBD+HA LH2315 suppressed
+49HBZ_UBD+HA LH2316 suppressed
+49HBZ_UBD+HA LH2350P suppressed
+49HBZ_UBD+HA LH2350 suppressed
+49HBZ_UBD+HA LH2351P suppressed
+49HBZ_UBD+HA LH2351 suppressed
+49HBZ_UBD+HA LH2353 suppressed
+49HBZ_UBD+HA LH2354 suppressed
+49HBZ_UBD+HA LH2356 suppressed
+49HBZ_UBD+HA LH2357 suppressed
+49HBZ_UBD+HA LH2359 suppressed
+49HBZ_UBD+HA LH2360 suppressed
+49HBZ_UBD+HA LH2361 suppressed
+49HBZ_UBD+HA LH2362 suppressed
+49HBZ_UBD+HA LH2400 suppressed
+49HBZ_UBD+HA LH2401 suppressed
+49HBZ_UBD+HA LH2403 suppressed
+49HBZ_UBD+HA LH2404 suppressed
+49HBZ_UBD+HA LH2406 suppressed
+49HBZ_UBD+HA LH2407 suppressed
+49HBZ_UBD+HA LH2408 suppressed
+49HBZ_UBD+HA LH2409 suppressed
+49HBZ_UBD+HA LH2410 suppressed
+49HBZ_UBD+HA LH2411 suppressed
+49HBZ_UBD+HA LH2412 suppressed
+49HBZ_UBD+HA LH2413 suppressed
+49HBZ_UBD+HA LH2414 suppressed
+49HBZ_UBD+HA LH2415 suppressed
+49HBZ_UBD+HA LH2416 suppressed
+49HBZ_UBD+HA LH2417 suppressed
+49HBZ_UBD+HA LH2418 suppressed
+49HBZ_UBD+HA LH2419 suppressed
+49HBZ_UBD+HA LH2420 suppressed
+49HBZ_UBD+HA LH2421 suppressed
+49HBZ_UBD+HA LH2450 suppressed
+49HBZ_UBD+HA LH2452 suppressed
+49HBZ_UBD+HA LH2453 suppressed
+49HBZ_UBD+HA LH2454 suppressed
+49HBZ_UBD+HA LH2455 suppressed
+49HBZ_UBD+HA LH2457 suppressed
+49HBZ_UBD+HA LH2458P suppressed
+49HBZ_UBD+HA LH2459 suppressed
+49HBZ_UBD+HA LH2461 suppressed
+49HBZ_UBD+HA LH2462 suppressed
+49HBZ_UBD+HA LH2464 suppressed
+49HBZ_UBD+HA LH2465 suppressed
+49HBZ_UBD+HA LH2466 suppressed
+49HBZ_UBD+HA LH2467 suppressed
+49HBZ_UBD+HA LH2468 suppressed
+49HBZ_UBD+HA LH2469 suppressed
+49HBZ_UBD+HA LH2470 suppressed
+49HBZ_UBD+HA LH2471 suppressed
+49HBZ_UBD+HA LH2472 suppressed
+49HBZ_UBD+HA LH2473 suppressed
+49HBZ_UBD+HA LH2501 suppressed
+49HBZ_UBD+HA LH2502 suppressed
+49HBZ_UBD+HA LH2504 suppressed
+49HBZ_UBD+HA LH2508 suppressed
+49HBZ_UBD+HA LH2509 suppressed
+49HBZ_UBD+HA LH2510 suppressed
+49HBZ_UBD+HA LH2511 suppressed
+49HBZ_UBD+HA LH2512 suppressed
+49HBZ_UBD+HA LH2514 suppressed
+49HBZ_UBD+HA LH2515 suppressed
+49HBZ_UBD+HA LH2517 suppressed
+49HBZ_UBD+HA LH2518 suppressed
+49HBZ_UBD+HA LH2519 suppressed
+49HBZ_UBD+HA LH2520 suppressed
+49HBZ_UBD+HA LH2521 suppressed
+49HBZ_UBD+HA LH2522 suppressed
+49HBZ_UBD+HA LH2524 suppressed
+49HBZ_UBD+HA LH2525 suppressed
+49HBZ_UBD+HA LH2550P suppressed
+49HBZ_UBD+HA LH2550 suppressed
+49HBZ_UBD+HA LH2551P suppressed
+49HBZ_UBD+HA LH2551 suppressed
+49HBZ_UBD+HA LH2552P suppressed
+49HBZ_UBD+HA LH2552 suppressed
+49HBZ_UBD+HA LH2553 suppressed
+49HBZ_UBD+HA LH2554 suppressed
+49HBZ_UBD+HA LH2555 suppressed
+49HBZ_UBD+HA LH2558 suppressed
+49HBZ_UBD+HA LH2559 suppressed
+49HBZ_UBD+HA LH2561 suppressed
+49HBZ_UBD+HA LH2562 suppressed
+49HBZ_UBD+HA LH2563 suppressed
+49HBZ_UBD+HA LH2564 suppressed
+49HBZ_UBD+HA LH2565 suppressed
+49HBZ_UBD+HA LH2566 suppressed
+49HBZ_UBD+HA LH2567 suppressed
+49HBZ_UBD+HA LH2568 suppressed
+49HBZ_UBD+HA LH2569 suppressed
+49HBZ_UBD+HA LH2571 suppressed
+49HBZ_UBD+HA LH2572 suppressed
+49HBZ_UBD+HA LH2573 suppressed
+49HBZ_UBD+HA LH2574 suppressed
+49HBZ_UBD+HA LH2575 suppressed
+49HBZ_UBD+HA LH2600 suppressed
+49HBZ_UBD+HA LH2601P suppressed
+49HBZ_UBD+HA LH2601 suppressed
+49HBZ_UBD+HA LH2602P suppressed
+49HBZ_UBD+HA LH2603P suppressed
+49HBZ_UBD+HA LH2604P suppressed
+49HBZ_UBD+HA LH2604 suppressed
+49HBZ_UBD+HA LH2605 suppressed
+49HBZ_UBD+HA LH2606 suppressed
+49HBZ_UBD+HA LH2607 suppressed
+49HBZ_UBD+HA LH2608 suppressed
+49HBZ_UBD+HA LH2609 suppressed
+49HBZ_UBD+HA LH2610 suppressed
+49HBZ_UBD+HA LH2611 suppressed
+49HBZ_UBD+HA LH2612 suppressed
+49HBZ_UBD+HA LH2613 suppressed
+49HBZ_UBD+HA LH2614 suppressed
+49HBZ_UBD+HA LH2615 suppressed
+49HBZ_UBD+HA LH2616 suppressed
+49HBZ_UBD+HA LH2617 suppressed
+49HBZ_UBD+HA LH2618 suppressed
+49HBZ_UBD+HA LH2619 suppressed
+49HBZ_UBD+HA LH2621 suppressed
+49HBZ_UBD+HA LH2622 suppressed
+49HBZ_UBD+HA LH2623 suppressed
+49HBZ_UBD+HA LH2624 suppressed
+49HBZ_UBD+HA LH2625 suppressed
+49HBZ_UBD+HA LH2650 suppressed
+49HBZ_UBD+HA LH2651P suppressed
+49HBZ_UBD+HA LH2651 suppressed
+49HBZ_UBD+HA LH2652 suppressed
+49HBZ_UBD+HA LH2653 suppressed
+49HBZ_UBD+HA LH2655 suppressed
+49HBZ_UBD+HA LH2656 suppressed
+49HBZ_UBD+HA LH2657 suppressed
+49HBZ_UBD+HA LH2658 suppressed
+49HBZ_UBD+HA LH2659 suppressed
+49HBZ_UBD+HA LH2660 suppressed
+49HBZ_UBD+HA LH2661 suppressed
+49HBZ_UBD+HA LH2662 suppressed
+49HBZ_UBD+HA LH2700 suppressed
+49HBZ_UBD+HA LH2702 suppressed
+49HBZ_UBD+HA LH2704 suppressed
+49HBZ_UBD+HA LH2706P suppressed
+49HBZ_UBD+HA LH2707P suppressed
+49HBZ_UBD+HA LH2707 suppressed
+49HBZ_UBD+HA LH2708 suppressed
+49HBZ_UBD+HA LH2709P suppressed
+49HBZ_UBD+HA LH2709 suppressed
+49HBZ_UBD+HA LH2710P suppressed
+49HBZ_UBD+HA LH2711P suppressed
+49HBZ_UBD+HA LH2712 suppressed
+49HBZ_UBD+HA LH2713 suppressed
+49HBZ_UBD+HA LH2714 suppressed
+49HBZ_UBD+HA LH2715 suppressed
+49HBZ_UBD+HA LH2716 suppressed
+49HBZ_UBD+HA LH2717 suppressed
+49HBZ_UBD+HA LH2718 suppressed
+49HBZ_UBD+HA LH2719 suppressed
+49HBZ_UBD+HA LH2720 suppressed
+49HBZ_UBD+HA LH2721 suppressed
+49HBZ_UBD+HA LH2722 suppressed
+49HBZ_UBD+HA LH2723 suppressed
+49HBZ_UBD+HA LH2724 suppressed
+49HBZ_UBD+HA LH2725 suppressed
+49HBZ_UBD+HA LH2726 suppressed
+49HBZ_UBD+HA LH2750 suppressed
+49HBZ_UBD+HA LH2751 suppressed
+49HBZ_UBD+HA LH2753 suppressed
+49HBZ_UBD+HA LH2754 suppressed
+49HBZ_UBD+HA LH2755 suppressed
+49HBZ_UBD+HA LH2757 suppressed
+49HBZ_UBD+HA LH2758 suppressed
+49HBZ_UBD+HA LH2760 suppressed
+49HBZ_UBD+HA LH2850 suppressed
+49HBZ_UBD+HA LH2851 suppressed
+49HBZ_UBD+HA LH2852 suppressed
+49HBZ_UBD+HA PR_nwiss suppressed
+49HBZ_UBD+HA Ref_Int suppressed
+49HBZ_UBD+HA TU-Verw suppressed
+49HBZ_UBD+HA ZfW300 suppressed
+49HBZ_UBD+HA ZfW400 suppressed
+49HBZ_UBD+HA ZHB_FS suppressed
+49HBZ_UBD+HA ZHB_HD suppressed
+49HBZ_UBD+HA ZHB_HF suppressed
+49HBZ_UBD+HA ZHB_SB suppressed
+49HBZ_UBD+RES_SHARE IN_RS_REQ suppressed
+49HBZ_UBD+RES_SHARE OUT_RS_REQ suppressed
+49HBZ_UBD+ZB Verm-Auss suppressed
+49HBZ_WHS+08 suppressed
+49HBZ_WHS+28 suppressed
+49HBZ_WHS+38 suppressed
+49HBZ_WHS+FB suppressed
+49HBZ_WHS+NBB suppressed
+49HBZ_WHS+VB suppressed
diff --git a/src/test/java/org/lobid/resources/AlmaMarc21XmlToLobidJsonMetafixTest.java b/src/test/java/org/lobid/resources/AlmaMarc21XmlToLobidJsonMetafixTest.java
index 432e66c75..72db2a1c1 100644
--- a/src/test/java/org/lobid/resources/AlmaMarc21XmlToLobidJsonMetafixTest.java
+++ b/src/test/java/org/lobid/resources/AlmaMarc21XmlToLobidJsonMetafixTest.java
@@ -65,7 +65,8 @@ public void setup() {
fixVariables.put("classification.tsv", "src/main/resources/alma/maps/classification.tsv");
fixVariables.put("formangabe.tsv", "src/main/resources/alma/maps/formangabe.tsv");
fixVariables.put("maps-institutions.tsv", "src/main/resources/alma/maps/institutions.tsv");
- fixVariables.put("sublibraryIsil.tsv", "src/main/resources/alma/maps/generatedAlmaSublibraryCode2Isil.tsv");
+ fixVariables.put("sublibraryIsil", "src/main/resources/alma/maps/generatedAlmaSublibraryCode2Isil.tsv");
+ fixVariables.put("suppressedLocations", "src/main/resources/alma/maps/generatedAlmaSuppressedLocations.tsv");
fixVariables.put("picaCreatorId2Isil.tsv", "src/main/resources/alma/maps/picaCreatorId2Isil.tsv");
fixVariables.put("nwbibWikidataLabelTypeCoords.tsv", "src/main/resources/alma/maps/nwbibWikidataLabelTypeCoords.tsv");
fixVariables.put("almaMmsId2rpbId", "src/main/resources/alma/maps/almaMmsId2rpbId.tsv");
diff --git a/src/test/resources/alma-fix/990058567920206441.json b/src/test/resources/alma-fix/990058567920206441.json
new file mode 100644
index 000000000..26b5fb3c1
--- /dev/null
+++ b/src/test/resources/alma-fix/990058567920206441.json
@@ -0,0 +1,745 @@
+{
+ "@context" : "http://lobid.org/resources/context.jsonld",
+ "almaMmsId" : "990058567920206441",
+ "hbzId" : "HT000909138",
+ "deprecatedUri" : "http://lobid.org/resources/HT000909138#!",
+ "isbn" : [ "3534046439", "9783534046430" ],
+ "oclcNumber" : [ "263560195" ],
+ "title" : "'Demokratische' Elitenherrschaft",
+ "otherTitleInformation" : [ "Traditionsbestände eines sozialwissenschaftlichen Problems" ],
+ "publication" : [ {
+ "startDate" : "1975",
+ "type" : [ "PublicationEvent" ],
+ "location" : [ "Darmstadt" ],
+ "publishedBy" : [ "Wissenschaftl. Buchges." ]
+ } ],
+ "describedBy" : {
+ "id" : "http://lobid.org/resources/990058567920206441",
+ "label" : "Webseite der hbz-Ressource 990058567920206441",
+ "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/990058567920206441",
+ "dateCreated" : "2021-04-06",
+ "dateModified" : "2023-04-03",
+ "type" : [ "DataFeedItem" ],
+ "label" : "hbz-Ressource 990058567920206441 im Exportformat MARC21 XML",
+ "inDataset" : {
+ "id" : "https://datahub.io/dataset/hbz_unioncatalog",
+ "label" : "hbz_unioncatalog"
+ },
+ "sourceOrganization" : {
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ },
+ "provider" : {
+ "id" : "http://lobid.org/organisations/DE-605#!",
+ "label" : "hbz - Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen"
+ },
+ "modifiedBy" : [ {
+ "id" : "http://lobid.org/organisations/DE-294-18#!",
+ "label" : "Ruhr-Universität Bochum, Fakultät für Wirtschaftswissenschaft, Bibliothek"
+ }, {
+ "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" : "http://hub.culturegraph.org/resource/HBZ-HT000909138",
+ "label" : "Culturegraph Ressource"
+ }, {
+ "id" : "http://worldcat.org/oclc/263560195",
+ "label" : "OCLC Ressource"
+ } ],
+ "isPartOf" : [ {
+ "type" : [ "IsPartOfRelation" ],
+ "hasSuperordinate" : [ {
+ "id" : "http://lobid.org/resources/HT001237175#!",
+ "label" : "Wege der Forschung"
+ } ],
+ "numbering" : "239"
+ } ],
+ "inCollection" : [ {
+ "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" : "XII, 359 S.",
+ "subject" : [ {
+ "notation" : "610",
+ "type" : [ "Concept" ],
+ "id" : "https://w3id.org/lobid/rpb2#n610",
+ "label" : "Politik",
+ "source" : {
+ "id" : "https://w3id.org/lobid/rpb2",
+ "label" : "LBZ-Notationen"
+ }
+ }, {
+ "notation" : "630",
+ "type" : [ "Concept" ],
+ "id" : "https://w3id.org/lobid/rpb2#n630",
+ "label" : "Soziologie, Gesellschaft",
+ "source" : {
+ "id" : "https://w3id.org/lobid/rpb2",
+ "label" : "LBZ-Notationen"
+ }
+ }, {
+ "notation" : "MB 3250",
+ "type" : [ "Concept" ],
+ "source" : {
+ "label" : "RVK (Regensburger Verbundklassifikation)",
+ "id" : "https://d-nb.info/gnd/4449787-8"
+ }
+ }, {
+ "notation" : "MD 1700",
+ "type" : [ "Concept" ],
+ "source" : {
+ "label" : "RVK (Regensburger Verbundklassifikation)",
+ "id" : "https://d-nb.info/gnd/4449787-8"
+ }
+ }, {
+ "notation" : "MS 1480",
+ "type" : [ "Concept" ],
+ "source" : {
+ "label" : "RVK (Regensburger Verbundklassifikation)",
+ "id" : "https://d-nb.info/gnd/4449787-8"
+ }
+ }, {
+ "type" : [ "ComplexSubject" ],
+ "label" : "Elite | Demokratie | Gesellschaft",
+ "componentList" : [ {
+ "type" : [ "SubjectHeading" ],
+ "label" : "Elite",
+ "source" : {
+ "label" : "Gemeinsame Normdatei (GND)",
+ "id" : "https://d-nb.info/gnd/7749153-1"
+ },
+ "id" : "https://d-nb.info/gnd/4014457-4",
+ "gndIdentifier" : "4014457-4",
+ "altLabel" : [ "Führungsgruppe", "Führungsschicht", "Eliten" ]
+ }, {
+ "type" : [ "SubjectHeading" ],
+ "label" : "Demokratie",
+ "source" : {
+ "label" : "Gemeinsame Normdatei (GND)",
+ "id" : "https://d-nb.info/gnd/7749153-1"
+ },
+ "id" : "https://d-nb.info/gnd/4011413-2",
+ "gndIdentifier" : "4011413-2",
+ "altLabel" : [ "Volksherrschaft", "Demokratischer Staat", "Democracy" ]
+ }, {
+ "type" : [ "SubjectHeading" ],
+ "label" : "Gesellschaft",
+ "source" : {
+ "label" : "Gemeinsame Normdatei (GND)",
+ "id" : "https://d-nb.info/gnd/7749153-1"
+ },
+ "id" : "https://d-nb.info/gnd/4020588-5",
+ "gndIdentifier" : "4020588-5"
+ } ]
+ } ],
+ "subjectslabels" : [ "Elite", "Demokratie", "Gesellschaft" ],
+ "hasItem" : [ {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "OYU1666",
+ "serialNumber" : "000572482000010",
+ "currentLibrary" : "W0001",
+ "currentLocation" : "47",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "isil" : "DE-468",
+ "label" : "Universitätsbibliothek Wuppertal"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-468:23108852790006447#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "S 06 Dem",
+ "serialNumber" : "11167747",
+ "currentLibrary" : "R1007",
+ "currentLocation" : "00000000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-987#!",
+ "isil" : "DE-987",
+ "label" : "Hochschule Koblenz, Bibliothek RheinMoselCampus"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-987:235067850007829#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "ODU/DEM",
+ "serialNumber" : "750333401",
+ "currentLibrary" : "F0001",
+ "currentLocation" : "00",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "isil" : "DE-708",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-708:23110796430006464#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "SOZ 143/004 2.Ex.",
+ "serialNumber" : "101591605",
+ "currentLibrary" : "R3032",
+ "currentLocation" : "FHSOZ",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-386#!",
+ "isil" : "DE-386",
+ "label" : "Universitätsbibliothek der RPTU in Kaiserslautern"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-386:2386676830007476#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "SOZ 143/004",
+ "serialNumber" : "101591593",
+ "currentLibrary" : "R3032",
+ "currentLocation" : "FHSOZ",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-386#!",
+ "isil" : "DE-386",
+ "label" : "Universitätsbibliothek der RPTU in Kaiserslautern"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-386:2386676840007476#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "soz 60-42",
+ "serialNumber" : "C130374",
+ "currentLibrary" : "RL002",
+ "currentLocation" : "FHELD",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-Lan1#!",
+ "isil" : "DE-Lan1",
+ "label" : "Universitätsbibliothek der RPTU in Landau"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-Lan1:2386676860007476#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "ZA5799-239",
+ "serialNumber" : "ZA5799-239=2",
+ "currentLibrary" : "ZB",
+ "currentLocation" : "MAGAZIN_TK",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-82#!",
+ "isil" : "DE-82",
+ "label" : "Universitätsbibliothek der RWTH Aachen"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-82:23253024690006448#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "5.9455",
+ "serialNumber" : "701883814107",
+ "currentLibrary" : "R0003",
+ "currentLocation" : "00001000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-107#!",
+ "isil" : "DE-107",
+ "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-107:2317906360007506#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "S = S 4 Dem",
+ "serialNumber" : "02130032",
+ "currentLibrary" : "R0001",
+ "currentLocation" : "00000000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-929#!",
+ "isil" : "DE-929",
+ "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-929:2317906380007506#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "Q3-1133A",
+ "serialNumber" : "117103641",
+ "currentLibrary" : "B4006",
+ "currentLocation" : "00017000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-294-17#!",
+ "isil" : "DE-294-17",
+ "label" : "Ruhr-Universität Bochum, Fakultät für Sozialwissenschaft, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-294-17:2342377780007503#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "DNA4625",
+ "serialNumber" : "DNA4625",
+ "currentLibrary" : "B0001",
+ "currentLocation" : "00000033",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "isil" : "DE-294",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-294:2342377630007503#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "G D IVc 52",
+ "serialNumber" : "TEMP82023",
+ "currentLibrary" : "B4026",
+ "currentLocation" : "00038000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-294-38#!",
+ "isil" : "DE-294-38",
+ "label" : "Ruhr-Universität Bochum, Zentrales katholisch-theologisches Seminar, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-294-38:2342377480007503#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "DNA4625+1",
+ "serialNumber" : "DNA4625+1",
+ "currentLibrary" : "B0001",
+ "currentLocation" : "00000033",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-294#!",
+ "isil" : "DE-294",
+ "label" : "Ruhr-Universität Bochum, Universitätsbibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-294:2342377590007503#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "Np 30.9/8",
+ "serialNumber" : "TEMP303283",
+ "currentLibrary" : "B2001",
+ "currentLocation" : "00011000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-294-11#!",
+ "isil" : "DE-294-11",
+ "label" : "Ruhr-Universität Bochum, Fakultät für Geschichtswissenschaft, Historische Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-294-11:2342377930007503#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "A 12/8401-239",
+ "serialNumber" : ":94000371150",
+ "currentLibrary" : "T0010",
+ "currentLocation" : "RU",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-121#!",
+ "isil" : "DE-121",
+ "label" : "Wissenschaftliche Bibliothek der Stadt Trier"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-121:2310241930007826#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "D 8047",
+ "serialNumber" : "116597",
+ "currentLibrary" : "ZB",
+ "currentLocation" : "Freihand",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-290#!",
+ "isil" : "DE-290",
+ "label" : "Universitätsbibliothek Dortmund"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-290:23201690680006445#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "5620/Demo",
+ "serialNumber" : "20105163",
+ "currentLibrary" : "SFS",
+ "currentLocation" : "Freihand",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-290#!",
+ "isil" : "DE-290",
+ "label" : "Universitätsbibliothek Dortmund"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-290:23201690660006445#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "75/2644",
+ "serialNumber" : "75/2644",
+ "currentLibrary" : "0",
+ "currentLocation" : "0-Mag",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "isil" : "DE-5",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-5:23263182640006467#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "SOZ C-739",
+ "serialNumber" : "PO-024839",
+ "currentLibrary" : "PO",
+ "currentLocation" : "PO-Frei",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "isil" : "DE-5",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-5:23263182590006467#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "HT573 D3E4",
+ "serialNumber" : "128/0847300+02",
+ "currentLibrary" : "UB_BI",
+ "currentLocation" : "12_Mono",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "isil" : "DE-361",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-361:23251699480006442#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "KG152 D3E4",
+ "serialNumber" : "110/0907361+01",
+ "currentLibrary" : "UB_BI",
+ "currentLocation" : "11_Mono",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "isil" : "DE-361",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-361:23251699510006442#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "HT573 D3E4",
+ "serialNumber" : "128/0847300+01",
+ "currentLibrary" : "UB_BI",
+ "currentLocation" : "12_Mono",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "isil" : "DE-361",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-361:23251699490006442#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "ODU1060_d",
+ "serialNumber" : "DE00322121",
+ "currentLibrary" : "D0001",
+ "currentLocation" : "D21",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-465#!",
+ "isil" : "DE-465",
+ "label" : "Universitätsbibliothek Duisburg-Essen"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-465:23421400070006446#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "ODU1117",
+ "serialNumber" : "ODU1117",
+ "currentLibrary" : "E0001",
+ "currentLocation" : "E11",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-465#!",
+ "isil" : "DE-465",
+ "label" : "Universitätsbibliothek Duisburg-Essen"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-465:23421400050006446#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "nc/b0617",
+ "serialNumber" : "021910701",
+ "currentLibrary" : "X0001",
+ "currentLocation" : "00",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-61#!",
+ "isil" : "DE-61",
+ "label" : "Universitäts- und Landesbibliothek Düsseldorf"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-61:23269116240006443#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "X -C- 137",
+ "serialNumber" : "Z16-144095",
+ "currentLibrary" : "FBH",
+ "currentLocation" : "FBH_HSBIB",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6-248#!",
+ "isil" : "DE-6-248",
+ "label" : "Universität Münster, Bibliotheken im Fürstenberghaus"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-6-248:23599273300006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "3E 45866",
+ "serialNumber" : "3E 45866",
+ "currentLibrary" : "ZB",
+ "currentLocation" : "ZB_FHM1",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "isil" : "DE-6",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-6:23599273340006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "MD 1700/1",
+ "serialNumber" : "MD 1700/1",
+ "currentLibrary" : "SOZ",
+ "currentLocation" : "SOZ_MAG",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6-A#!",
+ "isil" : "DE-6-A",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zweigbibliothek Sozialwissenschaften"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-6-A:23599273320006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "ICS:S 1495",
+ "serialNumber" : "Z31-116242",
+ "currentLibrary" : "KATH",
+ "currentLocation" : "KATH_BIB",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6-069#!",
+ "isil" : "DE-6-069",
+ "label" : "Universität Münster, Gemeinschaftsbibliothek der Katholischen-Theologischen Fakultät, Abteilung Hüfferstr."
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-6-069:23599273180006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "G 355/550",
+ "serialNumber" : "Z17-002094",
+ "currentLibrary" : "PHIL",
+ "currentLocation" : "PHIL_PBIB",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6-015#!",
+ "isil" : "DE-6-015",
+ "label" : "Universität Münster, Philosophisches Seminar, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-6-015:23599273260006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "Ph:S/II-61",
+ "serialNumber" : "Z30-092527",
+ "currentLibrary" : "KATD",
+ "currentLocation" : "KATD_BIB",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6-011#!",
+ "isil" : "DE-6-011",
+ "label" : "Universität Münster, Gemeinschaftsbibliothek der Katholisch-Theologischen Fakultät, Abteilung Johannisstr."
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-6-011:23599273210006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "A 910 - 81",
+ "serialNumber" : "Z19-001146",
+ "currentLibrary" : "FBH",
+ "currentLocation" : "FBH_DGBIB",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6-248#!",
+ "isil" : "DE-6-248",
+ "label" : "Universität Münster, Bibliotheken im Fürstenberghaus"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-6-248:23599273280006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "31OYV2405",
+ "serialNumber" : "31OYV2405",
+ "currentLibrary" : "S0001",
+ "currentLocation" : "ERW",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-467#!",
+ "isil" : "DE-467",
+ "label" : "Universitätsbibliothek Siegen"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-467:2383523970006462#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "SOZ/38773",
+ "serialNumber" : "132/023307",
+ "currentLibrary" : "K1032",
+ "currentLocation" : "00010001",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-38-132#!",
+ "isil" : "DE-38-132",
+ "label" : "Gemeinsame Fachbibliothek Soziologie"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-38-132:2360887370007147#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "77/235",
+ "serialNumber" : "77/235",
+ "currentLibrary" : "K0001",
+ "currentLocation" : "00004006",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "isil" : "DE-38",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-38:2360887570007147#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "2G8474",
+ "serialNumber" : "2G8474",
+ "currentLibrary" : "K0001",
+ "currentLocation" : "00000001",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "isil" : "DE-38",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-38:2360887770007147#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "SO 852",
+ "serialNumber" : "M18 8508",
+ "currentLibrary" : "RL001",
+ "currentLocation" : "MAGKO",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-Kob7#!",
+ "isil" : "DE-Kob7",
+ "label" : "Universitätsbibliothek Koblenz"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-Kob7:236950800007924#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "PBZ1028",
+ "serialNumber" : "PBZ1028",
+ "currentLibrary" : "P0001",
+ "currentLocation" : "31",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "isil" : "DE-466",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-466:23139972710006463#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "DO/b4239",
+ "serialNumber" : "0040.6826.86",
+ "currentLibrary" : "T0011",
+ "currentLocation" : "12",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "isil" : "DE-385",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-385:2324919690008031#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "FN/sn11903",
+ "serialNumber" : "0089.0881.26",
+ "currentLibrary" : "T0011",
+ "currentLocation" : "39",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "isil" : "DE-385",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-385:2324919610008031#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "EH/sb8772",
+ "serialNumber" : "0163.8657.33",
+ "currentLibrary" : "T0011",
+ "currentLocation" : "38",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "isil" : "DE-385",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-385:2324919660008031#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysikalischerTitel" ],
+ "currentLibrary" : "F0001",
+ "currentLocation" : "30",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "isil" : "DE-708",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-708:22110796420006464#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysikalischerTitel" ],
+ "currentLibrary" : "P0001",
+ "currentLocation" : "UNASSIGNED",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "isil" : "DE-466",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "id" : "http://lobid.org/items/990058567920206441:DE-466:22139972700006463#!"
+ } ],
+ "medium" : [ {
+ "label" : "Print",
+ "id" : "http://rdaregistry.info/termList/RDAproductionMethod/1010"
+ } ],
+ "bibliographicLevel" : {
+ "label" : "Monograph/Item",
+ "id" : "https://www.loc.gov/marc/bibliographic/bdleader.html#Monograph_Item"
+ },
+ "type" : [ "BibliographicResource", "Book" ],
+ "responsibilityStatement" : [ "hrsg. von Wilfried Röhrich" ],
+ "contribution" : [ {
+ "agent" : {
+ "gndIdentifier" : "119446413",
+ "id" : "https://d-nb.info/gnd/119446413",
+ "label" : "Röhrich, Wilfried",
+ "type" : [ "Person" ],
+ "dateOfBirth" : "1936",
+ "altLabel" : [ "Rūrīš, Wīlfrīd" ]
+ },
+ "role" : {
+ "id" : "http://id.loc.gov/vocabulary/relators/edt",
+ "label" : "Herausgeber/in"
+ },
+ "type" : [ "Contribution" ]
+ } ],
+ "id" : "http://lobid.org/resources/990058567920206441#!"
+}
diff --git a/src/test/resources/alma-fix/990058567920206441.xml b/src/test/resources/alma-fix/990058567920206441.xml
new file mode 100644
index 000000000..159435330
--- /dev/null
+++ b/src/test/resources/alma-fix/990058567920206441.xml
@@ -0,0 +1,2272 @@
+
+
+ 01240nam#a2200385#cb4500
+ 20230209141445.0
+ tu
+ 931225|1975####gw############|||#|#ger#c
+ DE-605
+ 990058567920206441
+
+ 263560195
+ OCoLC
+
+
+ 3534046439
+ 3-534-04643-9
+
+
+ (DE-605)HT000909138
+
+
+ DE-605
+ 294
+ ger
+ 294/18
+ rakwb
+ DE-605
+
+
+ ger
+
+
+ XA-DE
+
+
+ 610
+ rpb
+
+
+ 630
+ rpb
+
+
+ MB 3250
+ rvk
+
+
+ MD 1700
+ rvk
+
+
+ MS 1480
+ rvk
+
+
+ 'Demokratische' Elitenherrschaft
+ Traditionsbestände eines sozialwissenschaftlichen Problems
+ hrsg. von Wilfried Röhrich
+
+
+ Darmstadt
+ Wissenschaftl. Buchges.
+ 1975
+
+
+ XII, 359 S.
+
+
+ Wege der Forschung
+ 239
+
+
+ Elite
+ s
+ (DE-588)4014457-4
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=040144577
+ http://viaf.org/viaf/sourceID/DNB|040144577
+ GND-040144577
+
+
+ Demokratie
+ s
+ (DE-588)4011413-2
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=040114139
+ http://viaf.org/viaf/sourceID/DNB|040114139
+ GND-040114139
+
+
+ Gesellschaft
+ s
+ (DE-588)4020588-5
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=040205886
+ http://viaf.org/viaf/sourceID/DNB|040205886
+ GND-040205886
+
+
+ (OCoLC)263560195
+
+
+ 051
+ s|||||||
+
+
+ marc-FMT via MAB2MARC
+ FMT
+ BK
+
+
+ 030
+ a|1uc||||||37
+
+
+ 050
+ a|||||||||||||
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+
+
+ Röhrich, Wilfried
+ 1936-
+ (DE-588)119446413
+ edt
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=119446413
+ http://viaf.org/viaf/sourceID/DNB|119446413
+ GND-119446413
+
+
+ 49HBZ_NETWORK
+ 990058567920206441
+ HBZ Network
+
+
+ 49HBZ_WUP
+ 990001908700206447
+ Bergische Universität Wuppertal
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_WUP
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_WUP
+
+
+ OYU
+ LOCAL
+ 49HBZ_WUP
+
+
+ 49HBZ_BRIDGE_HSK
+ 9912505207829
+ Bibliothek der Hochschule Koblenz
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_BRIDGE_HSK
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_BRIDGE_HSK
+
+
+ 49HBZ_FUH
+ 990000652550106464
+ Fernuniversität Hagen
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_FUH
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_FUH
+
+
+ ODU
+ LOCAL
+ 49HBZ_FUH
+
+
+ 49HBZ_RTU
+ 990003525300507476
+ RPTU Kaiserslautern-Landau
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_RTU
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_RTU
+
+
+ 000352530
+ LOCAL
+ 49HBZ_RTU
+
+
+ soz 60
+ Politik. Staat. Verwaltung
+ LOCAL
+ 49HBZ_RTU
+
+
+ kn
+ LOCAL
+ 49HBZ_RTU
+
+
+ 49HBZ_UBA
+ 991000380089706448
+ RWTH Aachen
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_UBA
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_UBA
+
+
+ a
+ HBZ
+ LOCAL
+ 49HBZ_UBA
+
+
+ (DE-82)411586
+ LOCAL
+ 49HBZ_UBA
+
+
+ 19990511
+ 20220525
+ LOCAL
+ 49HBZ_UBA
+
+
+ 49HBZ_BRIDGE_LBZ
+ 9943657207506
+ Rheinische Landesbibliothek Koblenz
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_BRIDGE_LBZ
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_BRIDGE_LBZ
+
+
+ 49HBZ_BRIDGE_UBO
+ 9998970407503
+ Ruhr-Universität Bochum
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_BRIDGE_UBO
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_BRIDGE_UBO
+
+
+ 49HBZ_BRIDGE_WBT
+ 9927089907826
+ Stadtbibliothek Trier
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_BRIDGE_WBT
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_BRIDGE_WBT
+
+
+ 49HBZ_UBD
+ 991004448979706445
+ Technische Universität Dortmund
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_UBD
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_UBD
+
+
+ HBZ
+ LOCAL
+ 49HBZ_UBD
+
+
+ (DE-290)88508
+ LOCAL
+ 49HBZ_UBD
+
+
+ 19990727
+ LOCAL
+ 49HBZ_UBD
+
+
+ 49HBZ_ULB
+ 991031703969706467
+ Universitaet Bonn
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_ULB
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_ULB
+
+
+ HBZ
+ LOCAL
+ 49HBZ_ULB
+
+
+ (DE-5)763544
+ LOCAL
+ 49HBZ_ULB
+
+
+ 19980904
+ LOCAL
+ 49HBZ_ULB
+
+
+ 49HBZ_BIE
+ 991005604129706442
+ Universität Bielefeld
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_BIE
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_BIE
+
+
+ HBZ
+ LOCAL
+ 49HBZ_BIE
+
+
+ (DE-361)121295
+ LOCAL
+ 49HBZ_BIE
+
+
+ 20020120
+ LOCAL
+ 49HBZ_BIE
+
+
+ 49HBZ_UDE
+ 990001553750206446
+ Universität Duisburg-Essen
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_UDE
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_UDE
+
+
+ ODU
+ LOCAL
+ 49HBZ_UDE
+
+
+ 49HBZ_DUE
+ 990001297040206443
+ Universität Düsseldorf
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_DUE
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_DUE
+
+
+ FBsozu125
+ LOCAL
+ 49HBZ_DUE
+
+
+ sozq410
+ LOCAL
+ 49HBZ_DUE
+
+
+ Elite
+ (DE-588)4014457-4
+ LOCAL
+ 49HBZ_DUE
+
+
+ 49HBZ_ULM
+ 991019040549706449
+ Universität Münster
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_ULM
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_ULM
+
+
+ HBZ
+ LOCAL
+ 49HBZ_ULM
+
+
+ (DE-6)52479
+ LOCAL
+ 49HBZ_ULM
+
+
+ 7
+ dbs_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ CC 7800
+ rvk_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ MB 3250
+ rvk_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ MD 1700
+ rvk_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ MS 1480
+ rvk_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ 2029/75
+ akz_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ 141/75
+ akz_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ 84:572
+ akz_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ K 1979.2696 6/011
+ akz_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ K 1977/467 6/069 (ICS)
+ akz_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ 1975/153 6/248
+ akz_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ 49HBZ_SIE
+ 990001950710106462
+ Universität Siegen
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_SIE
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_SIE
+
+
+ ODU
+ LOCAL
+ 49HBZ_SIE
+
+
+ OYV
+ LOCAL
+ 49HBZ_SIE
+
+
+ 49HBZ_BRIDGE_UBK
+ 99139363807147
+ Universitäts- und Stadtbibliothek Köln
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_BRIDGE_UBK
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_BRIDGE_UBK
+
+
+ 49HBZ_BRIDGE_UKO
+ 9918187107924
+ Universitätsbibliothek Koblenz
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_BRIDGE_UKO
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_BRIDGE_UKO
+
+
+ 49HBZ_PAD
+ 990001411070106463
+ Universitätsbibliothek Paderborn
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_PAD
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_PAD
+
+
+ 000141107
+ doclib
+ LOCAL
+ 49HBZ_PAD
+
+
+ PBZ
+ LOCAL
+ 49HBZ_PAD
+
+
+ 49HBZ_BRIDGE_UBT
+ 9961098708031
+ Universitätsbibliothek Trier
+
+
+ 3534046439
+ 3-534-04643-9
+ 49HBZ_BRIDGE_UBT
+
+
+ Wege der Forschung
+ (DE-605)HT001237175
+ 239
+ O:1
+ 49HBZ_BRIDGE_UBT
+
+
+ System
+ HBZ
+ marc21
+ 20220525114800.0
+ 01
+ false
+ 2023-04-03 03:51:08 Europe/Berlin
+ 005856792-HBZ01
+ 60
+ import
+ 2021-04-06 01:26:08 Europe/Berlin
+
+
+ W0001
+ 47
+
+ 22108852800006447
+
+
+ 2021-04-06 06:45:17
+ 22108852800006447
+ 49HBZ_WUP
+ false
+ import
+
+
+ 22108852800006447
+ 47
+ BOOK
+ 47
+ 11
+ System
+ 1984-08-31 12:59:00 Europe/Berlin
+ 2021-04-06 08:47:05 Europe/Berlin
+ false
+ OYU1666
+ 49HBZ_WUP
+ 1
+ #
+ import
+ 000572482000010
+ 23108852790006447
+ 8
+ Maintenance count: 006
+ 1984-08-31 02:00:00 Europe/Berlin
+ W0001
+ W0001
+
+
+ R1007
+ 00000000
+ S 06 Dem
+ 225067870007829
+
+
+ 2023-02-11 23:49:49
+ 225067870007829
+ 2023-02-11 23:49:49
+ 49HBZ_BRIDGE_HSK
+ false
+ System
+ System
+
+
+ 225067870007829
+ 00000000
+ BOOK
+ 00000000
+ kA
+ System
+ 2010-07-11 02:00:00 Europe/Berlin
+ S 06 Dem
+ 49HBZ_BRIDGE_HSK
+ 1
+ 0
+ System
+ 11167747
+ 235067850007829
+ S 06 Dem
+ 2023-02-12 00:49:49 Europe/Berlin
+ R1007
+ R1007
+
+
+ F0001
+ 00
+ 22110796440006464
+
+
+ 2022-07-04 11:57:17
+ 22110796440006464
+ 49HBZ_FUH
+ false
+ import
+
+
+ F0001
+ 30
+ 22110796420006464
+
+
+ 2022-07-04 11:57:17
+ 22110796420006464
+ 49HBZ_FUH
+ false
+ import
+
+
+ 22110796440006464
+ 00
+ BOOK
+ 00
+ 10
+ System
+ 1998-07-07 12:59:00 Europe/Berlin
+ 2022-07-04 13:58:23 Europe/Berlin
+ false
+ ODU/DEM
+ 49HBZ_FUH
+ 1
+ #
+ import
+ 750333401
+ 23110796430006464
+ 75/3334
+ 20001231
+ 1998-07-07 02:00:00 Europe/Berlin
+ F0001
+ F0001
+
+
+ 22110796420006464
+ AUSTRA
+ BOOK
+ 30
+ 82
+ USP000332308
+ 1998-07-07 11:22:44 Europe/Berlin
+ 2022-10-14 11:22:45 Europe/Berlin
+ false
+ ODU/DEM
+ 49HBZ_FUH
+ 1
+ #
+ import
+ 801553101
+ 23110796410006464
+ 80/15531
+ 2000-02-17 10:22:44
+ 1998-07-07 02:00:00 Europe/Berlin
+ F0001
+ F0001
+
+
+ RL002
+ FHELD
+ soz 60-42
+ 2286676870007476
+
+
+ 2022-07-12 10:44:42
+ 2286676870007476
+ 49HBZ_RTU
+ false
+ import
+
+
+ R3032
+ FHSOZ
+ SOZ 143/004
+ 2286676850007476
+
+
+ 2022-07-12 10:44:42
+ 2286676850007476
+ 49HBZ_RTU
+ false
+ import
+
+
+ 2286676850007476
+ FHSOZ
+ BOOK
+ FHSOZ
+ 10
+ System
+ 1994-01-19 11:59:00 Europe/Berlin
+ 2022-07-12 12:46:25 Europe/Berlin
+ false
+ 2.Ex
+ SOZ 143/004 2.Ex.
+ 49HBZ_RTU
+ 1
+ 8
+ import
+ 101591605
+ 2386676830007476
+ 8
+ Maintenance count: 002
+ SOZ 143/004
+ 79-6250
+ 20031204
+ 1994-01-19 01:00:00 Europe/Berlin
+ R3032
+ R3032
+
+
+ 2286676850007476
+ FHSOZ
+ BOOK
+ FHSOZ
+ 10
+ System
+ 1994-01-19 11:59:00 Europe/Berlin
+ 2022-07-12 12:46:25 Europe/Berlin
+ false
+ SOZ 143/004
+ 49HBZ_RTU
+ 1
+ 8
+ import
+ 101591593
+ 2386676840007476
+ 8
+ SOZ 143/004
+ 75-3365
+ 20031204
+ 1994-01-19 01:00:00 Europe/Berlin
+ R3032
+ R3032
+
+
+ 2286676870007476
+ FHELD
+ BOOK
+ FHELD
+ 10
+ System
+ 2001-07-31 12:59:00 Europe/Berlin
+ 2022-07-12 12:46:25 Europe/Berlin
+ false
+ soz 60-42
+ / / /001
+ 49HBZ_RTU
+ 1
+ 8
+ import
+ C130374
+ 2386676860007476
+ 8
+ Maintenance count: 002
+ soz 60-42
+ 78.21
+ 20010731
+ 2001-07-31 02:00:00 Europe/Berlin
+ RL002
+ RL002
+
+
+ ZB
+ MAGAZIN_TK
+ 22253024700006448
+
+
+ 2022-07-20 22:41:15
+ 22253024700006448
+ 49HBZ_UBA
+ false
+ import
+
+
+ 22253024700006448
+ MAGAZIN_TK
+ BOOK
+ MAGAZIN_TK
+ Standard
+ System
+ 2022-07-20 12:59:00 Europe/Berlin
+ 2022-07-21 00:41:49 Europe/Berlin
+ false
+ ZA5799-239
+ 1
+ 49HBZ_UBA
+ 1
+ 8
+ import
+ Magazinetage: 0
+ ZA5799-239=2
+ Ausleihzähler Migrationsjahr: 0 | Ausleihzähler Vor-Migrationsjahr: 0 | Ausleihzähler vorletztes Migrationsjahr: 0 | Vormerkzähler Migrationsjahr: 0 | vorletztes Rückgabedatum: 2008-12-18
+ Fernleihkonditionen: 0
+ 23253024690006448
+ 8
+ 2022-07-21 00:41:15 Europe/Berlin
+ ZB
+ ZB
+
+
+ R0003
+ 00001000
+ 5.9455
+ 2217906370007506
+
+
+ 2023-02-11 23:50:01
+ 2217906370007506
+ 2023-02-11 23:50:01
+ 49HBZ_BRIDGE_LBZ
+ false
+ System
+ System
+
+
+ R0001
+ 00000000
+ S = S 4 Dem
+ 2217906400007506
+
+
+ 2023-02-11 23:50:01
+ 2217906400007506
+ 2023-02-11 23:50:01
+ 49HBZ_BRIDGE_LBZ
+ false
+ System
+ System
+
+
+ 2217906370007506
+ 00001000
+ BOOK
+ 00001000
+ 02
+ System
+ 2008-09-19 02:00:00 Europe/Berlin
+ 5.9455
+ 49HBZ_BRIDGE_LBZ
+ 1
+ 0
+ System
+ 701883814107
+ 2317906360007506
+ 5.9455
+ 2023-02-12 00:50:01 Europe/Berlin
+ R0003
+ R0003
+
+
+ 2217906400007506
+ 00000000
+ BOOK
+ 00000000
+ 02
+ System
+ 2008-09-19 02:00:00 Europe/Berlin
+ S = S 4 Dem
+ 49HBZ_BRIDGE_LBZ
+ 1
+ 0
+ System
+ 02130032
+ 2317906380007506
+ S = S 4 Dem
+ 2023-02-12 00:50:01 Europe/Berlin
+ R0001
+ R0001
+
+
+ B4006
+ 00017000
+ Q3-1133A
+ 2242377830007503
+
+
+ 2023-02-11 23:49:29
+ 2242377830007503
+ 2023-02-11 23:49:29
+ 49HBZ_BRIDGE_UBO
+ false
+ System
+ System
+
+
+ B2001
+ 00011000
+ Np 30.9/8
+ 2242378010007503
+
+
+ 2023-02-11 23:49:29
+ 2242378010007503
+ 2023-02-11 23:49:29
+ 49HBZ_BRIDGE_UBO
+ false
+ System
+ System
+
+
+ B0001
+ 00000033
+ DNA4625
+ 2242377700007503
+
+
+ 2023-02-11 23:49:29
+ 2242377700007503
+ 2023-02-11 23:49:29
+ 49HBZ_BRIDGE_UBO
+ false
+ System
+ System
+
+
+ B4026
+ 00038000
+ G D IVc 52
+ 2242377500007503
+
+
+ 2023-02-11 23:49:30
+ 2242377500007503
+ 2023-02-11 23:49:30
+ 49HBZ_BRIDGE_UBO
+ false
+ System
+ System
+
+
+ 2242377830007503
+ 00017000
+ BOOK
+ 00017000
+ 04
+ System
+ 2022-05-25 02:00:00 Europe/Berlin
+ Q3-1133A
+ 49HBZ_BRIDGE_UBO
+ 1
+ 0
+ System
+ 117103641
+ 2342377780007503
+ Q3-1133A
+ 2023-02-12 00:49:29 Europe/Berlin
+ B4006
+ B4006
+
+
+ 2242377700007503
+ 00000033
+ BOOK
+ 00000033
+ 02
+ System
+ 2009-02-05 01:00:00 Europe/Berlin
+ DNA4625
+ 49HBZ_BRIDGE_UBO
+ 1
+ 0
+ System
+ DNA4625
+ 2342377630007503
+ DNA4625
+ 2023-02-12 00:49:29 Europe/Berlin
+ B0001
+ B0001
+
+
+ 2242377500007503
+ 00038000
+ BOOK
+ 00038000
+ 04
+ System
+ 2010-01-08 01:00:00 Europe/Berlin
+ G D IVc 52
+ 49HBZ_BRIDGE_UBO
+ 1
+ 0
+ System
+ TEMP82023
+ 2342377480007503
+ G D IVc 52
+ 2023-02-12 00:49:30 Europe/Berlin
+ B4026
+ B4026
+
+
+ 2242377700007503
+ 00000033
+ BOOK
+ 00000033
+ 02
+ System
+ 2009-02-05 01:00:00 Europe/Berlin
+ DNA4625+1
+ 49HBZ_BRIDGE_UBO
+ 1
+ 0
+ System
+ DNA4625+1
+ 2342377590007503
+ DNA4625
+ 2023-02-12 00:49:29 Europe/Berlin
+ B0001
+ B0001
+
+
+ 2242378010007503
+ 00011000
+ BOOK
+ 00011000
+ 04
+ System
+ 2013-12-20 01:00:00 Europe/Berlin
+ Np 30.9/8
+ 49HBZ_BRIDGE_UBO
+ 1
+ 0
+ System
+ TEMP303283
+ 2342377930007503
+ Np 30.9/8
+ 2023-02-12 00:49:29 Europe/Berlin
+ B2001
+ B2001
+
+
+ T0010
+ RU
+ A 12/8401-239
+ 2210241950007826
+
+
+ 2023-02-11 23:50:19
+ 2210241950007826
+ 2023-02-11 23:50:19
+ 49HBZ_BRIDGE_WBT
+ false
+ System
+ System
+
+
+ 2210241950007826
+ RU
+ BOOK
+ RU
+ 10
+ System
+ 1998-04-16 02:00:00 Europe/Berlin
+ A 12/8401-239
+ 49HBZ_BRIDGE_WBT
+ 1
+ 0
+ System
+ :94000371150
+ 2310241930007826
+ A 12/8401-239
+ 00000000
+ 2023-02-12 00:50:19 Europe/Berlin
+ T0010
+ T0010
+
+
+ SFS
+ Freihand
+ 22210225430006445
+
+
+ 2021-05-12 18:07:39
+ 22210225430006445
+ 2021-05-12 18:07:34
+ 49HBZ_UBD
+ false
+ System
+ System
+
+
+ ZB
+ Freihand
+ 22201690690006445
+
+
+ 2021-04-19 15:40:04
+ 22201690690006445
+ 49HBZ_UBD
+ false
+ import
+
+
+ 22201690690006445
+ Freihand
+ BOOK
+ Freihand
+ System
+ 2021-04-19 12:59:00 Europe/Berlin
+ 2021-04-19 17:40:34 Europe/Berlin
+ false
+ D 8047
+ 1
+ 49HBZ_UBD
+ 1
+ #
+ import
+ ClassificationNo: 3900 | SISIS-Magazindrucker: 0 | HBZ01: HT000909138
+ 116597
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2015-09-18
+ Fernleihkonditionen: 0 | Sigel: 290 | Klassifikation: 3900 | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 23201690680006445
+ 2021-04-19 17:40:04 Europe/Berlin
+ ZB
+ ZB
+
+
+ 22210225430006445
+ Freihand
+ BOOK
+ Freihand
+ System
+ 2021-04-19 12:59:00 Europe/Berlin
+ 2021-05-12 20:07:43 Europe/Berlin
+ false
+ 5620/Demo
+ 1
+ 49HBZ_UBD
+ 1
+ #
+ import
+ ClassificationNo: 0 | SISIS-Magazindrucker: 3 | HBZ01: HT000909138
+ 20105163
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-Buchdaten-Aufnahmedatum: 2011-04-14
+ Fernleihkonditionen: 3 | Sigel: 290 | Klassifikation: 0 | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 23201690660006445
+ 2021-04-19 17:40:04 Europe/Berlin
+ SFS
+ SFS
+
+
+ PO
+ PO-Frei
+ SOZ C-739
+ 22263182620006467
+
+
+ 2023-07-24 09:05:06
+ 22263182620006467
+ 49HBZ_ULB
+ false
+ import
+
+
+ 0
+ 0-Mag
+ 75/2644
+ 22263182670006467
+
+
+ 2023-07-24 09:05:06
+ 22263182670006467
+ 49HBZ_ULB
+ false
+ import
+
+
+ 22263182670006467
+ 0-Mag
+ BOOK
+ 0-Mag
+ AMO_TL2_FIX
+ 2023-07-23 12:59:00 Europe/Berlin
+ 2023-07-25 08:01:39 Europe/Berlin
+ false
+ 75/2644
+ 1
+ 49HBZ_ULB
+ 1
+ #
+ import
+ HBInvNr.: re.980811.377
+ 75/2644
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2016-02-03
+ SISIS-ULBSystematik: 0 | SISIS-Magazindrucker: 0 | SISIS-Fernleihkonditionen: 0 | SISIS-Medientyp: 0 | Sigel: 5 | SISIS-Entleihbarkeit: S | SISIS-Zweigstelle: 0
+ 23263182640006467
+ 75/2644
+ 2023-07-24 11:05:06 Europe/Berlin
+ 0
+ 0
+
+
+ 22263182620006467
+ PO-Frei
+ BOOK
+ PO-Frei
+ AMO_TL2_FIX
+ 2023-07-23 12:59:00 Europe/Berlin
+ 2023-07-25 08:01:39 Europe/Berlin
+ false
+ SOZ C-739
+ 1
+ 49HBZ_ULB
+ 1
+ #
+ import
+ FBInvNr.: 5693
+ PO-024839
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-Buchdaten-Aufnahmedatum: 2007-12-24
+ SISIS-ULBSystematik: 0 | SISIS-Magazindrucker: 0 | SISIS-Fernleihkonditionen: 3 | SISIS-Medientyp: 0 | Sigel: 5/162 | SISIS-Entleihbarkeit: X | SISIS-Zweigstelle: 52
+ 23263182590006467
+ SOZ C-739
+ 2023-07-24 11:05:06 Europe/Berlin
+ PO
+ PO
+
+
+ UB_BI
+ 12_Mono
+ HT573 D3E4
+ 22251699500006442
+
+
+ 2021-04-19 04:39:03
+ 22251699500006442
+ 49HBZ_BIE
+ false
+ import
+
+
+ UB_BI
+ 11_Mono
+ KG152 D3E4
+ 22251699520006442
+
+
+ 2021-04-19 04:39:03
+ 22251699520006442
+ 49HBZ_BIE
+ false
+ import
+
+
+ 22251699500006442
+ 12_Mono
+ BOOK
+ 12_Mono
+ item_08
+ Cutover_Fix_OSID
+ 2021-04-18 12:59:00 Europe/Berlin
+ 2021-04-19 06:39:30 Europe/Berlin
+ false
+ 49HBZ_BIE
+ 1
+ 8
+ import
+ Abteilung/Standort/Haushaltsstufe: 12 | SISIS-Magazindrucker: 0 | HBZ01: HT000909138 | Keine Beilagen: 1
+ 128/0847300+02
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2012-05-23 | SISIS-Buchdaten-Aufnahmedatum: 2002-01-28
+ Fernleihkonditionen: 0 | Sigel: 361 | Klassifikation: 12_Mono | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 23251699480006442
+ HT573 D3E4
+ 5-21821
+ 2021-04-19 06:39:03 Europe/Berlin
+ UB_BI
+ UB_BI
+
+
+ 22251699520006442
+ 11_Mono
+ BOOK
+ 11_Mono
+ item_00
+ Cutover_Fix_OSID
+ 2021-04-18 12:59:00 Europe/Berlin
+ 2021-04-19 06:39:30 Europe/Berlin
+ false
+ 49HBZ_BIE
+ 1
+ 8
+ import
+ Abteilung/Standort/Haushaltsstufe: 11 | SISIS-Magazindrucker: 0 | HBZ01: HT000909138 | Keine Beilagen: 1
+ 110/0907361+01
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-Buchdaten-Aufnahmedatum: 2002-01-28
+ Fernleihkonditionen: 3 | Sigel: 361 | Klassifikation: 11_Mono | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 23251699510006442
+ KG152 D3E4
+ 2021-04-19 06:39:03 Europe/Berlin
+ UB_BI
+ UB_BI
+
+
+ 22251699500006442
+ 12_Mono
+ BOOK
+ 12_Mono
+ item_08
+ System
+ 2021-04-18 12:59:00 Europe/Berlin
+ 2023-08-01 17:50:59 Europe/Berlin
+ false
+ 49HBZ_BIE
+ 1
+ 8
+ import
+ Abteilung/Standort/Haushaltsstufe: 12 | SISIS-Magazindrucker: 0 | HBZ01: HT000909138 | Keine Beilagen: 1
+ 128/0847300+01
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2012-07-27 | SISIS-Buchdaten-Aufnahmedatum: 2002-01-28
+ Fernleihkonditionen: 0 | Sigel: 361 | Klassifikation: 12_Mono | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 23251699490006442
+ HT573 D3E4
+ 2021-04-19 06:39:03 Europe/Berlin
+ UB_BI
+ UB_BI
+
+
+ D0001
+ D21
+ ODU1060_d
+ 22421400080006446
+
+
+ 2021-04-15 18:47:38
+ 22421400080006446
+ 49HBZ_UDE
+ false
+ import
+
+
+ E0001
+ E11
+ ODU1117
+ 22421400060006446
+
+
+ 2021-04-15 18:47:38
+ 22421400060006446
+ 49HBZ_UDE
+ false
+ import
+
+
+ 22421400080006446
+ D21
+ BOOK
+ D21
+ System
+ 1984-08-31 12:59:00 Europe/Berlin
+ 2023-03-22 15:45:44 Europe/Berlin
+ false
+ ODU1060_d
+ 49HBZ_UDE
+ 1
+ 8
+ import
+ DE00322121
+ 23421400070006446
+ 8
+ ODU1060_d
+ 75/5320
+ 20000218
+ 1984-08-31 02:00:00 Europe/Berlin
+ D0001
+ D0001
+
+
+ 22421400060006446
+ E11
+ BOOK
+ E11
+ System
+ 1984-08-31 12:59:00 Europe/Berlin
+ 2023-01-24 16:37:14 Europe/Berlin
+ false
+ ODU1117
+ 49HBZ_UDE
+ 1
+ 8
+ import
+ ODU1117
+ 23421400050006446
+ 8
+ ODU1117
+ 75/22013
+ 20000217
+ 1984-08-31 02:00:00 Europe/Berlin
+ E0001
+ E0001
+
+
+ X0001
+ 00
+ nc/b0617
+ 22269116250006443
+
+
+ 2021-04-01 10:34:55
+ 22269116250006443
+ 49HBZ_DUE
+ false
+ import
+
+
+ 22269116250006443
+ 00
+ BOOK
+ 00
+ 11
+ System
+ 1998-12-29 11:59:00 Europe/Berlin
+ 2021-04-01 12:36:00 Europe/Berlin
+ false
+ 49HBZ_DUE
+ 1
+ 8
+ import
+ 021910701
+ 23269116240006443
+ Maintenance count: 004
+ nc/b0617
+ 1998-12-29 01:00:00 Europe/Berlin
+ X0001
+ X0001
+
+
+ SOZ
+ SOZ_MAG
+ MD 1700/1
+ 22599273330006449
+
+
+ 2022-07-11 13:04:20
+ 22599273330006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ FBH
+ FBH_HSBIB
+ X -C- 137
+ 22599273310006449
+
+
+ 2022-07-11 13:04:20
+ 22599273310006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ ZB
+ ZB_FHM1
+ 3E 45866
+ 22599273350006449
+
+
+ 2022-07-11 13:04:20
+ 22599273350006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ PHIL
+ PHIL_PBIB
+ G 355/550
+ 22599273270006449
+
+
+ 2022-07-11 13:04:20
+ 22599273270006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ KATH
+ KATH_BIB
+ ICS:S 1495
+ 22599273190006449
+
+
+ 2022-07-11 13:04:20
+ 22599273190006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ FBH
+ FBH_DGBIB
+ A 910 - 81
+ 22599273290006449
+
+
+ 2022-07-11 13:04:20
+ 22599273290006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ KATD
+ KATD_BIB
+ Ph:S/II-61
+ 22599273230006449
+
+
+ 2022-07-11 13:04:20
+ 22599273230006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ 22599273310006449
+ FBH_HSBIB
+ BOOK
+ FBH_HSBIB
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ Z16-144095
+ Fernleihkonditionen: 3
+ 23599273300006449
+ DBS-Systematik: 7
+ X -C- 137
+ 2022-07-11 15:04:20 Europe/Berlin
+ FBH
+ FBH
+
+
+ 22599273350006449
+ ZB_FHM1
+ BOOK
+ ZB_FHM1
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ 3E 45866
+ Fernleihkonditionen: 0
+ 23599273340006449
+ DBS-Systematik: 7
+ 3E 45866
+ 2022-07-11 15:04:20 Europe/Berlin
+ ZB
+ ZB
+
+
+ 22599273330006449
+ SOZ_MAG
+ BOOK
+ SOZ_MAG
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 6
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ MD 1700/1
+ Fernleihkonditionen: 0
+ 23599273320006449
+ DBS-Systematik: 7
+ MD 1700/1
+ 2022-07-11 15:04:20 Europe/Berlin
+ SOZ
+ SOZ
+
+
+ 22599273190006449
+ KATH_BIB
+ BOOK
+ KATH_BIB
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ Z31-116242
+ Fernleihkonditionen: 3
+ 23599273180006449
+ DBS-Systematik: 0
+ ICS:S 1495
+ 2022-07-11 15:04:20 Europe/Berlin
+ KATH
+ KATH
+
+
+ 22599273270006449
+ PHIL_PBIB
+ BOOK
+ PHIL_PBIB
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ Z17-002094
+ Fernleihkonditionen: 3
+ 23599273260006449
+ DBS-Systematik: 0
+ G 355/550
+ 2022-07-11 15:04:20 Europe/Berlin
+ PHIL
+ PHIL
+
+
+ 22599273230006449
+ KATD_BIB
+ BOOK
+ KATD_BIB
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ Z30-092527
+ Fernleihkonditionen: 3
+ 23599273210006449
+ DBS-Systematik: 0
+ Ph:S/II-61
+ 2022-07-11 15:04:20 Europe/Berlin
+ KATD
+ KATD
+
+
+ 22599273290006449
+ FBH_DGBIB
+ BOOK
+ FBH_DGBIB
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ Z19-001146
+ Fernleihkonditionen: 3
+ 23599273280006449
+ DBS-Systematik: 0
+ A 910 - 81
+ 2022-07-11 15:04:20 Europe/Berlin
+ FBH
+ FBH
+
+
+ S0001
+ ERW
+ 2283523980006462
+
+
+ 2022-07-11 08:55:11
+ 2283523980006462
+ 49HBZ_SIE
+ false
+ import
+
+
+ 2283523980006462
+ ERW
+ BOOK
+ ERW
+ 10
+ System
+ 1989-05-02 12:59:00 Europe/Berlin
+ 2022-07-11 10:56:18 Europe/Berlin
+ false
+ 31OYV2405
+ 49HBZ_SIE
+ 1
+ 8
+ import
+ Akz.: 18.04.89*DM 44.00
+ 31OYV2405
+ 2383523970006462
+ 8
+ Maintenance count: 003
+ 89/8751
+ 20000217
+ 1989-05-02 02:00:00 Europe/Berlin
+ S0001
+ S0001
+
+
+ K1032
+ 00010001
+ SOZ/38773
+ 2260887470007147
+
+
+ 2023-02-11 23:49:15
+ 2260887470007147
+ 2023-02-11 23:49:15
+ 49HBZ_BRIDGE_UBK
+ false
+ System
+ System
+
+
+ K0001
+ 00000001
+ 2G8474
+ 2260887880007147
+
+
+ 2023-02-11 23:49:15
+ 2260887880007147
+ 2023-02-11 23:49:15
+ 49HBZ_BRIDGE_UBK
+ false
+ System
+ System
+
+
+ K0001
+ 00004006
+ 77/235
+ 2260887660007147
+
+
+ 2023-02-11 23:49:15
+ 2260887660007147
+ 2023-02-11 23:49:15
+ 49HBZ_BRIDGE_UBK
+ false
+ System
+ System
+
+
+ 2260887470007147
+ 00010001
+ BOOK
+ 00010001
+ 02
+ System
+ 2014-05-09 02:00:00 Europe/Berlin
+ SOZ/38773
+ 49HBZ_BRIDGE_UBK
+ 1
+ 0
+ System
+ 132/023307
+ 2360887370007147
+ SOZ/38773
+ 2023-02-12 00:49:16 Europe/Berlin
+ K1032
+ K1032
+
+
+ 2260887660007147
+ 00004006
+ BOOK
+ 00004006
+ 02
+ System
+ 2014-07-18 02:00:00 Europe/Berlin
+ 77/235
+ 49HBZ_BRIDGE_UBK
+ 1
+ 0
+ System
+ 77/235
+ 2360887570007147
+ 77/235
+ 2023-02-12 00:49:15 Europe/Berlin
+ K0001
+ K0001
+
+
+ 2260887880007147
+ 00000001
+ BOOK
+ 00000001
+ 02
+ System
+ 2008-05-09 02:00:00 Europe/Berlin
+ 2G8474
+ 49HBZ_BRIDGE_UBK
+ 1
+ 0
+ System
+ 2G8474
+ 2360887770007147
+ 2G8474
+ 2023-02-12 00:49:15 Europe/Berlin
+ K0001
+ K0001
+
+
+ RL001
+ MAGKO
+ SO 852
+ 226950820007924
+
+
+ 2023-02-11 23:49:36
+ 226950820007924
+ 2023-02-11 23:49:36
+ 49HBZ_BRIDGE_UKO
+ false
+ System
+ System
+
+
+ 226950820007924
+ MAGKO
+ BOOK
+ MAGKO
+ 12
+ System
+ 2008-03-06 01:00:00 Europe/Berlin
+ SO 852
+ 49HBZ_BRIDGE_UKO
+ 1
+ 0
+ System
+ M18 8508
+ 236950800007924
+ SO 852
+ 1077/75
+ 20021231
+ 2023-02-12 00:49:36 Europe/Berlin
+ RL001
+ RL001
+
+
+ P0001
+ 31
+ 22139972720006463
+
+
+ 2022-07-14 10:01:32
+ 22139972720006463
+ 49HBZ_PAD
+ false
+ import
+
+
+ P0001
+ UNASSIGNED
+ 22139972700006463
+
+
+ 2022-07-14 10:01:32
+ 22139972700006463
+ 49HBZ_PAD
+ false
+ import
+
+
+ 22139972720006463
+ 31
+ BOOK
+ 31
+ 20
+ System
+ 1984-08-31 12:59:00 Europe/Berlin
+ 2022-07-14 12:02:54 Europe/Berlin
+ false
+ PBZ1028
+ 49HBZ_PAD
+ 1
+ 8
+ import
+ PBZ1028
+ 23139972710006463
+ 8
+ Maintenance count: 002
+ 75/12357
+ 20000217
+ 1984-08-31 02:00:00 Europe/Berlin
+ P0001
+ P0001
+
+
+ T0011
+ 39
+ FN/sn11903
+ 2224919630008031
+
+
+ 2023-02-11 23:49:41
+ 2224919630008031
+ 2023-02-11 23:49:41
+ 49HBZ_BRIDGE_UBT
+ false
+ System
+ System
+
+
+ T0011
+ 12
+ DO/b4239
+ 2224919710008031
+
+
+ 2023-02-11 23:49:41
+ 2224919710008031
+ 2023-02-11 23:49:41
+ 49HBZ_BRIDGE_UBT
+ false
+ System
+ System
+
+
+ T0011
+ 38
+ EH/sb8772
+ 2224919680008031
+
+
+ 2023-02-11 23:49:41
+ 2224919680008031
+ 2023-02-11 23:49:41
+ 49HBZ_BRIDGE_UBT
+ false
+ System
+ System
+
+
+ 2224919710008031
+ 12
+ BOOK
+ 12
+ 20
+ System
+ 2003-06-26 02:00:00 Europe/Berlin
+ DO/b4239
+ 49HBZ_BRIDGE_UBT
+ 1
+ 0
+ System
+ 0040.6826.86
+ 2324919690008031
+ DO/b4239
+ 75A2350
+ 20021231
+ 2023-02-12 00:49:41 Europe/Berlin
+ T0011
+ T0011
+
+
+ 2224919630008031
+ 39
+ BOOK
+ 39
+ 20
+ System
+ 1998-04-16 02:00:00 Europe/Berlin
+ FN/sn11903
+ 49HBZ_BRIDGE_UBT
+ 1
+ 0
+ System
+ 0089.0881.26
+ 2324919610008031
+ FN/sn11903
+ 75 A 7084
+ 20000217
+ 2023-02-12 00:49:41 Europe/Berlin
+ T0011
+ T0011
+
+
+ 2224919680008031
+ 38
+ BOOK
+ 38
+ 20
+ System
+ 1998-04-16 02:00:00 Europe/Berlin
+ EH/sb8772
+ 49HBZ_BRIDGE_UBT
+ 1
+ 0
+ System
+ 0163.8657.33
+ 2324919660008031
+ EH/sb8772
+ 75 A 6900
+ 20000217
+ 2023-02-12 00:49:41 Europe/Berlin
+ T0011
+ T0011
+
+
+ Rūrīš, Wīlfrīd
+ 1936-
+ GND
+ GND-119446413
+ 400
+
+
+ http://d-nb.info/gnd/119446413
+ uri
+ GND
+ GND-119446413
+ 024
+
+
+ 29549563
+ viaf
+ GND
+ GND-119446413
+ 024
+
+
+ n50046872
+ lccn
+ GND
+ GND-119446413
+ 024
+
+
+ Q2571329
+ wikidata
+ GND
+ GND-119446413
+ 024
+
+
+ 4020588-5
+ http://d-nb.info/gnd/4020588-5
+ gnd
+ GND
+ GND-040205886
+ 024
+
+
+ Führungsgruppe
+ GND
+ GND-040144577
+ 450
+
+
+ Führungsschicht
+ GND
+ GND-040144577
+ 450
+
+
+ Eliten
+ GND
+ GND-040144577
+ 450
+
+
+ 4014457-4
+ http://d-nb.info/gnd/4014457-4
+ gnd
+ GND
+ GND-040144577
+ 024
+
+
+ Volksherrschaft
+ GND
+ GND-040114139
+ 450
+
+
+ Demokratischer Staat
+ GND
+ GND-040114139
+ 450
+
+
+ Democracy
+ v:eng
+ GND
+ GND-040114139
+ 450
+
+
+ http://d-nb.info/gnd/4011413-2
+ uri
+ GND
+ GND-040114139
+ 024
+
+
diff --git a/src/test/resources/alma-fix/990156060190206441.json b/src/test/resources/alma-fix/990156060190206441.json
new file mode 100644
index 000000000..649494fe9
--- /dev/null
+++ b/src/test/resources/alma-fix/990156060190206441.json
@@ -0,0 +1,698 @@
+{
+ "@context" : "http://lobid.org/resources/context.jsonld",
+ "almaMmsId" : "990156060190206441",
+ "hbzId" : "HT015014677",
+ "deprecatedUri" : "http://lobid.org/resources/HT015014677#!",
+ "isbn" : [ "9783934997158", "3934997155" ],
+ "oclcNumber" : [ "162453654" ],
+ "title" : "\"Was für ein Service!\"",
+ "otherTitleInformation" : [ "Entwicklung und Sicherung der Auskunftsqualität von Bibliotheken" ],
+ "publication" : [ {
+ "startDate" : "2007",
+ "type" : [ "PublicationEvent" ],
+ "location" : [ "Wiesbaden" ],
+ "publishedBy" : [ "Dinges & Frick" ]
+ } ],
+ "describedBy" : {
+ "id" : "http://lobid.org/resources/990156060190206441",
+ "label" : "Webseite der hbz-Ressource 990156060190206441",
+ "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/990156060190206441",
+ "dateCreated" : "2021-04-05",
+ "dateModified" : "2023-04-07",
+ "type" : [ "DataFeedItem" ],
+ "label" : "hbz-Ressource 990156060190206441 im Exportformat MARC21 XML",
+ "inDataset" : {
+ "id" : "https://datahub.io/dataset/hbz_unioncatalog",
+ "label" : "hbz_unioncatalog"
+ },
+ "sourceOrganization" : {
+ "id" : "http://lobid.org/organisations/DE-832#!",
+ "label" : "Technische Hochschule Köln, Hochschulbibliothek"
+ },
+ "provider" : {
+ "id" : "http://lobid.org/organisations/DE-605#!",
+ "label" : "hbz - Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen"
+ },
+ "modifiedBy" : [ {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "label" : "Universitätsbibliothek Paderborn"
+ }, {
+ "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" : "http://hub.culturegraph.org/resource/HBZ-HT015014677",
+ "label" : "Culturegraph Ressource"
+ }, {
+ "id" : "http://worldcat.org/oclc/162453654",
+ "label" : "OCLC Ressource"
+ } ],
+ "isPartOf" : [ {
+ "type" : [ "IsPartOfRelation" ],
+ "hasSuperordinate" : [ {
+ "id" : "http://lobid.org/resources/HT012827392#!",
+ "label" : "BIT online : Innovativ"
+ } ],
+ "numbering" : "13"
+ } ],
+ "tableOfContents" : [ {
+ "label" : "Inhaltsverzeichnis",
+ "id" : "http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf"
+ } ],
+ "inCollection" : [ {
+ "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" : "211 S. : graph. Darst.",
+ "natureOfContent" : [ {
+ "label" : "Aufsatzsammlung",
+ "id" : "https://d-nb.info/gnd/4143413-4"
+ } ],
+ "subject" : [ {
+ "notation" : "560",
+ "type" : [ "Concept" ],
+ "id" : "https://w3id.org/lobid/rpb2#n560",
+ "label" : "Buch, Bibl., Information und Dok.",
+ "source" : {
+ "id" : "https://w3id.org/lobid/rpb2",
+ "label" : "LBZ-Notationen"
+ }
+ }, {
+ "notation" : "020",
+ "type" : [ "Concept" ],
+ "source" : {
+ "label" : "z",
+ "id" : "z"
+ }
+ }, {
+ "notation" : "AN 76400",
+ "type" : [ "Concept" ],
+ "source" : {
+ "label" : "RVK (Regensburger Verbundklassifikation)",
+ "id" : "https://d-nb.info/gnd/4449787-8"
+ }
+ }, {
+ "type" : [ "ComplexSubject" ],
+ "label" : "Deutschland | Bibliothek | Auskunftsdienst | Qualitätsmanagement",
+ "componentList" : [ {
+ "type" : [ "PlaceOrGeographicName" ],
+ "label" : "Deutschland",
+ "source" : {
+ "label" : "Gemeinsame Normdatei (GND)",
+ "id" : "https://d-nb.info/gnd/7749153-1"
+ },
+ "id" : "https://d-nb.info/gnd/4011882-4",
+ "gndIdentifier" : "4011882-4",
+ "altLabel" : [ "Deutsche Länder", "Germany (Deutschland)", "Heiliges Römisches Reich", "Rheinbund", "Deutscher Bund", "Norddeutscher Bund", "Deutsches Reich", "Deutschland (Gebiet unter Alliierter Besatzung)", "Deutschland (Bundesrepublik, 1990-)", "BRD (1990-)", "Federal Republic of Germany (Deutschland)", "Republic of Germany (Deutschland)", "Allemagne (Deutschland)", "Ǧumhūrīyat Almāniyā al-Ittiḥādīya", "Bundesrepublik Deutschland (1990-)", "BRD", "Niemcy", "République Fédérale d'Allemagne (Deutschland)", "Repubblica Federale di Germania (Deutschland)", "Germanija", "Federativnaja Respublika Germanija", "FRG", "Deyizhi-Lianbang-Gongheguo" ]
+ }, {
+ "type" : [ "SubjectHeading" ],
+ "label" : "Bibliothek",
+ "source" : {
+ "label" : "Gemeinsame Normdatei (GND)",
+ "id" : "https://d-nb.info/gnd/7749153-1"
+ },
+ "id" : "https://d-nb.info/gnd/4006439-6",
+ "gndIdentifier" : "4006439-6",
+ "altLabel" : [ "Bibliotheken", "Allgemeinbibliothek", "Bibliothekswesen", "Bücherei", "Universalbibliothek", "Gebrauchsbibliothek" ]
+ }, {
+ "type" : [ "SubjectHeading" ],
+ "label" : "Auskunftsdienst",
+ "source" : {
+ "label" : "Gemeinsame Normdatei (GND)",
+ "id" : "https://d-nb.info/gnd/7749153-1"
+ },
+ "id" : "https://d-nb.info/gnd/4340792-4",
+ "gndIdentifier" : "4340792-4",
+ "altLabel" : [ "Auskunfts- und Informationstätigkeit", "Auskunftstätigkeit", "Auskunft (Auskunftsdienst)" ]
+ }, {
+ "type" : [ "SubjectHeading" ],
+ "label" : "Qualitätsmanagement",
+ "source" : {
+ "label" : "Gemeinsame Normdatei (GND)",
+ "id" : "https://d-nb.info/gnd/7749153-1"
+ },
+ "id" : "https://d-nb.info/gnd/4219057-5",
+ "gndIdentifier" : "4219057-5",
+ "altLabel" : [ "Quality Management", "Total Quality Management", "Unternehmen / Qualitätsmanagement", "TQM", "Qualitätssicherungssystem", "Qualitätsmanagementsystem", "Umfassendes Qualitätsmanagement", "QM-System" ]
+ } ]
+ } ],
+ "subjectslabels" : [ "Deutschland", "Bibliothek", "Auskunftsdienst", "Qualitätsmanagement" ],
+ "hasItem" : [ {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AVY1353+1",
+ "serialNumber" : "W00159251",
+ "currentLibrary" : "W0001",
+ "currentLocation" : "01",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-468#!",
+ "isil" : "DE-468",
+ "label" : "Universitätsbibliothek Wuppertal"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-468:23131370340006447#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "Af, 828 LS/HA-BL (n.a.)",
+ "serialNumber" : "111039-10",
+ "currentLibrary" : "X6001",
+ "currentLocation" : "HAKA",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-Due18#!",
+ "isil" : "DE-Due18",
+ "label" : "Kunstakademie Düsseldorf, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-Due18:239077170007923#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AVY 3",
+ "serialNumber" : "0212359",
+ "currentLibrary" : "FHMH",
+ "currentLocation" : "Freihand_H",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-836#!",
+ "isil" : "DE-836",
+ "label" : "FH Münster, Hochschulbibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-836:2329843240006485#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AVY/BEC",
+ "serialNumber" : "070418501",
+ "currentLibrary" : "F0001",
+ "currentLocation" : "00",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-708#!",
+ "isil" : "DE-708",
+ "label" : "Universitätsbibliothek der Fernuniversität"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-708:23109044830006464#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "91 AVY 2",
+ "serialNumber" : "91 AVY 2",
+ "currentLibrary" : "EUP",
+ "currentLocation" : "EUP_BV",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-A96#!",
+ "isil" : "DE-A96",
+ "label" : "Hochschulbibliothek der Fachhochschule Aachen"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-A96:2383400860006444#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "BCNM1806",
+ "serialNumber" : "63BCNM1806",
+ "currentLibrary" : "K5001",
+ "currentLocation" : "00001000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-832#!",
+ "isil" : "DE-832",
+ "label" : "Technische Hochschule Köln, Hochschulbibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-832:2329004760007504#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "11 = AWU1284+1",
+ "serialNumber" : "20557430",
+ "currentLibrary" : "STA",
+ "currentLocation" : "STA_FH",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-1044#!",
+ "isil" : "DE-1044",
+ "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-1044:2348092950006452#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "11 = AWU1284",
+ "serialNumber" : "20619518",
+ "currentLibrary" : "STA",
+ "currentLocation" : "STA_FH",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-1044#!",
+ "isil" : "DE-1044",
+ "label" : "Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-1044:2348092970006452#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "14 AVY 100",
+ "serialNumber" : "017294901",
+ "currentLibrary" : "cdd",
+ "currentLocation" : "HBEMP",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-Due62#!",
+ "isil" : "DE-Due62",
+ "label" : "Hochschulbibliothek der Hochschule Düsseldorf"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-Due62:2336303640006455#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "Aln 4 Was",
+ "serialNumber" : "081408ALN4WAS",
+ "currentLibrary" : "MG",
+ "currentLocation" : "MG_Public",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-829#!",
+ "isil" : "DE-829",
+ "label" : "Hochschule Niederrhein, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-829:2347061880008056#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "11AVY1078",
+ "serialNumber" : "11AVY1078",
+ "currentLibrary" : "LE",
+ "currentLocation" : "LE_Frei",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-743#!",
+ "isil" : "DE-743",
+ "label" : "Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-743:2338250240006468#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "buch A 028 /13",
+ "serialNumber" : "144630",
+ "currentLibrary" : "T0013",
+ "currentLocation" : "kA",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-1042#!",
+ "isil" : "DE-1042",
+ "label" : "Hochschule Trier, Umwelt-Campus Birkenfeld, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-1042:237127600007821#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "HB 90",
+ "serialNumber" : "57500000076898",
+ "currentLibrary" : "Z9037",
+ "currentLocation" : "00000001",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-575#!",
+ "isil" : "DE-575",
+ "label" : "Hochschule für Musik Detmold, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-575:2329496200007918#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "45:165/125",
+ "serialNumber" : "108249895",
+ "currentLibrary" : "R3032",
+ "currentLocation" : "FH45",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-386#!",
+ "isil" : "DE-386",
+ "label" : "Universitätsbibliothek der RPTU in Kaiserslautern"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-386:2374193680007476#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "all 833-5",
+ "serialNumber" : "C168762",
+ "currentLibrary" : "RL002",
+ "currentLocation" : "FHELD",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-Lan1#!",
+ "isil" : "DE-Lan1",
+ "label" : "Universitätsbibliothek der RPTU in Landau"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-Lan1:2374193700007476#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "45:165/125 2.Ex.",
+ "serialNumber" : "108260133",
+ "currentLibrary" : "R3032",
+ "currentLocation" : "FH45",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-386#!",
+ "isil" : "DE-386",
+ "label" : "Universitätsbibliothek der RPTU in Kaiserslautern"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-386:2374193670007476#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "RD7887-13",
+ "serialNumber" : "RD7887-13",
+ "currentLibrary" : "ZB",
+ "currentLocation" : "MAGAZIN_1",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-82#!",
+ "isil" : "DE-82",
+ "label" : "Universitätsbibliothek der RWTH Aachen"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-82:23233208590006448#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "108-2588",
+ "serialNumber" : "013133072107",
+ "currentLibrary" : "R0003",
+ "currentLocation" : "00001000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-107#!",
+ "isil" : "DE-107",
+ "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Pfälzische Landesbibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-107:2369296750007506#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "2008/1895",
+ "serialNumber" : "03531721",
+ "currentLibrary" : "R0001",
+ "currentLocation" : "00000000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-929#!",
+ "isil" : "DE-929",
+ "label" : "Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-929:2369296770007506#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "G3-1223",
+ "serialNumber" : "117035917",
+ "currentLibrary" : "B4006",
+ "currentLocation" : "00017000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-294-17#!",
+ "isil" : "DE-294-17",
+ "label" : "Ruhr-Universität Bochum, Fakultät für Sozialwissenschaft, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-294-17:23150473310007503#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "W-0.2007.BEC",
+ "serialNumber" : "TEMPHBZ60035679897-000010",
+ "currentLibrary" : "B4016",
+ "currentLocation" : "00028000",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-294-28#!",
+ "isil" : "DE-294-28",
+ "label" : "Ruhr-Universität Bochum, Institut für Philosophie, Bibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-294-28:23150473330007503#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "A 11740",
+ "serialNumber" : "12837764",
+ "currentLibrary" : "ZB",
+ "currentLocation" : "Freihand",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-290#!",
+ "isil" : "DE-290",
+ "label" : "Universitätsbibliothek Dortmund"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-290:23194328940006445#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "2007/2934",
+ "serialNumber" : "2007/2934",
+ "currentLibrary" : "0",
+ "currentLocation" : "0-Frei1",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-5#!",
+ "isil" : "DE-5",
+ "label" : "Universitäts- und Landesbibliothek Bonn"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-5:23245806020006467#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AD552 W3S4",
+ "serialNumber" : "018/4199848+02",
+ "currentLibrary" : "UB_BI",
+ "currentLocation" : "01_Mono",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "isil" : "DE-361",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-361:23274927800006442#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AD552 W3S4",
+ "serialNumber" : "018/4199848+01",
+ "currentLibrary" : "UB_BI",
+ "currentLocation" : "01_Mono",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-361#!",
+ "isil" : "DE-361",
+ "label" : "Universitätsbibliothek Bielefeld"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-361:23274927810006442#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AWU40445-13+1",
+ "serialNumber" : "E00750581",
+ "currentLibrary" : "E0001",
+ "currentLocation" : "E91",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-465#!",
+ "isil" : "DE-465",
+ "label" : "Universitätsbibliothek Duisburg-Essen"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-465:23390395420006446#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AWU40445-13",
+ "serialNumber" : "E00290166",
+ "currentLibrary" : "E0001",
+ "currentLocation" : "E91",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-465#!",
+ "isil" : "DE-465",
+ "label" : "Universitätsbibliothek Duisburg-Essen"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-465:23390395430006446#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "3F 70852",
+ "serialNumber" : "3F 70852",
+ "currentLibrary" : "ZB",
+ "currentLocation" : "ZB_AUSB",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6#!",
+ "isil" : "DE-6",
+ "label" : "Universitäts- und Landesbibliothek Münster, Zentralbibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-6:23510054190006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "XC 01/007",
+ "serialNumber" : "Z69-036921",
+ "currentLibrary" : "PSY",
+ "currentLocation" : "PSY_BIB",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6-049#!",
+ "isil" : "DE-6-049",
+ "label" : "Universität Münster, Fachbereich 7, Psychologie und Sportwissenschaft, Bibliothek für Psychologie"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-6-049:23510054150006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "XI 277",
+ "serialNumber" : "Z67-064227",
+ "currentLibrary" : "BEK",
+ "currentLocation" : "BEK_MAG",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-6-123#!",
+ "isil" : "DE-6-123",
+ "label" : "Universität Münster, Bibliothek für Erziehungswissenschaft und Kommunikationswissenschaft"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-6-123:23510054170006449#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "HFB/302/Becher",
+ "serialNumber" : "302/0660013",
+ "currentLibrary" : "K1081",
+ "currentLocation" : "00022001",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-38-307#!",
+ "isil" : "DE-38-307",
+ "label" : "Humanwissenschaftliche Bibliothek: Gemeinsame Bibliothek der Humanwissenschaftlichen Fakultät und der USB"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-38-307:23210538820007147#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "34A7510",
+ "serialNumber" : "34A7510",
+ "currentLibrary" : "K0001",
+ "currentLocation" : "00000001",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "isil" : "DE-38",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-38:23210538790007147#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "34A7510#a",
+ "serialNumber" : "34A7510#a",
+ "currentLibrary" : "K0001",
+ "currentLocation" : "00000001",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-38#!",
+ "isil" : "DE-38",
+ "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-38:23210538800007147#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AL/RE 2008 2580",
+ "serialNumber" : "M20 4473",
+ "currentLibrary" : "RL001",
+ "currentLocation" : "FRHKO",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-Kob7#!",
+ "isil" : "DE-Kob7",
+ "label" : "Universitätsbibliothek Koblenz"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-Kob7:2319819630007924#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AVY1256",
+ "serialNumber" : "AVY1256",
+ "currentLibrary" : "P0001",
+ "currentLocation" : "11",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "isil" : "DE-466",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-466:23115327380006463#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "NF/a17778",
+ "serialNumber" : "0063.6230.87",
+ "currentLibrary" : "T0011",
+ "currentLocation" : "09",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-385#!",
+ "isil" : "DE-385",
+ "label" : "Universitätsbibliothek Trier"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-385:2375365050008031#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "AVY502",
+ "serialNumber" : "00006901",
+ "currentLibrary" : "GE",
+ "currentLocation" : "01",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-1010#!",
+ "isil" : "DE-1010",
+ "label" : "Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-1010:2313573740006456#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysicalObject" ],
+ "callNumber" : "2007/965",
+ "serialNumber" : "KN41$00705907",
+ "currentLibrary" : "KP001",
+ "currentLocation" : "F",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-Kn41#!",
+ "isil" : "DE-Kn41",
+ "label" : "Zentralbibliothek der Sportwissenschaften der Deutschen Sporthochschule Köln"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-Kn41:2331854130007146#!"
+ }, {
+ "label" : "lobid Bestandsressource",
+ "type" : [ "Item", "PhysikalischerTitel" ],
+ "currentLibrary" : "P0001",
+ "currentLocation" : "UNASSIGNED",
+ "heldBy" : {
+ "id" : "http://lobid.org/organisations/DE-466#!",
+ "isil" : "DE-466",
+ "label" : "Universitätsbibliothek Paderborn"
+ },
+ "id" : "http://lobid.org/items/990156060190206441:DE-466:22115327370006463#!"
+ } ],
+ "medium" : [ {
+ "label" : "Print",
+ "id" : "http://rdaregistry.info/termList/RDAproductionMethod/1010"
+ } ],
+ "bibliographicLevel" : {
+ "label" : "Monograph/Item",
+ "id" : "https://www.loc.gov/marc/bibliographic/bdleader.html#Monograph_Item"
+ },
+ "type" : [ "BibliographicResource", "EditedVolume", "Book" ],
+ "responsibilityStatement" : [ "von Tom Becker" ],
+ "contribution" : [ {
+ "agent" : {
+ "gndIdentifier" : "133323862",
+ "id" : "https://d-nb.info/gnd/133323862",
+ "label" : "Becker, Tom",
+ "type" : [ "Person" ],
+ "dateOfBirth" : "1973",
+ "altLabel" : [ "Becker, Thomas" ]
+ },
+ "role" : {
+ "id" : "http://id.loc.gov/vocabulary/relators/edt",
+ "label" : "Herausgeber/in"
+ },
+ "type" : [ "Contribution" ]
+ } ],
+ "id" : "http://lobid.org/resources/990156060190206441#!"
+}
diff --git a/src/test/resources/alma-fix/990156060190206441.xml b/src/test/resources/alma-fix/990156060190206441.xml
new file mode 100644
index 000000000..c6e5c687e
--- /dev/null
+++ b/src/test/resources/alma-fix/990156060190206441.xml
@@ -0,0 +1,3166 @@
+
+
+ 01711nam#a2200469#cb4500
+ 20230126112200.0
+ tu
+ 070309|2007####gw############|||#|#ger#c
+ DE-605
+ 990156060190206441
+
+ 07,A44,0065
+ 07,N12,0056
+ dnb
+
+
+ 162453654
+ OCoLC
+
+
+ 983245525
+ DE-101b
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+
+
+ 9783934997158
+
+
+ (DE-605)HT015014677
+
+
+ DE-605
+ 832
+ ger
+ 466
+ rakwb
+ DE-605
+
+
+ ger
+
+
+ XA-DE
+
+
+ 025.52068
+ DDC22ger
+
+
+ 560
+ rpb
+
+
+ 020
+ z
+
+
+ AN 76400
+ rvk
+
+
+ 025.52068
+ 025.52
+ DDC22ger
+ 068
+
+
+ "Was für ein Service!"
+ Entwicklung und Sicherung der Auskunftsqualität von Bibliotheken
+ von Tom Becker
+
+
+ Wiesbaden
+ Dinges & Frick
+ 2007
+
+
+ 211 S. : graph. Darst.
+
+
+ BIT online : Innovativ
+ 13
+
+
+ Deutschland
+ g
+ (DE-588)4011882-4
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=040118827
+ http://viaf.org/viaf/sourceID/DNB|040118827
+ GND-040118827
+
+
+ Bibliothek
+ s
+ (DE-588)4006439-6
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=040064395
+ http://viaf.org/viaf/sourceID/DNB|040064395
+ GND-040064395
+
+
+ Auskunftsdienst
+ s
+ (DE-588)4340792-4
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=941238032
+ http://viaf.org/viaf/sourceID/DNB|941238032
+ GND-941238032
+
+
+ Qualitätsmanagement
+ s
+ (DE-588)4219057-5
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=042190576
+ http://viaf.org/viaf/sourceID/DNB|042190576
+ GND-042190576
+
+
+ (OCoLC)162453654
+
+
+ (DE-599)HBZHT015014677
+
+
+ 051
+ s|||||||
+
+
+ marc-FMT via MAB2MARC
+ FMT
+ BK
+
+
+ 030
+ a|1uc||||||37
+
+
+ 050
+ a|||||||||||||
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+
+
+ Becker, Tom
+ 1973-
+ (DE-588)133323862
+ edt
+ https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn=133323862
+ http://viaf.org/viaf/sourceID/DNB|133323862
+ GND-133323862
+
+
+ Aufsatzsammlung
+ (DE-588)4143413-4
+ gnd-content
+
+
+ 49HBZ_NETWORK
+ 990156060190206441
+ HBZ Network
+
+
+ 49HBZ_WUP
+ 990009430270206447
+ Bergische Universität Wuppertal
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_WUP
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_WUP
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_WUP
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_WUP
+
+
+ AVY
+ LOCAL
+ 49HBZ_WUP
+
+
+ 49HBZ_BRIDGE_KAD
+ 9914186107923
+ Bibliothek der Kunstakademie Düsseldorf
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_KAD
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_KAD
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_KAD
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_KAD
+
+
+ 49HBZ_FHM
+ 991004164479706485
+ FH / KA Münster
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_FHM
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_FHM
+
+
+ Subsequent record output
+ WorldCat Holdings
+ LOCAL
+ 49HBZ_FHM
+
+
+ Subsequent record output
+ IntroxK2
+ LOCAL
+ 49HBZ_FHM
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_FHM
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_FHM
+
+
+ (OCoLC)ocn162453654
+ ExL
+ LOCAL
+ 49HBZ_FHM
+
+
+ 49HBZ_FUH
+ 990009298550106464
+ Fernuniversität Hagen
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_FUH
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_FUH
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_FUH
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_FUH
+
+
+ AVY
+ LOCAL
+ 49HBZ_FUH
+
+
+ 49HBZ_FHA
+ 991003274089706444
+ Hochschulbibliothek der FH Aachen
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_FHA
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_FHA
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_FHA
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_FHA
+
+
+ HBZ
+ LOCAL
+ 49HBZ_FHA
+
+
+ (A96)244839
+ LOCAL
+ 49HBZ_FHA
+
+
+ AVY
+ LOCAL
+ 49HBZ_FHA
+
+
+ neu0812
+ LOCAL
+ 49HBZ_FHA
+
+
+ ha/we
+ LOCAL
+ 49HBZ_FHA
+
+
+ 20081105
+ LOCAL
+ 49HBZ_FHA
+
+
+ 49HBZ_BRIDGE_THK
+ 9926974607504
+ Hochschulbibliothek der Technischen Hochschule Köln
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_THK
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_THK
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_THK
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_THK
+
+
+ 49HBZ_HBI
+ 991001357309706450
+ Hochschule Bielefeld
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_HBI
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_HBI
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_HBI
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_HBI
+
+
+ HBZ
+ LOCAL
+ 49HBZ_HBI
+
+
+ (DE-Bi10)202258
+ LOCAL
+ 49HBZ_HBI
+
+
+ 20070704
+ LOCAL
+ 49HBZ_HBI
+
+
+ 49HBZ_BRS
+ 991000956019706452
+ Hochschule Bonn-Rhein-Sieg
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRS
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRS
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRS
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRS
+
+
+ HBZ
+ LOCAL
+ 49HBZ_BRS
+
+
+ (DE-1044)94956
+ LOCAL
+ 49HBZ_BRS
+
+
+ AWU
+ LOCAL
+ 49HBZ_BRS
+
+
+ 20070427
+ LOCAL
+ 49HBZ_BRS
+
+
+ 49HBZ_HSD
+ 991003534449706455
+ Hochschule Duesseldorf
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_HSD
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_HSD
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_HSD
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_HSD
+
+
+ 140995
+ LOCAL
+ 49HBZ_HSD
+
+
+ AVY
+ LOCAL
+ 49HBZ_HSD
+
+
+ b
+ LOCAL
+ 49HBZ_HSD
+
+
+ 20200618
+ LOCAL
+ 49HBZ_HSD
+
+
+ 49HBZ_HSN
+ 991002991989708056
+ Hochschule Niederrhein
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_HSN
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_HSN
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_HSN
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_HSN
+
+
+ HBZ
+ LOCAL
+ 49HBZ_HSN
+
+
+ (DE-829)152232
+ LOCAL
+ 49HBZ_HSN
+
+
+ 20080407
+ LOCAL
+ 49HBZ_HSN
+
+
+ 49HBZ_OWL
+ 991001146849706468
+ Hochschule Ostwestfalen-Lippe
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_OWL
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_OWL
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_OWL
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_OWL
+
+
+ HBZ
+ LOCAL
+ 49HBZ_OWL
+
+
+ (DE-743)130457
+ LOCAL
+ 49HBZ_OWL
+
+
+ 49HBZ_BRIDGE_UCB
+ 9912093807821
+ Hochschule Trier, Umwelt-Campus Birkenfeld, Bibliothek
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_UCB
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_UCB
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_UCB
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_UCB
+
+
+ 49HBZ_BRIDGE_DET
+ 9947566807918
+ Lippische Landesbibliothek Detmold; Hochschule für Musik Detmold, Bibliothek
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_DET
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_DET
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_DET
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_DET
+
+
+ 49HBZ_RTU
+ 990009051690507476
+ RPTU Kaiserslautern-Landau
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_RTU
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_RTU
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_RTU
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_RTU
+
+
+ 45 0705
+ LOCAL
+ 49HBZ_RTU
+
+
+ 000905169
+ LOCAL
+ 49HBZ_RTU
+
+
+ all 830
+ Bibliotheksverwaltung i.g.
+ LOCAL
+ 49HBZ_RTU
+
+
+ KLbk
+ LOCAL
+ 49HBZ_RTU
+
+
+ lo
+ LOCAL
+ 49HBZ_RTU
+
+
+ 49HBZ_UBA
+ 991025187519706448
+ RWTH Aachen
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_UBA
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_UBA
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_UBA
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_UBA
+
+
+ HBZ
+ LOCAL
+ 49HBZ_UBA
+
+
+ (DE-82)1420806
+ LOCAL
+ 49HBZ_UBA
+
+
+ 20080429
+ 20200619
+ LOCAL
+ 49HBZ_UBA
+
+
+ 49HBZ_BRIDGE_LBZ
+ 99106785307506
+ Rheinische Landesbibliothek Koblenz
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_LBZ
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_LBZ
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_LBZ
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_LBZ
+
+
+ 49HBZ_BRIDGE_UBO
+ 99216434307503
+ Ruhr-Universität Bochum
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_UBO
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_UBO
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_UBO
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_UBO
+
+
+ 49HBZ_UBD
+ 991009993459706445
+ Technische Universität Dortmund
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_UBD
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_UBD
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_UBD
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_UBD
+
+
+ HBZ
+ LOCAL
+ 49HBZ_UBD
+
+
+ (DE-290)1178044
+ LOCAL
+ 49HBZ_UBD
+
+
+ 20070502
+ LOCAL
+ 49HBZ_UBD
+
+
+ 49HBZ_ULB
+ 991019732709706467
+ Universitaet Bonn
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_ULB
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_ULB
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_ULB
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_ULB
+
+
+ HBZ
+ LOCAL
+ 49HBZ_ULB
+
+
+ (DE-5)2275794
+ LOCAL
+ 49HBZ_ULB
+
+
+ ULB: ALLG D 220 a
+ LOCAL
+ 49HBZ_ULB
+
+
+ 20070321
+ LOCAL
+ 49HBZ_ULB
+
+
+ 49HBZ_BIE
+ 991015864379706442
+ Universität Bielefeld
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BIE
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BIE
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BIE
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BIE
+
+
+ HBZ
+ LOCAL
+ 49HBZ_BIE
+
+
+ (DE-361)2082416
+ LOCAL
+ 49HBZ_BIE
+
+
+ 20071102
+ LOCAL
+ 49HBZ_BIE
+
+
+ 49HBZ_UDE
+ 990015230860206446
+ Universität Duisburg-Essen
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_UDE
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_UDE
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_UDE
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_UDE
+
+
+ AWU
+ LOCAL
+ 49HBZ_UDE
+
+
+ 49HBZ_ULM
+ 991031101609706449
+ Universität Münster
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_ULM
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_ULM
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_ULM
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_ULM
+
+
+ HBZ
+ LOCAL
+ 49HBZ_ULM
+
+
+ (DE-6)3767465
+ LOCAL
+ 49HBZ_ULM
+
+
+ 1
+ dbs_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ AN 76400
+ rvk_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ AN 12650
+ rvk_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ EK 89/07
+ akz_loc
+ LOCAL
+ 49HBZ_ULM
+
+
+ 49HBZ_BRIDGE_UBK
+ 99265553207147
+ Universitäts- und Stadtbibliothek Köln
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_UBK
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_UBK
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_UBK
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_UBK
+
+
+ 49HBZ_BRIDGE_UKO
+ 9929159407924
+ Universitätsbibliothek Koblenz
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_UKO
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_UKO
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_UKO
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_UKO
+
+
+ 49HBZ_PAD
+ 990009577650106463
+ Universitätsbibliothek Paderborn
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_PAD
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_PAD
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_PAD
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_PAD
+
+
+ 000957765
+ doclib
+ LOCAL
+ 49HBZ_PAD
+
+
+ AVY
+ LOCAL
+ 49HBZ_PAD
+
+
+ 49HBZ_BRIDGE_UBT
+ 99127568908031
+ Universitätsbibliothek Trier
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_UBT
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_UBT
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_UBT
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_UBT
+
+
+ 49HBZ_WHS
+ 991004015879706456
+ Westfälische Hochschule
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_WHS
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_WHS
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_WHS
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_WHS
+
+
+ 119815
+ LOCAL
+ 49HBZ_WHS
+
+
+ Auskunftei; Service; öffentliche Bibliothek; Auskunft; Normung; Konzept; Becker; Dienst; Praxisbericht; Entwicklung; Carmen;
+ LOCAL
+ 49HBZ_WHS
+
+
+ Auskunftsdienstkonzept; Auskunftsstandard; Qualitätsstandard; Praxisbeispiel; Auskunftsinterview; Change-Management-Prozess; Face-To-Face-Interaktion; Stressbewältigung; Auskunftsqualität; Gasteig; Katinka; Standortbestimmung; Stellenwert;
+ LOCAL
+ 49HBZ_WHS
+
+
+ münchner Stadtbibliothek; qualitative Untersuchung; theoretische Grundlage;
+ LOCAL
+ 49HBZ_WHS
+
+
+ AVY
+ LOCAL
+ 49HBZ_WHS
+
+
+ b
+ LOCAL
+ 49HBZ_WHS
+
+
+ 20200618
+ LOCAL
+ 49HBZ_WHS
+
+
+ 49HBZ_BRIDGE_ZBS
+ 9926793307146
+ Zentralbibliothek der Sportwissenschaften, Köln
+
+
+ 9783934997158
+ kart. : EUR 29.50
+ 978-3-934997-15-8
+ 49HBZ_BRIDGE_ZBS
+
+
+ 3934997155
+ kart. : EUR 29.50
+ 3-934997-15-5
+ 49HBZ_BRIDGE_ZBS
+
+
+ BIT online : Innovativ
+ (DE-605)HT012827392
+ 13
+ O:1
+ 49HBZ_BRIDGE_ZBS
+
+
+ V:DE-605;X:migimw
+ application/pdf
+ http://digitale-objekte.hbz-nrw.de/storage/2007/06/08/file_68/1996377.pdf
+ Inhaltsverzeichnis
+ O:PKN
+ 49HBZ_BRIDGE_ZBS
+
+
+ System
+ HBZ
+ marc21
+ 20230126112200.0
+ 01
+ false
+ 2023-04-07 09:23:06 Europe/Berlin
+ 015606019-HBZ01
+ 60
+ import
+ 2021-04-05 13:49:45 Europe/Berlin
+
+
+ W0001
+ 01
+
+ 22131370350006447
+
+
+ 2021-04-06 08:12:24
+ 22131370350006447
+ 49HBZ_WUP
+ false
+ import
+
+
+ 22131370350006447
+ 01
+ BOOK
+ 01
+ 11
+ System
+ 2014-03-25 11:59:00 Europe/Berlin
+ 2021-04-06 10:13:25 Europe/Berlin
+ false
+ AVY1353+1
+ 49HBZ_WUP
+ 1
+ #
+ import
+ W00159251
+ 23131370340006447
+ 8
+ Maintenance count: 003
+ M2014-1516
+ 2014/4259
+ 20140325
+ 2014-03-25 01:00:00 Europe/Berlin
+ W0001
+ W0001
+
+
+ X6001
+ HAKA
+ Af, 828 LS/HA-BL (n.a.)
+ 229077190007923
+
+
+ 2023-04-25 18:58:47
+ 229077190007923
+ 2023-04-25 18:58:47
+ 49HBZ_BRIDGE_KAD
+ false
+ System
+ System
+
+
+ 229077190007923
+ HAKA
+ BOOK
+ HAKA
+ 17
+ System
+ 2011-05-09 02:00:00 Europe/Berlin
+ Af, 828 LS/HA-BL (n.a.)
+ 49HBZ_BRIDGE_KAD
+ 1
+ 0
+ System
+ 111039-10
+ 239077170007923
+ Af, 828 LS/HA-BL (n.a.)
+ 2011.0365
+ 20110609
+ 2023-04-25 20:58:47 Europe/Berlin
+ X6001
+ X6001
+
+
+ (DE-836)223590216-49hbz_fhm
+ 2229843250006485
+
+
+ FHMH
+ Freihand_H
+ AVY 3
+ 2229843250006485
+
+
+ 2022-06-27 10:05:32
+ 2229843250006485
+ 49HBZ_FHM
+ false
+ import
+
+
+ 2229843250006485
+ Freihand_H
+ BOOK
+ Freihand_H
+ ZZZ
+ System
+ 2016-12-15 11:59:00 Europe/Berlin
+ 2023-01-25 15:52:05 Europe/Berlin
+ false
+ AVY 3
+ Fachbereich: BIB
+ 49HBZ_FHM
+ 1
+ 8
+ import
+ 0212359
+ 2329843240006485
+ 8
+ AVY 3
+ 20200727
+ 2016-12-15 01:00:00 Europe/Berlin
+ FHMH
+ FHMH
+
+
+ F0001
+ 00
+ 22109044850006464
+
+
+ 2022-07-04 11:50:18
+ 22109044850006464
+ 49HBZ_FUH
+ false
+ import
+
+
+ 22109044850006464
+ 00
+ BOOK
+ 00
+ 10
+ System
+ 2007-04-11 12:59:00 Europe/Berlin
+ 2022-07-04 13:51:25 Europe/Berlin
+ false
+ AVY/BEC
+ 01///
+ 49HBZ_FUH
+ 1
+ #
+ import
+ 070418501
+ 23109044830006464
+ Maintenance count: 002
+ FUH-35269
+ 07/4185
+ 20070503
+ 2007-04-11 02:00:00 Europe/Berlin
+ F0001
+ F0001
+
+
+ EUP
+ EUP_BV
+ 91 AVY 2
+ 2283400870006444
+
+
+ 2021-04-20 15:45:49
+ 2283400870006444
+ 49HBZ_FHA
+ false
+ import
+
+
+ 2283400870006444
+ EUP_BV
+ BOOK
+ EUP_BV
+ System
+ 2021-04-20 12:59:00 Europe/Berlin
+ 2021-04-20 17:46:26 Europe/Berlin
+ false
+ ClassificationNo: 115
+ 1
+ Fernleihkonditionen: 0
+ 49HBZ_FHA
+ 1
+ 8
+ import
+ 91 AVY 2
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2008-12-02
+ SISIS-Buchdaten-Aufnahmedatum: 2008-12-02 | Altersbegrenzung: 0
+ 2383400860006444
+ 91 AVY 2
+ 08/4630
+ 2021-04-20 17:45:49 Europe/Berlin
+ EUP
+ EUP
+
+
+ K5001
+ 00001000
+ BCNM1806
+ 2229004780007504
+
+
+ 2023-04-25 18:58:28
+ 2229004780007504
+ 2023-04-25 18:58:28
+ 49HBZ_BRIDGE_THK
+ false
+ System
+ System
+
+
+ 2229004780007504
+ 00001000
+ BOOK
+ 00001000
+ 02
+ System
+ 2008-01-25 01:00:00 Europe/Berlin
+ BCNM1806
+ 49HBZ_BRIDGE_THK
+ 1
+ 0
+ System
+ 63BCNM1806
+ 2329004760007504
+ BCNM1806
+ 2023-04-25 20:58:28 Europe/Berlin
+ K5001
+ K5001
+
+
+ 40
+ BiblVerw
+ AVY Was
+ 2219493820006450
+
+
+ 2022-07-14 17:10:07
+ 2219493820006450
+ 49HBZ_HBI
+ false
+ import
+
+
+ 2219493820006450
+ BiblVerw
+ BOOK
+ BiblVerw
+ Präsenzbestand
+ System
+ 2022-07-12 12:59:00 Europe/Berlin
+ 2022-07-14 19:11:02 Europe/Berlin
+ false
+ 1
+ 49HBZ_HBI
+ 1
+ 8
+ import
+ Systematik: 0 | HBZ01: HT015014677 | Keine Beilagen: 1
+ 074333
+ SISIS Ausleihen insgesamt: 0 | SISIS Vormerkungen Migrationsjahr: 0 | SISIS Aufnahmedatum: 2007-08-02
+ Sigel: Bi 10 | Fernleihkonditionen: 3
+ 2319493810006450
+ AVY Was
+ FB01-240
+ 07M01-32
+ 2022-07-14 19:10:07 Europe/Berlin
+ 40
+ 40
+
+
+ STA
+ STA_FH
+ 11 = AWU1284+1
+ 2248092960006452
+
+
+ 2022-07-06 18:18:23
+ 2248092960006452
+ 49HBZ_BRS
+ false
+ import
+
+
+ STA
+ STA_FH
+ 11 = AWU1284
+ 2248092980006452
+
+
+ 2022-07-06 18:18:23
+ 2248092980006452
+ 49HBZ_BRS
+ false
+ import
+
+
+ 2248092960006452
+ STA_FH
+ BOOK
+ STA_FH
+ ZZZ
+ System
+ 2022-07-06 12:59:00 Europe/Berlin
+ 2022-07-06 20:18:56 Europe/Berlin
+ false
+ 11 = AWU1284+1
+ 1
+ 49HBZ_BRS
+ 1
+ 8
+ import
+ Klassifikation: 117 | SISIS-Magazindrucker: 0 | HBZ01: HT015014677 | Keine Beilagen: 1
+ 20557430
+ SISIS-vorletztes Rückgabedatum: 2020-02-19 | SISIS-Buchdaten-Aufnahmedatum: 2008-07-16 | Fernleihkonditionen: 0 | Sigel: 1044
+ Altersbegrenzung: 0 | SISIS-Ausleihzähler 2022: 0 | SISIS-Ausleihzähler 2021: 2 | SISIS-Ausleihzähler 2020: 1 | Gesamtausleihen SISIS: 26 | SISIS-Vormerkzähler 2022: 0
+ 2348092950006452
+ 11 = AWU1284+1
+ 2022-07-06 20:18:23 Europe/Berlin
+ STA
+ STA
+
+
+ 2248092980006452
+ STA_FH
+ BOOK
+ STA_FH
+ ZZZ
+ System
+ 2022-07-06 12:59:00 Europe/Berlin
+ 2022-07-06 20:18:56 Europe/Berlin
+ false
+ 11 = AWU1284
+ 1
+ 49HBZ_BRS
+ 1
+ 8
+ import
+ Klassifikation: 117 | SISIS-Magazindrucker: 0 | HBZ01: HT015014677 | Keine Beilagen: 1
+ 20619518
+ SISIS-vorletztes Rückgabedatum: 2016-06-14 | SISIS-Buchdaten-Aufnahmedatum: 2007-05-14 | Fernleihkonditionen: 0 | Sigel: 1044
+ Altersbegrenzung: 0 | SISIS-Ausleihzähler 2022: 0 | SISIS-Ausleihzähler 2021: 0 | SISIS-Ausleihzähler 2020: 0 | Gesamtausleihen SISIS: 41 | SISIS-Vormerkzähler 2022: 0
+ 2348092970006452
+ 11 = AWU1284
+ 2022-07-06 20:18:23 Europe/Berlin
+ STA
+ STA
+
+
+ cdd
+ HBEMP
+ 14 AVY 100
+ 2236303650006455
+
+
+ 2022-08-09 09:31:29
+ 2236303650006455
+ 49HBZ_HSD
+ false
+ import
+
+
+ 2236303650006455
+ HBEMP
+ BOOK
+ HBEMP
+ System
+ 2022-08-09 12:59:00 Europe/Berlin
+ 2023-04-19 13:59:39 Europe/Berlin
+ false
+ 14 AVY 100
+ 008 - Wirtschaft, Arbeit, Tourismusindustrie
+ 49HBZ_HSD
+ 1
+ 8
+ import
+ 017294901
+ Letzter Ausleiher: 9022670 am 10.02.2016 16:30:00 | Zweitletzter Ausleiher: 9018674 am 05.05.2011 11:59:00 | Drittletzter Ausleiher: 9010006 am 13.04.2011 09:21:00 | Viertletzter Ausleiher: 9000001 am 16.01.2008 08:02:00
+ Haushaltskostenstelle: 0/21 | Medientyp: b
+ 2336303640006455
+ all - Allgemeines, Medienwissenschaften
+ 14 AVY 100
+ 2007.02525
+ 2022-08-09 11:31:29 Europe/Berlin
+ cdd
+ cdd
+
+
+ MG
+ MG_Public
+ Aln 4 Was
+ 2247061890008056
+
+
+ 2023-07-25 14:38:16
+ 2247061890008056
+ 49HBZ_HSN
+ false
+ import
+
+
+ 2247061890008056
+ MG_Public
+ BOOK
+ MG_Public
+ itempolicy_PB
+ System
+ 2023-07-20 12:59:00 Europe/Berlin
+ 2023-08-03 22:48:32 Europe/Berlin
+ false
+ Aln 4 Was
+ 1
+ 49HBZ_HSN
+ 0
+ 8
+ import
+ ClassificationNo: 0 | SISIS-Magazindrucker: 0 | HBZ01: HT015014677 | Keine Beilagen: 1
+ 081408ALN4WAS
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-Buchdaten-Aufnahmedatum: 2008-04-07
+ Fernleihkonditionen: 3 | Sigel: 829 | Klassifikation: 0 | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 1
+ 2347061880008056
+ Aln 4 Was
+ LOAN
+ 2008-1408
+ 2023-07-25 16:38:16 Europe/Berlin
+ MG
+ MG
+
+
+ LE
+ LE_Frei
+ AVY107
+ 2238250250006468
+
+
+ 2023-07-18 13:28:28
+ 2238250250006468
+ 49HBZ_OWL
+ false
+ import
+
+
+ 2238250250006468
+ LE_Frei
+ BOOK
+ LE_Frei
+ S
+ System
+ 2023-07-18 12:59:00 Europe/Berlin
+ 2023-08-06 08:48:14 Europe/Berlin
+ false
+ 11AVY1078
+ 1
+ 49HBZ_OWL
+ 0
+ 8
+ import
+ ClassificationNo: 0 | SISIS-Magazindrucker: 0 | HBZ01: HT015014677 | Anzahl Beilagen: 1
+ 11AVY1078
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2010-07-06 | SISIS-Buchdaten-Aufnahmedatum: 2007-05-21
+ Fernleihkonditionen: 0 | Sigel: 743 | Klassifikation: 0 | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 2338250240006468
+ AVY107
+ LOAN
+ 2023-07-18 15:28:28 Europe/Berlin
+ LE
+ LE
+
+
+ T0013
+ kA
+ buch A 028 /13
+ 227127620007821
+
+
+ 2023-04-25 18:58:09
+ 227127620007821
+ 2023-04-25 18:58:09
+ 49HBZ_BRIDGE_UCB
+ false
+ System
+ System
+
+
+ 227127620007821
+ kA
+ BOOK
+ kA
+ kA
+ System
+ 2009-05-28 02:00:00 Europe/Berlin
+ buch A 028 /13
+ 49HBZ_BRIDGE_UCB
+ 1
+ 0
+ System
+ 144630
+ 237127600007821
+ buch A 028 /13
+ 2023-04-25 20:58:09 Europe/Berlin
+ T0013
+ T0013
+
+
+ Z9037
+ 00000001
+ HB 90
+ 2229496220007918
+
+
+ 2023-04-25 18:59:12
+ 2229496220007918
+ 2023-04-25 18:59:12
+ 49HBZ_BRIDGE_DET
+ false
+ System
+ System
+
+
+ 2229496220007918
+ 00000001
+ BOOK
+ 00000001
+ 02
+ System
+ 2015-08-15 02:00:00 Europe/Berlin
+ HB 90
+ 49HBZ_BRIDGE_DET
+ 1
+ 0
+ System
+ 57500000076898
+ 2329496200007918
+ HB 90
+ 2023-04-25 20:59:12 Europe/Berlin
+ Z9037
+ Z9037
+
+
+ R3032
+ FH45
+ 45:165/125
+ 2274193690007476
+
+
+ 2022-07-12 10:03:48
+ 2274193690007476
+ 49HBZ_RTU
+ false
+ import
+
+
+ RL002
+ FHELD
+ all 833-5
+ 2274193710007476
+
+
+ 2023-02-07 16:05:49
+ 2274193710007476
+ 2022-07-12 10:03:48
+ 49HBZ_RTU
+ false
+ import
+ MBLD09
+
+
+ 2274193690007476
+ FH45
+ BOOK
+ FH45
+ 10
+ System
+ 2007-05-07 12:59:00 Europe/Berlin
+ 2022-07-12 12:05:35 Europe/Berlin
+ false
+ 45:165/125
+ 01/d/n/1
+ 49HBZ_RTU
+ 1
+ 8
+ import
+ 108249895
+ 2374193680007476
+ 8
+ Maintenance count: 004
+ 45:165/125
+ 2007-1278
+ 07-1803
+ 20070515
+ 2007-05-07 02:00:00 Europe/Berlin
+ R3032
+ R3032
+
+
+ 2274193710007476
+ FHELD
+ BOOK
+ FHELD
+ 10
+ MBLD09
+ 2007-03-22 17:02:09 Europe/Berlin
+ 2023-02-07 17:25:53 Europe/Berlin
+ false
+ all 833-5
+ 49HBZ_RTU
+ 1
+ 8
+ import
+ C168762
+ 2374193700007476
+ 8
+ all 833-5
+ L2007/1264
+ 2007-03-22 16:01:27
+ 2007-03-22 01:00:00 Europe/Berlin
+ RL002
+ RL002
+
+
+ 2274193690007476
+ FH45
+ BOOK
+ FH45
+ 10
+ System
+ 2007-09-10 12:59:00 Europe/Berlin
+ 2022-07-12 12:05:35 Europe/Berlin
+ false
+ 2.Ex
+ 45:165/125 2.Ex.
+ 01/d/n/1
+ 49HBZ_RTU
+ 1
+ 8
+ import
+ 108260133
+ 2374193670007476
+ 8
+ Maintenance count: 006
+ 45:165/125
+ 2007-2538
+ 07-3107
+ 20070910
+ 2007-09-10 02:00:00 Europe/Berlin
+ R3032
+ R3032
+
+
+ ZB
+ MAGAZIN_1
+ 22233208600006448
+
+
+ 2022-07-20 21:41:37
+ 22233208600006448
+ 49HBZ_UBA
+ false
+ import
+
+
+ 22233208600006448
+ MAGAZIN_1
+ BOOK
+ MAGAZIN_1
+ Standard
+ System
+ 2022-07-20 12:59:00 Europe/Berlin
+ 2022-07-20 23:42:07 Europe/Berlin
+ false
+ RD7887-13
+ 1
+ 49HBZ_UBA
+ 1
+ 8
+ import
+ Magazinetage: 0
+ RD7887-13
+ Ausleihzähler Migrationsjahr: 0 | Ausleihzähler Vor-Migrationsjahr: 0 | Ausleihzähler vorletztes Migrationsjahr: 0 | Vormerkzähler Migrationsjahr: 0 | vorletztes Rückgabedatum: 2009-02-18 | Buchdaten-Aufnahmedatum: 2008-05-26
+ Fernleihkonditionen: 0
+ 23233208590006448
+ 8
+ 2022-07-20 23:41:37 Europe/Berlin
+ ZB
+ ZB
+
+
+ R0003
+ 00001000
+ 108-2588
+ 2269296760007506
+
+
+ 2023-04-25 18:58:41
+ 2269296760007506
+ 2023-04-25 18:58:41
+ 49HBZ_BRIDGE_LBZ
+ false
+ System
+ System
+
+
+ R0001
+ 00000000
+ 2008/1895
+ 2269296790007506
+
+
+ 2023-04-25 18:58:41
+ 2269296790007506
+ 2023-04-25 18:58:41
+ 49HBZ_BRIDGE_LBZ
+ false
+ System
+ System
+
+
+ 2269296760007506
+ 00001000
+ BOOK
+ 00001000
+ 02
+ System
+ 2008-09-19 02:00:00 Europe/Berlin
+ 108-2588
+ 49HBZ_BRIDGE_LBZ
+ 1
+ 0
+ System
+ 013133072107
+ 2369296750007506
+ 108-2588
+ 2023-04-25 20:58:41 Europe/Berlin
+ R0003
+ R0003
+
+
+ 2269296790007506
+ 00000000
+ BOOK
+ 00000000
+ 02
+ System
+ 2008-09-19 02:00:00 Europe/Berlin
+ 2008/1895
+ 49HBZ_BRIDGE_LBZ
+ 1
+ 0
+ System
+ 03531721
+ 2369296770007506
+ 2008/1895
+ 2023-04-25 20:58:41 Europe/Berlin
+ R0001
+ R0001
+
+
+ B4006
+ 00017000
+ G3-1223
+ 22150473320007503
+
+
+ 2023-04-25 18:58:19
+ 22150473320007503
+ 2023-04-25 18:58:19
+ 49HBZ_BRIDGE_UBO
+ false
+ System
+ System
+
+
+ B4016
+ 00028000
+ W-0.2007.BEC
+ 22150473350007503
+
+
+ 2023-04-25 18:58:18
+ 22150473350007503
+ 2023-04-25 18:58:18
+ 49HBZ_BRIDGE_UBO
+ false
+ System
+ System
+
+
+ 22150473320007503
+ 00017000
+ BOOK
+ 00017000
+ 04
+ System
+ 2021-12-03 01:00:00 Europe/Berlin
+ G3-1223
+ 49HBZ_BRIDGE_UBO
+ 1
+ 0
+ System
+ 117035917
+ 23150473310007503
+ G3-1223
+ 2023-04-25 20:58:19 Europe/Berlin
+ B4006
+ B4006
+
+
+ 22150473350007503
+ 00028000
+ BOOK
+ 00028000
+ 04
+ System
+ 2009-02-05 01:00:00 Europe/Berlin
+ W-0.2007.BEC
+ 49HBZ_BRIDGE_UBO
+ 1
+ 0
+ System
+ TEMPHBZ60035679897-000010
+ 23150473330007503
+ W-0.2007.BEC
+ 2023-04-25 20:58:18 Europe/Berlin
+ B4016
+ B4016
+
+
+ ZB
+ Freihand
+ 22194328950006445
+
+
+ 2021-04-19 15:23:22
+ 22194328950006445
+ 49HBZ_UBD
+ false
+ import
+
+
+ 22194328950006445
+ Freihand
+ BOOK
+ Freihand
+ DE1130000031808
+ 2021-04-19 12:59:00 Europe/Berlin
+ 2023-08-08 09:08:24 Europe/Berlin
+ false
+ A 11740
+ 1
+ 49HBZ_UBD
+ 0
+ #
+ import
+ ClassificationNo: 100 | SISIS-Magazindrucker: 0 | HBZ01: HT015014677
+ 12837764
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2011-06-22 | SISIS-Buchdaten-Aufnahmedatum: 2007-05-11
+ Fernleihkonditionen: 0 | Sigel: 290 | Klassifikation: 100 | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 23194328940006445
+ LOAN
+ 2021-04-19 17:23:22 Europe/Berlin
+ ZB
+ ZB
+
+
+ 0
+ 0-Frei1
+ 2007/2934
+ 22245806030006467
+
+
+ 2023-07-24 08:04:22
+ 22245806030006467
+ 49HBZ_ULB
+ false
+ import
+
+
+ 22245806030006467
+ 0-Frei1
+ BOOK
+ 0-Frei1
+ AMO_TL2_FIX
+ 2023-07-23 12:59:00 Europe/Berlin
+ 2023-07-25 08:01:39 Europe/Berlin
+ false
+ 2007/2934
+ 1
+ 49HBZ_ULB
+ 1
+ #
+ import
+ 2007/2934
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 1 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2019-04-02 | SISIS-Buchdaten-Aufnahmedatum: 2007-04-20
+ SISIS-ULBSystematik: 4 | SISIS-Magazindrucker: 0 | SISIS-Fernleihkonditionen: 0 | SISIS-Medientyp: 0 | Sigel: 5 | SISIS-Entleihbarkeit: S | SISIS-Zweigstelle: 0
+ 23245806020006467
+ 2007/2934
+ 2023-07-24 10:04:22 Europe/Berlin
+ 0
+ 0
+
+
+ UB_BI
+ 01_Mono
+ AD552 W3S4
+ 22274927840006442
+
+
+ 2021-04-19 05:30:37
+ 22274927840006442
+ 49HBZ_BIE
+ false
+ import
+
+
+ 22274927840006442
+ 01_Mono
+ BOOK
+ 01_Mono
+ item_08
+ Cutover_Fix_OSID
+ 2021-04-18 12:59:00 Europe/Berlin
+ 2021-04-19 07:31:13 Europe/Berlin
+ false
+ 49HBZ_BIE
+ 1
+ 8
+ import
+ Abteilung/Standort/Haushaltsstufe: 1 | SISIS-Magazindrucker: 0 | HBZ01: HT015014677 | Keine Beilagen: 1
+ 018/4199848+02
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2011-07-15 | SISIS-Buchdaten-Aufnahmedatum: 2009-05-29
+ Fernleihkonditionen: 0 | Sigel: 361 | Klassifikation: 01_Mono | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 23274927800006442
+ AD552 W3S4
+ 09-8691
+ 2021-04-19 07:30:37 Europe/Berlin
+ UB_BI
+ UB_BI
+
+
+ 22274927840006442
+ 01_Mono
+ BOOK
+ 01_Mono
+ item_08
+ Cutover_Fix_OSID
+ 2021-04-18 12:59:00 Europe/Berlin
+ 2021-04-19 07:31:13 Europe/Berlin
+ false
+ 49HBZ_BIE
+ 1
+ 8
+ import
+ Abteilung/Standort/Haushaltsstufe: 1 | SISIS-Magazindrucker: 0 | HBZ01: HT015014677 | Keine Beilagen: 1
+ 018/4199848+01
+ SISIS-Ausleihzähler vorletztes Migrationsjahr: 0 | SISIS-Vormerkzähler Migrationsjahr: 0 | SISIS-vorletztes Rückgabedatum: 2010-08-05 | SISIS-Buchdaten-Aufnahmedatum: 2007-11-02
+ Fernleihkonditionen: 0 | Sigel: 361 | Klassifikation: 01_Mono | Altersbegrenzung: 0 | SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0
+ 23274927810006442
+ AD552 W3S4
+ 07-14375
+ 2021-04-19 07:30:37 Europe/Berlin
+ UB_BI
+ UB_BI
+
+
+ E0001
+ E91
+ AWU40445-13
+ 22390395440006446
+
+
+ 2021-04-15 17:04:41
+ 22390395440006446
+ 49HBZ_UDE
+ false
+ import
+
+
+ 22390395440006446
+ E91
+ BOOK
+ E91
+ 12
+ System
+ 2010-04-15 12:59:00 Europe/Berlin
+ 2021-05-14 13:04:18 Europe/Berlin
+ false
+ AWU40445-13+1
+ 01
+ 49HBZ_UDE
+ 1
+ 8
+ import
+ E00750581
+ 23390395420006446
+ 8
+ AWU40445-13
+ BL-10-253
+ 10/8902
+ 20100430
+ 2010-04-15 02:00:00 Europe/Berlin
+ E0001
+ E0001
+
+
+ 22390395440006446
+ E91
+ BOOK
+ E91
+ 12
+ System
+ 2007-03-21 11:59:00 Europe/Berlin
+ 2021-05-14 13:04:21 Europe/Berlin
+ false
+ AWU40445-13
+ 01
+ 49HBZ_UDE
+ 1
+ 8
+ import
+ E00290166
+ 23390395430006446
+ 8
+ AWU40445-13
+ FFA-144
+ 20070321
+ 2007-03-21 01:00:00 Europe/Berlin
+ E0001
+ E0001
+
+
+ ZB
+ ZB_AUSB
+ 3F 70852
+ 22510054210006449
+
+
+ 2022-07-11 09:12:30
+ 22510054210006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ PSY
+ PSY_BIB
+ XC 01/007
+ 22510054160006449
+
+
+ 2022-07-11 09:12:30
+ 22510054160006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ BEK
+ BEK_MAG
+ XI 277
+ 22510054180006449
+
+
+ 2022-07-11 09:12:30
+ 22510054180006449
+ 49HBZ_ULM
+ false
+ import
+
+
+ 22510054210006449
+ ZB_AUSB
+ BOOK
+ ZB_AUSB
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ Ausbildung
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ 3F 70852
+ Fernleihkonditionen: 3
+ 23510054190006449
+ DBS-Systematik: 1
+ 3F 70852
+ 2022-07-11 11:12:30 Europe/Berlin
+ ZB
+ ZB
+
+
+ 22510054160006449
+ PSY_BIB
+ BOOK
+ PSY_BIB
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ Seht im Handapparat "Aufsicht". Auf Nachfrage bei der Bibliotheksaufsicht zu bekommen.
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ Z69-036921
+ Fernleihkonditionen: 3
+ 23510054150006449
+ DBS-Systematik: 0
+ XC 01/007
+ 2022-07-11 11:12:30 Europe/Berlin
+ PSY
+ PSY
+
+
+ 22510054180006449
+ BEK_MAG
+ BOOK
+ BEK_MAG
+ AMO_TL2_FIX
+ 2022-07-10 12:59:00 Europe/Berlin
+ 2022-07-12 13:10:54 Europe/Berlin
+ false
+ SISIS-Ausleihzähler Migrationsjahr: 0 | SISIS-Ausleihzähler Vor-Migrationsjahr: 0 | SISIS-Ausleihzähler vorletztes Migrationsjahr: 0
+ 49HBZ_ULM
+ 1
+ 8
+ import
+ Z67-064227
+ Fernleihkonditionen: 3
+ 23510054170006449
+ DBS-Systematik: 1
+ XI 277
+ 2022-07-11 11:12:30 Europe/Berlin
+ BEK
+ BEK
+
+
+ K1081
+ 00022001
+ HFB/302/Becher
+ 22210538840007147
+
+
+ 2023-04-25 18:57:51
+ 22210538840007147
+ 2023-04-25 18:57:51
+ 49HBZ_BRIDGE_UBK
+ false
+ System
+ System
+
+
+ K0001
+ 00000001
+ 34A7510#a
+ 22210538810007147
+
+
+ 2023-04-25 18:57:52
+ 22210538810007147
+ 2023-04-25 18:57:52
+ 49HBZ_BRIDGE_UBK
+ false
+ System
+ System
+
+
+ 22210538840007147
+ 00022001
+ BOOK
+ 00022001
+ 02
+ System
+ 2023-01-26 01:00:00 Europe/Berlin
+ HFB/302/Becher
+ 49HBZ_BRIDGE_UBK
+ 1
+ 0
+ System
+ 302/0660013
+ 23210538820007147
+ HFB/302/Becher
+ 2023-04-25 20:57:52 Europe/Berlin
+ K1081
+ K1081
+
+
+ 22210538810007147
+ 00000001
+ BOOK
+ 00000001
+ 02
+ System
+ 2008-05-09 02:00:00 Europe/Berlin
+ 34A7510
+ 49HBZ_BRIDGE_UBK
+ 1
+ 0
+ System
+ 34A7510
+ 23210538790007147
+ 34A7510#a
+ 2023-04-25 20:57:52 Europe/Berlin
+ K0001
+ K0001
+
+
+ 22210538810007147
+ 00000001
+ BOOK
+ 00000001
+ 02
+ System
+ 2008-05-09 02:00:00 Europe/Berlin
+ 34A7510#a
+ 49HBZ_BRIDGE_UBK
+ 1
+ 0
+ System
+ 34A7510#a
+ 23210538800007147
+ 34A7510#a
+ 2023-04-25 20:57:52 Europe/Berlin
+ K0001
+ K0001
+
+
+ RL001
+ FRHKO
+ AL/RE 2008 2580
+ 2219819650007924
+
+
+ 2023-04-25 18:58:24
+ 2219819650007924
+ 2023-04-25 18:58:24
+ 49HBZ_BRIDGE_UKO
+ false
+ System
+ System
+
+
+ 2219819650007924
+ FRHKO
+ BOOK
+ FRHKO
+ 10
+ System
+ 2008-06-19 02:00:00 Europe/Berlin
+ AL/RE 2008 2580
+ 49HBZ_BRIDGE_UKO
+ 1
+ 0
+ System
+ M20 4473
+ 2319819630007924
+ AL/RE 2008 2580
+ K2008/2580
+ 20080626
+ 2023-04-25 20:58:24 Europe/Berlin
+ RL001
+ RL001
+
+
+ P0001
+ 11
+ 22115327390006463
+
+
+ 2022-07-14 08:33:26
+ 22115327390006463
+ 49HBZ_PAD
+ false
+ import
+
+
+ P0001
+ UNASSIGNED
+ 22115327370006463
+
+
+ 2022-07-14 08:33:26
+ 22115327370006463
+ 49HBZ_PAD
+ false
+ import
+
+
+ 22115327390006463
+ 11
+ BOOK
+ 11
+ 20
+ k.münstermann
+ 2007-03-26 12:59:00 Europe/Berlin
+ 2022-11-04 07:57:32 Europe/Berlin
+ false
+ AVY1256
+ 53///
+ 49HBZ_PAD
+ 0
+ 8
+ import
+ AVY1256
+ 23115327380006463
+ 8
+ Maintenance count: 002
+ LOAN
+ M-07-2202
+ 07/3274
+ 20070418
+ 2007-03-26 02:00:00 Europe/Berlin
+ P0001
+ P0001
+
+
+ T0011
+ 09
+ NF/a17778
+ 2275365070008031
+
+
+ 2023-04-25 18:58:33
+ 2275365070008031
+ 2023-04-25 18:58:33
+ 49HBZ_BRIDGE_UBT
+ false
+ System
+ System
+
+
+ 2275365070008031
+ 09
+ BOOK
+ 09
+ 20
+ System
+ 2007-03-27 02:00:00 Europe/Berlin
+ NF/a17778
+ 49HBZ_BRIDGE_UBT
+ 1
+ 0
+ System
+ 0063.6230.87
+ 2375365050008031
+ NF/a17778
+ 07-1915
+ 20070426
+ 2023-04-25 20:58:33 Europe/Berlin
+ T0011
+ T0011
+
+
+ GE
+ 01
+ AVY502
+ 2213573820006456
+
+
+ 2022-07-13 07:20:07
+ 2213573820006456
+ 49HBZ_WHS
+ false
+ import
+
+
+ 2213573820006456
+ 01
+ BOOK
+ 01
+ N
+ System
+ 2022-07-12 12:59:00 Europe/Berlin
+ 2022-07-13 09:21:47 Europe/Berlin
+ false
+ AVY502
+ 49HBZ_WHS
+ 1
+ 8
+ import
+ 00006901
+ Ausleihhistorie: 20.12.2010|14.04.2009 12:05:00
+ Haushalt: M/GE | Lieferant: Dietmar Dreier Wissenschaftliche Versandbuchhandlung GmbH | Erwerbungsdatum: 30.08.2007 | Medientyp: b
+ 2313573740006456
+ AVY502
+ 2022-07-13 09:20:07 Europe/Berlin
+ GE
+ GE
+
+
+ KP001
+ F
+ 2007/965
+ 2231854150007146
+
+
+ 2023-04-25 18:59:02
+ 2231854150007146
+ 2023-04-25 18:59:02
+ 49HBZ_BRIDGE_ZBS
+ false
+ System
+ System
+
+
+ 2231854150007146
+ F
+ BOOK
+ F
+ 10
+ System
+ 2007-03-23 01:00:00 Europe/Berlin
+ 2007/965
+ 49HBZ_BRIDGE_ZBS
+ 1
+ 0
+ System
+ KN41$00705907
+ 2331854130007146
+ 2007/965
+ 2007/965
+ 20070323
+ 2023-04-25 20:59:02 Europe/Berlin
+ KP001
+ KP001
+
+
+ Quality Management
+ GND
+ GND-042190576
+ 450
+
+
+ Total Quality Management
+ GND
+ GND-042190576
+ 450
+
+
+ Unternehmen
+ Qualitätsmanagement
+ GND
+ GND-042190576
+ 450
+
+
+ TQM
+ GND
+ GND-042190576
+ 450
+
+
+ Qualitätssicherungssystem
+ GND
+ GND-042190576
+ 450
+
+
+ Qualitätsmanagementsystem
+ GND
+ GND-042190576
+ 450
+
+
+ Umfassendes Qualitätsmanagement
+ GND
+ GND-042190576
+ 450
+
+
+ QM-System
+ GND
+ GND-042190576
+ 450
+
+
+ 4219057-5
+ http://d-nb.info/gnd/4219057-5
+ gnd
+ GND
+ GND-042190576
+ 024
+
+
+ Auskunfts- und Informationstätigkeit
+ v:Kunze, Lex. ges. Buchwesen
+ GND
+ GND-941238032
+ 450
+
+
+ Auskunftstätigkeit
+ v:Kunze (1. Aufl.)
+ GND
+ GND-941238032
+ 450
+
+
+ Auskunft
+ Auskunftsdienst
+ GND
+ GND-941238032
+ 450
+
+
+ 4340792-4
+ http://d-nb.info/gnd/4340792-4
+ gnd
+ GND
+ GND-941238032
+ 024
+
+
+ Bibliotheken
+ GND
+ GND-040064395
+ 450
+
+
+ Allgemeinbibliothek
+ GND
+ GND-040064395
+ 450
+
+
+ Bibliothekswesen
+ GND
+ GND-040064395
+ 450
+
+
+ Bücherei
+ GND
+ GND-040064395
+ 450
+
+
+ Universalbibliothek
+ v:B 1986, Quasisynonym
+ GND
+ GND-040064395
+ 450
+
+
+ Gebrauchsbibliothek
+ v:Lex. ges. Buchwesen
+ GND
+ GND-040064395
+ 450
+
+
+ 4006439-6
+ http://d-nb.info/gnd/4006439-6
+ gnd
+ GND
+ GND-040064395
+ 024
+
+
+ http://d-nb.info/gnd/4011882-4
+ uri
+ GND
+ GND-040118827
+ 024
+
+
+ Deutsche Länder
+ v:als Sammelbezeichnung für die RVK
+ GND
+ GND-040118827
+ 451
+
+
+ Germany
+ Deutschland
+ GND
+ GND-040118827
+ 451
+
+
+ Heiliges Römisches Reich
+ naaf
+ http://d-nb.info/standards/elementset/gnd#variantName
+ r
+ Alte Ansetzungsform
+ GND
+ GND-040118827
+ 451
+
+
+ Rheinbund
+ naaf
+ http://d-nb.info/standards/elementset/gnd#variantName
+ r
+ Alte Ansetzungsform
+ GND
+ GND-040118827
+ 451
+
+
+ Deutscher Bund
+ naaf
+ http://d-nb.info/standards/elementset/gnd#variantName
+ r
+ Alte Ansetzungsform
+ GND
+ GND-040118827
+ 451
+
+
+ Norddeutscher Bund
+ naaf
+ http://d-nb.info/standards/elementset/gnd#variantName
+ r
+ Alte Ansetzungsform
+ GND
+ GND-040118827
+ 451
+
+
+ Deutsches Reich
+ naaf
+ http://d-nb.info/standards/elementset/gnd#variantName
+ r
+ Alte Ansetzungsform
+ GND
+ GND-040118827
+ 451
+
+
+ Deutschland
+ Gebiet unter Alliierter Besatzung
+ naaf
+ http://d-nb.info/standards/elementset/gnd#variantName
+ r
+ Alte Ansetzungsform
+ GND
+ GND-040118827
+ 451
+
+
+ Deutschland
+ Bundesrepublik, 1990-
+ GND
+ GND-040118827
+ 451
+
+
+ BRD
+ 1990-
+ GND
+ GND-040118827
+ 451
+
+
+ Federal Republic of Germany
+ Deutschland
+ GND
+ GND-040118827
+ 451
+
+
+ Republic of Germany
+ Deutschland
+ GND
+ GND-040118827
+ 451
+
+
+ Allemagne
+ Deutschland
+ GND
+ GND-040118827
+ 451
+
+
+ Ǧumhūrīyat Almāniyā al-Ittiḥādīya
+ GND
+ GND-040118827
+ 451
+
+
+ Bundesrepublik Deutschland
+ 1990-
+ GND
+ GND-040118827
+ 451
+
+
+ BRD
+ abku
+ http://d-nb.info/standards/elementset/gnd#abbreviatedNameForThePlaceOrGeographicName
+ r
+ Abkuerzung
+ GND
+ GND-040118827
+ 451
+
+
+ Niemcy
+ GND
+ GND-040118827
+ 451
+
+
+ République Fédérale d'Allemagne
+ Deutschland
+ GND
+ GND-040118827
+ 451
+
+
+ Repubblica Federale di Germania
+ Deutschland
+ GND
+ GND-040118827
+ 451
+
+
+ Germanija
+ GND
+ GND-040118827
+ 451
+
+
+ Federativnaja Respublika Germanija
+ GND
+ GND-040118827
+ 451
+
+
+ FRG
+ abku
+ http://d-nb.info/standards/elementset/gnd#abbreviatedNameForThePlaceOrGeographicName
+ r
+ Abkuerzung
+ GND
+ GND-040118827
+ 451
+
+
+ Deyizhi-Lianbang-Gongheguo
+ GND
+ GND-040118827
+ 451
+
+
+ Becker, Thomas
+ 1973-
+ GND
+ GND-133323862
+ 400
+
+
+ 133323862
+ http://d-nb.info/gnd/133323862
+ gnd
+ GND
+ GND-133323862
+ 024
+
+
diff --git a/web/test/tests/IndexIntegrationTest.java b/web/test/tests/IndexIntegrationTest.java
index 7b4b0fd64..425945d94 100644
--- a/web/test/tests/IndexIntegrationTest.java
+++ b/web/test/tests/IndexIntegrationTest.java
@@ -56,7 +56,7 @@ public static Collection