From 66e9e7c719f14e9a7e5d92b45afca72326ec829b Mon Sep 17 00:00:00 2001 From: Peter Weber Date: Tue, 8 Oct 2019 13:19:26 +0200 Subject: [PATCH] metadata: fix dojson for virtua records * Fixes dojson transformation errors. * Adds data path parameter to setup script. * Adds all languages to documents json schema and form. * Adds marc21tojson utils cli for parallel dojson transformation. * Adds lazy loading of json records from file. * Adds exception handlung for record creation. * Adds pids to documents_big.json and documents.small.json Co-Authored-by: Peter Weber Signed-off-by: Peter Weber --- MANIFEST.in | 1 + data/documents_big.json | 1193 + data/documents_big.xml | 2386 +- data/documents_small.json | 288 +- data/documents_small.xml | 572 +- data/holdings_big.json | 18426 +--------- data/holdings_small.json | 2214 +- data/items_big.json | 29124 +--------------- data/items_small.json | 3302 +- data/organisations.json | 2 +- rero_ils/dojson/utils.py | 100 +- rero_ils/modules/cli.py | 348 +- .../dojson/contrib/marc21tojson/model.py | 209 +- .../documents/document-minimal-v0.0.1.json | 990 +- .../document-minimal-v0.0.1_src.json | 526 +- .../documents/document-v0.0.1.json | 990 +- .../documents/document-v0.0.1_src.json | 526 +- .../form_documents/document-v0.0.1.json | 1932 +- rero_ils/modules/loans/cli.py | 173 +- .../jsonschemas/patrons/patron-v0.0.1.json | 5 +- scripts/dojson_virtua | 32 + scripts/setup | 23 +- setup.py | 2 +- tests/unit/test_documents_dojson.py | 162 +- tests/unit/test_documents_dojson_unimarc.py | 2 +- 25 files changed, 13124 insertions(+), 50404 deletions(-) create mode 100644 scripts/dojson_virtua diff --git a/MANIFEST.in b/MANIFEST.in index ad4d2ca71d..f01e0a5b81 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -27,6 +27,7 @@ include docker/postgres/Dockerfile include Dockerfile include scripts/bootstrap include scripts/console +include scripts/dojson_virtua include scripts/server include scripts/setup include scripts/update diff --git a/data/documents_big.json b/data/documents_big.json index 2be426ee74..d16ed21a1f 100644 --- a/data/documents_big.json +++ b/data/documents_big.json @@ -1,6 +1,7 @@ [ { "type": "book", + "pid": "1", "language": [ { "value": "ger", @@ -73,6 +74,7 @@ }, { "type": "article", + "pid": "2", "language": [ { "value": "eng", @@ -105,6 +107,7 @@ }, { "type": "book", + "pid": "3", "language": [ { "value": "fre", @@ -168,6 +171,7 @@ }, { "type": "book", + "pid": "4", "language": [ { "value": "fre", @@ -234,6 +238,7 @@ }, { "type": "book", + "pid": "5", "language": [ { "value": "ara", @@ -292,6 +297,7 @@ }, { "type": "book", + "pid": "6", "language": [ { "value": "fre", @@ -351,6 +357,7 @@ }, { "type": "book", + "pid": "7", "language": [ { "value": "ita", @@ -419,6 +426,7 @@ }, { "type": "sound", + "pid": "8", "language": [ { "value": "eng", @@ -467,6 +475,7 @@ }, { "type": "book", + "pid": "9", "language": [ { "value": "ger", @@ -526,6 +535,7 @@ }, { "type": "book", + "pid": "10", "language": [ { "value": "ger", @@ -592,6 +602,7 @@ }, { "type": "book", + "pid": "11", "language": [ { "value": "ger", @@ -664,6 +675,7 @@ }, { "type": "book", + "pid": "12", "language": [ { "value": "fre", @@ -721,6 +733,7 @@ }, { "type": "article", + "pid": "13", "language": [ { "value": "eng", @@ -753,6 +766,7 @@ }, { "type": "book", + "pid": "14", "language": [ { "value": "ger", @@ -823,6 +837,7 @@ }, { "type": "article", + "pid": "15", "language": [ { "value": "fre", @@ -895,6 +910,7 @@ }, { "type": "book", + "pid": "16", "language": [ { "value": "fre", @@ -959,6 +975,7 @@ }, { "type": "book", + "pid": "17", "language": [ { "value": "ger", @@ -1028,6 +1045,7 @@ }, { "type": "book", + "pid": "18", "language": [ { "value": "ita", @@ -1088,6 +1106,7 @@ }, { "type": "book", + "pid": "19", "language": [ { "value": "ara", @@ -1144,6 +1163,7 @@ }, { "type": "book", + "pid": "20", "language": [ { "value": "fre", @@ -1217,6 +1237,7 @@ }, { "type": "book", + "pid": "21", "language": [ { "value": "fre", @@ -1274,6 +1295,7 @@ }, { "type": "article", + "pid": "22", "language": [ { "value": "ger", @@ -1341,6 +1363,7 @@ }, { "type": "article", + "pid": "23", "language": [ { "value": "ita", @@ -1400,6 +1423,7 @@ }, { "type": "book", + "pid": "24", "language": [ { "value": "fre", @@ -1463,6 +1487,7 @@ }, { "type": "article", + "pid": "25", "language": [ { "value": "fre", @@ -1495,6 +1520,7 @@ }, { "type": "article", + "pid": "26", "language": [ { "value": "fre", @@ -1555,6 +1581,7 @@ }, { "type": "book", + "pid": "27", "language": [ { "value": "fre", @@ -1620,6 +1647,7 @@ }, { "type": "book", + "pid": "28", "language": [ { "value": "eng", @@ -1677,6 +1705,7 @@ }, { "type": "book", + "pid": "29", "language": [ { "value": "ara", @@ -1735,6 +1764,7 @@ }, { "type": "book", + "pid": "30", "language": [ { "value": "rus", @@ -1805,6 +1835,7 @@ }, { "type": "book", + "pid": "31", "language": [ { "value": "fre", @@ -1869,6 +1900,7 @@ }, { "type": "book", + "pid": "32", "language": [ { "value": "eng", @@ -1924,6 +1956,7 @@ }, { "type": "article", + "pid": "33", "language": [ { "value": "eng", @@ -1956,6 +1989,7 @@ }, { "type": "book", + "pid": "34", "language": [ { "value": "fre", @@ -2021,6 +2055,7 @@ }, { "type": "book", + "pid": "35", "language": [ { "value": "eng", @@ -2088,6 +2123,7 @@ }, { "type": "book", + "pid": "36", "language": [ { "value": "fre", @@ -2152,6 +2188,7 @@ }, { "type": "journal", + "pid": "37", "language": [ { "value": "eng", @@ -2204,6 +2241,7 @@ }, { "type": "article", + "pid": "38", "language": [ { "value": "ger", @@ -2268,6 +2306,7 @@ }, { "type": "article", + "pid": "39", "language": [ { "value": "eng", @@ -2332,6 +2371,7 @@ }, { "type": "book", + "pid": "40", "language": [ { "value": "fre", @@ -2394,6 +2434,7 @@ }, { "type": "book", + "pid": "41", "language": [ { "value": "fre", @@ -2453,6 +2494,7 @@ }, { "type": "book", + "pid": "42", "language": [ { "value": "fre", @@ -2520,6 +2562,7 @@ }, { "type": "book", + "pid": "43", "language": [ { "value": "ita", @@ -2591,6 +2634,7 @@ }, { "type": "book", + "pid": "44", "language": [ { "value": "eng", @@ -2676,6 +2720,7 @@ }, { "type": "article", + "pid": "45", "language": [ { "value": "eng", @@ -2708,6 +2753,7 @@ }, { "type": "book", + "pid": "46", "language": [ { "value": "fre", @@ -2776,6 +2822,7 @@ }, { "type": "book", + "pid": "47", "language": [ { "value": "eng", @@ -2852,6 +2899,7 @@ }, { "type": "book", + "pid": "48", "language": [ { "value": "ita", @@ -2915,6 +2963,7 @@ }, { "type": "book", + "pid": "49", "language": [ { "value": "fre", @@ -2976,6 +3025,7 @@ }, { "type": "book", + "pid": "50", "language": [ { "value": "fre", @@ -3029,6 +3079,7 @@ }, { "type": "book", + "pid": "51", "language": [ { "value": "fre", @@ -3086,6 +3137,7 @@ }, { "type": "article", + "pid": "52", "language": [ { "value": "eng", @@ -3118,6 +3170,7 @@ }, { "type": "book", + "pid": "53", "language": [ { "value": "ger", @@ -3189,6 +3242,7 @@ }, { "type": "book", + "pid": "54", "language": [ { "value": "fre", @@ -3256,6 +3310,7 @@ }, { "type": "book", + "pid": "55", "language": [ { "value": "fre", @@ -3324,6 +3379,7 @@ }, { "type": "book", + "pid": "56", "language": [ { "value": "ger", @@ -3385,6 +3441,7 @@ }, { "type": "book", + "pid": "57", "language": [ { "value": "fre", @@ -3443,6 +3500,7 @@ }, { "type": "book", + "pid": "58", "language": [ { "value": "fre", @@ -3506,6 +3564,7 @@ }, { "type": "score", + "pid": "59", "language": [ { "value": "eng", @@ -3591,6 +3650,7 @@ }, { "type": "book", + "pid": "60", "language": [ { "value": "ger", @@ -3650,6 +3710,7 @@ }, { "type": "book", + "pid": "61", "language": [ { "value": "fre", @@ -3706,6 +3767,7 @@ }, { "type": "book", + "pid": "62", "language": [ { "value": "ger", @@ -3767,6 +3829,7 @@ }, { "type": "book", + "pid": "63", "language": [ { "value": "fre", @@ -3844,6 +3907,7 @@ }, { "type": "article", + "pid": "64", "language": [ { "value": "eng", @@ -3870,6 +3934,7 @@ }, { "type": "book", + "pid": "65", "language": [ { "value": "ger", @@ -3931,6 +3996,7 @@ }, { "type": "journal", + "pid": "66", "language": [ { "value": "ger", @@ -3985,6 +4051,7 @@ }, { "type": "book", + "pid": "67", "language": [ { "value": "fre", @@ -4042,6 +4109,7 @@ }, { "type": "book", + "pid": "68", "language": [ { "value": "fre", @@ -4108,6 +4176,7 @@ }, { "type": "book", + "pid": "69", "language": [ { "value": "rus", @@ -4216,6 +4285,7 @@ }, { "type": "book", + "pid": "70", "language": [ { "value": "ger", @@ -4279,6 +4349,7 @@ }, { "type": "book", + "pid": "71", "language": [ { "value": "fre", @@ -4338,6 +4409,7 @@ }, { "type": "book", + "pid": "72", "language": [ { "value": "eng", @@ -4406,6 +4478,7 @@ }, { "type": "book", + "pid": "73", "language": [ { "value": "fre", @@ -4472,6 +4545,7 @@ }, { "type": "score", + "pid": "74", "language": [ { "value": "fre", @@ -4532,6 +4606,7 @@ }, { "type": "book", + "pid": "75", "language": [ { "value": "spa", @@ -4600,6 +4675,7 @@ }, { "type": "book", + "pid": "76", "language": [ { "value": "ger", @@ -4676,6 +4752,7 @@ }, { "type": "book", + "pid": "77", "language": [ { "value": "fre", @@ -4740,6 +4817,7 @@ }, { "type": "video", + "pid": "78", "language": [ { "value": "fre", @@ -4844,6 +4922,7 @@ }, { "type": "article", + "pid": "79", "language": [ { "value": "eng", @@ -4876,6 +4955,7 @@ }, { "type": "article", + "pid": "80", "language": [ { "value": "eng", @@ -4908,6 +4988,7 @@ }, { "type": "book", + "pid": "81", "language": [ { "value": "eng", @@ -4988,6 +5069,7 @@ }, { "type": "book", + "pid": "82", "language": [ { "value": "fre", @@ -5049,6 +5131,7 @@ }, { "type": "book", + "pid": "83", "language": [ { "value": "ita", @@ -5119,6 +5202,7 @@ }, { "type": "book", + "pid": "84", "language": [ { "value": "rus", @@ -5186,6 +5270,7 @@ }, { "type": "book", + "pid": "85", "language": [ { "value": "ger", @@ -5252,6 +5337,7 @@ }, { "type": "book", + "pid": "86", "language": [ { "value": "jpn", @@ -5329,6 +5415,7 @@ }, { "type": "book", + "pid": "87", "language": [ { "value": "chi", @@ -5390,6 +5477,7 @@ }, { "type": "book", + "pid": "88", "language": [ { "value": "heb", @@ -5463,6 +5551,7 @@ }, { "type": "book", + "pid": "89", "language": [ { "value": "eng", @@ -5532,6 +5621,7 @@ }, { "type": "book", + "pid": "90", "language": [ { "value": "ger", @@ -5601,6 +5691,7 @@ }, { "type": "book", + "pid": "91", "language": [ { "value": "fre", @@ -5657,6 +5748,7 @@ }, { "type": "book", + "pid": "92", "language": [ { "value": "fre", @@ -5723,6 +5815,7 @@ }, { "type": "sound", + "pid": "93", "language": [ { "value": "ita", @@ -5808,6 +5901,7 @@ }, { "type": "book", + "pid": "94", "language": [ { "value": "fre", @@ -5870,6 +5964,7 @@ }, { "type": "book", + "pid": "95", "language": [ { "value": "ita", @@ -5934,6 +6029,7 @@ }, { "type": "book", + "pid": "96", "language": [ { "value": "fre", @@ -5999,6 +6095,7 @@ }, { "type": "book", + "pid": "97", "language": [ { "value": "fre", @@ -6062,6 +6159,7 @@ }, { "type": "book", + "pid": "98", "language": [ { "value": "fre", @@ -6121,6 +6219,7 @@ }, { "type": "book", + "pid": "99", "language": [ { "value": "fre", @@ -6186,6 +6285,7 @@ }, { "type": "article", + "pid": "100", "language": [ { "value": "ger", @@ -6212,6 +6312,7 @@ }, { "type": "book", + "pid": "101", "language": [ { "value": "ger", @@ -6278,6 +6379,7 @@ }, { "type": "book", + "pid": "102", "language": [ { "value": "eng", @@ -6344,6 +6446,7 @@ }, { "type": "article", + "pid": "103", "language": [ { "value": "ger", @@ -6376,6 +6479,7 @@ }, { "type": "book", + "pid": "104", "language": [ { "value": "eng", @@ -6444,6 +6548,7 @@ }, { "type": "book", + "pid": "105", "language": [ { "value": "eng", @@ -6503,6 +6608,7 @@ }, { "type": "book", + "pid": "106", "language": [ { "value": "fre", @@ -6569,6 +6675,7 @@ }, { "type": "book", + "pid": "107", "language": [ { "value": "eng", @@ -6635,6 +6742,7 @@ }, { "type": "sound", + "pid": "108", "language": [ { "value": "ger", @@ -6702,6 +6810,7 @@ }, { "type": "book", + "pid": "109", "language": [ { "value": "fre", @@ -6766,6 +6875,7 @@ }, { "type": "book", + "pid": "110", "language": [ { "value": "heb", @@ -6832,6 +6942,7 @@ }, { "type": "article", + "pid": "111", "language": [ { "value": "eng", @@ -6864,6 +6975,7 @@ }, { "type": "book", + "pid": "112", "language": [ { "value": "ger", @@ -6934,6 +7046,7 @@ }, { "type": "book", + "pid": "113", "language": [ { "value": "ger", @@ -7015,6 +7128,7 @@ }, { "type": "book", + "pid": "114", "language": [ { "value": "eng", @@ -7080,6 +7194,7 @@ }, { "type": "book", + "pid": "115", "language": [ { "value": "eng", @@ -7150,6 +7265,7 @@ }, { "type": "book", + "pid": "116", "language": [ { "value": "fre", @@ -7214,6 +7330,7 @@ }, { "type": "book", + "pid": "117", "language": [ { "value": "fre", @@ -7280,6 +7397,7 @@ }, { "type": "book", + "pid": "118", "language": [ { "value": "fre", @@ -7342,6 +7460,7 @@ }, { "type": "score", + "pid": "119", "language": [ { "value": "fre", @@ -7410,6 +7529,7 @@ }, { "type": "article", + "pid": "120", "language": [ { "value": "ger", @@ -7488,6 +7608,7 @@ }, { "type": "book", + "pid": "121", "language": [ { "value": "fre", @@ -7546,6 +7667,7 @@ }, { "type": "book", + "pid": "122", "language": [ { "value": "fre", @@ -7613,6 +7735,7 @@ }, { "type": "book", + "pid": "123", "language": [ { "value": "ger", @@ -7664,6 +7787,7 @@ }, { "type": "book", + "pid": "124", "language": [ { "value": "heb", @@ -7736,6 +7860,7 @@ }, { "type": "book", + "pid": "125", "language": [ { "value": "rus", @@ -7806,6 +7931,7 @@ }, { "type": "book", + "pid": "126", "language": [ { "value": "fre", @@ -7876,6 +8002,7 @@ }, { "type": "book", + "pid": "127", "language": [ { "value": "jpn", @@ -7951,6 +8078,7 @@ }, { "type": "article", + "pid": "128", "language": [ { "value": "fre", @@ -8032,6 +8160,7 @@ }, { "type": "book", + "pid": "129", "language": [ { "value": "fre", @@ -8088,6 +8217,7 @@ }, { "type": "book", + "pid": "130", "language": [ { "value": "fre", @@ -8159,6 +8289,7 @@ }, { "type": "book", + "pid": "131", "language": [ { "value": "fre", @@ -8222,6 +8353,7 @@ }, { "type": "article", + "pid": "132", "language": [ { "value": "ger", @@ -8254,6 +8386,7 @@ }, { "type": "article", + "pid": "133", "language": [ { "value": "eng", @@ -8280,6 +8413,7 @@ }, { "type": "article", + "pid": "134", "language": [ { "value": "ger", @@ -8312,6 +8446,7 @@ }, { "type": "article", + "pid": "135", "language": [ { "value": "eng", @@ -8344,6 +8479,7 @@ }, { "type": "article", + "pid": "136", "language": [ { "value": "eng", @@ -8398,6 +8534,7 @@ }, { "type": "book", + "pid": "137", "language": [ { "value": "ger", @@ -8449,6 +8586,7 @@ }, { "type": "book", + "pid": "138", "language": [ { "value": "ger", @@ -8521,6 +8659,7 @@ }, { "type": "book", + "pid": "139", "language": [ { "value": "fre", @@ -8592,6 +8731,7 @@ }, { "type": "article", + "pid": "140", "language": [ { "value": "eng", @@ -8624,6 +8764,7 @@ }, { "type": "book", + "pid": "141", "language": [ { "value": "fre", @@ -8677,6 +8818,7 @@ }, { "type": "book", + "pid": "142", "language": [ { "value": "fre", @@ -8740,6 +8882,7 @@ }, { "type": "book", + "pid": "143", "language": [ { "value": "eng", @@ -8808,6 +8951,7 @@ }, { "type": "article", + "pid": "144", "language": [ { "value": "ger", @@ -8841,6 +8985,7 @@ }, { "type": "book", + "pid": "145", "language": [ { "value": "ger", @@ -8916,6 +9061,7 @@ }, { "type": "book", + "pid": "146", "language": [ { "value": "fre", @@ -8985,6 +9131,7 @@ }, { "type": "article", + "pid": "147", "language": [ { "value": "eng", @@ -9017,6 +9164,7 @@ }, { "type": "book", + "pid": "148", "language": [ { "value": "fre", @@ -9080,6 +9228,7 @@ }, { "type": "article", + "pid": "149", "language": [ { "value": "ger", @@ -9153,6 +9302,7 @@ }, { "type": "article", + "pid": "150", "language": [ { "value": "fre", @@ -9209,6 +9359,7 @@ }, { "type": "article", + "pid": "151", "language": [ { "value": "ger", @@ -9263,6 +9414,7 @@ }, { "type": "book", + "pid": "152", "language": [ { "value": "fre", @@ -9330,6 +9482,7 @@ }, { "type": "article", + "pid": "153", "language": [ { "value": "fre", @@ -9389,6 +9542,7 @@ }, { "type": "book", + "pid": "154", "language": [ { "value": "chi", @@ -9468,6 +9622,7 @@ }, { "type": "book", + "pid": "155", "language": [ { "value": "fre", @@ -9543,6 +9698,7 @@ }, { "type": "book", + "pid": "156", "language": [ { "value": "fre", @@ -9608,6 +9764,7 @@ }, { "type": "book", + "pid": "157", "language": [ { "value": "fre", @@ -9675,6 +9832,7 @@ }, { "type": "article", + "pid": "158", "language": [ { "value": "fre", @@ -9729,6 +9887,7 @@ }, { "type": "book", + "pid": "159", "language": [ { "value": "chi", @@ -9795,6 +9954,7 @@ }, { "type": "book", + "pid": "160", "language": [ { "value": "spa", @@ -9869,6 +10029,7 @@ }, { "type": "article", + "pid": "161", "language": [ { "value": "ita", @@ -9949,6 +10110,7 @@ }, { "type": "article", + "pid": "162", "language": [ { "value": "fre", @@ -9981,6 +10143,7 @@ }, { "type": "book", + "pid": "163", "language": [ { "value": "eng", @@ -10051,6 +10214,7 @@ }, { "type": "book", + "pid": "164", "language": [ { "value": "fre", @@ -10113,6 +10277,7 @@ }, { "type": "book", + "pid": "165", "language": [ { "value": "ita", @@ -10177,6 +10342,7 @@ }, { "type": "book", + "pid": "166", "language": [ { "value": "ger", @@ -10228,6 +10394,7 @@ }, { "type": "book", + "pid": "167", "language": [ { "value": "ger", @@ -10288,6 +10455,7 @@ }, { "type": "book", + "pid": "168", "language": [ { "value": "ger", @@ -10354,6 +10522,7 @@ }, { "type": "book", + "pid": "169", "language": [ { "value": "ger", @@ -10421,6 +10590,7 @@ }, { "type": "book", + "pid": "170", "language": [ { "value": "fre", @@ -10480,6 +10650,7 @@ }, { "type": "book", + "pid": "171", "language": [ { "value": "ita", @@ -10554,6 +10725,7 @@ }, { "type": "book", + "pid": "172", "language": [ { "value": "por", @@ -10613,6 +10785,7 @@ }, { "type": "book", + "pid": "173", "language": [ { "value": "ger", @@ -10676,6 +10849,7 @@ }, { "type": "article", + "pid": "174", "language": [ { "value": "eng", @@ -10708,6 +10882,7 @@ }, { "type": "book", + "pid": "175", "language": [ { "value": "eng", @@ -10790,6 +10965,7 @@ }, { "type": "book", + "pid": "176", "language": [ { "value": "por", @@ -10862,6 +11038,7 @@ }, { "type": "article", + "pid": "177", "language": [ { "value": "ger", @@ -10916,6 +11093,7 @@ }, { "type": "book", + "pid": "178", "language": [ { "value": "ger", @@ -10992,6 +11170,7 @@ }, { "type": "book", + "pid": "179", "language": [ { "value": "fre", @@ -11058,6 +11237,7 @@ }, { "type": "journal", + "pid": "180", "language": [ { "value": "spa", @@ -11104,6 +11284,7 @@ }, { "type": "book", + "pid": "181", "language": [ { "value": "fre", @@ -11163,6 +11344,7 @@ }, { "type": "book", + "pid": "182", "language": [ { "value": "ger", @@ -11238,6 +11420,7 @@ }, { "type": "book", + "pid": "183", "language": [ { "value": "fre", @@ -11304,6 +11487,7 @@ }, { "type": "article", + "pid": "184", "language": [ { "value": "eng", @@ -11330,6 +11514,7 @@ }, { "type": "book", + "pid": "185", "language": [ { "value": "eng", @@ -11398,6 +11583,7 @@ }, { "type": "article", + "pid": "186", "language": [ { "value": "ger", @@ -11430,6 +11616,7 @@ }, { "type": "book", + "pid": "187", "language": [ { "value": "lat", @@ -11505,6 +11692,7 @@ }, { "type": "book", + "pid": "188", "language": [ { "value": "fre", @@ -11562,6 +11750,7 @@ }, { "type": "book", + "pid": "189", "language": [ { "value": "fre", @@ -11618,6 +11807,7 @@ }, { "type": "book", + "pid": "190", "language": [ { "value": "fre", @@ -11681,6 +11871,7 @@ }, { "type": "book", + "pid": "191", "language": [ { "value": "ger", @@ -11747,6 +11938,7 @@ }, { "type": "book", + "pid": "192", "language": [ { "value": "por", @@ -11815,6 +12007,7 @@ }, { "type": "book", + "pid": "193", "language": [ { "value": "fre", @@ -11882,6 +12075,7 @@ }, { "type": "book", + "pid": "194", "language": [ { "value": "fre", @@ -11945,6 +12139,7 @@ }, { "type": "article", + "pid": "195", "language": [ { "value": "ger", @@ -11977,6 +12172,7 @@ }, { "type": "book", + "pid": "196", "language": [ { "value": "fre", @@ -12039,6 +12235,7 @@ }, { "type": "book", + "pid": "197", "language": [ { "value": "fre", @@ -12100,6 +12297,7 @@ }, { "type": "book", + "pid": "198", "language": [ { "value": "ger", @@ -12160,6 +12358,7 @@ }, { "type": "article", + "pid": "199", "language": [ { "value": "fre", @@ -12222,6 +12421,7 @@ }, { "type": "article", + "pid": "200", "language": [ { "value": "ger", @@ -12276,6 +12476,7 @@ }, { "type": "book", + "pid": "201", "language": [ { "value": "fre", @@ -12355,6 +12556,7 @@ }, { "type": "book", + "pid": "202", "language": [ { "value": "fre", @@ -12414,6 +12616,7 @@ }, { "type": "book", + "pid": "203", "language": [ { "value": "ita", @@ -12496,6 +12699,7 @@ }, { "type": "book", + "pid": "204", "language": [ { "value": "ger", @@ -12570,6 +12774,7 @@ }, { "type": "article", + "pid": "205", "language": [ { "value": "ger", @@ -12602,6 +12807,7 @@ }, { "type": "article", + "pid": "206", "language": [ { "value": "fre", @@ -12634,6 +12840,7 @@ }, { "type": "book", + "pid": "207", "language": [ { "value": "ger", @@ -12706,6 +12913,7 @@ }, { "type": "book", + "pid": "208", "language": [ { "value": "fre", @@ -12763,6 +12971,7 @@ }, { "type": "book", + "pid": "209", "language": [ { "value": "fre", @@ -12826,6 +13035,7 @@ }, { "type": "book", + "pid": "210", "language": [ { "value": "fre", @@ -12884,6 +13094,7 @@ }, { "type": "book", + "pid": "211", "language": [ { "value": "fre", @@ -12964,6 +13175,7 @@ }, { "type": "book", + "pid": "212", "language": [ { "value": "fre", @@ -13031,6 +13243,7 @@ }, { "type": "article", + "pid": "213", "language": [ { "value": "ger", @@ -13063,6 +13276,7 @@ }, { "type": "book", + "pid": "214", "language": [ { "value": "fre", @@ -13120,6 +13334,7 @@ }, { "type": "book", + "pid": "215", "language": [ { "value": "rus", @@ -13188,6 +13403,7 @@ }, { "type": "score", + "pid": "216", "language": [ { "value": "lat", @@ -13252,6 +13468,7 @@ }, { "type": "book", + "pid": "217", "language": [ { "value": "ger", @@ -13315,6 +13532,7 @@ }, { "type": "book", + "pid": "218", "language": [ { "value": "ita", @@ -13391,6 +13609,7 @@ }, { "type": "book", + "pid": "219", "language": [ { "value": "fre", @@ -13452,6 +13671,7 @@ }, { "type": "book", + "pid": "220", "language": [ { "value": "fre", @@ -13518,6 +13738,7 @@ }, { "type": "book", + "pid": "221", "language": [ { "value": "ger", @@ -13603,6 +13824,7 @@ }, { "type": "book", + "pid": "222", "language": [ { "value": "eng", @@ -13678,6 +13900,7 @@ }, { "type": "book", + "pid": "223", "language": [ { "value": "fre", @@ -13741,6 +13964,7 @@ }, { "type": "book", + "pid": "224", "language": [ { "value": "fre", @@ -13808,6 +14032,7 @@ }, { "type": "book", + "pid": "225", "language": [ { "value": "fre", @@ -13876,6 +14101,7 @@ }, { "type": "article", + "pid": "226", "language": [ { "value": "ger", @@ -13935,6 +14161,7 @@ }, { "type": "article", + "pid": "227", "language": [ { "value": "eng", @@ -13961,6 +14188,7 @@ }, { "type": "book", + "pid": "228", "language": [ { "value": "ger", @@ -14028,6 +14256,7 @@ }, { "type": "article", + "pid": "229", "language": [ { "value": "eng", @@ -14060,6 +14289,7 @@ }, { "type": "book", + "pid": "230", "language": [ { "value": "heb", @@ -14128,6 +14358,7 @@ }, { "type": "article", + "pid": "231", "language": [ { "value": "eng", @@ -14160,6 +14391,7 @@ }, { "type": "book", + "pid": "232", "language": [ { "value": "fre", @@ -14217,6 +14449,7 @@ }, { "type": "book", + "pid": "233", "language": [ { "value": "rus", @@ -14288,6 +14521,7 @@ }, { "type": "book", + "pid": "234", "language": [ { "value": "eng", @@ -14354,6 +14588,7 @@ }, { "type": "book", + "pid": "235", "language": [ { "value": "fre", @@ -14416,6 +14651,7 @@ }, { "type": "book", + "pid": "236", "language": [ { "value": "chi", @@ -14468,6 +14704,7 @@ }, { "type": "book", + "pid": "237", "language": [ { "value": "fre", @@ -14535,6 +14772,7 @@ }, { "type": "book", + "pid": "238", "language": [ { "value": "por", @@ -14610,6 +14848,7 @@ }, { "type": "book", + "pid": "239", "language": [ { "value": "ger", @@ -14680,6 +14919,7 @@ }, { "type": "book", + "pid": "240", "language": [ { "value": "fre", @@ -14741,6 +14981,7 @@ }, { "type": "book", + "pid": "241", "language": [ { "value": "fre", @@ -14805,6 +15046,7 @@ }, { "type": "book", + "pid": "242", "language": [ { "value": "jpn", @@ -14885,6 +15127,7 @@ }, { "type": "book", + "pid": "243", "language": [ { "value": "ger", @@ -14948,6 +15191,7 @@ }, { "type": "book", + "pid": "244", "language": [ { "value": "fre", @@ -15013,6 +15257,7 @@ }, { "type": "book", + "pid": "245", "language": [ { "value": "ger", @@ -15077,6 +15322,7 @@ }, { "type": "score", + "pid": "246", "language": [ { "value": "ger", @@ -15175,6 +15421,7 @@ }, { "type": "book", + "pid": "247", "language": [ { "value": "fre", @@ -15245,6 +15492,7 @@ }, { "type": "book", + "pid": "248", "language": [ { "value": "fre", @@ -15297,6 +15545,7 @@ }, { "type": "article", + "pid": "249", "language": [ { "value": "fre", @@ -15329,6 +15578,7 @@ }, { "type": "book", + "pid": "250", "language": [ { "value": "ger", @@ -15387,6 +15637,7 @@ }, { "type": "book", + "pid": "251", "language": [ { "value": "ger", @@ -15460,6 +15711,7 @@ }, { "type": "book", + "pid": "252", "language": [ { "value": "ger", @@ -15523,6 +15775,7 @@ }, { "type": "book", + "pid": "253", "language": [ { "value": "fre", @@ -15584,6 +15837,7 @@ }, { "type": "book", + "pid": "254", "language": [ { "value": "fre", @@ -15650,6 +15904,7 @@ }, { "type": "book", + "pid": "255", "language": [ { "value": "fre", @@ -15713,6 +15968,7 @@ }, { "type": "article", + "pid": "256", "language": [ { "value": "fre", @@ -15779,6 +16035,7 @@ }, { "type": "article", + "pid": "257", "language": [ { "value": "eng", @@ -15805,6 +16062,7 @@ }, { "type": "book", + "pid": "258", "language": [ { "value": "ger", @@ -15898,6 +16156,7 @@ }, { "type": "book", + "pid": "259", "language": [ { "value": "fre", @@ -15961,6 +16220,7 @@ }, { "type": "book", + "pid": "260", "language": [ { "value": "fre", @@ -16030,6 +16290,7 @@ }, { "type": "book", + "pid": "261", "language": [ { "value": "eng", @@ -16108,6 +16369,7 @@ }, { "type": "book", + "pid": "262", "language": [ { "value": "fre", @@ -16174,6 +16436,7 @@ }, { "type": "book", + "pid": "263", "language": [ { "value": "fre", @@ -16238,6 +16501,7 @@ }, { "type": "book", + "pid": "264", "language": [ { "value": "ita", @@ -16301,6 +16565,7 @@ }, { "type": "book", + "pid": "265", "language": [ { "value": "ger", @@ -16372,6 +16637,7 @@ }, { "type": "book", + "pid": "266", "language": [ { "value": "fre", @@ -16428,6 +16694,7 @@ }, { "type": "article", + "pid": "267", "language": [ { "value": "ger", @@ -16463,6 +16730,7 @@ }, { "type": "article", + "pid": "268", "language": [ { "value": "eng", @@ -16495,6 +16763,7 @@ }, { "type": "article", + "pid": "269", "language": [ { "value": "eng", @@ -16527,6 +16796,7 @@ }, { "type": "book", + "pid": "270", "language": [ { "value": "fre", @@ -16590,6 +16860,7 @@ }, { "type": "sound", + "pid": "271", "language": [ { "value": "eng", @@ -16644,6 +16915,7 @@ }, { "type": "book", + "pid": "272", "language": [ { "value": "ger", @@ -16692,6 +16964,7 @@ }, { "type": "book", + "pid": "273", "language": [ { "value": "ger", @@ -16759,6 +17032,7 @@ }, { "type": "book", + "pid": "274", "language": [ { "value": "ger", @@ -16821,6 +17095,7 @@ }, { "type": "article", + "pid": "275", "language": [ { "value": "eng", @@ -16853,6 +17128,7 @@ }, { "type": "book", + "pid": "276", "language": [ { "value": "fre", @@ -16920,6 +17196,7 @@ }, { "type": "book", + "pid": "277", "language": [ { "value": "ger", @@ -17004,6 +17281,7 @@ }, { "type": "book", + "pid": "278", "language": [ { "value": "rus", @@ -17075,6 +17353,7 @@ }, { "type": "article", + "pid": "279", "language": [ { "value": "ger", @@ -17133,6 +17412,7 @@ }, { "type": "book", + "pid": "280", "language": [ { "value": "fre", @@ -17190,6 +17470,7 @@ }, { "type": "book", + "pid": "281", "language": [ { "value": "ger", @@ -17256,6 +17537,7 @@ }, { "type": "score", + "pid": "282", "language": [ { "value": "ger", @@ -17322,6 +17604,7 @@ }, { "type": "book", + "pid": "283", "language": [ { "value": "ger", @@ -17390,6 +17673,7 @@ }, { "type": "book", + "pid": "284", "language": [ { "value": "ger", @@ -17461,6 +17745,7 @@ }, { "type": "article", + "pid": "285", "language": [ { "value": "ger", @@ -17524,6 +17809,7 @@ }, { "type": "article", + "pid": "286", "language": [ { "value": "fre", @@ -17571,6 +17857,7 @@ }, { "type": "book", + "pid": "287", "language": [ { "value": "fre", @@ -17641,6 +17928,7 @@ }, { "type": "article", + "pid": "288", "language": [ { "value": "ger", @@ -17673,6 +17961,7 @@ }, { "type": "article", + "pid": "289", "language": [ { "value": "ger", @@ -17705,6 +17994,7 @@ }, { "type": "article", + "pid": "290", "language": [ { "value": "fre", @@ -17755,6 +18045,7 @@ }, { "type": "book", + "pid": "291", "language": [ { "value": "fre", @@ -17818,6 +18109,7 @@ }, { "type": "book", + "pid": "292", "language": [ { "value": "ger", @@ -17884,6 +18176,7 @@ }, { "type": "book", + "pid": "293", "language": [ { "value": "fre", @@ -17942,6 +18235,7 @@ }, { "type": "book", + "pid": "294", "language": [ { "value": "ger", @@ -18011,6 +18305,7 @@ }, { "type": "book", + "pid": "295", "language": [ { "value": "ara", @@ -18069,6 +18364,7 @@ }, { "type": "book", + "pid": "296", "language": [ { "value": "ita", @@ -18143,6 +18439,7 @@ }, { "type": "book", + "pid": "297", "language": [ { "value": "eng", @@ -18194,6 +18491,7 @@ }, { "type": "book", + "pid": "298", "language": [ { "value": "fre", @@ -18257,6 +18555,7 @@ }, { "type": "article", + "pid": "299", "language": [ { "value": "fre", @@ -18316,6 +18615,7 @@ }, { "type": "book", + "pid": "300", "language": [ { "value": "por", @@ -18394,6 +18694,7 @@ }, { "type": "journal", + "pid": "301", "language": [ { "value": "ita", @@ -18441,6 +18742,7 @@ }, { "type": "book", + "pid": "302", "language": [ { "value": "fre", @@ -18503,6 +18805,7 @@ }, { "type": "book", + "pid": "303", "language": [ { "value": "fre", @@ -18573,6 +18876,7 @@ }, { "type": "article", + "pid": "304", "language": [ { "value": "eng", @@ -18605,6 +18909,7 @@ }, { "type": "book", + "pid": "305", "language": [ { "value": "ita", @@ -18667,6 +18972,7 @@ }, { "type": "video", + "pid": "306", "language": [ { "value": "fre", @@ -18743,6 +19049,7 @@ }, { "type": "article", + "pid": "307", "language": [ { "value": "ger", @@ -18773,6 +19080,7 @@ }, { "type": "book", + "pid": "308", "language": [ { "value": "eng", @@ -18835,6 +19143,7 @@ }, { "type": "book", + "pid": "309", "language": [ { "value": "ger", @@ -18898,6 +19207,7 @@ }, { "type": "book", + "pid": "310", "language": [ { "value": "fre", @@ -18951,6 +19261,7 @@ }, { "type": "article", + "pid": "311", "language": [ { "value": "eng", @@ -18983,6 +19294,7 @@ }, { "type": "book", + "pid": "312", "language": [ { "value": "rus", @@ -19056,6 +19368,7 @@ }, { "type": "book", + "pid": "313", "language": [ { "value": "fre", @@ -19118,6 +19431,7 @@ }, { "type": "article", + "pid": "314", "language": [ { "value": "eng", @@ -19150,6 +19464,7 @@ }, { "type": "book", + "pid": "315", "language": [ { "value": "fre", @@ -19213,6 +19528,7 @@ }, { "type": "article", + "pid": "316", "language": [ { "value": "eng", @@ -19245,6 +19561,7 @@ }, { "type": "book", + "pid": "317", "language": [ { "value": "fre", @@ -19316,6 +19633,7 @@ }, { "type": "article", + "pid": "318", "language": [ { "value": "ger", @@ -19373,6 +19691,7 @@ }, { "type": "book", + "pid": "319", "language": [ { "value": "fre", @@ -19430,6 +19749,7 @@ }, { "type": "article", + "pid": "320", "language": [ { "value": "ger", @@ -19506,6 +19826,7 @@ }, { "type": "book", + "pid": "321", "language": [ { "value": "ger", @@ -19569,6 +19890,7 @@ }, { "type": "book", + "pid": "322", "language": [ { "value": "ger", @@ -19631,6 +19953,7 @@ }, { "type": "book", + "pid": "323", "language": [ { "value": "fre", @@ -19689,6 +20012,7 @@ }, { "type": "article", + "pid": "324", "language": [ { "value": "fre", @@ -19760,6 +20084,7 @@ }, { "type": "article", + "pid": "325", "language": [ { "value": "eng", @@ -19792,6 +20117,7 @@ }, { "type": "book", + "pid": "326", "language": [ { "value": "eng", @@ -19861,6 +20187,7 @@ }, { "type": "article", + "pid": "327", "language": [ { "value": "ita", @@ -19909,6 +20236,7 @@ }, { "type": "article", + "pid": "328", "language": [ { "value": "eng", @@ -19941,6 +20269,7 @@ }, { "type": "book", + "pid": "329", "language": [ { "value": "fre", @@ -20005,6 +20334,7 @@ }, { "type": "book", + "pid": "330", "language": [ { "value": "fre", @@ -20077,6 +20407,7 @@ }, { "type": "book", + "pid": "331", "language": [ { "value": "fre", @@ -20143,6 +20474,7 @@ }, { "type": "book", + "pid": "332", "language": [ { "value": "ger", @@ -20208,6 +20540,7 @@ }, { "type": "book", + "pid": "333", "language": [ { "value": "eng", @@ -20273,6 +20606,7 @@ }, { "type": "sound", + "pid": "334", "language": [ { "value": "fre", @@ -20331,6 +20665,7 @@ }, { "type": "book", + "pid": "335", "language": [ { "value": "ger", @@ -20402,6 +20737,7 @@ }, { "type": "book", + "pid": "336", "language": [ { "value": "ger", @@ -20464,6 +20800,7 @@ }, { "type": "book", + "pid": "337", "language": [ { "value": "eng", @@ -20539,6 +20876,7 @@ }, { "type": "book", + "pid": "338", "language": [ { "value": "fre", @@ -20608,6 +20946,7 @@ }, { "type": "book", + "pid": "339", "language": [ { "value": "fre", @@ -20665,6 +21004,7 @@ }, { "type": "article", + "pid": "340", "language": [ { "value": "ger", @@ -20697,6 +21037,7 @@ }, { "type": "book", + "pid": "341", "language": [ { "value": "ger", @@ -20765,6 +21106,7 @@ }, { "type": "book", + "pid": "342", "language": [ { "value": "eng", @@ -20839,6 +21181,7 @@ }, { "type": "book", + "pid": "343", "language": [ { "value": "fre", @@ -20910,6 +21253,7 @@ }, { "type": "book", + "pid": "344", "language": [ { "value": "fre", @@ -20973,6 +21317,7 @@ }, { "type": "book", + "pid": "345", "language": [ { "value": "ger", @@ -21037,6 +21382,7 @@ }, { "type": "article", + "pid": "346", "language": [ { "value": "ger", @@ -21108,6 +21454,7 @@ }, { "type": "article", + "pid": "347", "language": [ { "value": "eng", @@ -21140,6 +21487,7 @@ }, { "type": "book", + "pid": "348", "language": [ { "value": "ita", @@ -21206,6 +21554,7 @@ }, { "type": "book", + "pid": "349", "language": [ { "value": "eng", @@ -21270,6 +21619,7 @@ }, { "type": "book", + "pid": "350", "language": [ { "value": "rus", @@ -21344,6 +21694,7 @@ }, { "type": "article", + "pid": "351", "language": [ { "value": "fre", @@ -21414,6 +21765,7 @@ }, { "type": "book", + "pid": "352", "language": [ { "value": "fre", @@ -21477,6 +21829,7 @@ }, { "type": "book", + "pid": "353", "language": [ { "value": "ger", @@ -21538,6 +21891,7 @@ }, { "type": "book", + "pid": "354", "language": [ { "value": "ita", @@ -21602,6 +21956,7 @@ }, { "type": "book", + "pid": "355", "language": [ { "value": "ger", @@ -21665,6 +22020,7 @@ }, { "type": "book", + "pid": "356", "language": [ { "value": "jpn", @@ -21741,6 +22097,7 @@ }, { "type": "book", + "pid": "357", "language": [ { "value": "fre", @@ -21808,6 +22165,7 @@ }, { "type": "journal", + "pid": "358", "language": [ { "value": "fre", @@ -21874,6 +22232,7 @@ }, { "type": "book", + "pid": "359", "language": [ { "value": "ger", @@ -21947,6 +22306,7 @@ }, { "type": "article", + "pid": "360", "language": [ { "value": "eng", @@ -21979,6 +22339,7 @@ }, { "type": "book", + "pid": "361", "language": [ { "value": "ara", @@ -22041,6 +22402,7 @@ }, { "type": "book", + "pid": "362", "language": [ { "value": "ger", @@ -22111,6 +22473,7 @@ }, { "type": "article", + "pid": "363", "language": [ { "value": "eng", @@ -22143,6 +22506,7 @@ }, { "type": "book", + "pid": "364", "language": [ { "value": "ger", @@ -22206,6 +22570,7 @@ }, { "type": "article", + "pid": "365", "language": [ { "value": "ger", @@ -22238,6 +22603,7 @@ }, { "type": "book", + "pid": "366", "language": [ { "value": "ger", @@ -22305,6 +22671,7 @@ }, { "type": "book", + "pid": "367", "language": [ { "value": "ger", @@ -22371,6 +22738,7 @@ }, { "type": "book", + "pid": "368", "language": [ { "value": "fre", @@ -22429,6 +22797,7 @@ }, { "type": "article", + "pid": "369", "language": [ { "value": "ita", @@ -22491,6 +22860,7 @@ }, { "type": "book", + "pid": "370", "language": [ { "value": "ger", @@ -22561,6 +22931,7 @@ }, { "type": "book", + "pid": "371", "language": [ { "value": "eng", @@ -22624,6 +22995,7 @@ }, { "type": "book", + "pid": "372", "language": [ { "value": "fre", @@ -22686,6 +23058,7 @@ }, { "type": "book", + "pid": "373", "language": [ { "value": "fre", @@ -22742,6 +23115,7 @@ }, { "type": "book", + "pid": "374", "language": [ { "value": "fre", @@ -22809,6 +23183,7 @@ }, { "type": "book", + "pid": "375", "language": [ { "value": "fre", @@ -22877,6 +23252,7 @@ }, { "type": "book", + "pid": "376", "language": [ { "value": "fre", @@ -22938,6 +23314,7 @@ }, { "type": "score", + "pid": "377", "language": [ { "value": "ger", @@ -23021,6 +23398,7 @@ }, { "type": "book", + "pid": "378", "language": [ { "value": "eng", @@ -23089,6 +23467,7 @@ }, { "type": "article", + "pid": "379", "language": [ { "value": "ita", @@ -23158,6 +23537,7 @@ }, { "type": "video", + "pid": "380", "language": [ { "value": "fre", @@ -23247,6 +23627,7 @@ }, { "type": "book", + "pid": "381", "language": [ { "value": "eng", @@ -23317,6 +23698,7 @@ }, { "type": "book", + "pid": "382", "language": [ { "value": "fre", @@ -23378,6 +23760,7 @@ }, { "type": "book", + "pid": "383", "language": [ { "value": "fre", @@ -23441,6 +23824,7 @@ }, { "type": "book", + "pid": "384", "language": [ { "value": "fre", @@ -23508,6 +23892,7 @@ }, { "type": "book", + "pid": "385", "language": [ { "value": "ger", @@ -23578,6 +23963,7 @@ }, { "type": "book", + "pid": "386", "language": [ { "value": "eng", @@ -23657,6 +24043,7 @@ }, { "type": "article", + "pid": "387", "language": [ { "value": "ger", @@ -23727,6 +24114,7 @@ }, { "type": "article", + "pid": "388", "language": [ { "value": "ita", @@ -23762,6 +24150,7 @@ }, { "type": "book", + "pid": "389", "language": [ { "value": "lat", @@ -23825,6 +24214,7 @@ }, { "type": "book", + "pid": "390", "language": [ { "value": "eng", @@ -23882,6 +24272,7 @@ }, { "type": "book", + "pid": "391", "language": [ { "value": "eng", @@ -23946,6 +24337,7 @@ }, { "type": "article", + "pid": "392", "language": [ { "value": "eng", @@ -23978,6 +24370,7 @@ }, { "type": "book", + "pid": "393", "language": [ { "value": "ger", @@ -24044,6 +24437,7 @@ }, { "type": "journal", + "pid": "394", "language": [ { "value": "ger", @@ -24090,6 +24484,7 @@ }, { "type": "book", + "pid": "395", "language": [ { "value": "fre", @@ -24162,6 +24557,7 @@ }, { "type": "book", + "pid": "396", "language": [ { "value": "ger", @@ -24219,6 +24615,7 @@ }, { "type": "book", + "pid": "397", "language": [ { "value": "fre", @@ -24279,6 +24676,7 @@ }, { "type": "book", + "pid": "398", "language": [ { "value": "fre", @@ -24338,6 +24736,7 @@ }, { "type": "book", + "pid": "399", "language": [ { "value": "eng", @@ -24421,6 +24820,7 @@ }, { "type": "book", + "pid": "400", "language": [ { "value": "fre", @@ -24487,6 +24887,7 @@ }, { "type": "book", + "pid": "401", "language": [ { "value": "fre", @@ -24544,6 +24945,7 @@ }, { "type": "book", + "pid": "402", "language": [ { "value": "fre", @@ -24612,6 +25014,7 @@ }, { "type": "article", + "pid": "403", "language": [ { "value": "ger", @@ -24682,6 +25085,7 @@ }, { "type": "article", + "pid": "404", "language": [ { "value": "eng", @@ -24714,6 +25118,7 @@ }, { "type": "book", + "pid": "405", "language": [ { "value": "fre", @@ -24782,6 +25187,7 @@ }, { "type": "book", + "pid": "406", "language": [ { "value": "fre", @@ -24848,6 +25254,7 @@ }, { "type": "score", + "pid": "407", "language": [ { "value": "fre", @@ -24922,6 +25329,7 @@ }, { "type": "book", + "pid": "408", "language": [ { "value": "fre", @@ -24985,6 +25393,7 @@ }, { "type": "book", + "pid": "409", "language": [ { "value": "fre", @@ -25047,6 +25456,7 @@ }, { "type": "article", + "pid": "410", "language": [ { "value": "eng", @@ -25127,6 +25537,7 @@ }, { "type": "book", + "pid": "411", "language": [ { "value": "fre", @@ -25190,6 +25601,7 @@ }, { "type": "book", + "pid": "412", "language": [ { "value": "ger", @@ -25253,6 +25665,7 @@ }, { "type": "article", + "pid": "413", "language": [ { "value": "ger", @@ -25285,6 +25698,7 @@ }, { "type": "score", + "pid": "414", "language": [ { "value": "ger", @@ -25363,6 +25777,7 @@ }, { "type": "book", + "pid": "415", "language": [ { "value": "fre", @@ -25426,6 +25841,7 @@ }, { "type": "book", + "pid": "416", "language": [ { "value": "fre", @@ -25488,6 +25904,7 @@ }, { "type": "book", + "pid": "417", "language": [ { "value": "fre", @@ -25551,6 +25968,7 @@ }, { "type": "article", + "pid": "418", "language": [ { "value": "eng", @@ -25597,6 +26015,7 @@ }, { "type": "book", + "pid": "419", "language": [ { "value": "fre", @@ -25658,6 +26077,7 @@ }, { "type": "book", + "pid": "420", "language": [ { "value": "eng", @@ -25724,6 +26144,7 @@ }, { "type": "book", + "pid": "421", "language": [ { "value": "ger", @@ -25799,6 +26220,7 @@ }, { "type": "book", + "pid": "422", "language": [ { "value": "fre", @@ -25863,6 +26285,7 @@ }, { "type": "book", + "pid": "423", "language": [ { "value": "fre", @@ -25926,6 +26349,7 @@ }, { "type": "book", + "pid": "424", "language": [ { "value": "ita", @@ -25987,6 +26411,7 @@ }, { "type": "book", + "pid": "425", "language": [ { "value": "fre", @@ -26054,6 +26479,7 @@ }, { "type": "book", + "pid": "426", "language": [ { "value": "chi", @@ -26126,6 +26552,7 @@ }, { "type": "book", + "pid": "427", "language": [ { "value": "ger", @@ -26183,6 +26610,7 @@ }, { "type": "book", + "pid": "428", "language": [ { "value": "fre", @@ -26242,6 +26670,7 @@ }, { "type": "sound", + "pid": "429", "language": [ { "value": "fre", @@ -26302,6 +26731,7 @@ }, { "type": "book", + "pid": "430", "language": [ { "value": "fre", @@ -26370,6 +26800,7 @@ }, { "type": "book", + "pid": "431", "language": [ { "value": "ger", @@ -26438,6 +26869,7 @@ }, { "type": "score", + "pid": "432", "language": [ { "value": "ger", @@ -26499,6 +26931,7 @@ }, { "type": "book", + "pid": "433", "language": [ { "value": "eng", @@ -26553,6 +26986,7 @@ }, { "type": "book", + "pid": "434", "language": [ { "value": "pol", @@ -26620,6 +27054,7 @@ }, { "type": "book", + "pid": "435", "language": [ { "value": "fre", @@ -26688,6 +27123,7 @@ }, { "type": "article", + "pid": "436", "language": [ { "value": "ger", @@ -26720,6 +27156,7 @@ }, { "type": "article", + "pid": "437", "language": [ { "value": "ita", @@ -26776,6 +27213,7 @@ }, { "type": "article", + "pid": "438", "language": [ { "value": "fre", @@ -26808,6 +27246,7 @@ }, { "type": "book", + "pid": "439", "language": [ { "value": "ger", @@ -26869,6 +27308,7 @@ }, { "type": "book", + "pid": "440", "language": [ { "value": "fre", @@ -26939,6 +27379,7 @@ }, { "type": "book", + "pid": "441", "language": [ { "value": "eng", @@ -27017,6 +27458,7 @@ }, { "type": "book", + "pid": "442", "language": [ { "value": "fre", @@ -27073,6 +27515,7 @@ }, { "type": "sound", + "pid": "443", "language": [ { "value": "eng", @@ -27134,6 +27577,7 @@ }, { "type": "book", + "pid": "444", "language": [ { "value": "fre", @@ -27194,6 +27638,7 @@ }, { "type": "book", + "pid": "445", "language": [ { "value": "spa", @@ -27262,6 +27707,7 @@ }, { "type": "book", + "pid": "446", "language": [ { "value": "ita", @@ -27328,6 +27774,7 @@ }, { "type": "book", + "pid": "447", "language": [ { "value": "fre", @@ -27391,6 +27838,7 @@ }, { "type": "book", + "pid": "448", "language": [ { "value": "fre", @@ -27458,6 +27906,7 @@ }, { "type": "sound", + "pid": "449", "language": [ { "value": "fre", @@ -27522,6 +27971,7 @@ }, { "type": "book", + "pid": "450", "language": [ { "value": "fre", @@ -27585,6 +28035,7 @@ }, { "type": "article", + "pid": "451", "language": [ { "value": "fre", @@ -27647,6 +28098,7 @@ }, { "type": "book", + "pid": "452", "language": [ { "value": "fre", @@ -27710,6 +28162,7 @@ }, { "type": "book", + "pid": "453", "language": [ { "value": "eng", @@ -27768,6 +28221,7 @@ }, { "type": "book", + "pid": "454", "language": [ { "value": "fre", @@ -27835,6 +28289,7 @@ }, { "type": "book", + "pid": "455", "language": [ { "value": "rus", @@ -27906,6 +28361,7 @@ }, { "type": "book", + "pid": "456", "language": [ { "value": "ger", @@ -27957,6 +28413,7 @@ }, { "type": "book", + "pid": "457", "language": [ { "value": "fre", @@ -28014,6 +28471,7 @@ }, { "type": "book", + "pid": "458", "language": [ { "value": "eng", @@ -28088,6 +28546,7 @@ }, { "type": "book", + "pid": "459", "language": [ { "value": "fre", @@ -28151,6 +28610,7 @@ }, { "type": "article", + "pid": "460", "language": [ { "value": "fre", @@ -28228,6 +28688,7 @@ }, { "type": "book", + "pid": "461", "language": [ { "value": "eng", @@ -28291,6 +28752,7 @@ }, { "type": "book", + "pid": "462", "language": [ { "value": "ita", @@ -28357,6 +28819,7 @@ }, { "type": "article", + "pid": "463", "language": [ { "value": "fre", @@ -28423,6 +28886,7 @@ }, { "type": "book", + "pid": "464", "language": [ { "value": "ger", @@ -28485,6 +28949,7 @@ }, { "type": "book", + "pid": "465", "language": [ { "value": "fre", @@ -28548,6 +29013,7 @@ }, { "type": "article", + "pid": "466", "language": [ { "value": "fre", @@ -28606,6 +29072,7 @@ }, { "type": "book", + "pid": "467", "language": [ { "value": "spa", @@ -28693,6 +29160,7 @@ }, { "type": "video", + "pid": "468", "language": [ { "value": "fre", @@ -28777,6 +29245,7 @@ }, { "type": "article", + "pid": "469", "language": [ { "value": "fre", @@ -28843,6 +29312,7 @@ }, { "type": "article", + "pid": "470", "language": [ { "value": "eng", @@ -28875,6 +29345,7 @@ }, { "type": "book", + "pid": "471", "language": [ { "value": "fre", @@ -28937,6 +29408,7 @@ }, { "type": "book", + "pid": "472", "language": [ { "value": "fre", @@ -29000,6 +29472,7 @@ }, { "type": "book", + "pid": "473", "language": [ { "value": "fre", @@ -29066,6 +29539,7 @@ }, { "type": "book", + "pid": "474", "language": [ { "value": "fre", @@ -29133,6 +29607,7 @@ }, { "type": "book", + "pid": "475", "language": [ { "value": "fre", @@ -29196,6 +29671,7 @@ }, { "type": "book", + "pid": "476", "language": [ { "value": "fre", @@ -29258,6 +29734,7 @@ }, { "type": "book", + "pid": "477", "language": [ { "value": "ger", @@ -29335,6 +29812,7 @@ }, { "type": "book", + "pid": "478", "language": [ { "value": "fre", @@ -29404,6 +29882,7 @@ }, { "type": "journal", + "pid": "479", "language": [ { "value": "eng", @@ -29450,6 +29929,7 @@ }, { "type": "video", + "pid": "480", "language": [ { "value": "fre", @@ -29513,6 +29993,7 @@ }, { "type": "article", + "pid": "481", "language": [ { "value": "ita", @@ -29577,6 +30058,7 @@ }, { "type": "book", + "pid": "482", "language": [ { "value": "ger", @@ -29645,6 +30127,7 @@ }, { "type": "book", + "pid": "483", "language": [ { "value": "ita", @@ -29713,6 +30196,7 @@ }, { "type": "journal", + "pid": "484", "language": [ { "value": "ger", @@ -29776,6 +30260,7 @@ }, { "type": "book", + "pid": "485", "language": [ { "value": "ger", @@ -29840,6 +30325,7 @@ }, { "type": "book", + "pid": "486", "language": [ { "value": "ger", @@ -29921,6 +30407,7 @@ }, { "type": "book", + "pid": "487", "language": [ { "value": "fre", @@ -29992,6 +30479,7 @@ }, { "type": "book", + "pid": "488", "language": [ { "value": "fre", @@ -30051,6 +30539,7 @@ }, { "type": "book", + "pid": "489", "language": [ { "value": "fre", @@ -30115,6 +30604,7 @@ }, { "type": "book", + "pid": "490", "language": [ { "value": "ger", @@ -30181,6 +30671,7 @@ }, { "type": "book", + "pid": "491", "language": [ { "value": "fre", @@ -30243,6 +30734,7 @@ }, { "type": "book", + "pid": "492", "language": [ { "value": "fre", @@ -30310,6 +30802,7 @@ }, { "type": "article", + "pid": "493", "language": [ { "value": "ger", @@ -30342,6 +30835,7 @@ }, { "type": "article", + "pid": "494", "language": [ { "value": "fre", @@ -30443,6 +30937,7 @@ }, { "type": "book", + "pid": "495", "language": [ { "value": "ger", @@ -30520,6 +31015,7 @@ }, { "type": "book", + "pid": "496", "language": [ { "value": "fre", @@ -30579,6 +31075,7 @@ }, { "type": "book", + "pid": "497", "language": [ { "value": "ger", @@ -30642,6 +31139,7 @@ }, { "type": "book", + "pid": "498", "language": [ { "value": "ger", @@ -30717,6 +31215,7 @@ }, { "type": "article", + "pid": "499", "language": [ { "value": "fre", @@ -30784,6 +31283,7 @@ }, { "type": "book", + "pid": "500", "language": [ { "value": "fre", @@ -30849,6 +31349,7 @@ }, { "type": "book", + "pid": "501", "language": [ { "value": "fre", @@ -30914,6 +31415,7 @@ }, { "type": "book", + "pid": "502", "language": [ { "value": "rus", @@ -30972,6 +31474,7 @@ }, { "type": "book", + "pid": "503", "language": [ { "value": "eng", @@ -31063,6 +31566,7 @@ }, { "type": "book", + "pid": "504", "language": [ { "value": "ger", @@ -31134,6 +31638,7 @@ }, { "type": "book", + "pid": "505", "language": [ { "value": "ger", @@ -31209,6 +31714,7 @@ }, { "type": "book", + "pid": "506", "language": [ { "value": "ger", @@ -31278,6 +31784,7 @@ }, { "type": "article", + "pid": "507", "language": [ { "value": "fre", @@ -31304,6 +31811,7 @@ }, { "type": "video", + "pid": "508", "language": [ { "value": "fre", @@ -31369,6 +31877,7 @@ }, { "type": "book", + "pid": "509", "language": [ { "value": "ger", @@ -31427,6 +31936,7 @@ }, { "type": "article", + "pid": "510", "language": [ { "value": "fre", @@ -31485,6 +31995,7 @@ }, { "type": "book", + "pid": "511", "language": [ { "value": "ger", @@ -31554,6 +32065,7 @@ }, { "type": "book", + "pid": "512", "language": [ { "value": "ger", @@ -31620,6 +32132,7 @@ }, { "type": "book", + "pid": "513", "language": [ { "value": "fre", @@ -31678,6 +32191,7 @@ }, { "type": "book", + "pid": "514", "language": [ { "value": "eng", @@ -31751,6 +32265,7 @@ }, { "type": "book", + "pid": "515", "language": [ { "value": "chi", @@ -31818,6 +32333,7 @@ }, { "type": "book", + "pid": "516", "language": [ { "value": "fre", @@ -31881,6 +32397,7 @@ }, { "type": "book", + "pid": "517", "language": [ { "value": "jpn", @@ -31956,6 +32473,7 @@ }, { "type": "book", + "pid": "518", "language": [ { "value": "fre", @@ -32018,6 +32536,7 @@ }, { "type": "book", + "pid": "519", "language": [ { "value": "jpn", @@ -32093,6 +32612,7 @@ }, { "type": "article", + "pid": "520", "language": [ { "value": "eng", @@ -32125,6 +32645,7 @@ }, { "type": "book", + "pid": "521", "language": [ { "value": "ger", @@ -32207,6 +32728,7 @@ }, { "type": "book", + "pid": "522", "language": [ { "value": "fre", @@ -32272,6 +32794,7 @@ }, { "type": "book", + "pid": "523", "language": [ { "value": "heb", @@ -32337,6 +32860,7 @@ }, { "type": "book", + "pid": "524", "language": [ { "value": "fre", @@ -32399,6 +32923,7 @@ }, { "type": "book", + "pid": "525", "language": [ { "value": "ara", @@ -32469,6 +32994,7 @@ }, { "type": "book", + "pid": "526", "language": [ { "value": "fre", @@ -32530,6 +33056,7 @@ }, { "type": "book", + "pid": "527", "language": [ { "value": "fre", @@ -32588,6 +33115,7 @@ }, { "type": "journal", + "pid": "528", "language": [ { "value": "eng", @@ -32655,6 +33183,7 @@ }, { "type": "article", + "pid": "529", "language": [ { "value": "fre", @@ -32704,6 +33233,7 @@ }, { "type": "book", + "pid": "530", "language": [ { "value": "ger", @@ -32774,6 +33304,7 @@ }, { "type": "book", + "pid": "531", "language": [ { "value": "lat", @@ -32849,6 +33380,7 @@ }, { "type": "book", + "pid": "532", "language": [ { "value": "fre", @@ -32906,6 +33438,7 @@ }, { "type": "article", + "pid": "533", "language": [ { "value": "eng", @@ -32938,6 +33471,7 @@ }, { "type": "book", + "pid": "534", "language": [ { "value": "ger", @@ -33004,6 +33538,7 @@ }, { "type": "article", + "pid": "535", "language": [ { "value": "fre", @@ -33079,6 +33614,7 @@ }, { "type": "sound", + "pid": "536", "language": [ { "value": "eng", @@ -33140,6 +33676,7 @@ }, { "type": "book", + "pid": "537", "language": [ { "value": "ger", @@ -33212,6 +33749,7 @@ }, { "type": "book", + "pid": "538", "language": [ { "value": "ger", @@ -33278,6 +33816,7 @@ }, { "type": "book", + "pid": "539", "language": [ { "value": "fre", @@ -33343,6 +33882,7 @@ }, { "type": "article", + "pid": "540", "language": [ { "value": "ger", @@ -33375,6 +33915,7 @@ }, { "type": "journal", + "pid": "541", "language": [ { "value": "ger", @@ -33423,6 +33964,7 @@ }, { "type": "book", + "pid": "542", "language": [ { "value": "fre", @@ -33490,6 +34032,7 @@ }, { "type": "article", + "pid": "543", "language": [ { "value": "ita", @@ -33565,6 +34108,7 @@ }, { "type": "video", + "pid": "544", "language": [ { "value": "fre", @@ -33641,6 +34185,7 @@ }, { "type": "book", + "pid": "545", "language": [ { "value": "fre", @@ -33705,6 +34250,7 @@ }, { "type": "book", + "pid": "546", "language": [ { "value": "eng", @@ -33772,6 +34318,7 @@ }, { "type": "book", + "pid": "547", "language": [ { "value": "fre", @@ -33835,6 +34382,7 @@ }, { "type": "book", + "pid": "548", "language": [ { "value": "fre", @@ -33885,6 +34433,7 @@ }, { "type": "article", + "pid": "549", "language": [ { "value": "fre", @@ -33942,6 +34491,7 @@ }, { "type": "article", + "pid": "550", "language": [ { "value": "eng", @@ -34012,6 +34562,7 @@ }, { "type": "book", + "pid": "551", "language": [ { "value": "ita", @@ -34082,6 +34633,7 @@ }, { "type": "journal", + "pid": "552", "language": [ { "value": "fre", @@ -34135,6 +34687,7 @@ }, { "type": "article", + "pid": "553", "language": [ { "value": "ita", @@ -34214,6 +34767,7 @@ }, { "type": "book", + "pid": "554", "language": [ { "value": "jpn", @@ -34282,6 +34836,7 @@ }, { "type": "book", + "pid": "555", "language": [ { "value": "ger", @@ -34348,6 +34903,7 @@ }, { "type": "book", + "pid": "556", "language": [ { "value": "eng", @@ -34420,6 +34976,7 @@ }, { "type": "article", + "pid": "557", "language": [ { "value": "ger", @@ -34452,6 +35009,7 @@ }, { "type": "article", + "pid": "558", "language": [ { "value": "fre", @@ -34504,6 +35062,7 @@ }, { "type": "book", + "pid": "559", "language": [ { "value": "ger", @@ -34574,6 +35133,7 @@ }, { "type": "sound", + "pid": "560", "language": [ { "value": "eng", @@ -34631,6 +35191,7 @@ }, { "type": "book", + "pid": "561", "language": [ { "value": "ita", @@ -34690,6 +35251,7 @@ }, { "type": "article", + "pid": "562", "language": [ { "value": "eng", @@ -34725,6 +35287,7 @@ }, { "type": "book", + "pid": "563", "language": [ { "value": "chi", @@ -34791,6 +35354,7 @@ }, { "type": "book", + "pid": "564", "language": [ { "value": "fre", @@ -34850,6 +35414,7 @@ }, { "type": "book", + "pid": "565", "language": [ { "value": "fre", @@ -34910,6 +35475,7 @@ }, { "type": "book", + "pid": "566", "language": [ { "value": "ger", @@ -34973,6 +35539,7 @@ }, { "type": "book", + "pid": "567", "language": [ { "value": "fre", @@ -35036,6 +35603,7 @@ }, { "type": "journal", + "pid": "568", "language": [ { "value": "eng", @@ -35093,6 +35661,7 @@ }, { "type": "book", + "pid": "569", "language": [ { "value": "eng", @@ -35163,6 +35732,7 @@ }, { "type": "book", + "pid": "570", "language": [ { "value": "ger", @@ -35227,6 +35797,7 @@ }, { "type": "article", + "pid": "571", "language": [ { "value": "ger", @@ -35259,6 +35830,7 @@ }, { "type": "article", + "pid": "572", "language": [ { "value": "eng", @@ -35319,6 +35891,7 @@ }, { "type": "book", + "pid": "573", "language": [ { "value": "ger", @@ -35389,6 +35962,7 @@ }, { "type": "book", + "pid": "574", "language": [ { "value": "fre", @@ -35452,6 +36026,7 @@ }, { "type": "book", + "pid": "575", "language": [ { "value": "fre", @@ -35512,6 +36087,7 @@ }, { "type": "book", + "pid": "576", "language": [ { "value": "eng", @@ -35571,6 +36147,7 @@ }, { "type": "book", + "pid": "577", "language": [ { "value": "eng", @@ -35638,6 +36215,7 @@ }, { "type": "book", + "pid": "578", "language": [ { "value": "fre", @@ -35695,6 +36273,7 @@ }, { "type": "book", + "pid": "579", "language": [ { "value": "chi", @@ -35776,6 +36355,7 @@ }, { "type": "book", + "pid": "580", "language": [ { "value": "eng", @@ -35834,6 +36414,7 @@ }, { "type": "book", + "pid": "581", "language": [ { "value": "eng", @@ -35902,6 +36483,7 @@ }, { "type": "book", + "pid": "582", "language": [ { "value": "eng", @@ -35970,6 +36552,7 @@ }, { "type": "article", + "pid": "583", "language": [ { "value": "eng", @@ -36002,6 +36585,7 @@ }, { "type": "book", + "pid": "584", "language": [ { "value": "fre", @@ -36064,6 +36648,7 @@ }, { "type": "book", + "pid": "585", "language": [ { "value": "jpn", @@ -36148,6 +36733,7 @@ }, { "type": "book", + "pid": "586", "language": [ { "value": "fre", @@ -36214,6 +36800,7 @@ }, { "type": "video", + "pid": "587", "language": [ { "value": "fre", @@ -36279,6 +36866,7 @@ }, { "type": "book", + "pid": "588", "language": [ { "value": "fre", @@ -36336,6 +36924,7 @@ }, { "type": "article", + "pid": "589", "language": [ { "value": "ger", @@ -36398,6 +36987,7 @@ }, { "type": "article", + "pid": "590", "language": [ { "value": "eng", @@ -36430,6 +37020,7 @@ }, { "type": "book", + "pid": "591", "language": [ { "value": "ger", @@ -36496,6 +37087,7 @@ }, { "type": "book", + "pid": "592", "language": [ { "value": "fre", @@ -36558,6 +37150,7 @@ }, { "type": "book", + "pid": "593", "language": [ { "value": "fre", @@ -36615,6 +37208,7 @@ }, { "type": "book", + "pid": "594", "language": [ { "value": "fre", @@ -36671,6 +37265,7 @@ }, { "type": "article", + "pid": "595", "language": [ { "value": "eng", @@ -36703,6 +37298,7 @@ }, { "type": "article", + "pid": "596", "language": [ { "value": "eng", @@ -36735,6 +37331,7 @@ }, { "type": "book", + "pid": "597", "language": [ { "value": "jpn", @@ -36811,6 +37408,7 @@ }, { "type": "book", + "pid": "598", "language": [ { "value": "ger", @@ -36894,6 +37492,7 @@ }, { "type": "book", + "pid": "599", "language": [ { "value": "fre", @@ -36957,6 +37556,7 @@ }, { "type": "book", + "pid": "600", "language": [ { "value": "fre", @@ -37010,6 +37610,7 @@ }, { "type": "book", + "pid": "601", "language": [ { "value": "fre", @@ -37081,6 +37682,7 @@ }, { "type": "book", + "pid": "602", "language": [ { "value": "ger", @@ -37148,6 +37750,7 @@ }, { "type": "book", + "pid": "603", "language": [ { "value": "fre", @@ -37214,6 +37817,7 @@ }, { "type": "book", + "pid": "604", "language": [ { "value": "fre", @@ -37291,6 +37895,7 @@ }, { "type": "article", + "pid": "605", "language": [ { "value": "ger", @@ -37317,6 +37922,7 @@ }, { "type": "book", + "pid": "606", "language": [ { "value": "fre", @@ -37386,6 +37992,7 @@ }, { "type": "book", + "pid": "607", "language": [ { "value": "ger", @@ -37459,6 +38066,7 @@ }, { "type": "book", + "pid": "608", "language": [ { "value": "fre", @@ -37522,6 +38130,7 @@ }, { "type": "book", + "pid": "609", "language": [ { "value": "por", @@ -37583,6 +38192,7 @@ }, { "type": "book", + "pid": "610", "language": [ { "value": "ger", @@ -37650,6 +38260,7 @@ }, { "type": "book", + "pid": "611", "language": [ { "value": "lat", @@ -37721,6 +38332,7 @@ }, { "type": "article", + "pid": "612", "language": [ { "value": "eng", @@ -37753,6 +38365,7 @@ }, { "type": "book", + "pid": "613", "language": [ { "value": "fre", @@ -37823,6 +38436,7 @@ }, { "type": "article", + "pid": "614", "language": [ { "value": "eng", @@ -37855,6 +38469,7 @@ }, { "type": "book", + "pid": "615", "language": [ { "value": "fre", @@ -37920,6 +38535,7 @@ }, { "type": "book", + "pid": "616", "language": [ { "value": "ger", @@ -37987,6 +38603,7 @@ }, { "type": "book", + "pid": "617", "language": [ { "value": "fre", @@ -38051,6 +38668,7 @@ }, { "type": "book", + "pid": "618", "language": [ { "value": "fre", @@ -38109,6 +38727,7 @@ }, { "type": "book", + "pid": "619", "language": [ { "value": "por", @@ -38180,6 +38799,7 @@ }, { "type": "article", + "pid": "620", "language": [ { "value": "eng", @@ -38212,6 +38832,7 @@ }, { "type": "article", + "pid": "621", "language": [ { "value": "eng", @@ -38244,6 +38865,7 @@ }, { "type": "book", + "pid": "622", "language": [ { "value": "ger", @@ -38320,6 +38942,7 @@ }, { "type": "book", + "pid": "623", "language": [ { "value": "fre", @@ -38374,6 +38997,7 @@ }, { "type": "book", + "pid": "624", "language": [ { "value": "fre", @@ -38429,6 +39053,7 @@ }, { "type": "sound", + "pid": "625", "language": [ { "value": "ger", @@ -38492,6 +39117,7 @@ }, { "type": "book", + "pid": "626", "language": [ { "value": "ger", @@ -38550,6 +39176,7 @@ }, { "type": "article", + "pid": "627", "language": [ { "value": "eng", @@ -38582,6 +39209,7 @@ }, { "type": "book", + "pid": "628", "language": [ { "value": "fre", @@ -38636,6 +39264,7 @@ }, { "type": "book", + "pid": "629", "language": [ { "value": "fre", @@ -38695,6 +39324,7 @@ }, { "type": "book", + "pid": "630", "language": [ { "value": "fre", @@ -38755,6 +39385,7 @@ }, { "type": "book", + "pid": "631", "language": [ { "value": "ita", @@ -38824,6 +39455,7 @@ }, { "type": "book", + "pid": "632", "language": [ { "value": "ita", @@ -38891,6 +39523,7 @@ }, { "type": "book", + "pid": "633", "language": [ { "value": "fre", @@ -38958,6 +39591,7 @@ }, { "type": "book", + "pid": "634", "language": [ { "value": "eng", @@ -39023,6 +39657,7 @@ }, { "type": "journal", + "pid": "635", "language": [ { "value": "eng", @@ -39073,6 +39708,7 @@ }, { "type": "book", + "pid": "636", "language": [ { "value": "ger", @@ -39136,6 +39772,7 @@ }, { "type": "book", + "pid": "637", "language": [ { "value": "fre", @@ -39192,6 +39829,7 @@ }, { "type": "book", + "pid": "638", "language": [ { "value": "fre", @@ -39260,6 +39898,7 @@ }, { "type": "article", + "pid": "639", "language": [ { "value": "eng", @@ -39292,6 +39931,7 @@ }, { "type": "book", + "pid": "640", "language": [ { "value": "fre", @@ -39350,6 +39990,7 @@ }, { "type": "article", + "pid": "641", "language": [ { "value": "ger", @@ -39404,6 +40045,7 @@ }, { "type": "article", + "pid": "642", "language": [ { "value": "eng", @@ -39431,6 +40073,7 @@ }, { "type": "article", + "pid": "643", "language": [ { "value": "eng", @@ -39457,6 +40100,7 @@ }, { "type": "article", + "pid": "644", "language": [ { "value": "eng", @@ -39489,6 +40133,7 @@ }, { "type": "journal", + "pid": "645", "language": [ { "value": "ger", @@ -39559,6 +40204,7 @@ }, { "type": "score", + "pid": "646", "language": [ { "value": "ger", @@ -39627,6 +40273,7 @@ }, { "type": "book", + "pid": "647", "language": [ { "value": "fre", @@ -39689,6 +40336,7 @@ }, { "type": "book", + "pid": "648", "language": [ { "value": "jpn", @@ -39769,6 +40417,7 @@ }, { "type": "book", + "pid": "649", "language": [ { "value": "fre", @@ -39836,6 +40485,7 @@ }, { "type": "book", + "pid": "650", "language": [ { "value": "heb", @@ -39902,6 +40552,7 @@ }, { "type": "book", + "pid": "651", "language": [ { "value": "ger", @@ -39967,6 +40618,7 @@ }, { "type": "book", + "pid": "652", "language": [ { "value": "ita", @@ -40037,6 +40689,7 @@ }, { "type": "article", + "pid": "653", "language": [ { "value": "ita", @@ -40091,6 +40744,7 @@ }, { "type": "book", + "pid": "654", "language": [ { "value": "fre", @@ -40160,6 +40814,7 @@ }, { "type": "book", + "pid": "655", "language": [ { "value": "ita", @@ -40227,6 +40882,7 @@ }, { "type": "book", + "pid": "656", "language": [ { "value": "fre", @@ -40290,6 +40946,7 @@ }, { "type": "book", + "pid": "657", "language": [ { "value": "eng", @@ -40365,6 +41022,7 @@ }, { "type": "sound", + "pid": "658", "language": [ { "value": "spa", @@ -40428,6 +41086,7 @@ }, { "type": "book", + "pid": "659", "language": [ { "value": "eng", @@ -40508,6 +41167,7 @@ }, { "type": "book", + "pid": "660", "language": [ { "value": "ger", @@ -40588,6 +41248,7 @@ }, { "type": "article", + "pid": "661", "language": [ { "value": "ger", @@ -40620,6 +41281,7 @@ }, { "type": "journal", + "pid": "662", "language": [ { "value": "eng", @@ -40673,6 +41335,7 @@ }, { "type": "book", + "pid": "663", "language": [ { "value": "chi", @@ -40731,6 +41394,7 @@ }, { "type": "article", + "pid": "664", "language": [ { "value": "fre", @@ -40793,6 +41457,7 @@ }, { "type": "book", + "pid": "665", "language": [ { "value": "ger", @@ -40853,6 +41518,7 @@ }, { "type": "article", + "pid": "666", "language": [ { "value": "eng", @@ -40885,6 +41551,7 @@ }, { "type": "book", + "pid": "667", "language": [ { "value": "ger", @@ -40955,6 +41622,7 @@ }, { "type": "book", + "pid": "668", "language": [ { "value": "ger", @@ -41024,6 +41692,7 @@ }, { "type": "book", + "pid": "669", "language": [ { "value": "fre", @@ -41091,6 +41760,7 @@ }, { "type": "book", + "pid": "670", "language": [ { "value": "ger", @@ -41159,6 +41829,7 @@ }, { "type": "book", + "pid": "671", "language": [ { "value": "fre", @@ -41236,6 +41907,7 @@ }, { "type": "book", + "pid": "672", "language": [ { "value": "ger", @@ -41314,6 +41986,7 @@ }, { "type": "sound", + "pid": "673", "language": [ { "value": "eng", @@ -41375,6 +42048,7 @@ }, { "type": "article", + "pid": "674", "language": [ { "value": "ita", @@ -41438,6 +42112,7 @@ }, { "type": "article", + "pid": "675", "language": [ { "value": "fre", @@ -41498,6 +42173,7 @@ }, { "type": "book", + "pid": "676", "language": [ { "value": "fre", @@ -41566,6 +42242,7 @@ }, { "type": "book", + "pid": "677", "language": [ { "value": "fre", @@ -41621,6 +42298,7 @@ }, { "type": "article", + "pid": "678", "language": [ { "value": "ger", @@ -41653,6 +42331,7 @@ }, { "type": "book", + "pid": "679", "language": [ { "value": "fre", @@ -41714,6 +42393,7 @@ }, { "type": "book", + "pid": "680", "language": [ { "value": "fre", @@ -41773,6 +42453,7 @@ }, { "type": "book", + "pid": "681", "language": [ { "value": "ger", @@ -41841,6 +42522,7 @@ }, { "type": "score", + "pid": "682", "language": [ { "value": "ger", @@ -41920,6 +42602,7 @@ }, { "type": "book", + "pid": "683", "language": [ { "value": "ita", @@ -41983,6 +42666,7 @@ }, { "type": "book", + "pid": "684", "language": [ { "value": "chi", @@ -42056,6 +42740,7 @@ }, { "type": "book", + "pid": "685", "language": [ { "value": "fre", @@ -42126,6 +42811,7 @@ }, { "type": "book", + "pid": "686", "language": [ { "value": "eng", @@ -42199,6 +42885,7 @@ }, { "type": "book", + "pid": "687", "language": [ { "value": "fre", @@ -42257,6 +42944,7 @@ }, { "type": "book", + "pid": "688", "language": [ { "value": "fre", @@ -42320,6 +43008,7 @@ }, { "type": "book", + "pid": "689", "language": [ { "value": "fre", @@ -42392,6 +43081,7 @@ }, { "type": "book", + "pid": "690", "language": [ { "value": "ita", @@ -42479,6 +43169,7 @@ }, { "type": "book", + "pid": "691", "language": [ { "value": "ger", @@ -42546,6 +43237,7 @@ }, { "type": "book", + "pid": "692", "language": [ { "value": "fre", @@ -42609,6 +43301,7 @@ }, { "type": "book", + "pid": "693", "language": [ { "value": "ger", @@ -42683,6 +43376,7 @@ }, { "type": "book", + "pid": "694", "language": [ { "value": "eng", @@ -42740,6 +43434,7 @@ }, { "type": "article", + "pid": "695", "language": [ { "value": "ger", @@ -42772,6 +43467,7 @@ }, { "type": "book", + "pid": "696", "language": [ { "value": "fre", @@ -42834,6 +43530,7 @@ }, { "type": "book", + "pid": "697", "language": [ { "value": "ger", @@ -42941,6 +43638,7 @@ }, { "type": "book", + "pid": "698", "language": [ { "value": "ita", @@ -43005,6 +43703,7 @@ }, { "type": "book", + "pid": "699", "language": [ { "value": "ara", @@ -43063,6 +43762,7 @@ }, { "type": "article", + "pid": "700", "language": [ { "value": "fre", @@ -43113,6 +43813,7 @@ }, { "type": "article", + "pid": "701", "language": [ { "value": "eng", @@ -43145,6 +43846,7 @@ }, { "type": "book", + "pid": "702", "language": [ { "value": "fre", @@ -43211,6 +43913,7 @@ }, { "type": "book", + "pid": "703", "language": [ { "value": "spa", @@ -43289,6 +43992,7 @@ }, { "type": "book", + "pid": "704", "language": [ { "value": "jpn", @@ -43364,6 +44068,7 @@ }, { "type": "article", + "pid": "705", "language": [ { "value": "ita", @@ -43396,6 +44101,7 @@ }, { "type": "book", + "pid": "706", "language": [ { "value": "fre", @@ -43456,6 +44162,7 @@ }, { "type": "article", + "pid": "707", "language": [ { "value": "fre", @@ -43514,6 +44221,7 @@ }, { "type": "book", + "pid": "708", "language": [ { "value": "ger", @@ -43589,6 +44297,7 @@ }, { "type": "book", + "pid": "709", "language": [ { "value": "fre", @@ -43654,6 +44363,7 @@ }, { "type": "book", + "pid": "710", "language": [ { "value": "lat", @@ -43727,6 +44437,7 @@ }, { "type": "book", + "pid": "711", "language": [ { "value": "rus", @@ -43798,6 +44509,7 @@ }, { "type": "book", + "pid": "712", "language": [ { "value": "fre", @@ -43858,6 +44570,7 @@ }, { "type": "book", + "pid": "713", "language": [ { "value": "ara", @@ -43916,6 +44629,7 @@ }, { "type": "book", + "pid": "714", "language": [ { "value": "fre", @@ -43979,6 +44693,7 @@ }, { "type": "article", + "pid": "715", "language": [ { "value": "eng", @@ -44011,6 +44726,7 @@ }, { "type": "book", + "pid": "716", "language": [ { "value": "fre", @@ -44074,6 +44790,7 @@ }, { "type": "book", + "pid": "717", "language": [ { "value": "fre", @@ -44130,6 +44847,7 @@ }, { "type": "book", + "pid": "718", "language": [ { "value": "fre", @@ -44187,6 +44905,7 @@ }, { "type": "book", + "pid": "719", "language": [ { "value": "fre", @@ -44250,6 +44969,7 @@ }, { "type": "book", + "pid": "720", "language": [ { "value": "fre", @@ -44310,6 +45030,7 @@ }, { "type": "article", + "pid": "721", "language": [ { "value": "ger", @@ -44377,6 +45098,7 @@ }, { "type": "article", + "pid": "722", "language": [ { "value": "fre", @@ -44404,6 +45126,7 @@ }, { "type": "book", + "pid": "723", "language": [ { "value": "fre", @@ -44463,6 +45186,7 @@ }, { "type": "score", + "pid": "724", "language": [ { "value": "ger", @@ -44547,6 +45271,7 @@ }, { "type": "book", + "pid": "725", "language": [ { "value": "fre", @@ -44607,6 +45332,7 @@ }, { "type": "book", + "pid": "726", "language": [ { "value": "ger", @@ -44668,6 +45394,7 @@ }, { "type": "book", + "pid": "727", "language": [ { "value": "fre", @@ -44731,6 +45458,7 @@ }, { "type": "book", + "pid": "728", "language": [ { "value": "ger", @@ -44830,6 +45558,7 @@ }, { "type": "book", + "pid": "729", "language": [ { "value": "eng", @@ -44900,6 +45629,7 @@ }, { "type": "journal", + "pid": "730", "language": [ { "value": "fre", @@ -44953,6 +45683,7 @@ }, { "type": "book", + "pid": "731", "language": [ { "value": "fre", @@ -45020,6 +45751,7 @@ }, { "type": "book", + "pid": "732", "language": [ { "value": "fre", @@ -45072,6 +45804,7 @@ }, { "type": "book", + "pid": "733", "language": [ { "value": "fre", @@ -45137,6 +45870,7 @@ }, { "type": "article", + "pid": "734", "language": [ { "value": "spa", @@ -45169,6 +45903,7 @@ }, { "type": "book", + "pid": "735", "language": [ { "value": "fre", @@ -45223,6 +45958,7 @@ }, { "type": "score", + "pid": "736", "language": [ { "value": "fre", @@ -45300,6 +46036,7 @@ }, { "type": "book", + "pid": "737", "language": [ { "value": "fre", @@ -45364,6 +46101,7 @@ }, { "type": "score", + "pid": "738", "language": [ { "value": "fre", @@ -45431,6 +46169,7 @@ }, { "type": "book", + "pid": "739", "language": [ { "value": "ger", @@ -45500,6 +46239,7 @@ }, { "type": "book", + "pid": "740", "language": [ { "value": "fre", @@ -45566,6 +46306,7 @@ }, { "type": "book", + "pid": "741", "language": [ { "value": "ger", @@ -45632,6 +46373,7 @@ }, { "type": "book", + "pid": "742", "language": [ { "value": "ger", @@ -45701,6 +46443,7 @@ }, { "type": "sound", + "pid": "743", "language": [ { "value": "rus", @@ -45765,6 +46508,7 @@ }, { "type": "book", + "pid": "744", "language": [ { "value": "fre", @@ -45836,6 +46580,7 @@ }, { "type": "article", + "pid": "745", "language": [ { "value": "eng", @@ -45868,6 +46613,7 @@ }, { "type": "book", + "pid": "746", "language": [ { "value": "fre", @@ -45927,6 +46673,7 @@ }, { "type": "article", + "pid": "747", "language": [ { "value": "fre", @@ -45959,6 +46706,7 @@ }, { "type": "sound", + "pid": "748", "language": [ { "value": "fre", @@ -46012,6 +46760,7 @@ }, { "type": "book", + "pid": "749", "language": [ { "value": "rus", @@ -46083,6 +46832,7 @@ }, { "type": "book", + "pid": "750", "language": [ { "value": "heb", @@ -46151,6 +46901,7 @@ }, { "type": "book", + "pid": "751", "language": [ { "value": "fre", @@ -46214,6 +46965,7 @@ }, { "type": "book", + "pid": "752", "language": [ { "value": "chi", @@ -46280,6 +47032,7 @@ }, { "type": "book", + "pid": "753", "language": [ { "value": "fre", @@ -46347,6 +47100,7 @@ }, { "type": "book", + "pid": "754", "language": [ { "value": "fre", @@ -46404,6 +47158,7 @@ }, { "type": "book", + "pid": "755", "language": [ { "value": "ger", @@ -46472,6 +47227,7 @@ }, { "type": "book", + "pid": "756", "language": [ { "value": "ger", @@ -46544,6 +47300,7 @@ }, { "type": "article", + "pid": "757", "language": [ { "value": "ger", @@ -46576,6 +47333,7 @@ }, { "type": "book", + "pid": "758", "language": [ { "value": "fre", @@ -46635,6 +47393,7 @@ }, { "type": "book", + "pid": "759", "language": [ { "value": "fre", @@ -46696,6 +47455,7 @@ }, { "type": "article", + "pid": "760", "language": [ { "value": "ger", @@ -46728,6 +47488,7 @@ }, { "type": "book", + "pid": "761", "language": [ { "value": "ara", @@ -46793,6 +47554,7 @@ }, { "type": "article", + "pid": "762", "language": [ { "value": "ger", @@ -46825,6 +47587,7 @@ }, { "type": "book", + "pid": "763", "language": [ { "value": "fre", @@ -46879,6 +47642,7 @@ }, { "type": "book", + "pid": "764", "language": [ { "value": "fre", @@ -46949,6 +47713,7 @@ }, { "type": "book", + "pid": "765", "language": [ { "value": "ita", @@ -47040,6 +47805,7 @@ }, { "type": "book", + "pid": "766", "language": [ { "value": "ita", @@ -47109,6 +47875,7 @@ }, { "type": "book", + "pid": "767", "language": [ { "value": "ger", @@ -47164,6 +47931,7 @@ }, { "type": "journal", + "pid": "768", "language": [ { "value": "ger", @@ -47210,6 +47978,7 @@ }, { "type": "article", + "pid": "769", "language": [ { "value": "fre", @@ -47271,6 +48040,7 @@ }, { "type": "book", + "pid": "770", "language": [ { "value": "fre", @@ -47335,6 +48105,7 @@ }, { "type": "book", + "pid": "771", "language": [ { "value": "fre", @@ -47408,6 +48179,7 @@ }, { "type": "book", + "pid": "772", "language": [ { "value": "ger", @@ -47477,6 +48249,7 @@ }, { "type": "book", + "pid": "773", "language": [ { "value": "heb", @@ -47556,6 +48329,7 @@ }, { "type": "book", + "pid": "774", "language": [ { "value": "und", @@ -47613,6 +48387,7 @@ }, { "type": "book", + "pid": "775", "language": [ { "value": "ger", @@ -47684,6 +48459,7 @@ }, { "type": "book", + "pid": "776", "language": [ { "value": "fre", @@ -47743,6 +48519,7 @@ }, { "type": "book", + "pid": "777", "language": [ { "value": "fre", @@ -47806,6 +48583,7 @@ }, { "type": "book", + "pid": "778", "language": [ { "value": "ger", @@ -47873,6 +48651,7 @@ }, { "type": "article", + "pid": "779", "language": [ { "value": "eng", @@ -47905,6 +48684,7 @@ }, { "type": "book", + "pid": "780", "language": [ { "value": "fre", @@ -47962,6 +48742,7 @@ }, { "type": "book", + "pid": "781", "language": [ { "value": "fre", @@ -48047,6 +48828,7 @@ }, { "type": "article", + "pid": "782", "language": [ { "value": "eng", @@ -48079,6 +48861,7 @@ }, { "type": "book", + "pid": "783", "language": [ { "value": "fre", @@ -48148,6 +48931,7 @@ }, { "type": "book", + "pid": "784", "language": [ { "value": "ger", @@ -48214,6 +48998,7 @@ }, { "type": "article", + "pid": "785", "language": [ { "value": "eng", @@ -48246,6 +49031,7 @@ }, { "type": "book", + "pid": "786", "language": [ { "value": "fre", @@ -48306,6 +49092,7 @@ }, { "type": "book", + "pid": "787", "language": [ { "value": "ger", @@ -48379,6 +49166,7 @@ }, { "type": "book", + "pid": "788", "language": [ { "value": "eng", @@ -48455,6 +49243,7 @@ }, { "type": "book", + "pid": "789", "language": [ { "value": "jpn", @@ -48531,6 +49320,7 @@ }, { "type": "book", + "pid": "790", "language": [ { "value": "eng", @@ -48617,6 +49407,7 @@ }, { "type": "article", + "pid": "791", "language": [ { "value": "fre", @@ -48667,6 +49458,7 @@ }, { "type": "article", + "pid": "792", "language": [ { "value": "eng", @@ -48699,6 +49491,7 @@ }, { "type": "book", + "pid": "793", "language": [ { "value": "fre", @@ -48758,6 +49551,7 @@ }, { "type": "book", + "pid": "794", "language": [ { "value": "fre", @@ -48833,6 +49627,7 @@ }, { "type": "journal", + "pid": "795", "language": [ { "value": "jpn", @@ -48897,6 +49692,7 @@ }, { "type": "article", + "pid": "796", "language": [ { "value": "eng", @@ -48929,6 +49725,7 @@ }, { "type": "article", + "pid": "797", "language": [ { "value": "eng", @@ -48961,6 +49758,7 @@ }, { "type": "article", + "pid": "798", "language": [ { "value": "ger", @@ -49018,6 +49816,7 @@ }, { "type": "book", + "pid": "799", "language": [ { "value": "ara", @@ -49068,6 +49867,7 @@ }, { "type": "book", + "pid": "800", "language": [ { "value": "ger", @@ -49145,6 +49945,7 @@ }, { "type": "book", + "pid": "801", "language": [ { "value": "eng", @@ -49211,6 +50012,7 @@ }, { "type": "book", + "pid": "802", "language": [ { "value": "ger", @@ -49282,6 +50084,7 @@ }, { "type": "article", + "pid": "803", "language": [ { "value": "eng", @@ -49308,6 +50111,7 @@ }, { "type": "book", + "pid": "804", "language": [ { "value": "ger", @@ -49383,6 +50187,7 @@ }, { "type": "book", + "pid": "805", "language": [ { "value": "ger", @@ -49451,6 +50256,7 @@ }, { "type": "book", + "pid": "806", "language": [ { "value": "fre", @@ -49520,6 +50326,7 @@ }, { "type": "article", + "pid": "807", "language": [ { "value": "fre", @@ -49552,6 +50359,7 @@ }, { "type": "book", + "pid": "808", "language": [ { "value": "fre", @@ -49615,6 +50423,7 @@ }, { "type": "book", + "pid": "809", "language": [ { "value": "fre", @@ -49674,6 +50483,7 @@ }, { "type": "article", + "pid": "810", "language": [ { "value": "fre", @@ -49722,6 +50532,7 @@ }, { "type": "book", + "pid": "811", "language": [ { "value": "fre", @@ -49788,6 +50599,7 @@ }, { "type": "book", + "pid": "812", "language": [ { "value": "ger", @@ -49852,6 +50664,7 @@ }, { "type": "article", + "pid": "813", "language": [ { "value": "ger", @@ -49902,6 +50715,7 @@ }, { "type": "sound", + "pid": "814", "language": [ { "value": "eng", @@ -49984,6 +50798,7 @@ }, { "type": "article", + "pid": "815", "language": [ { "value": "fre", @@ -50016,6 +50831,7 @@ }, { "type": "article", + "pid": "816", "language": [ { "value": "eng", @@ -50079,6 +50895,7 @@ }, { "type": "book", + "pid": "817", "language": [ { "value": "ger", @@ -50141,6 +50958,7 @@ }, { "type": "book", + "pid": "818", "language": [ { "value": "ara", @@ -50207,6 +51025,7 @@ }, { "type": "book", + "pid": "819", "language": [ { "value": "fre", @@ -50274,6 +51093,7 @@ }, { "type": "book", + "pid": "820", "language": [ { "value": "eng", @@ -50335,6 +51155,7 @@ }, { "type": "book", + "pid": "821", "language": [ { "value": "eng", @@ -50401,6 +51222,7 @@ }, { "type": "article", + "pid": "822", "language": [ { "value": "fre", @@ -50440,6 +51262,7 @@ }, { "type": "book", + "pid": "823", "language": [ { "value": "eng", @@ -50504,6 +51327,7 @@ }, { "type": "article", + "pid": "824", "language": [ { "value": "eng", @@ -50530,6 +51354,7 @@ }, { "type": "book", + "pid": "825", "language": [ { "value": "chi", @@ -50604,6 +51429,7 @@ }, { "type": "article", + "pid": "826", "language": [ { "value": "fre", @@ -50679,6 +51505,7 @@ }, { "type": "book", + "pid": "827", "language": [ { "value": "ara", @@ -50741,6 +51568,7 @@ }, { "type": "article", + "pid": "828", "language": [ { "value": "eng", @@ -50773,6 +51601,7 @@ }, { "type": "book", + "pid": "829", "language": [ { "value": "ara", @@ -50835,6 +51664,7 @@ }, { "type": "book", + "pid": "830", "language": [ { "value": "ger", @@ -50910,6 +51740,7 @@ }, { "type": "book", + "pid": "831", "language": [ { "value": "lat", @@ -50982,6 +51813,7 @@ }, { "type": "book", + "pid": "832", "language": [ { "value": "lat", @@ -51053,6 +51885,7 @@ }, { "type": "book", + "pid": "833", "language": [ { "value": "eng", @@ -51109,6 +51942,7 @@ }, { "type": "book", + "pid": "834", "language": [ { "value": "fre", @@ -51172,6 +52006,7 @@ }, { "type": "book", + "pid": "835", "language": [ { "value": "fre", @@ -51244,6 +52079,7 @@ }, { "type": "book", + "pid": "836", "language": [ { "value": "ita", @@ -51312,6 +52148,7 @@ }, { "type": "book", + "pid": "837", "language": [ { "value": "eng", @@ -51393,6 +52230,7 @@ }, { "type": "book", + "pid": "838", "language": [ { "value": "ger", @@ -51466,6 +52304,7 @@ }, { "type": "book", + "pid": "839", "language": [ { "value": "fre", @@ -51538,6 +52377,7 @@ }, { "type": "book", + "pid": "840", "language": [ { "value": "ita", @@ -51605,6 +52445,7 @@ }, { "type": "book", + "pid": "841", "language": [ { "value": "eng", @@ -51669,6 +52510,7 @@ }, { "type": "article", + "pid": "842", "language": [ { "value": "fre", @@ -51730,6 +52572,7 @@ }, { "type": "article", + "pid": "843", "language": [ { "value": "fre", @@ -51797,6 +52640,7 @@ }, { "type": "book", + "pid": "844", "language": [ { "value": "fre", @@ -51860,6 +52704,7 @@ }, { "type": "book", + "pid": "845", "language": [ { "value": "fre", @@ -51980,6 +52825,7 @@ }, { "type": "journal", + "pid": "846", "language": [ { "value": "fre", @@ -52042,6 +52888,7 @@ }, { "type": "article", + "pid": "847", "language": [ { "value": "fre", @@ -52102,6 +52949,7 @@ }, { "type": "book", + "pid": "848", "language": [ { "value": "ger", @@ -52182,6 +53030,7 @@ }, { "type": "book", + "pid": "849", "language": [ { "value": "ger", @@ -52249,6 +53098,7 @@ }, { "type": "book", + "pid": "850", "language": [ { "value": "ger", @@ -52346,6 +53196,7 @@ }, { "type": "book", + "pid": "851", "language": [ { "value": "rus", @@ -52419,6 +53270,7 @@ }, { "type": "book", + "pid": "852", "language": [ { "value": "fre", @@ -52487,6 +53339,7 @@ }, { "type": "book", + "pid": "853", "language": [ { "value": "spa", @@ -52579,6 +53432,7 @@ }, { "type": "book", + "pid": "854", "language": [ { "value": "fre", @@ -52645,6 +53499,7 @@ }, { "type": "book", + "pid": "855", "language": [ { "value": "fre", @@ -52717,6 +53572,7 @@ }, { "type": "journal", + "pid": "856", "language": [ { "value": "fre", @@ -52778,6 +53634,7 @@ }, { "type": "article", + "pid": "857", "language": [ { "value": "eng", @@ -52810,6 +53667,7 @@ }, { "type": "book", + "pid": "858", "language": [ { "value": "fre", @@ -52877,6 +53735,7 @@ }, { "type": "book", + "pid": "859", "language": [ { "value": "ger", @@ -52942,6 +53801,7 @@ }, { "type": "score", + "pid": "860", "language": [ { "value": "ger", @@ -53001,6 +53861,7 @@ }, { "type": "book", + "pid": "861", "language": [ { "value": "ger", @@ -53068,6 +53929,7 @@ }, { "type": "book", + "pid": "862", "language": [ { "value": "ger", @@ -53130,6 +53992,7 @@ }, { "type": "book", + "pid": "863", "language": [ { "value": "fre", @@ -53193,6 +54056,7 @@ }, { "type": "book", + "pid": "864", "language": [ { "value": "fre", @@ -53251,6 +54115,7 @@ }, { "type": "book", + "pid": "865", "language": [ { "value": "rus", @@ -53318,6 +54183,7 @@ }, { "type": "book", + "pid": "866", "language": [ { "value": "fre", @@ -53382,6 +54248,7 @@ }, { "type": "book", + "pid": "867", "language": [ { "value": "fre", @@ -53448,6 +54315,7 @@ }, { "type": "book", + "pid": "868", "language": [ { "value": "fre", @@ -53516,6 +54384,7 @@ }, { "type": "article", + "pid": "869", "language": [ { "value": "eng", @@ -53548,6 +54417,7 @@ }, { "type": "journal", + "pid": "870", "language": [ { "value": "eng", @@ -53600,6 +54470,7 @@ }, { "type": "book", + "pid": "871", "language": [ { "value": "eng", @@ -53668,6 +54539,7 @@ }, { "type": "book", + "pid": "872", "language": [ { "value": "ger", @@ -53757,6 +54629,7 @@ }, { "type": "book", + "pid": "873", "language": [ { "value": "ger", @@ -53828,6 +54701,7 @@ }, { "type": "article", + "pid": "874", "language": [ { "value": "ger", @@ -53860,6 +54734,7 @@ }, { "type": "article", + "pid": "875", "language": [ { "value": "ger", @@ -53904,6 +54779,7 @@ }, { "type": "article", + "pid": "876", "language": [ { "value": "eng", @@ -53936,6 +54812,7 @@ }, { "type": "book", + "pid": "877", "language": [ { "value": "fre", @@ -53999,6 +54876,7 @@ }, { "type": "book", + "pid": "878", "language": [ { "value": "fre", @@ -54067,6 +54945,7 @@ }, { "type": "article", + "pid": "879", "language": [ { "value": "ger", @@ -54099,6 +54978,7 @@ }, { "type": "book", + "pid": "880", "language": [ { "value": "fre", @@ -54164,6 +55044,7 @@ }, { "type": "book", + "pid": "881", "language": [ { "value": "ger", @@ -54232,6 +55113,7 @@ }, { "type": "book", + "pid": "882", "language": [ { "value": "ita", @@ -54303,6 +55185,7 @@ }, { "type": "article", + "pid": "883", "language": [ { "value": "eng", @@ -54335,6 +55218,7 @@ }, { "type": "article", + "pid": "884", "language": [ { "value": "ger", @@ -54396,6 +55280,7 @@ }, { "type": "book", + "pid": "885", "language": [ { "value": "eng", @@ -54464,6 +55349,7 @@ }, { "type": "book", + "pid": "886", "language": [ { "value": "jpn", @@ -54548,6 +55434,7 @@ }, { "type": "book", + "pid": "887", "language": [ { "value": "fre", @@ -54605,6 +55492,7 @@ }, { "type": "book", + "pid": "888", "language": [ { "value": "fre", @@ -54676,6 +55564,7 @@ }, { "type": "book", + "pid": "889", "language": [ { "value": "fre", @@ -54732,6 +55621,7 @@ }, { "type": "book", + "pid": "890", "language": [ { "value": "ger", @@ -54800,6 +55690,7 @@ }, { "type": "book", + "pid": "891", "language": [ { "value": "fre", @@ -54864,6 +55755,7 @@ }, { "type": "article", + "pid": "892", "language": [ { "value": "ger", @@ -54896,6 +55788,7 @@ }, { "type": "book", + "pid": "893", "language": [ { "value": "eng", @@ -54966,6 +55859,7 @@ }, { "type": "book", + "pid": "894", "language": [ { "value": "fre", @@ -55029,6 +55923,7 @@ }, { "type": "book", + "pid": "895", "language": [ { "value": "fre", @@ -55090,6 +55985,7 @@ }, { "type": "book", + "pid": "896", "language": [ { "value": "spa", @@ -55160,6 +56056,7 @@ }, { "type": "book", + "pid": "897", "language": [ { "value": "ger", @@ -55230,6 +56127,7 @@ }, { "type": "book", + "pid": "898", "language": [ { "value": "fre", @@ -55299,6 +56197,7 @@ }, { "type": "article", + "pid": "899", "language": [ { "value": "fre", @@ -55350,6 +56249,7 @@ }, { "type": "article", + "pid": "900", "language": [ { "value": "eng", @@ -55376,6 +56276,7 @@ }, { "type": "article", + "pid": "901", "language": [ { "value": "ger", @@ -55411,6 +56312,7 @@ }, { "type": "book", + "pid": "902", "language": [ { "value": "fre", @@ -55479,6 +56381,7 @@ }, { "type": "book", + "pid": "903", "language": [ { "value": "fre", @@ -55550,6 +56453,7 @@ }, { "type": "book", + "pid": "904", "language": [ { "value": "fre", @@ -55611,6 +56515,7 @@ }, { "type": "book", + "pid": "905", "language": [ { "value": "ger", @@ -55677,6 +56582,7 @@ }, { "type": "article", + "pid": "906", "language": [ { "value": "eng", @@ -55703,6 +56609,7 @@ }, { "type": "book", + "pid": "907", "language": [ { "value": "eng", @@ -55761,6 +56668,7 @@ }, { "type": "book", + "pid": "908", "language": [ { "value": "fre", @@ -55818,6 +56726,7 @@ }, { "type": "score", + "pid": "909", "language": [ { "value": "eng", @@ -55895,6 +56804,7 @@ }, { "type": "journal", + "pid": "910", "language": [ { "value": "ger", @@ -55950,6 +56860,7 @@ }, { "type": "article", + "pid": "911", "language": [ { "value": "eng", @@ -55982,6 +56893,7 @@ }, { "type": "journal", + "pid": "912", "language": [ { "value": "eng", @@ -56041,6 +56953,7 @@ }, { "type": "book", + "pid": "913", "language": [ { "value": "ita", @@ -56112,6 +57025,7 @@ }, { "type": "book", + "pid": "914", "language": [ { "value": "fre", @@ -56175,6 +57089,7 @@ }, { "type": "book", + "pid": "915", "language": [ { "value": "ger", @@ -56242,6 +57157,7 @@ }, { "type": "article", + "pid": "916", "language": [ { "value": "eng", @@ -56313,6 +57229,7 @@ }, { "type": "book", + "pid": "917", "language": [ { "value": "ger", @@ -56406,6 +57323,7 @@ }, { "type": "score", + "pid": "918", "language": [ { "value": "ger", @@ -56478,6 +57396,7 @@ }, { "type": "book", + "pid": "919", "language": [ { "value": "fre", @@ -56538,6 +57457,7 @@ }, { "type": "article", + "pid": "920", "language": [ { "value": "ita", @@ -56608,6 +57528,7 @@ }, { "type": "book", + "pid": "921", "language": [ { "value": "fre", @@ -56675,6 +57596,7 @@ }, { "type": "book", + "pid": "922", "language": [ { "value": "ita", @@ -56741,6 +57663,7 @@ }, { "type": "book", + "pid": "923", "language": [ { "value": "ger", @@ -56812,6 +57735,7 @@ }, { "type": "book", + "pid": "924", "language": [ { "value": "fre", @@ -56869,6 +57793,7 @@ }, { "type": "book", + "pid": "925", "language": [ { "value": "fre", @@ -56931,6 +57856,7 @@ }, { "type": "article", + "pid": "926", "language": [ { "value": "fre", @@ -56989,6 +57915,7 @@ }, { "type": "book", + "pid": "927", "language": [ { "value": "eng", @@ -57057,6 +57984,7 @@ }, { "type": "book", + "pid": "928", "language": [ { "value": "fre", @@ -57127,6 +58055,7 @@ }, { "type": "book", + "pid": "929", "language": [ { "value": "ger", @@ -57200,6 +58129,7 @@ }, { "type": "book", + "pid": "930", "language": [ { "value": "fre", @@ -57252,6 +58182,7 @@ }, { "type": "article", + "pid": "931", "language": [ { "value": "fre", @@ -57312,6 +58243,7 @@ }, { "type": "book", + "pid": "932", "language": [ { "value": "fre", @@ -57375,6 +58307,7 @@ }, { "type": "book", + "pid": "933", "language": [ { "value": "ger", @@ -57441,6 +58374,7 @@ }, { "type": "book", + "pid": "934", "language": [ { "value": "fre", @@ -57506,6 +58440,7 @@ }, { "type": "book", + "pid": "935", "language": [ { "value": "fre", @@ -57569,6 +58504,7 @@ }, { "type": "book", + "pid": "936", "language": [ { "value": "fre", @@ -57625,6 +58561,7 @@ }, { "type": "journal", + "pid": "937", "language": [ { "value": "lat", @@ -57680,6 +58617,7 @@ }, { "type": "article", + "pid": "938", "language": [ { "value": "eng", @@ -57737,6 +58675,7 @@ }, { "type": "book", + "pid": "939", "language": [ { "value": "fre", @@ -57796,6 +58735,7 @@ }, { "type": "book", + "pid": "940", "language": [ { "value": "eng", @@ -57861,6 +58801,7 @@ }, { "type": "book", + "pid": "941", "language": [ { "value": "chi", @@ -57918,6 +58859,7 @@ }, { "type": "book", + "pid": "942", "language": [ { "value": "ger", @@ -57976,6 +58918,7 @@ }, { "type": "book", + "pid": "943", "language": [ { "value": "ger", @@ -58035,6 +58978,7 @@ }, { "type": "book", + "pid": "944", "language": [ { "value": "ger", @@ -58106,6 +59050,7 @@ }, { "type": "article", + "pid": "945", "language": [ { "value": "eng", @@ -58138,6 +59083,7 @@ }, { "type": "book", + "pid": "946", "language": [ { "value": "ger", @@ -58198,6 +59144,7 @@ }, { "type": "book", + "pid": "947", "language": [ { "value": "fre", @@ -58260,6 +59207,7 @@ }, { "type": "book", + "pid": "948", "language": [ { "value": "ger", @@ -58319,6 +59267,7 @@ }, { "type": "book", + "pid": "949", "language": [ { "value": "ger", @@ -58381,6 +59330,7 @@ }, { "type": "book", + "pid": "950", "language": [ { "value": "ger", @@ -58444,6 +59394,7 @@ }, { "type": "article", + "pid": "951", "language": [ { "value": "eng", @@ -58476,6 +59427,7 @@ }, { "type": "book", + "pid": "952", "language": [ { "value": "fre", @@ -58541,6 +59493,7 @@ }, { "type": "book", + "pid": "953", "language": [ { "value": "spa", @@ -58632,6 +59585,7 @@ }, { "type": "book", + "pid": "954", "language": [ { "value": "fre", @@ -58692,6 +59646,7 @@ }, { "type": "book", + "pid": "955", "language": [ { "value": "fre", @@ -58756,6 +59711,7 @@ }, { "type": "article", + "pid": "956", "language": [ { "value": "ger", @@ -58788,6 +59744,7 @@ }, { "type": "article", + "pid": "957", "language": [ { "value": "fre", @@ -58814,6 +59771,7 @@ }, { "type": "article", + "pid": "958", "language": [ { "value": "fre", @@ -58893,6 +59851,7 @@ }, { "type": "book", + "pid": "959", "language": [ { "value": "chi", @@ -58964,6 +59923,7 @@ }, { "type": "article", + "pid": "960", "language": [ { "value": "fre", @@ -58996,6 +59956,7 @@ }, { "type": "book", + "pid": "961", "language": [ { "value": "eng", @@ -59071,6 +60032,7 @@ }, { "type": "book", + "pid": "962", "language": [ { "value": "fre", @@ -59132,6 +60094,7 @@ }, { "type": "book", + "pid": "963", "language": [ { "value": "fre", @@ -59194,6 +60157,7 @@ }, { "type": "book", + "pid": "964", "language": [ { "value": "chi", @@ -59278,6 +60242,7 @@ }, { "type": "book", + "pid": "965", "language": [ { "value": "spa", @@ -59353,6 +60318,7 @@ }, { "type": "book", + "pid": "966", "language": [ { "value": "fre", @@ -59410,6 +60376,7 @@ }, { "type": "book", + "pid": "967", "language": [ { "value": "fre", @@ -59479,6 +60446,7 @@ }, { "type": "article", + "pid": "968", "language": [ { "value": "eng", @@ -59511,6 +60479,7 @@ }, { "type": "book", + "pid": "969", "language": [ { "value": "ger", @@ -59585,6 +60554,7 @@ }, { "type": "video", + "pid": "970", "language": [ { "value": "fre", @@ -59677,6 +60647,7 @@ }, { "type": "book", + "pid": "971", "language": [ { "value": "lat", @@ -59757,6 +60728,7 @@ }, { "type": "book", + "pid": "972", "language": [ { "value": "fre", @@ -59820,6 +60792,7 @@ }, { "type": "article", + "pid": "973", "language": [ { "value": "eng", @@ -59852,6 +60825,7 @@ }, { "type": "book", + "pid": "974", "language": [ { "value": "ger", @@ -59918,6 +60892,7 @@ }, { "type": "book", + "pid": "975", "language": [ { "value": "ger", @@ -59991,6 +60966,7 @@ }, { "type": "book", + "pid": "976", "language": [ { "value": "jpn", @@ -60068,6 +61044,7 @@ }, { "type": "book", + "pid": "977", "language": [ { "value": "fre", @@ -60130,6 +61107,7 @@ }, { "type": "article", + "pid": "978", "language": [ { "value": "eng", @@ -60162,6 +61140,7 @@ }, { "type": "book", + "pid": "979", "language": [ { "value": "fre", @@ -60234,6 +61213,7 @@ }, { "type": "article", + "pid": "980", "language": [ { "value": "ger", @@ -60302,6 +61282,7 @@ }, { "type": "book", + "pid": "981", "language": [ { "value": "fre", @@ -60356,6 +61337,7 @@ }, { "type": "book", + "pid": "982", "language": [ { "value": "fre", @@ -60428,6 +61410,7 @@ }, { "type": "book", + "pid": "983", "language": [ { "value": "fre", @@ -60485,6 +61468,7 @@ }, { "type": "book", + "pid": "984", "language": [ { "value": "ger", @@ -60608,6 +61592,7 @@ }, { "type": "book", + "pid": "985", "language": [ { "value": "ger", @@ -60687,6 +61672,7 @@ }, { "type": "book", + "pid": "986", "language": [ { "value": "fre", @@ -60751,6 +61737,7 @@ }, { "type": "book", + "pid": "987", "language": [ { "value": "ger", @@ -60829,6 +61816,7 @@ }, { "type": "book", + "pid": "988", "language": [ { "value": "ita", @@ -60886,6 +61874,7 @@ }, { "type": "article", + "pid": "989", "language": [ { "value": "fre", @@ -60963,6 +61952,7 @@ }, { "type": "book", + "pid": "990", "language": [ { "value": "fre", @@ -61026,6 +62016,7 @@ }, { "type": "book", + "pid": "991", "language": [ { "value": "fre", @@ -61087,6 +62078,7 @@ }, { "type": "article", + "pid": "992", "language": [ { "value": "ger", @@ -61119,6 +62111,7 @@ }, { "type": "article", + "pid": "993", "language": [ { "value": "eng", @@ -61151,6 +62144,7 @@ }, { "type": "book", + "pid": "994", "language": [ { "value": "fre", @@ -61211,6 +62205,7 @@ }, { "type": "book", + "pid": "995", "language": [ { "value": "fre", @@ -61275,6 +62270,7 @@ }, { "type": "journal", + "pid": "996", "language": [ { "value": "spa", @@ -61332,6 +62328,7 @@ }, { "type": "book", + "pid": "997", "language": [ { "value": "fre", @@ -61398,6 +62395,7 @@ }, { "type": "book", + "pid": "998", "language": [ { "value": "eng", @@ -61465,6 +62463,7 @@ }, { "type": "book", + "pid": "999", "language": [ { "value": "fre", @@ -61528,6 +62527,7 @@ }, { "type": "article", + "pid": "1000", "language": [ { "value": "eng", @@ -61564,6 +62564,7 @@ }, { "type": "book", + "pid": "1001", "language": [ { "value": "fre", @@ -61622,6 +62623,7 @@ }, { "type": "book", + "pid": "1002", "language": [ { "value": "fre", @@ -61693,6 +62695,7 @@ }, { "type": "book", + "pid": "1003", "language": [ { "value": "ger", @@ -61764,6 +62767,7 @@ }, { "type": "book", + "pid": "1004", "language": [ { "value": "rus", @@ -61829,6 +62833,7 @@ }, { "type": "book", + "pid": "1005", "language": [ { "value": "fre", @@ -61895,6 +62900,7 @@ }, { "type": "book", + "pid": "1006", "language": [ { "value": "ger", @@ -61959,6 +62965,7 @@ }, { "type": "book", + "pid": "1007", "language": [ { "value": "jpn", @@ -62038,6 +63045,7 @@ }, { "type": "journal", + "pid": "1008", "language": [ { "value": "eng", @@ -62090,6 +63098,7 @@ }, { "type": "book", + "pid": "1009", "language": [ { "value": "fre", @@ -62149,6 +63158,7 @@ }, { "type": "journal", + "pid": "1010", "language": [ { "value": "por", @@ -62228,6 +63238,7 @@ }, { "type": "book", + "pid": "1011", "language": [ { "value": "fre", @@ -62288,6 +63299,7 @@ }, { "type": "journal", + "pid": "1012", "language": [ { "value": "fre", @@ -62343,6 +63355,7 @@ }, { "type": "article", + "pid": "1013", "language": [ { "value": "eng", @@ -62375,6 +63388,7 @@ }, { "type": "book", + "pid": "1014", "language": [ { "value": "fre", @@ -62434,6 +63448,7 @@ }, { "type": "book", + "pid": "1015", "language": [ { "value": "ger", @@ -62505,6 +63520,7 @@ }, { "type": "book", + "pid": "1016", "language": [ { "value": "fre", @@ -62571,6 +63587,7 @@ }, { "type": "book", + "pid": "1017", "language": [ { "value": "fre", @@ -62635,6 +63652,7 @@ }, { "type": "book", + "pid": "1018", "language": [ { "value": "fre", @@ -62703,6 +63721,7 @@ }, { "type": "book", + "pid": "1019", "language": [ { "value": "fre", @@ -62773,6 +63792,7 @@ }, { "type": "book", + "pid": "1020", "language": [ { "value": "ger", @@ -62830,6 +63850,7 @@ }, { "type": "book", + "pid": "1021", "language": [ { "value": "fre", @@ -62896,6 +63917,7 @@ }, { "type": "book", + "pid": "1022", "language": [ { "value": "chi", @@ -62974,6 +63996,7 @@ }, { "type": "book", + "pid": "1023", "language": [ { "value": "fre", @@ -63054,6 +64077,7 @@ }, { "type": "book", + "pid": "1024", "language": [ { "value": "eng", @@ -63123,6 +64147,7 @@ }, { "type": "book", + "pid": "1025", "language": [ { "value": "fre", @@ -63190,6 +64215,7 @@ }, { "type": "book", + "pid": "1026", "language": [ { "value": "fre", @@ -63247,6 +64273,7 @@ }, { "type": "book", + "pid": "1027", "language": [ { "value": "ger", @@ -63311,6 +64338,7 @@ }, { "type": "book", + "pid": "1028", "language": [ { "value": "fre", @@ -63373,6 +64401,7 @@ }, { "type": "book", + "pid": "1029", "language": [ { "value": "fre", @@ -63434,6 +64463,7 @@ }, { "type": "book", + "pid": "1030", "language": [ { "value": "fre", @@ -63493,6 +64523,7 @@ }, { "type": "article", + "pid": "1031", "language": [ { "value": "eng", @@ -63519,6 +64550,7 @@ }, { "type": "book", + "pid": "1032", "language": [ { "value": "ara", @@ -63577,6 +64609,7 @@ }, { "type": "book", + "pid": "1033", "language": [ { "value": "fre", @@ -63648,6 +64681,7 @@ }, { "type": "book", + "pid": "1034", "language": [ { "value": "fre", @@ -63706,6 +64740,7 @@ }, { "type": "article", + "pid": "1035", "language": [ { "value": "fre", @@ -63771,6 +64806,7 @@ }, { "type": "article", + "pid": "1036", "language": [ { "value": "eng", @@ -63803,6 +64839,7 @@ }, { "type": "book", + "pid": "1037", "language": [ { "value": "ger", @@ -63861,6 +64898,7 @@ }, { "type": "book", + "pid": "1038", "language": [ { "value": "eng", @@ -63929,6 +64967,7 @@ }, { "type": "book", + "pid": "1039", "language": [ { "value": "ita", @@ -63986,6 +65025,7 @@ }, { "type": "article", + "pid": "1040", "language": [ { "value": "ita", @@ -64059,6 +65099,7 @@ }, { "type": "book", + "pid": "1041", "language": [ { "value": "eng", @@ -64119,6 +65160,7 @@ }, { "type": "book", + "pid": "1042", "language": [ { "value": "fre", @@ -64187,6 +65229,7 @@ }, { "type": "book", + "pid": "1043", "language": [ { "value": "fre", @@ -64256,6 +65299,7 @@ }, { "type": "book", + "pid": "1044", "language": [ { "value": "ger", @@ -64326,6 +65370,7 @@ }, { "type": "book", + "pid": "1045", "language": [ { "value": "eng", @@ -64385,6 +65430,7 @@ }, { "type": "book", + "pid": "1046", "language": [ { "value": "ger", @@ -64454,6 +65500,7 @@ }, { "type": "book", + "pid": "1047", "language": [ { "value": "fre", @@ -64507,6 +65554,7 @@ }, { "type": "article", + "pid": "1048", "language": [ { "value": "eng", @@ -64539,6 +65587,7 @@ }, { "type": "article", + "pid": "1049", "language": [ { "value": "fre", @@ -64588,6 +65637,7 @@ }, { "type": "journal", + "pid": "1050", "language": [ { "value": "fre", @@ -64643,6 +65693,7 @@ }, { "type": "book", + "pid": "1051", "language": [ { "value": "fre", @@ -64713,6 +65764,7 @@ }, { "type": "book", + "pid": "1052", "language": [ { "value": "fre", @@ -64776,6 +65828,7 @@ }, { "type": "article", + "pid": "1053", "language": [ { "value": "ger", @@ -64808,6 +65861,7 @@ }, { "type": "book", + "pid": "1054", "language": [ { "value": "fre", @@ -64874,6 +65928,7 @@ }, { "type": "book", + "pid": "1055", "language": [ { "value": "ara", @@ -64936,6 +65991,7 @@ }, { "type": "book", + "pid": "1056", "language": [ { "value": "fre", @@ -64997,6 +66053,7 @@ }, { "type": "book", + "pid": "1057", "language": [ { "value": "ita", @@ -65073,6 +66130,7 @@ }, { "type": "book", + "pid": "1058", "language": [ { "value": "fre", @@ -65131,6 +66189,7 @@ }, { "type": "book", + "pid": "1059", "language": [ { "value": "ger", @@ -65175,6 +66234,7 @@ }, { "type": "book", + "pid": "1060", "language": [ { "value": "eng", @@ -65245,6 +66305,7 @@ }, { "type": "book", + "pid": "1061", "language": [ { "value": "fre", @@ -65307,6 +66368,7 @@ }, { "type": "article", + "pid": "1062", "language": [ { "value": "ger", @@ -65367,6 +66429,7 @@ }, { "type": "book", + "pid": "1063", "language": [ { "value": "ger", @@ -65438,6 +66501,7 @@ }, { "type": "article", + "pid": "1064", "language": [ { "value": "eng", @@ -65470,6 +66534,7 @@ }, { "type": "article", + "pid": "1065", "language": [ { "value": "ger", @@ -65505,6 +66570,7 @@ }, { "type": "article", + "pid": "1066", "language": [ { "value": "eng", @@ -65534,6 +66600,7 @@ }, { "type": "book", + "pid": "1067", "language": [ { "value": "fre", @@ -65605,6 +66672,7 @@ }, { "type": "book", + "pid": "1068", "language": [ { "value": "lat", @@ -65695,6 +66763,7 @@ }, { "type": "article", + "pid": "1069", "language": [ { "value": "fre", @@ -65772,6 +66841,7 @@ }, { "type": "book", + "pid": "1070", "language": [ { "value": "fre", @@ -65829,6 +66899,7 @@ }, { "type": "article", + "pid": "1071", "language": [ { "value": "ger", @@ -65881,6 +66952,7 @@ }, { "type": "sound", + "pid": "1072", "language": [ { "value": "fre", @@ -65939,6 +67011,7 @@ }, { "type": "article", + "pid": "1073", "language": [ { "value": "eng", @@ -65977,6 +67050,7 @@ }, { "type": "article", + "pid": "1074", "language": [ { "value": "eng", @@ -66034,6 +67108,7 @@ }, { "type": "book", + "pid": "1075", "language": [ { "value": "fre", @@ -66099,6 +67174,7 @@ }, { "type": "article", + "pid": "1076", "language": [ { "value": "eng", @@ -66131,6 +67207,7 @@ }, { "type": "book", + "pid": "1077", "language": [ { "value": "fre", @@ -66191,6 +67268,7 @@ }, { "type": "book", + "pid": "1078", "language": [ { "value": "fre", @@ -66256,6 +67334,7 @@ }, { "type": "video", + "pid": "1079", "language": [ { "value": "fre", @@ -66362,6 +67441,7 @@ }, { "type": "book", + "pid": "1080", "language": [ { "value": "fre", @@ -66421,6 +67501,7 @@ }, { "type": "book", + "pid": "1081", "language": [ { "value": "fre", @@ -66480,6 +67561,7 @@ }, { "type": "journal", + "pid": "1082", "language": [ { "value": "eng", @@ -66542,6 +67624,7 @@ }, { "type": "book", + "pid": "1083", "language": [ { "value": "fre", @@ -66609,6 +67692,7 @@ }, { "type": "book", + "pid": "1084", "language": [ { "value": "fre", @@ -66680,6 +67764,7 @@ }, { "type": "book", + "pid": "1085", "language": [ { "value": "fre", @@ -66737,6 +67822,7 @@ }, { "type": "book", + "pid": "1086", "language": [ { "value": "fre", @@ -66803,6 +67889,7 @@ }, { "type": "book", + "pid": "1087", "language": [ { "value": "ger", @@ -66861,6 +67948,7 @@ }, { "type": "book", + "pid": "1088", "language": [ { "value": "fre", @@ -66928,6 +68016,7 @@ }, { "type": "book", + "pid": "1089", "language": [ { "value": "ita", @@ -66994,6 +68083,7 @@ }, { "type": "book", + "pid": "1090", "language": [ { "value": "ita", @@ -67059,6 +68149,7 @@ }, { "type": "book", + "pid": "1091", "language": [ { "value": "chi", @@ -67125,6 +68216,7 @@ }, { "type": "book", + "pid": "1092", "language": [ { "value": "fre", @@ -67183,6 +68275,7 @@ }, { "type": "book", + "pid": "1093", "language": [ { "value": "fre", @@ -67257,6 +68350,7 @@ }, { "type": "book", + "pid": "1094", "language": [ { "value": "fre", @@ -67328,6 +68422,7 @@ }, { "type": "book", + "pid": "1095", "language": [ { "value": "rus", @@ -67398,6 +68493,7 @@ }, { "type": "book", + "pid": "1096", "language": [ { "value": "fre", @@ -67464,6 +68560,7 @@ }, { "type": "book", + "pid": "1097", "language": [ { "value": "ger", @@ -67542,6 +68639,7 @@ }, { "type": "book", + "pid": "1098", "language": [ { "value": "fre", @@ -67602,6 +68700,7 @@ }, { "type": "book", + "pid": "1099", "language": [ { "value": "ger", @@ -67670,6 +68769,7 @@ }, { "type": "book", + "pid": "1100", "language": [ { "value": "chi", @@ -67738,6 +68838,7 @@ }, { "type": "article", + "pid": "1101", "language": [ { "value": "fre", @@ -67790,6 +68891,7 @@ }, { "type": "article", + "pid": "1102", "language": [ { "value": "ger", @@ -67846,6 +68948,7 @@ }, { "type": "score", + "pid": "1103", "language": [ { "value": "ger", @@ -67924,6 +69027,7 @@ }, { "type": "book", + "pid": "1104", "language": [ { "value": "fre", @@ -67991,6 +69095,7 @@ }, { "type": "book", + "pid": "1105", "language": [ { "value": "fre", @@ -68048,6 +69153,7 @@ }, { "type": "article", + "pid": "1106", "language": [ { "value": "eng", @@ -68074,6 +69180,7 @@ }, { "type": "article", + "pid": "1107", "language": [ { "value": "eng", @@ -68132,6 +69239,7 @@ }, { "type": "article", + "pid": "1108", "language": [ { "value": "ita", @@ -68210,6 +69318,7 @@ }, { "type": "book", + "pid": "1109", "language": [ { "value": "ger", @@ -68269,6 +69378,7 @@ }, { "type": "book", + "pid": "1110", "language": [ { "value": "ger", @@ -68341,6 +69451,7 @@ }, { "type": "book", + "pid": "1111", "language": [ { "value": "ara", @@ -68419,6 +69530,7 @@ }, { "type": "book", + "pid": "1112", "language": [ { "value": "fre", @@ -68477,6 +69589,7 @@ }, { "type": "book", + "pid": "1113", "language": [ { "value": "fre", @@ -68535,6 +69648,7 @@ }, { "type": "article", + "pid": "1114", "language": [ { "value": "eng", @@ -68567,6 +69681,7 @@ }, { "type": "book", + "pid": "1115", "language": [ { "value": "rus", @@ -68654,6 +69769,7 @@ }, { "type": "book", + "pid": "1116", "language": [ { "value": "fre", @@ -68723,6 +69839,7 @@ }, { "type": "book", + "pid": "1117", "language": [ { "value": "fre", @@ -68781,6 +69898,7 @@ }, { "type": "book", + "pid": "1118", "language": [ { "value": "fre", @@ -68847,6 +69965,7 @@ }, { "type": "book", + "pid": "1119", "language": [ { "value": "fre", @@ -68918,6 +70037,7 @@ }, { "type": "book", + "pid": "1120", "language": [ { "value": "gre", @@ -68994,6 +70114,7 @@ }, { "type": "book", + "pid": "1121", "language": [ { "value": "fre", @@ -69054,6 +70175,7 @@ }, { "type": "book", + "pid": "1122", "language": [ { "value": "fre", @@ -69120,6 +70242,7 @@ }, { "type": "book", + "pid": "1123", "language": [ { "value": "fre", @@ -69177,6 +70300,7 @@ }, { "type": "article", + "pid": "1124", "language": [ { "value": "fre", @@ -69261,6 +70385,7 @@ }, { "type": "book", + "pid": "1125", "language": [ { "value": "fre", @@ -69323,6 +70448,7 @@ }, { "type": "book", + "pid": "1126", "language": [ { "value": "eng", @@ -69404,6 +70530,7 @@ }, { "type": "score", + "pid": "1127", "language": [ { "value": "fre", @@ -69462,6 +70589,7 @@ }, { "type": "article", + "pid": "1128", "language": [ { "value": "ger", @@ -69532,6 +70660,7 @@ }, { "type": "article", + "pid": "1129", "language": [ { "value": "ger", @@ -69589,6 +70718,7 @@ }, { "type": "book", + "pid": "1130", "language": [ { "value": "fre", @@ -69652,6 +70782,7 @@ }, { "type": "book", + "pid": "1131", "language": [ { "value": "eng", @@ -69716,6 +70847,7 @@ }, { "type": "book", + "pid": "1132", "language": [ { "value": "ara", @@ -69788,6 +70920,7 @@ }, { "type": "book", + "pid": "1133", "language": [ { "value": "fre", @@ -69856,6 +70989,7 @@ }, { "type": "article", + "pid": "1134", "language": [ { "value": "ger", @@ -69910,6 +71044,7 @@ }, { "type": "book", + "pid": "1135", "language": [ { "value": "ger", @@ -69990,6 +71125,7 @@ }, { "type": "book", + "pid": "1136", "language": [ { "value": "eng", @@ -70055,6 +71191,7 @@ }, { "type": "article", + "pid": "1137", "language": [ { "value": "ger", @@ -70116,6 +71253,7 @@ }, { "type": "article", + "pid": "1138", "language": [ { "value": "ger", @@ -70170,6 +71308,7 @@ }, { "type": "book", + "pid": "1139", "language": [ { "value": "eng", @@ -70245,6 +71384,7 @@ }, { "type": "book", + "pid": "1140", "language": [ { "value": "fre", @@ -70308,6 +71448,7 @@ }, { "type": "book", + "pid": "1141", "language": [ { "value": "ger", @@ -70374,6 +71515,7 @@ }, { "type": "article", + "pid": "1142", "language": [ { "value": "fre", @@ -70406,6 +71548,7 @@ }, { "type": "article", + "pid": "1143", "language": [ { "value": "spa", @@ -70462,6 +71605,7 @@ }, { "type": "book", + "pid": "1144", "language": [ { "value": "fre", @@ -70525,6 +71669,7 @@ }, { "type": "article", + "pid": "1145", "language": [ { "value": "fre", @@ -70579,6 +71724,7 @@ }, { "type": "book", + "pid": "1146", "language": [ { "value": "por", @@ -70650,6 +71796,7 @@ }, { "type": "article", + "pid": "1147", "language": [ { "value": "eng", @@ -70682,6 +71829,7 @@ }, { "type": "book", + "pid": "1148", "language": [ { "value": "ger", @@ -70738,6 +71886,7 @@ }, { "type": "book", + "pid": "1149", "language": [ { "value": "ger", @@ -70823,6 +71972,7 @@ }, { "type": "book", + "pid": "1150", "language": [ { "value": "fre", @@ -70881,6 +72031,7 @@ }, { "type": "article", + "pid": "1151", "language": [ { "value": "fre", @@ -70928,6 +72079,7 @@ }, { "type": "book", + "pid": "1152", "language": [ { "value": "jpn", @@ -70993,6 +72145,7 @@ }, { "type": "article", + "pid": "1153", "language": [ { "value": "ita", @@ -71055,6 +72208,7 @@ }, { "type": "book", + "pid": "1154", "language": [ { "value": "ger", @@ -71129,6 +72283,7 @@ }, { "type": "book", + "pid": "1155", "language": [ { "value": "fre", @@ -71185,6 +72340,7 @@ }, { "type": "article", + "pid": "1156", "language": [ { "value": "spa", @@ -71217,6 +72373,7 @@ }, { "type": "article", + "pid": "1157", "language": [ { "value": "eng", @@ -71249,6 +72406,7 @@ }, { "type": "book", + "pid": "1158", "language": [ { "value": "eng", @@ -71319,6 +72477,7 @@ }, { "type": "article", + "pid": "1159", "language": [ { "value": "fre", @@ -71375,6 +72534,7 @@ }, { "type": "book", + "pid": "1160", "language": [ { "value": "fre", @@ -71433,6 +72593,7 @@ }, { "type": "book", + "pid": "1161", "language": [ { "value": "fre", @@ -71489,6 +72650,7 @@ }, { "type": "book", + "pid": "1162", "language": [ { "value": "lat", @@ -71554,6 +72716,7 @@ }, { "type": "article", + "pid": "1163", "language": [ { "value": "ger", @@ -71586,6 +72749,7 @@ }, { "type": "book", + "pid": "1164", "language": [ { "value": "fre", @@ -71657,6 +72821,7 @@ }, { "type": "book", + "pid": "1165", "language": [ { "value": "fre", @@ -71712,6 +72877,7 @@ }, { "type": "book", + "pid": "1166", "language": [ { "value": "rus", @@ -71783,6 +72949,7 @@ }, { "type": "book", + "pid": "1167", "language": [ { "value": "heb", @@ -71889,6 +73056,7 @@ }, { "type": "book", + "pid": "1168", "language": [ { "value": "eng", @@ -71949,6 +73117,7 @@ }, { "type": "article", + "pid": "1169", "language": [ { "value": "fre", @@ -72019,6 +73188,7 @@ }, { "type": "book", + "pid": "1170", "language": [ { "value": "ger", @@ -72093,6 +73263,7 @@ }, { "type": "article", + "pid": "1171", "language": [ { "value": "ger", @@ -72134,6 +73305,7 @@ }, { "type": "book", + "pid": "1172", "language": [ { "value": "eng", @@ -72203,6 +73375,7 @@ }, { "type": "book", + "pid": "1173", "language": [ { "value": "ger", @@ -72270,6 +73443,7 @@ }, { "type": "book", + "pid": "1174", "language": [ { "value": "fre", @@ -72340,6 +73514,7 @@ }, { "type": "book", + "pid": "1175", "language": [ { "value": "fre", @@ -72413,6 +73588,7 @@ }, { "type": "book", + "pid": "1176", "language": [ { "value": "fre", @@ -72476,6 +73652,7 @@ }, { "type": "article", + "pid": "1177", "language": [ { "value": "eng", @@ -72511,6 +73688,7 @@ }, { "type": "article", + "pid": "1178", "language": [ { "value": "eng", @@ -72537,6 +73715,7 @@ }, { "type": "book", + "pid": "1179", "language": [ { "value": "fre", @@ -72596,6 +73775,7 @@ }, { "type": "book", + "pid": "1180", "language": [ { "value": "ita", @@ -72663,6 +73843,7 @@ }, { "type": "book", + "pid": "1181", "language": [ { "value": "fre", @@ -72732,6 +73913,7 @@ }, { "type": "book", + "pid": "1182", "language": [ { "value": "fre", @@ -72790,6 +73972,7 @@ }, { "type": "book", + "pid": "1183", "language": [ { "value": "ger", @@ -72858,6 +74041,7 @@ }, { "type": "article", + "pid": "1184", "language": [ { "value": "ger", @@ -72890,6 +74074,7 @@ }, { "type": "book", + "pid": "1185", "language": [ { "value": "ger", @@ -72965,6 +74150,7 @@ }, { "type": "book", + "pid": "1186", "language": [ { "value": "fre", @@ -73032,6 +74218,7 @@ }, { "type": "book", + "pid": "1187", "language": [ { "value": "fre", @@ -73102,6 +74289,7 @@ }, { "type": "book", + "pid": "1188", "language": [ { "value": "fre", @@ -73173,6 +74361,7 @@ }, { "type": "book", + "pid": "1189", "language": [ { "value": "fre", @@ -73241,6 +74430,7 @@ }, { "type": "article", + "pid": "1190", "language": [ { "value": "fre", @@ -73273,6 +74463,7 @@ }, { "type": "book", + "pid": "1191", "language": [ { "value": "fre", @@ -73335,6 +74526,7 @@ }, { "type": "book", + "pid": "1192", "language": [ { "value": "fre", @@ -73404,6 +74596,7 @@ }, { "type": "book", + "pid": "1193", "language": [ { "value": "fre", diff --git a/data/documents_big.xml b/data/documents_big.xml index 89a2db8f0f..0efdd4e143 100644 --- a/data/documents_big.xml +++ b/data/documents_big.xml @@ -1,7 +1,7 @@ 01256nam a2200349 a 4500 - vtls000666522 +REROILS:1 20170610132200.0 860728s1985 gw |||||| ||||00|| |ger d @@ -115,7 +115,7 @@ 01131naa a2200265 a 4500 - vtls004600920 +REROILS:2 20170519160400.0 080524s2003 gw ||| | ||||00| |eng d @@ -192,7 +192,7 @@ 00839nam a2200265 a 4500 - vtls006035923 +REROILS:3 20180403170700.0 110218s2006 fr ||| | ||||00| |fre d @@ -272,7 +272,7 @@ 01244nam a22002892a 4500 - vtls006034129 +REROILS:4 20180403165200.0 110218s2001 xx ||| | ||||00| |fre d @@ -361,7 +361,7 @@ 00932nam a2200253 a 4500 - vtls006375723 +REROILS:5 20170530190300.0 120116s2009 le ||| | ||||00| |ara d @@ -437,7 +437,7 @@ 00851nam a22002532a 4500 - vtls006036823 +REROILS:6 20180403171500.0 110218s2006 fr ||| | ||||00| |fre d @@ -514,7 +514,7 @@ 01228nam a2200301 a 4500 - vtls000969625 +REROILS:7 20180825171800.0 000715s1985 it |||||| ||||00|| |ita d @@ -609,7 +609,7 @@ 01631njm a2200397 a 4500 - vtls006078521 +REROILS:8 20170530150400.0 s| 110617s2008 xx ||| | |||| || |eng d @@ -713,7 +713,7 @@ 00901nam a2200277 a 4500 - vtls000683522 +REROILS:9 20170516083700.0 860917s1983 gw |||||| ||||00|| |ger d @@ -791,7 +791,7 @@ 01030nam a2200277 a 4500 - vtls000672524 +REROILS:10 20170610133000.0 860819s1984 gw |||||| ||||00|| |ger d @@ -874,7 +874,7 @@ 01135nam a2200313 a 4500 - vtls000658821 +REROILS:11 20180825235000.0 860628s1986 au |||||| ||||00|| |ger d @@ -980,7 +980,7 @@ 00883nam a22002652a 4500 - vtls006031622 +REROILS:12 20180403163100.0 110218s2000 fr ||| | ||||00| |fre d @@ -1061,7 +1061,7 @@ 00854naa a22002297a 4500 - vtls003449721 +REROILS:13 20170518133900.0 980412s1968 xx ||| | ||||00| 0eng d @@ -1129,7 +1129,7 @@ 01039nam a2200313 a 4500 - vtls000667623 +REROILS:14 20180518185100.0 860731s1984 gw |||||| ||||00|| |ger d @@ -1227,7 +1227,7 @@ 01581naa a2200349 a 4500 - vtls003218029 +REROILS:15 20180830161500.0 020715s1981 fr ||| | ||||00|| |fre d @@ -1340,7 +1340,7 @@ 01055nam a22002892a 4500 - vtls006027920 +REROILS:16 20180403160500.0 110218s1978 fr ||| | ||||00| |fre d @@ -1429,7 +1429,7 @@ 00890nam a2200265 a 4500 - vtls000385024 +REROILS:17 20170925142000.0 960525s1971 gw |||||| ||||00|| |ger d @@ -1508,7 +1508,7 @@ 00834cam a2200253 a 4500 - vtls006100825 +REROILS:18 20170530164700.0 110713s2011 it |||||| ||||00|| |ita d @@ -1582,7 +1582,7 @@ 01014nam a2200313 a 4500 - vtls006327525 +REROILS:19 20170611103700.0 111104s1998 ua |||||| ||||00|| |ara d @@ -1680,7 +1680,7 @@ 01265nam a22003252a 4500 - vtls006036024 +REROILS:20 20190627004600.0 110218s2006 fr ||| | ||||00| |fre d @@ -1781,7 +1781,7 @@ 00807nam a22002412a 4500 - vtls006032528 +REROILS:21 20180403163800.0 110218s2001 fr ||| | ||||00| |fre d @@ -1851,7 +1851,7 @@ 02251naa a2200445 a 4500 - vtls005296421 +REROILS:22 20170522104500.0 970728 2002 gw ||| | ||||00| |ger d @@ -2016,7 +2016,7 @@ 00817naa a2200253 a 4500 - vtls002222520 +REROILS:23 20180701223200.0 971127q1927 sz ||| | ||||00| |ita d @@ -2089,7 +2089,7 @@ 00891nam a22002772a 4500 - vtls006030326 +REROILS:24 20180403162200.0 110218s1997 fr ||| | ||||00| |fre d @@ -2170,7 +2170,7 @@ 00855naa a22002297a 4500 - vtls003446025 +REROILS:25 20170518132600.0 980412s1973 xx ||| | ||||00| 0fre d @@ -2240,7 +2240,7 @@ 01075naa a2200301 a 4500 - vtls002720029 +REROILS:26 20180703165900.0 000922s1927 sz |||||| ||||00| |fre d @@ -2330,7 +2330,7 @@ 01109nam a22003132a 4500 - vtls006027725 +REROILS:27 20180619143800.0 110218s1992 fr ||| | ||||00| |fre d @@ -2428,7 +2428,7 @@ 01102nam a2200301 a 4500 - vtls006098420 +REROILS:28 20170530164300.0 110711s1992 xxu||| | ||||00| |eng d @@ -2526,7 +2526,7 @@ 01298cam a22003252a 4500 - vtls008774721 +REROILS:29 20180312114800.0 180312s2015 jo ||| || ||||00| |ara d @@ -2630,7 +2630,7 @@ 01974cam a2200457 a 4500 - vtls006093126 +REROILS:30 20170530163200.0 110705s2010 ru ||| | ||||00| |rus d @@ -2778,7 +2778,7 @@ 00961nam a22002772a 4500 - vtls006039720 +REROILS:31 20180403085400.0 110218s2009 xxc||| | ||||00| |fre d @@ -2864,7 +2864,7 @@ 01387cam a2200349 a 4500 - vtls006077823 +REROILS:32 20170611085200.0 110616s2011 xxu||| | ||||00| |eng d @@ -2976,7 +2976,7 @@ 00899naa a22002297a 4500 - vtls003457926 +REROILS:33 20170518141000.0 980412s1967 xx ||| | ||||00| 0eng d @@ -3044,7 +3044,7 @@ 01527nam a22003012a 4500 - vtls006031722 +REROILS:34 20180403163200.0 110218s2000 fr ||| | ||||00| |fre d @@ -3134,7 +3134,7 @@ 01199nam a2200325 a 4500 - vtls002676529 +REROILS:35 20180828112900.0 000915s1998 at ||| | ||||00| |eng d @@ -3239,7 +3239,7 @@ 01143nam a2200325 a 4500 - vtls006026420 +REROILS:36 20190627003400.0 110218s2014 be ||| | ||||00| |fre d @@ -3345,7 +3345,7 @@ 00744nas a2200229 a 4500 - vtls003808122 +REROILS:37 20170518193500.0 050315c1936 xxu|||p| ||||0 | 0eng d @@ -3408,7 +3408,7 @@ 01024naa a22002652a 4500 - vtls002450228 +REROILS:38 20170518110400.0 000718s1974 gw |||||| ||||00| |ger d @@ -3487,7 +3487,7 @@ 00820naa a2200277 a 4500 - vtls002283823 +REROILS:39 20170610222700.0 980403s1996 xxu|||||| ||||00| |eng d @@ -3569,7 +3569,7 @@ 01147nam a22003372a 4500 - vtls006027724 +REROILS:40 20180403160400.0 110218s1992 fr ||| | ||||00| |fre d @@ -3677,7 +3677,7 @@ 00928nam a22002772a 4500 - vtls006039721 +REROILS:41 20180403085400.0 110218s2010 fr ||| | ||||00| |fre d @@ -3762,7 +3762,7 @@ 01065nam a22003012a 4500 - vtls006038528 +REROILS:42 20180403084200.0 110218s2006 fr ||| | ||||00| |fre d @@ -3854,7 +3854,7 @@ 01021nam a2200313 a 4500 - vtls000964622 +REROILS:43 20170517101900.0 881219s1987 it |||||| ||||00|| |ita d @@ -3948,7 +3948,7 @@ 02683cam a2200649 a 4500 - vtls008586921 +REROILS:44 20190215165400.0 170123m20169999it ||| | ||||00| |eng d @@ -4174,7 +4174,7 @@ 00981naa a22002537a 4500 - vtls003479124 +REROILS:45 20170518152100.0 990406s1998 xx ||| | ||||00| |eng d @@ -4252,7 +4252,7 @@ 01002nam a2200289 a 4500 - vtls006097129 +REROILS:46 20170530164000.0 110708s2003 fr |||||| ||||00| |fre d @@ -4339,7 +4339,7 @@ 01276nam a2200349 a 4500 - vtls002670520 +REROILS:47 20170611111600.0 000913s1978 xxk|||||| ||||00| |eng d @@ -4450,7 +4450,7 @@ 01181nam a2200313 a 4500 - vtls000677925 +REROILS:48 20170610133900.0 000922s1985 it |||||| ||||00|| |ita d @@ -4553,7 +4553,7 @@ 00844nam a22002532a 4500 - vtls006039820 +REROILS:49 20180403085500.0 110218s2009 xxc||| | ||||00| |fre d @@ -4626,7 +4626,7 @@ 00870nam a22002652a 4500 - vtls006039822 +REROILS:50 20180403085500.0 110218s2008 fr ||| | ||||00| |fre d @@ -4706,7 +4706,7 @@ 01062nam a22003132a 4500 - vtls006029025 +REROILS:51 20181107152400.0 110218s2001 be ||| | ||||00| |fre d @@ -4797,7 +4797,7 @@ 00955naa a22002417a 4500 - vtls003459520 +REROILS:52 20170518141600.0 980412s1992 xx ||| | ||||00| 0eng d @@ -4871,7 +4871,7 @@ 01211nam a2200301 a 4500 - vtls000933629 +REROILS:53 20170517092100.0 880929s1980 gw |||||| ||||00|| |ger d @@ -4964,7 +4964,7 @@ 01124nam a2200325 a 4500 - vtls002700721 +REROILS:54 20180828123800.0 000921s1999 fr |||||| ||||00| |fre d @@ -5069,7 +5069,7 @@ 01461nam a22004092a 4500 - vtls006037026 +REROILS:55 20180403171600.0 110218s1996 fr ||| | ||||00| |fre d @@ -5201,7 +5201,7 @@ 00926nam a2200265 a 4500 - vtls000685228 +REROILS:56 20170516084000.0 860924s1983 gw |||||| ||||00|| |ger d @@ -5279,7 +5279,7 @@ 00871nam a22002652a 4500 - vtls006031522 +REROILS:57 20180403163000.0 110218s1998 fr ||| | ||||00| |fre d @@ -5357,7 +5357,7 @@ 00885nam a22002652a 4500 - vtls006030324 +REROILS:58 20190724135700.0 110218s1994 fr ||| | ||||00| |fre d @@ -5437,7 +5437,7 @@ 01276ncm a2200301 a 4500 - vtls004125027 +REROILS:59 20170705164800.0 060517s1979 xxk||| | |||| || |eng d @@ -5533,7 +5533,7 @@ 01120nam a2200325 a 4500 - vtls006108727 +REROILS:60 20170530170300.0 110721s2011 gw ||| | ||||00| |ger d @@ -5632,7 +5632,7 @@ 00894nam a22002652a 4500 - vtls006037228 +REROILS:61 20180403171800.0 110218s2006 fr ||| | ||||00| |fre d @@ -5711,7 +5711,7 @@ 00714nam a2200241 a 4500 - vtls000672023 +REROILS:62 20170516081800.0 860818s1976 au |||||| ||||00|| |ger d @@ -5778,7 +5778,7 @@ 01341nam a22003612a 4500 - vtls006031921 +REROILS:63 20180424103500.0 110218s2001 fr ||| | ||||00| |fre d @@ -5895,7 +5895,7 @@ 00865naa a22002297a 4500 - vtls003446624 +REROILS:64 20170518132700.0 980412s1972 xx ||| | ||||00| 0eng d @@ -5962,7 +5962,7 @@ 00858nam a22002412a 4500 - vtls004093020 +REROILS:65 20170519115400.0 060320s1977 gw ||| | ||||00| |ger d @@ -6032,7 +6032,7 @@ 00579nas a2200205 a 4500 - vtls001313723 +REROILS:66 20170517135900.0 911011c1974 gw |||m|| ||||0 || 0ger d @@ -6087,7 +6087,7 @@ 00900nam a22002652a 4500 - vtls006029329 +REROILS:67 20180403161500.0 110218s1995 fr ||| | ||||00| |fre d @@ -6168,7 +6168,7 @@ 00930nam a22002892a 4500 - vtls006037227 +REROILS:68 20190627004700.0 110218s1994 fr ||| | ||||00| |fre d @@ -6255,7 +6255,7 @@ 01880cam a2200445 a 4500 - vtls008671715 +REROILS:69 20190215125700.0 170626s2017 ru ||| | ||||00| |rus d @@ -6419,7 +6419,7 @@ 00918nam a2200289 a 4500 - vtls000664620 +REROILS:70 20170516141100.0 860721s1984 gw |||||| ||||00|| |ger d @@ -6504,7 +6504,7 @@ 01256nam a2200373 a 4500 - vtls006035523 +REROILS:71 20180403170300.0 110218s2005 be ||| | ||||00| |fre d @@ -6622,7 +6622,7 @@ 01217nam a2200349 a 4500 - vtls002688522 +REROILS:72 20170518113100.0 000916s2000 xxk||| | ||||00| |eng d @@ -6728,7 +6728,7 @@ 01093nam a22003132a 4500 - vtls006030222 +REROILS:73 20180403162100.0 110218s1997 fr ||| | ||||00| |fre d @@ -6825,7 +6825,7 @@ 01095ncm a2200301 a 4500 - vtls002279628 +REROILS:74 20170518092300.0 980326r19901742fr |||||| ||||||| |fre d @@ -6918,7 +6918,7 @@ 00834cam a22002892a 4500 - vtls008579224 +REROILS:75 20170520142900.0 170104s2016 sp ||| | ||||00| |spa d @@ -7002,7 +7002,7 @@ 01270cam a2200349 a 4500 - vtls000660226 +REROILS:76 20170610131100.0 860703s1985 gw |||||| ||||00|| |ger d @@ -7119,7 +7119,7 @@ 00996nam a22003012a 4500 - vtls006030527 +REROILS:77 20180403162300.0 110218s1990 fr ||| | ||||00| |fre d @@ -7211,7 +7211,7 @@ 01760ngm a2200397 a 4500 - vtls003090327 +REROILS:78 20190215153900.0 v| 010914s2001 fr ||| | |||| | |fre d @@ -7340,7 +7340,7 @@ 00881naa a22002297a 4500 - vtls003445323 +REROILS:79 20170518132200.0 980412s1979 xx ||| | ||||00| 0eng d @@ -7407,7 +7407,7 @@ 00842naa a22002297a 4500 - vtls003447826 +REROILS:80 20170518133100.0 980412s1967 xx ||| | ||||00| 0eng d @@ -7475,7 +7475,7 @@ 01399nam a2200349 a 4500 - vtls000665627 +REROILS:81 20180825082700.0 860723s1982 xxk|||||| ||||00|| |eng d @@ -7587,7 +7587,7 @@ 01556nam a22003732a 4500 - vtls006039829 +REROILS:82 20180403085500.0 110218s2010 fr ||| | ||||00| |fre d @@ -7702,7 +7702,7 @@ 01271nam a2200337 a 4500 - vtls000648524 +REROILS:83 20190111130600.0 000908s1985 it |||||| ||||00|| |ita d @@ -7807,7 +7807,7 @@ 02494nam a22004692a 4500 - vtls007882036 +REROILS:84 20181113172600.0 140916m18691871ru ||| | ||||00| |rus d @@ -7966,7 +7966,7 @@ 00811cam a2200265 a 4500 - vtls000666528 +REROILS:85 20170516080600.0 860728s1982 gw |||||| ||||00|| |ger d @@ -8039,7 +8039,7 @@ 01583cam a2200397 a 4500 - vtls006127126 +REROILS:86 20170530173900.0 110816s2000 ja ||| | ||||00| |jpn d @@ -8185,7 +8185,7 @@ 01528nam a2200325 a 4500 - vtls006300727 +REROILS:87 20180507135300.0 110928s2004 cc ||| | ||||00|| |chi d @@ -8291,7 +8291,7 @@ 01087nam a2200289 a 4500 - vtls000569922 +REROILS:88 20170516111400.0 850729s1983 xxu|||||| ||||00|| |heb d @@ -8383,7 +8383,7 @@ 01689cam a22003972a 4500 - vtls006082428 +REROILS:89 20181116224700.0 110621s2010 us ||| | |||| | |eng d @@ -8530,7 +8530,7 @@ 01252nam a2200337 a 4500 - vtls006083622 +REROILS:90 20180901193900.0 110622s2011 gw ||| | ||||00| |ger d @@ -8638,7 +8638,7 @@ 00925nam a22002772a 4500 - vtls006037125 +REROILS:91 20180403171700.0 110218s2005 xx ||| | ||||00| |fre d @@ -8722,7 +8722,7 @@ 01026nam a22002892a 4500 - vtls006030720 +REROILS:92 20190627004200.0 110218s1998 be ||| | ||||00| |fre d @@ -8810,7 +8810,7 @@ 01503njm a2200349 a 4500 - vtls002050557 +REROILS:93 20170518095100.0 s| 960725s1996 xx |||||| ||||||| |ita d @@ -8916,7 +8916,7 @@ 00923nam a22002772a 4500 - vtls006039526 +REROILS:94 20180403085200.0 110218s2009 fr ||| | ||||00| |fre d @@ -9001,7 +9001,7 @@ 01128nam a2200301 a 4500 - vtls000938026 +REROILS:95 20180825222700.0 881012s1987 it |||||| ||||00|| |ita d @@ -9099,7 +9099,7 @@ 01102nam a22003132a 4500 - vtls006030226 +REROILS:96 20190725183600.0 110218s1997 fr ||| | ||||00| |fre d @@ -9194,7 +9194,7 @@ 00968nam a22002892a 4500 - vtls006031523 +REROILS:97 20180403163000.0 110218s2000 be ||| | ||||00| |fre d @@ -9281,7 +9281,7 @@ 04032nam a2200673 a 4500 - vtls006035526 +REROILS:98 20180403170300.0 110218s2005 fr ||| | ||||00| |fre d @@ -9501,7 +9501,7 @@ 01229nam a22003612a 4500 - vtls006029525 +REROILS:99 20180403161600.0 110218s1995 xx ||| | ||||00| |fre d @@ -9612,7 +9612,7 @@ 00743naa a22002177a 4500 - vtls003440523 +REROILS:100 20170518130500.0 980412s1985 xx ||| | ||||00| 0ger d @@ -9673,7 +9673,7 @@ 01193nam a2200337 a 4500 - vtls000370927 +REROILS:101 20170610193600.0 960525s1981 gw |||||| ||||00|| |ger d @@ -9784,7 +9784,7 @@ 01176nam a2200289 a 4500 - vtls000361026 +REROILS:102 20170610192400.0 960525s1975 xxu|||||| ||||00|| |eng d @@ -9877,7 +9877,7 @@ 00859naa a22002297a 4500 - vtls003441220 +REROILS:103 20170518130700.0 980412s1971 xx ||| | ||||00| 0ger d @@ -9944,7 +9944,7 @@ 01295nam a2200337 a 4500 - vtls000361028 +REROILS:104 20190508171700.0 960525s1980 xxu|||||| ||||00|| |eng d @@ -10058,7 +10058,7 @@ 01374nam a2200361 a 4500 - vtls006080724 +REROILS:105 20180901193400.0 110620s2011 xxu||| | ||||00| |eng d @@ -10184,7 +10184,7 @@ 01289nam a22004092a 4500 - vtls006032029 +REROILS:106 20180723125600.0 110218s2001 fr ||| | ||||00| |fre d @@ -10307,7 +10307,7 @@ 01203nam a2200373 a 4500 - vtls002658529 +REROILS:107 20170518100500.0 000911s2000 xxu||| | ||||00| |eng d @@ -10422,7 +10422,7 @@ 01286nim a2200361 a 4500 - vtls008381301 +REROILS:108 20180720164200.0 c| s| @@ -10524,7 +10524,7 @@ 01061nam a22003012a 4500 - vtls006037123 +REROILS:109 20180403171700.0 110218s2006 fr ||| | ||||00| |fre d @@ -10617,7 +10617,7 @@ 01668nam a22003612a 4500 - vtls007051529 +REROILS:110 20170531185700.0 120426s2010 is ||| | ||||00| |heb d @@ -10741,7 +10741,7 @@ 00900naa a22002417a 4500 - vtls003479123 +REROILS:111 20170518152100.0 990406s1998 xx ||| | ||||00| |eng d @@ -10813,7 +10813,7 @@ 00926nam a2200289 a 4500 - vtls000670528 +REROILS:112 20170516081500.0 860812s1984 gw |||||| ||||00|| |ger d @@ -10899,7 +10899,7 @@ 01127nam a2200349 a 4500 - vtls000676527 +REROILS:113 20181208130100.0 860829s1978 sz |||||| ||||00|| |ger d @@ -11010,7 +11010,7 @@ 01284nam a2200337 a 4500 - vtls002677626 +REROILS:114 20181116204700.0 000915s1998 xxk|||||| ||||00| |eng d @@ -11125,7 +11125,7 @@ 01076nam a2200313 a 4500 - vtls002701128 +REROILS:115 20170518120300.0 000921s1994 ja ||| | ||||00| |eng d @@ -11216,7 +11216,7 @@ 01085nam a22003252a 4500 - vtls006027823 +REROILS:116 20180403160500.0 110218s1992 fr ||| | ||||00| |fre d @@ -11317,7 +11317,7 @@ 01196nam a2200337 a 4500 - vtls007124426 +REROILS:117 20170531191500.0 120820s2012 fr ||| | ||||00| |fre d @@ -11419,7 +11419,7 @@ 01761nam a22003852a 4500 - vtls006036925 +REROILS:118 20180403171600.0 110218s2007 fr ||| | ||||00| |fre d @@ -11538,7 +11538,7 @@ 01776ncm a2200349 a 4500 - vtls003268427 +REROILS:119 20180704152100.0 021108s1937 sz |||||| ||||||| |fre d @@ -11646,7 +11646,7 @@ 02469naa a22004572a 4500 - vtls005214328 +REROILS:120 20181120125500.0 970725s1992 sz ||| | ||||00| |ger d @@ -11811,7 +11811,7 @@ 01207nam a22003492a 4500 - vtls006030220 +REROILS:121 20180403162100.0 110218s1996 fr ||| | ||||00| |fre d @@ -11918,7 +11918,7 @@ 06089nam a22004332a 4500 - vtls006039824 +REROILS:122 20180403085500.0 110218s2009 fr ||| | ||||00| |fre d @@ -12057,7 +12057,7 @@ 00734nam a2200229 a 4500 - vtls000683729 +REROILS:123 20170516083700.0 860918s1982 gw |||||| ||||00|| |ger d @@ -12119,7 +12119,7 @@ 01522nam a2200337 a 4500 - vtls003385527 +REROILS:124 20171125193400.0 030711s1980 is |||||| ||||00|| |heb d @@ -12230,7 +12230,7 @@ 01234cam a2200313 a 4500 - vtls008409925 +REROILS:125 20190215134800.0 160418s2015 ru ||| | ||||00| |rus d @@ -12333,7 +12333,7 @@ 01093nam a2200313 a 4500 - vtls003569321 +REROILS:126 20171013122200.0 040116s2003 fr ||| | ||||00| |fre d @@ -12430,7 +12430,7 @@ 01465cam a2200397 a 4500 - vtls006119422 +REROILS:127 20170530172400.0 110805s1999 ja ||| | ||||00| |jpn d @@ -12571,7 +12571,7 @@ 01430naa a2200349 a 4500 - vtls005290722 +REROILS:128 20170522090700.0 960525s1942 sz ||| | ||||00| |fre d @@ -12688,7 +12688,7 @@ 00888nam a22002652a 4500 - vtls006029228 +REROILS:129 20180403161400.0 110218s1995 xx ||| | ||||00| |fre d @@ -12766,7 +12766,7 @@ 01204nam a2200361 a 4500 - vtls006026928 +REROILS:130 20190627003500.0 110218s1988 be ||| | ||||00| |fre d @@ -12881,7 +12881,7 @@ 01182nam a22003732a 4500 - vtls006029324 +REROILS:131 20180403161500.0 110218s1995 fr ||| | ||||00| |fre d @@ -12994,7 +12994,7 @@ 00937naa a22002297a 4500 - vtls003445222 +REROILS:132 20170518132200.0 980412s1969 xx ||| | ||||00| 0ger d @@ -13061,7 +13061,7 @@ 00762naa a22002297a 4500 - vtls003456428 +REROILS:133 20170518140500.0 980412s1966 xx ||| | ||||00| 0eng d @@ -13126,7 +13126,7 @@ 00934naa a22002417a 4500 - vtls003443429 +REROILS:134 20170518131500.0 980412s1975 xx ||| | ||||00| 0ger d @@ -13199,7 +13199,7 @@ 00928naa a22002537a 4500 - vtls003460821 +REROILS:135 20170518142000.0 980412s1990 xx ||| | ||||00| 0eng d @@ -13277,7 +13277,7 @@ 00822naa a22002412a 4500 - vtls002175024 +REROILS:136 20170518095500.0 970809s1975 xxu|||||| ||||00|| |eng d @@ -13352,7 +13352,7 @@ 01006nam a2200241 a 4500 - vtls000637326 +REROILS:137 20170516132000.0 860422s1985 gw |||||| ||||00|| |ger d @@ -13422,7 +13422,7 @@ 01462nam a2200349 a 4500 - vtls000661029 +REROILS:138 20181109114100.0 860708s1974 gw |||||| ||||00|| |ger d @@ -13547,7 +13547,7 @@ 01026nam a22003012a 4500 - vtls006034623 +REROILS:139 20180403165600.0 110218s2004 xxc||| | ||||00| |fre d @@ -13639,7 +13639,7 @@ 00794naa a22002297a 4500 - vtls003459224 +REROILS:140 20170518141500.0 980412s1962 xx ||| | ||||00| 0eng d @@ -13705,7 +13705,7 @@ 00821nam a22002412a 4500 - vtls006039423 +REROILS:141 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -13779,7 +13779,7 @@ 01006nam a22002892a 4500 - vtls006038529 +REROILS:142 20180403084200.0 110218s2008 fr ||| | ||||00| |fre d @@ -13866,7 +13866,7 @@ 00931nam a2200289 a 4500 - vtls008649322 +REROILS:143 20180320105600.0 170515s2016 gw ||| | ||||00| |eng d @@ -13953,7 +13953,7 @@ 00881naa a22002297a 4500 - vtls003447822 +REROILS:144 20170518133100.0 980412s19631964xx ||| | ||||00| 0ger d @@ -14021,7 +14021,7 @@ 01138nam a2200325 a 4500 - vtls000362823 +REROILS:145 20190814105600.0 000810s1978 gw |||||| ||||00|| |ger d @@ -14131,7 +14131,7 @@ 01145nam a22002892a 4500 - vtls006032625 +REROILS:146 20180403163900.0 110218s2002 fr ||| | ||||00| |fre d @@ -14218,7 +14218,7 @@ 01070naa a22002657a 4500 - vtls003475320 +REROILS:147 20170518150400.0 980412s1995 xx ||| | ||||00| 0eng d @@ -14302,7 +14302,7 @@ 01005nam a22002892a 4500 - vtls006040023 +REROILS:148 20180403085700.0 110218s2010 fr ||| | ||||00| |fre d @@ -14391,7 +14391,7 @@ 02629naa a2200517 a 4500 - vtls005296420 +REROILS:149 20190218143400.0 970728 2003 gw ||| | ||||00| |ger d @@ -14592,7 +14592,7 @@ 01146naa a2200301 a 4500 - vtls005885224 +REROILS:150 20180901153700.0 101223s1964 fr |||||| ||||00| |fre d @@ -14688,7 +14688,7 @@ 02049naa a2200397 a 4500 - vtls005291825 +REROILS:151 20170522092100.0 030206s1921 sz ||| | ||||00| |ger d @@ -14820,7 +14820,7 @@ 04329nam a22004332a 4500 - vtls006039826 +REROILS:152 20180403085500.0 110218s2009 fr ||| | ||||00| |fre d @@ -14959,7 +14959,7 @@ 01687naa a2200337 a 4500 - vtls008898721 +REROILS:153 20190514105300.0 190221s2019 fr ||| | ||||00| |fre d @@ -15068,7 +15068,7 @@ 02044cam a2200505 a 4500 - vtls006267928 +REROILS:154 20181208161900.0 110817s2003 cc ||| | ||||00| |chi d @@ -15250,7 +15250,7 @@ 01558nam a22004212a 4500 - vtls006034527 +REROILS:155 20180403165500.0 110218s2004 fr ||| | ||||00| |fre d @@ -15385,7 +15385,7 @@ 01419nam a22003732a 4500 - vtls006030621 +REROILS:156 20180403162400.0 110218s1998 fr ||| | ||||00| |fre d @@ -15501,7 +15501,7 @@ 00993nam a2200313 a 4500 - vtls006028923 +REROILS:157 20180403161200.0 110218s1994 fr ||| | ||||00| |fre d @@ -15599,7 +15599,7 @@ 00820naa a2200253 a 4500 - vtls008246423 +REROILS:158 20170602120000.0 150907s1961 ja |||||| ||||01|| |fre d @@ -15670,7 +15670,7 @@ 01236nam a2200301 a 4500 - vtls001683525 +REROILS:159 20180827140400.0 940419m19899999cc |||||| ||||00|| |chi d @@ -15767,7 +15767,7 @@ 00908cam a2200265 a 4500 - vtls000639326 +REROILS:160 20170719160700.0 860429s1980 sp |||||| ||||00|| |spa d @@ -15850,7 +15850,7 @@ 01405naa a2200349 a 4500 - vtls002772024 +REROILS:161 20171125172400.0 001224s1999 it |||||| ||||00| |ita d @@ -15966,7 +15966,7 @@ 00820naa a22002417a 4500 - vtls003444428 +REROILS:162 20170518131900.0 980412s1971 xx ||| | ||||00| 0fre d @@ -16037,7 +16037,7 @@ 01459cam a2200409 a 4500 - vtls006076629 +REROILS:163 20170530150000.0 110616s2012 xxk||| | ||||00| |eng d @@ -16173,7 +16173,7 @@ 01699nam a22003132a 4500 - vtls006040028 +REROILS:164 20180403085700.0 110218s2009 fr ||| | ||||00| |fre d @@ -16272,7 +16272,7 @@ 01487cam a2200361 a 4500 - vtls006086122 +REROILS:165 20170611085800.0 110624s2010 it ||| | ||||00| |ita d @@ -16391,7 +16391,7 @@ 00712nam a2200241 a 4500 - vtls008368629 +REROILS:166 20170520203200.0 160218s2014 gw ||| | ||||00| |ger d @@ -16459,7 +16459,7 @@ 01276nam a2200349 a 4500 - vtls006089628 +REROILS:167 20180901194700.0 110629s2010 gw ||| | |||| | |ger d @@ -16574,7 +16574,7 @@ 01023nam a2200301 a 4500 - vtls000665423 +REROILS:168 20180701134700.0 860723s1985 gw |||||| ||||00|| |ger d @@ -16667,7 +16667,7 @@ 01226nam a2200325 a 4500 - vtls000657629 +REROILS:169 20170610130700.0 860625s1986 gw |||||| ||||00|| |ger d @@ -16773,7 +16773,7 @@ 01251nam a22003732a 4500 - vtls006037322 +REROILS:170 20190809111300.0 110218s2007 fr ||| | ||||00| |fre d @@ -16889,7 +16889,7 @@ 01613nam a2200349 a 4500 - vtls002663923 +REROILS:171 20180828105700.0 000913s1999 it |||||| ||||10| |ita d @@ -17005,7 +17005,7 @@ 01178nam a2200325 a 4500 - vtls006089627 +REROILS:172 20190122110100.0 110629s2001 bl ||| | ||||00| |por d @@ -17108,7 +17108,7 @@ 01302nam a2200349 a 4500 - vtls006111526 +REROILS:173 20170611091700.0 110725s2011 gw ||| | |||| | |ger d @@ -17226,7 +17226,7 @@ 00933naa a22002417a 4500 - vtls003471728 +REROILS:174 20190201112200.0 980412s1994 xx ||| | ||||00| 0eng d @@ -17301,7 +17301,7 @@ 01161nam a2200337 a 4500 - vtls000379824 +REROILS:175 20180630135600.0 960525m19751982xxu|||||| ||||00|| |eng d @@ -17401,7 +17401,7 @@ 01442nam a2200361 a 4500 - vtls002640224 +REROILS:176 20171125153600.0 000908s1996 fr ||| | ||||00| |por d @@ -17518,7 +17518,7 @@ 01192naa a22002537a 4500 - vtls003425527 +REROILS:177 20170518121300.0 980412s1977 xx ||| | ||||00| 0ger d @@ -17595,7 +17595,7 @@ 01306nam a2200349 a 4500 - vtls000647024 +REROILS:178 20180825231700.0 860526m19869999gw |||||| ||||00|| |ger d @@ -17706,7 +17706,7 @@ 01365nam a22003252a 4500 - vtls006039428 +REROILS:179 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -17807,7 +17807,7 @@ 00564nas a2200193 a 4500 - vtls001272220 +REROILS:180 20190705140000.0 910621c19899999sp |||m|| ||||0 || 0spa d @@ -17859,7 +17859,7 @@ 01221nam a22003612a 4500 - vtls006032627 +REROILS:181 20190829162600.0 110218s2002 xx ||| | ||||00| |fre d @@ -17968,7 +17968,7 @@ 00928nam a2200277 a 4500 - vtls000678925 +REROILS:182 20170516083000.0 860905s1984 sz |||||| ||||00|| |ger d @@ -18048,7 +18048,7 @@ 01597nam a22003372a 4500 - vtls006039629 +REROILS:183 20180403085300.0 110218s2010 fr ||| | ||||00| |fre d @@ -18152,7 +18152,7 @@ 00951naa a22002297a 4500 - vtls003456427 +REROILS:184 20170518140400.0 980412s1967 xx ||| | ||||00| 0eng d @@ -18217,7 +18217,7 @@ 00895nam a2200265 a 4500 - vtls000373722 +REROILS:185 20170610194100.0 960525s1976 xxu|||||| ||||00|| |eng d @@ -18300,7 +18300,7 @@ 01055naa a22002537a 4500 - vtls003453125 +REROILS:186 20170518135200.0 980412s1991 xx ||| | ||||00| 0ger d @@ -18380,7 +18380,7 @@ 01715nam a2200457 a 4500 - vtls000938120 +REROILS:187 20180808182400.0 000719r19881908gw |||||| ||||00|| |lat d @@ -18526,7 +18526,7 @@ 01048nam a22003012a 4500 - vtls006031628 +REROILS:188 20180403163100.0 110218s1998 fr ||| | ||||00| |fre d @@ -18619,7 +18619,7 @@ 00864nam a22002532a 4500 - vtls006029127 +REROILS:189 20180403161400.0 110218s1995 xx ||| | ||||00| |fre d @@ -18693,7 +18693,7 @@ 01025nam a22002772a 4500 - vtls006039525 +REROILS:190 20180403085200.0 110218s2009 fr ||| | ||||00| |fre d @@ -18778,7 +18778,7 @@ 01540nam a2200349 a 4500 - vtls006110827 +REROILS:191 20180901201700.0 110725s2002 gw ||| | |||| 1| |ger d @@ -18899,7 +18899,7 @@ 01192nam a2200325 a 4500 - vtls001972829 +REROILS:192 20180827215900.0 960209s1995 bl |||||| ||||00|| |por d @@ -19005,7 +19005,7 @@ 01054nam a22003012a 4500 - vtls006038527 +REROILS:193 20180403084200.0 110218s2006 fr ||| | ||||00| |fre d @@ -19097,7 +19097,7 @@ 01254nam a22003852a 4500 - vtls006031524 +REROILS:194 20190725183600.0 110218s2000 be ||| | ||||00| |fre d @@ -19217,7 +19217,7 @@ 00861naa a22002297a 4500 - vtls003458225 +REROILS:195 20170518141100.0 980412s1992 xx ||| | ||||00| 0ger d @@ -19287,7 +19287,7 @@ 00811nam a22002532a 4500 - vtls006038226 +REROILS:196 20180403083900.0 110218s1986 fr ||| | ||||00| |fre d @@ -19359,7 +19359,7 @@ 00851nam a22002652a 4500 - vtls006034328 +REROILS:197 20180403165300.0 110218s2004 fr ||| | ||||00| |fre d @@ -19437,7 +19437,7 @@ 01314nam a2200349 a 4500 - vtls001140559 +REROILS:198 20180826094300.0 010124s1942 sz |||||| ||||00|| |ger d @@ -19555,7 +19555,7 @@ 01049naa a2200325 a 4500 - vtls002669525 +REROILS:199 20180703150300.0 001118s1949 sz |||||| ||||00| |fre d @@ -19652,7 +19652,7 @@ 01185naa a2200277 a 4500 - vtls005263823 +REROILS:200 20171127202800.0 971022s1979 sz ||| | ||||00| |ger d @@ -19740,7 +19740,7 @@ 01876nam a22005292a 4500 - vtls006030427 +REROILS:201 20190823220500.0 110218s1998 fr ||| | ||||00| |fre d @@ -19912,7 +19912,7 @@ 00874nam a22002652a 4500 - vtls006036821 +REROILS:202 20180403171500.0 110218s2004 fr ||| | ||||00| |fre d @@ -19993,7 +19993,7 @@ 01624cam a22004332a 4500 - vtls008400428 +REROILS:203 20170520090500.0 160404s2016 it ||| | ||||00| |ita d @@ -20129,7 +20129,7 @@ 01071nam a2200289 a 4500 - vtls000669922 +REROILS:204 20171125085500.0 860811r19841776gw |||||| ||||00|| |ger d @@ -20222,7 +20222,7 @@ 00939naa a22002297a 4500 - vtls003481626 +REROILS:205 20170518153700.0 010720s2001 xx ||| | ||||00| |ger d @@ -20292,7 +20292,7 @@ 00831naa a22002297a 4500 - vtls003447824 +REROILS:206 20170518133100.0 980412s1967 xx ||| | ||||00| 0fre d @@ -20360,7 +20360,7 @@ 00916nam a2200289 a 4500 - vtls000670625 +REROILS:207 20170516081500.0 860813s1976 gw |||||| ||||00|| |ger d @@ -20441,7 +20441,7 @@ 00805nam a22002532a 4500 - vtls006039726 +REROILS:208 20180403085400.0 110218s2010 fr ||| | ||||00| |fre d @@ -20514,7 +20514,7 @@ 01414nam a22003372a 4500 - vtls006035524 +REROILS:209 20180403170300.0 110218s2005 fr ||| | ||||00| |fre d @@ -20615,7 +20615,7 @@ 00970nam a22002772a 4500 - vtls006037324 +REROILS:210 20180403082900.0 110218s2007 xx ||| | ||||00| |fre d @@ -20699,7 +20699,7 @@ 01200cam a2200325 a 4500 - vtls000000647 +REROILS:211 20180630124300.0 961126s1971 sz |||||| ||||00|| |fre d @@ -20799,7 +20799,7 @@ 01367nam a22003377a 4500 - vtls008133944 +REROILS:212 20180109121500.0 150428s1886 fr ||| | ||||00| |fre d @@ -20907,7 +20907,7 @@ 00977naa a22002417a 4500 - vtls003461421 +REROILS:213 20170518142200.0 980412s1992 xx ||| | ||||00| 0ger d @@ -20980,7 +20980,7 @@ 00868nam a22002532a 4500 - vtls006034621 +REROILS:214 20180403165600.0 110218s2004 fr ||| | ||||00| |fre d @@ -21057,7 +21057,7 @@ 01357nam a2200337 a 4500 - vtls003193124 +REROILS:215 20170611073000.0 020524s2000 ru ||| | ||||00| |rus d @@ -21167,7 +21167,7 @@ 01047ncm a2200265 a 4500 - vtls001689427 +REROILS:216 20170517171800.0 940502s1992 ne |||||| ||||||| |lat d @@ -21250,7 +21250,7 @@ 01075cam a2200301 a 4500 - vtls000361225 +REROILS:217 20180329170800.0 961207s1971 gw |||||| ||||00|| |ger d @@ -21341,7 +21341,7 @@ 01356cam a2200337 a 4500 - vtls008358520 +REROILS:218 20190215131100.0 160204s2015 vc ||| | ||||10| |ita d @@ -21451,7 +21451,7 @@ 00952nam a22002892a 4500 - vtls006031924 +REROILS:219 20180403163300.0 110218s2000 xx ||| | ||||00| |fre d @@ -21537,7 +21537,7 @@ 01677nam a22004692a 4500 - vtls006037323 +REROILS:220 20181029115100.0 110218s2007 fr ||| | ||||00| |fre d @@ -21684,7 +21684,7 @@ 01135nam a2200313 a 4500 - vtls000634029 +REROILS:221 20170610122600.0 860411s1982 gw |||||| ||||00|| |ger d @@ -21780,7 +21780,7 @@ 01366nam a2200349 a 4500 - vtls002700421 +REROILS:222 20181116205200.0 000922s1981 xxu|||||| ||||00| |eng d @@ -21900,7 +21900,7 @@ 00903nam a2200265 a 4500 - vtls000002655 +REROILS:223 20170610104700.0 001227s1968 fr |||||| ||||00|| |fre d @@ -21983,7 +21983,7 @@ 01773nam a22003492a 4500 - vtls006034125 +REROILS:224 20180403165200.0 110218s2001 fr ||| | ||||00| |fre d @@ -22092,7 +22092,7 @@ 01076nam a22003012a 4500 - vtls006031525 +REROILS:225 20180403163000.0 110218s1999 fr ||| | ||||00| |fre d @@ -22188,7 +22188,7 @@ 01561naa a2200373 a 4500 - vtls005219827 +REROILS:226 20171127205800.0 970725s1960 gw ||| | ||||00| |ger d @@ -22316,7 +22316,7 @@ 00832naa a22002297a 4500 - vtls003446524 +REROILS:227 20170518132700.0 980412s1966 xx ||| | ||||00| 0eng d @@ -22382,7 +22382,7 @@ 01076cam a2200301 a 4500 - vtls000790920 +REROILS:228 20170610164600.0 870804s1987 gw |||||| ||||00|| |ger d @@ -22478,7 +22478,7 @@ 00848naa a22002297a 4500 - vtls003448521 +REROILS:229 20170518133400.0 980412s1972 xx ||| | ||||00| 0eng d @@ -22545,7 +22545,7 @@ 01228nam a2200313 a 4500 - vtls003334421 +REROILS:230 20190404135800.0 030327s1994 is |||||| ||||00|| |heb d @@ -22645,7 +22645,7 @@ 01020naa a22002417a 4500 - vtls003479229 +REROILS:231 20170518152200.0 990419s1999 sz ||| | ||||00| |eng d @@ -22719,7 +22719,7 @@ 00887nam a22002652a 4500 - vtls006039528 +REROILS:232 20180403085200.0 110218s2009 fr ||| | ||||00| |fre d @@ -22799,7 +22799,7 @@ 01907nam a2200373 a 4500 - vtls003538424 +REROILS:233 20170611142200.0 031111s2000 ru ||| | ||||00| |rus d @@ -22926,7 +22926,7 @@ 01043nam a2200289 a 4500 - vtls002688624 +REROILS:234 20170611114600.0 000928s1999 xxk||| | ||||00| |eng d @@ -23020,7 +23020,7 @@ 00942nam a2200301 a 4500 - vtls006038520 +REROILS:235 20180403084200.0 110218s2007 fr ||| | ||||00| |fre d @@ -23114,7 +23114,7 @@ 00841nam a2200241 a 4500 - vtls001944420 +REROILS:236 20170517174000.0 951207s1993 cc |||||| ||||00|| |chi d @@ -23186,7 +23186,7 @@ 01028nam a2200325 a 4500 - vtls002664022 +REROILS:237 20170705194000.0 000912s1999 fr ||| | ||||00| |fre d @@ -23288,7 +23288,7 @@ 01889nam a2200397 a 4500 - vtls001928824 +REROILS:238 20180827195100.0 951106s1995 po |||||| ||||00|| |por d @@ -23427,7 +23427,7 @@ 00970nam a2200301 a 4500 - vtls002707729 +REROILS:239 20180828125600.0 000924s1995 gw |||||| ||||00| |ger d @@ -23518,7 +23518,7 @@ 00794nam a22002532a 4500 - vtls006029221 +REROILS:240 20180403161400.0 110218s1990 fr ||| | ||||00| |fre d @@ -23589,7 +23589,7 @@ 00880nam a22002772a 4500 - vtls006034324 +REROILS:241 20180403165300.0 110218s2002 xx ||| | ||||00| |fre d @@ -23671,7 +23671,7 @@ 01770cam a2200457 a 4500 - vtls006268825 +REROILS:242 20170530175200.0 110818s2005 ja ||| | ||||00| |jpn d @@ -23837,7 +23837,7 @@ 01395nam a2200349 a 4500 - vtls000638726 +REROILS:243 20170610123400.0 000910s1980 gw |||||| ||||00|| |ger d @@ -23948,7 +23948,7 @@ 01221nam a22002892a 4500 - vtls006038426 +REROILS:244 20180403084100.0 110218s2005 fr ||| | ||||00| |fre d @@ -24036,7 +24036,7 @@ 01409nam a2200373 a 4500 - vtls008485827 +REROILS:245 20170520213400.0 160811s2016 gw ||| | ||||00| |ger d @@ -24158,7 +24158,7 @@ 02097ncm a2200433 a 4500 - vtls003047114 +REROILS:246 20170518140800.0 010605m19919999gw ||| | ||||0|| |ger d @@ -24283,7 +24283,7 @@ 01701nam a22003372a 4500 - vtls006034626 +REROILS:247 20180403165600.0 110218s2003 xxc||| | ||||00| |fre d @@ -24387,7 +24387,7 @@ 00928nam a22002892a 4500 - vtls006040026 +REROILS:248 20180403085700.0 110218s2002 xx ||| | ||||00| |fre d @@ -24476,7 +24476,7 @@ 00918naa a22002297a 4500 - vtls003457625 +REROILS:249 20170518140900.0 980412s1976 xx ||| | ||||00| 0fre d @@ -24543,7 +24543,7 @@ 00908nam a2200265 a 4500 - vtls000670828 +REROILS:250 20170516081500.0 860813s1986 gw |||||| ||||00|| |ger d @@ -24622,7 +24622,7 @@ 01347cam a2200361 a 4500 - vtls000943324 +REROILS:251 20180825224100.0 881026s1988 gw |||||| ||||00|| |ger d @@ -24745,7 +24745,7 @@ 01399nam a2200349 a 4500 - vtls000638720 +REROILS:252 20170610123400.0 000910s1980 gw |||||| ||||00|| |ger d @@ -24856,7 +24856,7 @@ 01016nam a22003012a 4500 - vtls006031629 +REROILS:253 20180403163100.0 110218s2000 fr ||| | ||||00| |fre d @@ -24946,7 +24946,7 @@ 01954nam a22002892a 4500 - vtls006031527 +REROILS:254 20180403163000.0 110218s1999 fr ||| | ||||00| |fre d @@ -25035,7 +25035,7 @@ 00916nam a22002772a 4500 - vtls006036026 +REROILS:255 20180403170800.0 110218s2003 fr ||| | ||||00| |fre d @@ -25118,7 +25118,7 @@ 01123caa a2200289 a 4500 - vtls003746824 +REROILS:256 20170518173500.0 041125s2002 cg |||||| ||||00| |fre d @@ -25205,7 +25205,7 @@ 00974naa a22002537a 4500 - vtls003452929 +REROILS:257 20170518135100.0 980412s1975 xx ||| | ||||00| 0eng d @@ -25282,7 +25282,7 @@ 01130nam a2200337 a 4500 - vtls002670820 +REROILS:258 20180703150700.0 000916s2000 sz |||||| ||||00| |ger d @@ -25392,7 +25392,7 @@ 01266nam a22003492a 4500 - vtls006029327 +REROILS:259 20190226112800.0 110218s1995 fr ||| | ||||00| |fre d @@ -25504,7 +25504,7 @@ 01066nam a22003012a 4500 - vtls006035821 +REROILS:260 20190627004600.0 110218s2005 fr ||| | ||||00| |fre d @@ -25596,7 +25596,7 @@ 01046nam a2200301 a 4500 - vtls000374124 +REROILS:261 20180825132100.0 000904s1982 xxu|||||| ||||00|| |eng d @@ -25692,7 +25692,7 @@ 01581nam a22003612a 4500 - vtls006038422 +REROILS:262 20190730155800.0 110218s2008 fr ||| | ||||00| |fre d @@ -25805,7 +25805,7 @@ 01024nam a2200337 a 4500 - vtls002713629 +REROILS:263 20170518123400.0 000924s2000 fr ||| | ||||00| |fre d @@ -25908,7 +25908,7 @@ 01036nam a2200289 a 4500 - vtls000957229 +REROILS:264 20180825232000.0 881201s1985 it |||||| ||||00|| |ita d @@ -26001,7 +26001,7 @@ 01513cam a2200337 a 4500 - vtls000658223 +REROILS:265 20170705194200.0 860626s1979 gw |||||| ||||00|| |ger d @@ -26116,7 +26116,7 @@ 01737nam a22004692a 4500 - vtls006037220 +REROILS:266 20180403171800.0 110218s2007 fr ||| | ||||00| |fre d @@ -26259,7 +26259,7 @@ 00965naa a22002537a 4500 - vtls003450621 +REROILS:267 20170518134200.0 980412s1990 xx ||| | ||||00| 0ger d @@ -26336,7 +26336,7 @@ 00817naa a22002297a 4500 - vtls003456124 +REROILS:268 20170518140300.0 980412s1967 xx ||| | ||||00| 0eng d @@ -26402,7 +26402,7 @@ 00812naa a22002297a 4500 - vtls003441520 +REROILS:269 20170518130800.0 980412s1970 xx ||| | ||||00| 0eng d @@ -26469,7 +26469,7 @@ 00891nam a22002772a 4500 - vtls006030725 +REROILS:270 20180403162500.0 110218s1997 fr ||| | ||||00| |fre d @@ -26550,7 +26550,7 @@ 01192njm a2200277 a 4500 - vtls008088066 +REROILS:271 20170520090900.0 s| 150306s2009 xx ||| | |||| || |eng d @@ -26627,7 +26627,7 @@ 00820nam a2200253 a 4500 - vtls001140656 +REROILS:272 20170517083400.0 900530s1936 gw |||||| ||||00|| |ger d @@ -26703,7 +26703,7 @@ 01003nam a2200277 a 4500 - vtls000681724 +REROILS:273 20181109114100.0 860912s1985 gw |||||| ||||00|| |ger d @@ -26790,7 +26790,7 @@ 01376nam a2200361 a 4500 - vtls006099126 +REROILS:274 20180901200100.0 110711s2011 gw ||| | ||||00| |ger d @@ -26915,7 +26915,7 @@ 00844naa a22002297a 4500 - vtls003458725 +REROILS:275 20170518141300.0 980412s1968 xx ||| | ||||00| 0eng d @@ -26981,7 +26981,7 @@ 00995nam a2200313 a 4500 - vtls006028924 +REROILS:276 20180403161200.0 110218s1993 fr ||| | ||||00| |fre d @@ -27079,7 +27079,7 @@ 02489cam a22005652a 4500 - vtls006108020 +REROILS:277 20190315121700.0 110720s2010 gw ||| | ||||00| |ger d @@ -27272,7 +27272,7 @@ 01916nam a2200385 a 4500 - vtls005450453 +REROILS:278 20181107115400.0 100520s1963 ru |||||| ||||00|| |rus d @@ -27409,7 +27409,7 @@ 01536naa a2200373 a 4500 - vtls005291229 +REROILS:279 20170522091100.0 021211s1874 sz ||| | ||||00| |ger d @@ -27532,7 +27532,7 @@ 00886nam a2200289 a 4500 - vtls000371126 +REROILS:280 20170516100300.0 960525s1981 fr |||||| ||||00|| |fre d @@ -27618,7 +27618,7 @@ 00738nam a2200229 a 4500 - vtls000677027 +REROILS:281 20170516082700.0 860901s1982 gw |||||| ||||00|| |ger d @@ -27685,7 +27685,7 @@ 01522ccm a2200265 a 4500 - vtls001962221 +REROILS:282 20170517181000.0 960123s1995 gw |||||| ||||||| |ger d @@ -27770,7 +27770,7 @@ 01138nam a2200289 a 4500 - vtls000642425 +REROILS:283 20170610124100.0 860507s1982 gw |||||| ||||00|| |ger d @@ -27865,7 +27865,7 @@ 01467nam a2200361 a 4500 - vtls005270811 +REROILS:284 20170522073100.0 021219s1992 gw ||| | ||||00| |ger d @@ -27977,7 +27977,7 @@ 03136naa a22005172a 4500 - vtls005213422 +REROILS:285 20171127203100.0 970725m19031905sz ||| | ||||00| |ger d @@ -28151,7 +28151,7 @@ 01592naa a22003492a 4500 - vtls005239927 +REROILS:286 20170522105000.0 970729s1972 sz ||| | ||||00| |fre d @@ -28267,7 +28267,7 @@ 01289nam a2200373 a 4500 - vtls008606462 +REROILS:287 20180727004500.0 170302s2017 fr ||| | ||||00| |fre d @@ -28384,7 +28384,7 @@ 00785naa a22002297a 4500 - vtls003459122 +REROILS:288 20170518141500.0 980412s1964 xx ||| | ||||00| 0ger d @@ -28450,7 +28450,7 @@ 00923naa a22002297a 4500 - vtls003451422 +REROILS:289 20170518134500.0 980412s1980 xx ||| | ||||00| 0ger d @@ -28517,7 +28517,7 @@ 00840naa a2200229 a 4500 - vtls008689728 +REROILS:290 20170811142800.0 170811s1918 sz |||||| ||||00|| |fre d @@ -28575,7 +28575,7 @@ 01026nam a22002772a 4500 - vtls006031822 +REROILS:291 20180403163300.0 110218s1997 fr ||| | ||||00| |fre d @@ -28661,7 +28661,7 @@ 00986nam a2200313 a 4500 - vtls000684426 +REROILS:292 20170516083800.0 860919s1982 gw |||||| ||||00|| |ger d @@ -28751,7 +28751,7 @@ 00925nam a22002772a 4500 - vtls006035522 +REROILS:293 20180403170300.0 110218s1995 fr ||| | ||||00| |fre d @@ -28834,7 +28834,7 @@ 01179nam a2200337 a 4500 - vtls002713624 +REROILS:294 20180828131100.0 000922s1997 gw |||||| ||||00| |ger d @@ -28946,7 +28946,7 @@ 01235nam a2200289 a 4500 - vtls006122525 +REROILS:295 20170530173000.0 110810s2010 ua ||| | ||||00| |ara d @@ -29040,7 +29040,7 @@ 01423nam a2200385 a 4500 - vtls000397828 +REROILS:296 20180825140800.0 000716s1981 it |||||| ||||00|| |ita d @@ -29168,7 +29168,7 @@ 00802cam a2200241 a 4500 - vtls002049122 +REROILS:297 20170518094800.0 960717s1972 xxu|||||| ||||00|| |eng d @@ -29240,7 +29240,7 @@ 00959nam a22002772a 4500 - vtls006038121 +REROILS:298 20180403083800.0 110218s2008 fr ||| | ||||00| |fre d @@ -29324,7 +29324,7 @@ 01203naa a2200277 a 4500 - vtls005264524 +REROILS:299 20171127203300.0 971022s1975 sz ||| | ||||00| |fre d @@ -29410,7 +29410,7 @@ 01432nam a2200313 a 4500 - vtls002788520 +REROILS:300 20181208155900.0 001225s2000 bl |||||| ||||00| |por d @@ -29512,7 +29512,7 @@ 00546nas a2200193 a 4500 - vtls002280040 +REROILS:301 20170518092400.0 980327d19531968it |||m|| ||||0 || 0ita d @@ -29562,7 +29562,7 @@ 00890nam a2200289 a 4500 - vtls002677327 +REROILS:302 20170518105400.0 000929s1977 fr |||||| ||||00|| |fre d @@ -29647,7 +29647,7 @@ 01136nam a22003012a 4500 - vtls006030520 +REROILS:303 20190627004100.0 110218s1998 xx ||| | ||||00| |fre d @@ -29739,7 +29739,7 @@ 00862naa a22002297a 4500 - vtls003456525 +REROILS:304 20170518140500.0 980412s1966 xx ||| | ||||00| 0eng d @@ -29806,7 +29806,7 @@ 01335nam a2200373 a 4500 - vtls000957625 +REROILS:305 20171125075800.0 881201s1988 it |||||| ||||00|| |ita d @@ -29927,7 +29927,7 @@ 01840ngm a2200433 a 4500 - vtls003101523 +REROILS:306 20180830163300.0 v| 011010s2001 fr ||| | |||| | |fre d @@ -30068,7 +30068,7 @@ 01077naa a22002657a 4500 - vtls003450623 +REROILS:307 20170518134200.0 980412s1990 xx ||| | ||||00| 0ger d @@ -30148,7 +30148,7 @@ 01093nam a2200313 a 4500 - vtls003404321 +REROILS:308 20180831131600.0 030909s2003 xxk||| | ||||00| |eng d @@ -30249,7 +30249,7 @@ 01102nam a2200289 a 4500 - vtls000658726 +REROILS:309 20171125084500.0 860627s1986 gw |||||| ||||00|| |ger d @@ -30343,7 +30343,7 @@ 00777nam a22002412a 4500 - vtls006037326 +REROILS:310 20180403083000.0 110218s2005 fr ||| | ||||00| |fre d @@ -30414,7 +30414,7 @@ 00831naa a22002297a 4500 - vtls003459420 +REROILS:311 20170518141600.0 980412s1984 xx ||| | ||||00| 0eng d @@ -30480,7 +30480,7 @@ 01707nam a2200385 a 4500 - vtls002812020 +REROILS:312 20180830172600.0 010124s1999 ru |||||| ||||00| |rus d @@ -30614,7 +30614,7 @@ 00949nam a22002772a 4500 - vtls006031821 +REROILS:313 20180403163300.0 110218s1992 xx ||| | ||||00| |fre d @@ -30698,7 +30698,7 @@ 00793naa a22002297a 4500 - vtls003444421 +REROILS:314 20170518131900.0 980412s1984 xx ||| | ||||00| 0eng d @@ -30765,7 +30765,7 @@ 00968nam a22002892a 4500 - vtls006032522 +REROILS:315 20180403163800.0 110218s2001 be ||| | ||||00| |fre d @@ -30850,7 +30850,7 @@ 00947naa a22002657a 4500 - vtls003461625 +REROILS:316 20170518142300.0 980412s1983 xx ||| | ||||00| 0eng d @@ -30933,7 +30933,7 @@ 01408nam a22003612a 4500 - vtls006028920 +REROILS:317 20180403161200.0 110218s1992 fr ||| | ||||00| |fre d @@ -31045,7 +31045,7 @@ 00872naa a2200241 a 4500 - vtls005452827 +REROILS:318 20180329165300.0 100526s1861 au ||| | ||||01| |ger d @@ -31116,7 +31116,7 @@ 00850nam a22002532a 4500 - vtls006038429 +REROILS:319 20180403084100.0 110218s2005 fr ||| | ||||00| |fre d @@ -31191,7 +31191,7 @@ 01776naa a2200349 a 4500 - vtls005216329 +REROILS:320 20171127203500.0 970725s1877 gw ||| | ||||00| |ger d @@ -31303,7 +31303,7 @@ 01146nam a2200241 a 4500 - vtls000676529 +REROILS:321 20170516082600.0 860829s1980 gw |||||| ||||00|| |ger d @@ -31371,7 +31371,7 @@ 01178nam a2200337 a 4500 - vtls006089623 +REROILS:322 20190314180900.0 110629s2010 gw ||| | |||| | |ger d @@ -31481,7 +31481,7 @@ 00895nam a22002772a 4500 - vtls006039924 +REROILS:323 20180403085600.0 110218s2010 fr ||| | ||||00| |fre d @@ -31565,7 +31565,7 @@ 01202naa a2200349 a 4500 - vtls002741923 +REROILS:324 20180727152900.0 001004s1993 fr ||| | ||||00| |fre d @@ -31675,7 +31675,7 @@ 00877naa a22002417a 4500 - vtls003465925 +REROILS:325 20170518143500.0 980412s1993 xx ||| | ||||00| 0eng d @@ -31746,7 +31746,7 @@ 01309nam a2200349 a 4500 - vtls002664024 +REROILS:326 20180828105700.0 000912s1997 sw ||| | ||||00| |eng d @@ -31859,7 +31859,7 @@ 01234naa a22002777a 4500 - vtls003427424 +REROILS:327 20170518122000.0 980412s1967 it ||| | ||||00| 0ita d @@ -31948,7 +31948,7 @@ 00959naa a22002537a 4500 - vtls003481425 +REROILS:328 20170518153600.0 010511s2000 sz ||| | ||||00| |eng d @@ -32025,7 +32025,7 @@ 00913nam a22002772a 4500 - vtls006039520 +REROILS:329 20180403085200.0 110218s2010 be ||| | ||||00| |fre d @@ -32108,7 +32108,7 @@ 01369nam a2200373 a 4500 - vtls008505124 +REROILS:330 20190314181000.0 160906s2016 fr ||| | ||||00| |fre d @@ -32235,7 +32235,7 @@ 01261nam a22002892a 4500 - vtls006027720 +REROILS:331 20180403160400.0 110218s1983 fr ||| | ||||00| |fre d @@ -32324,7 +32324,7 @@ 01327nam a2200373 a 4500 - vtls006099820 +REROILS:332 20170611090900.0 110712s2008 gw ||| | |||| | |ger d @@ -32448,7 +32448,7 @@ 01145nam a2200301 a 4500 - vtls002676621 +REROILS:333 20170611112500.0 000917s1998 xxu||| | ||||00| |eng d @@ -32553,7 +32553,7 @@ 01044cim a2200277 a 4500 - vtls003068722 +REROILS:334 20180704000900.0 s| 010723m19992000sz |||||| ||||||| |fre d @@ -32633,7 +32633,7 @@ 01330nam a2200337 a 4500 - vtls000635928 +REROILS:335 20170610122900.0 860417s1985 sz |||||| ||||00|| |ger d @@ -32748,7 +32748,7 @@ 00956nam a2200241 a 4500 - vtls000670428 +REROILS:336 20170516081500.0 860812s1984 au |||||| ||||00|| |ger d @@ -32817,7 +32817,7 @@ 02469nam a2200493 a 4500 - vtls000070535 +REROILS:337 20180329161500.0 000918r19161758xxu|||||| ||||00|| |eng d @@ -32970,7 +32970,7 @@ 02002nam a22004812a 4500 - vtls006038222 +REROILS:338 20180403083900.0 110218s2008 fr ||| | ||||00| |fre d @@ -33119,7 +33119,7 @@ 00865nam a22002652a 4500 - vtls006037226 +REROILS:339 20180403171800.0 110218s2007 fr ||| | ||||00| |fre d @@ -33198,7 +33198,7 @@ 00946naa a22002297a 4500 - vtls003451227 +REROILS:340 20170518134400.0 980412s1971 xx ||| | ||||00| 0ger d @@ -33267,7 +33267,7 @@ 00955nam a2200265 a 4500 - vtls000665225 +REROILS:341 20170516141200.0 860722s1984 gw |||||| ||||00|| |ger d @@ -33345,7 +33345,7 @@ 01276nam a2200349 a 4500 - vtls002701028 +REROILS:342 20171125162800.0 000921s1997 xxk||| | ||||00| |eng d @@ -33463,7 +33463,7 @@ 01343nam a22003132a 4500 - vtls006039627 +REROILS:343 20190423165900.0 110218s2010 fr ||| | ||||00| |fre d @@ -33560,7 +33560,7 @@ 00990nam a22002892a 4500 - vtls006035829 +REROILS:344 20180403170600.0 110218s2005 fr ||| | ||||00| |fre d @@ -33650,7 +33650,7 @@ 00874nam a2200265 a 4500 - vtls000665221 +REROILS:345 20170516141200.0 860722s1983 gw |||||| ||||00|| |ger d @@ -33727,7 +33727,7 @@ 01191naa a22003017a 4500 - vtls007213125 +REROILS:346 20180710154100.0 130109s2009 sz ||| | ||||00| |ger d @@ -33818,7 +33818,7 @@ 00887naa a22002297a 4500 - vtls003457126 +REROILS:347 20170518140700.0 980412s1964 xx ||| | ||||00| 0eng d @@ -33888,7 +33888,7 @@ 01310cam a2200361 a 4500 - vtls006103622 +REROILS:348 20170611091200.0 110715s2011 it ||| | ||||00| |ita d @@ -34006,7 +34006,7 @@ 01991cam a2200469 a 4500 - vtls006076520 +REROILS:349 20170530150000.0 110615s2011 xxk||| | ||||00| |eng d @@ -34160,7 +34160,7 @@ 02099nam a2200397 a 4500 - vtls003529528 +REROILS:350 20170611140700.0 031027s2002 ru ||| | ||||00| |rus d @@ -34295,7 +34295,7 @@ 02652naa a2200445 a 4500 - vtls005299924 +REROILS:351 20170522115200.0 990714s1998 sz ||| | ||||00| |fre d @@ -34453,7 +34453,7 @@ 01089nam a22003132a 4500 - vtls006031624 +REROILS:352 20180403163100.0 110218s1998 fr ||| | ||||00| |fre d @@ -34546,7 +34546,7 @@ 00926nam a2200265 a 4500 - vtls000672425 +REROILS:353 20170516081900.0 860819s1983 gw |||||| ||||00|| |ger d @@ -34623,7 +34623,7 @@ 01209nam a2200325 a 4500 - vtls000973424 +REROILS:354 20181208144300.0 000806s1988 it |||||| ||||00|| |ita d @@ -34732,7 +34732,7 @@ 01184nam a2200325 a 4500 - vtls003812065 +REROILS:355 20171125194100.0 050322s2002 gw ||| | ||||00| |ger d @@ -34835,7 +34835,7 @@ 01143nam a2200325 a 4500 - vtls001044022 +REROILS:356 20190314180800.0 890815s1983 ja |||||| ||||00|| |jpn d @@ -34939,7 +34939,7 @@ 01057nam a22003132a 4500 - vtls006035422 +REROILS:357 20180403170300.0 110218s2005 fr ||| | ||||00| |fre d @@ -35033,7 +35033,7 @@ 03234cas a2200805 a 4500 - vtls006059750 +REROILS:358 20190718165200.0 110526c20119999sz |||p|| ||||0 || 0fre d @@ -35324,7 +35324,7 @@ 01034nam a2200289 a 4500 - vtls000672121 +REROILS:359 20170516081800.0 860819s1982 gw |||||| ||||00|| |ger d @@ -35408,7 +35408,7 @@ 00957naa a22002417a 4500 - vtls003465921 +REROILS:360 20170518143500.0 980412s1993 xx ||| | ||||00| 0eng d @@ -35481,7 +35481,7 @@ 01350nam a2200301 a 4500 - vtls006126223 +REROILS:361 20170530173700.0 110816s2010 ua ||| | ||||00| |ara d @@ -35580,7 +35580,7 @@ 01018cam a2200289 a 4500 - vtls000662028 +REROILS:362 20170516140400.0 860710s1983 gw |||||| ||||00|| |ger d @@ -35664,7 +35664,7 @@ 00964naa a22002417a 4500 - vtls003459526 +REROILS:363 20170518141600.0 980412s1992 xx ||| | ||||00| 0eng d @@ -35738,7 +35738,7 @@ 00984nam a2200289 a 4500 - vtls000347021 +REROILS:364 20170925125600.0 960525s1981 gw |||||| ||||00|| |ger d @@ -35824,7 +35824,7 @@ 00795naa a22002297a 4500 - vtls003440920 +REROILS:365 20170518130600.0 980412s1959 xx ||| | ||||00| 0ger d @@ -35891,7 +35891,7 @@ 01047nam a2200313 a 4500 - vtls000650123 +REROILS:366 20170516134300.0 860604m19811982sz |||||| ||||00|| |ger d @@ -35981,7 +35981,7 @@ 01141nam a2200337 a 4500 - vtls000359526 +REROILS:367 20170610192200.0 960525s1982 gw |||||| ||||00|| |ger d @@ -36085,7 +36085,7 @@ 00929nam a22002652a 4500 - vtls006039728 +REROILS:368 20180403085400.0 110218s2005 fr ||| | ||||00| |fre d @@ -36165,7 +36165,7 @@ 01228caa a2200313 a 4500 - vtls001496423 +REROILS:369 20180827110700.0 001026s1980 sz |||||| ||||00|| |ita d @@ -36267,7 +36267,7 @@ 01981nam a2200433 a 4500 - vtls000661229 +REROILS:370 20170925203700.0 860708s1985 gw |||||| ||||00|| |ger d @@ -36419,7 +36419,7 @@ 01248nam a2200361 a 4500 - vtls008068023 +REROILS:371 20170602132900.0 150216s2014 xxu||| | ||||00| |eng d @@ -36528,7 +36528,7 @@ 00885nam a22002652a 4500 - vtls006031723 +REROILS:372 20180403163200.0 110218s2000 fr ||| | ||||00| |fre d @@ -36607,7 +36607,7 @@ 00838cam a2200229 a 4500 - vtls004324537 +REROILS:373 20170519112200.0 070205m19599999fr |||||| ||||00|| |fre d @@ -36671,7 +36671,7 @@ 01059nam a22003012a 4500 - vtls006038525 +REROILS:374 20180403084200.0 110218s2001 fr ||| | ||||00| |fre d @@ -36763,7 +36763,7 @@ 01082nam a22003132a 4500 - vtls006032124 +REROILS:375 20180713110500.0 110218s2001 be ||| | ||||00| |fre d @@ -36859,7 +36859,7 @@ 01680nam a22003132a 4500 - vtls006032529 +REROILS:376 20180403163800.0 110218s2001 fr ||| | ||||00| |fre d @@ -36955,7 +36955,7 @@ 01635ncm a2200361 a 4500 - vtls000202337 +REROILS:377 20180726115700.0 961001m19712003gw |||||| ||||||| |ger d @@ -37069,7 +37069,7 @@ 01289cam a22003617a 4500 - vtls006107620 +REROILS:378 20170530170100.0 110720s2011 xxu||| | ||||00| |eng d @@ -37182,7 +37182,7 @@ 02173naa a2200469 a 4500 - vtls005312925 +REROILS:379 20170522131900.0 070530 2006 it ||| | ||||00| |ita d @@ -37358,7 +37358,7 @@ 01420ngm a2200349 a 4500 - vtls000653421 +REROILS:380 20180825233400.0 v| 860612s1982 sz ||| || |||| | |fre d @@ -37467,7 +37467,7 @@ 01363nam a2200385 a 4500 - vtls002663522 +REROILS:381 20190513085100.0 000914s2005 xxk||| | ||||00| |eng d @@ -37592,7 +37592,7 @@ 00990nam a22003012a 4500 - vtls006035828 +REROILS:382 20180403170600.0 110218s2003 fr ||| | ||||00| |fre d @@ -37685,7 +37685,7 @@ 00903nam a22002652a 4500 - vtls006030424 +REROILS:383 20180403162300.0 110218s1985 fr ||| | ||||00| |fre d @@ -37765,7 +37765,7 @@ 01288nam a22002892a 4500 - vtls006032021 +REROILS:384 20190711100100.0 110218s2001 fr ||| | ||||00| |fre d @@ -37853,7 +37853,7 @@ 01190nam a2200325 a 4500 - vtls000660221 +REROILS:385 20180825081200.0 860703s1986 gw |||||| ||||00|| |ger d @@ -37959,7 +37959,7 @@ 01184nam a2200313 a 4500 - vtls000361021 +REROILS:386 20170912082700.0 960525s1979 xxu|||||| ||||00|| |eng d @@ -38061,7 +38061,7 @@ 01646naa a22003974a 4500 - vtls008583522 +REROILS:387 20190215164800.0 170116s2016 gw |||||| ||||00| ||ger d @@ -38198,7 +38198,7 @@ 00910naa a22002537a 4500 - vtls003460128 +REROILS:388 20170518141800.0 980412s1976 xx ||| | ||||00| 0ita d @@ -38274,7 +38274,7 @@ 01075nam a2200301 a 4500 - vtls006107727 +REROILS:389 20180901201200.0 110720s2010 xxk||| | ||||00| |lat d @@ -38371,7 +38371,7 @@ 01591nam a2200361 a 4500 - vtls006083721 +REROILS:390 20170611085600.0 110622s2011 gw ||| | ||||00| |eng d @@ -38503,7 +38503,7 @@ 00879nam a2200277 a 4500 - vtls002670525 +REROILS:391 20170518103500.0 000913s1999 xxu||| | ||||00| |eng d @@ -38582,7 +38582,7 @@ 00847naa a22002297a 4500 - vtls003453925 +REROILS:392 20170518135500.0 980412s1967 xx ||| | ||||00| 0eng d @@ -38650,7 +38650,7 @@ 00979nam a2200277 a 4500 - vtls000650329 +REROILS:393 20170516134300.0 860604s1985 gw |||||| ||||00|| |ger d @@ -38730,7 +38730,7 @@ 00773nas a2200253 a 4500 - vtls001324629 +REROILS:394 20170517141600.0 911107c1984 gw |||m|| ||||0 || 0ger d @@ -38799,7 +38799,7 @@ 02479nam a2200349 a 4500 - vtls006034120 +REROILS:395 20180403165200.0 110218s2003 fr ||| | ||||00| |fre d @@ -38909,7 +38909,7 @@ 01011nam a2200313 a 4500 - vtls008352127 +REROILS:396 20171122135700.0 160128s2016 gw ||| | ||||00| |ger d @@ -39008,7 +39008,7 @@ 01464nam a2200361 a 4500 - vtls007021447 +REROILS:397 20180614113600.0 120315s1745 ne ||| | ||||00| |fre d @@ -39117,7 +39117,7 @@ 00961nam a22002772a 4500 - vtls006036824 +REROILS:398 20180403171500.0 110218s2007 fr ||| | ||||00| |fre d @@ -39204,7 +39204,7 @@ 01684cam a2200457 a 4500 - vtls007141733 +REROILS:399 20190401173300.0 120914m19711975xxu||| | ||||00| |eng d @@ -39351,7 +39351,7 @@ 01149nam a2200325 a 4500 - vtls002671122 +REROILS:400 20180828111500.0 000914s1998 fr ||| | ||||00| |fre d @@ -39456,7 +39456,7 @@ 00848nam a22002652a 4500 - vtls006037126 +REROILS:401 20180403171700.0 110218s2007 fr ||| | ||||00| |fre d @@ -39534,7 +39534,7 @@ 01547nam a2200349 a 4500 - vtls000373624 +REROILS:402 20170828144400.0 000722s1979 sp |||||| ||||00|| |fre d @@ -39647,7 +39647,7 @@ 01884naa a22004092a 4500 - vtls005240126 +REROILS:403 20170522105200.0 970729s1976 sz ||| | ||||00| |ger d @@ -39785,7 +39785,7 @@ 00757naa a22002297a 4500 - vtls003455526 +REROILS:404 20170518140100.0 980412s1964 xx ||| | ||||00| 0eng d @@ -39852,7 +39852,7 @@ 01153nam a2200313 a 4500 - vtls001481488 +REROILS:405 20180419134600.0 000915s1968 fr |||||| ||||00|| |fre d @@ -39954,7 +39954,7 @@ 01064nam a22002892a 4500 - vtls006037229 +REROILS:406 20190627004700.0 110218s2007 fr ||| | ||||00| |fre d @@ -40044,7 +40044,7 @@ 01199ccm a2200265 a 4500 - vtls000626825 +REROILS:407 20170516130100.0 860314s1973 gw |||||| ||||||| |fre d @@ -40133,7 +40133,7 @@ 01935nam a2200349 a 4500 - vtls005428326 +REROILS:408 20170529182800.0 100419s2008 fr ||| | ||||00| |fre d @@ -40240,7 +40240,7 @@ 01000nam a22003012a 4500 - vtls006032521 +REROILS:409 20180403163800.0 110218s2000 fr ||| | ||||00| |fre d @@ -40328,7 +40328,7 @@ 03745naa a2200481 a 4500 - vtls003301228 +REROILS:410 20171125230200.0 030123s2002 xxk||| | ||||00| |eng d @@ -40499,7 +40499,7 @@ 00907nam a22002892a 4500 - vtls006029321 +REROILS:411 20180403161500.0 110218s1994 fr ||| | ||||00| |fre d @@ -40586,7 +40586,7 @@ 01218nam a2200289 a 4500 - vtls000640623 +REROILS:412 20180825225900.0 860501s1985 gw |||||| ||||00|| |ger d @@ -40682,7 +40682,7 @@ 00802naa a22002297a 4500 - vtls003458124 +REROILS:413 20170518141100.0 980412s1982 xx ||| | ||||00| 0ger d @@ -40749,7 +40749,7 @@ 00991ncm a2200301 a 4500 - vtls000640629 +REROILS:414 20170516132500.0 860502s1977 sz |||||| ||||||| |ger d @@ -40839,7 +40839,7 @@ 01624nam a2200337 a 4500 - vtls006038327 +REROILS:415 20180403084000.0 110218s2007 fr ||| | ||||00| |fre d @@ -40943,7 +40943,7 @@ 01231nam a2200373 a 4500 - vtls006039527 +REROILS:416 20180403085200.0 110218s2009 fr ||| | ||||00| |fre d @@ -41062,7 +41062,7 @@ 00984nam a22002892a 4500 - vtls006034329 +REROILS:417 20180403165300.0 110218s2004 be ||| | ||||00| |fre d @@ -41149,7 +41149,7 @@ 00687naa a22002292a 4500 - vtls002249826 +REROILS:418 20170518083200.0 980130s1881 xxk||| | ||||00| |eng d @@ -41215,7 +41215,7 @@ 01405nam a22002772a 4500 - vtls006039622 +REROILS:419 20180403085300.0 110218s2009 fr ||| | ||||00| |fre d @@ -41299,7 +41299,7 @@ 01240nam a2200337 a 4500 - vtls002701326 +REROILS:420 20181116205200.0 000924s1998 xxk||| | ||||00| |eng d @@ -41421,7 +41421,7 @@ 01380nam a2200385 a 4500 - vtls000929121 +REROILS:421 20180825215800.0 880916s1981 gw |||||| ||||00|| |ger d @@ -41543,7 +41543,7 @@ 01209cam a2200337 a 4500 - vtls006091023 +REROILS:422 20170611090200.0 110701s2010 fr ||| | ||||00| |fre d @@ -41653,7 +41653,7 @@ 00907nam a22002897a 4500 - vtls006099422 +REROILS:423 20190627005700.0 110712s2011 fr ||| | ||||00| |fre d @@ -41744,7 +41744,7 @@ 01096nam a2200313 a 4500 - vtls002701124 +REROILS:424 20170611120800.0 000918s1999 it ||| | ||||00| |ita d @@ -41843,7 +41843,7 @@ 01517nam a22004572a 4500 - vtls006035921 +REROILS:425 20180403170700.0 110218s2006 fr ||| | ||||00| |fre d @@ -41989,7 +41989,7 @@ 01894cam a22003732a 4500 - vtls006319327 +REROILS:426 20171207160000.0 111024s2009 cc ||| | ||||00| |chi d @@ -42116,7 +42116,7 @@ 00814cam a2200241 a 4500 - vtls000656524 +REROILS:427 20170516135400.0 860623s1986 sz |||||| ||||00|| |ger d @@ -42187,7 +42187,7 @@ 00930nam a22002772a 4500 - vtls006038622 +REROILS:428 20180403084200.0 110218s2008 fr ||| | ||||00| |fre d @@ -42272,7 +42272,7 @@ 00752njm a22002297a 4500 - vtls006104528 +REROILS:429 20170530165400.0 s| 110715s2002 xx |||||| ||||||| |fre d @@ -42335,7 +42335,7 @@ 00997nam a22003012a 4500 - vtls006027622 +REROILS:430 20180403160300.0 110218s1992 fr ||| | ||||00| |fre d @@ -42427,7 +42427,7 @@ 01023nam a2200301 a 4500 - vtls008488824 +REROILS:431 20180720143800.0 160818s2016 sz ||| | ||||00| |ger d @@ -42521,7 +42521,7 @@ 01071ncm a2200277 a 4500 - vtls002346221 +REROILS:432 20170518075100.0 980814s1940 gw |||||| ||||||| |ger d @@ -42607,7 +42607,7 @@ 01282nam a2200301 a 4500 - vtls008368721 +REROILS:433 20190620001800.0 m | c| @@ -42694,7 +42694,7 @@ 01383nam a2200373 a 4500 - vtls000750921 +REROILS:434 20190215112900.0 870331s1986 pl |||||| ||||00|| |pol d @@ -42815,7 +42815,7 @@ 01068nam a22002892a 4500 - vtls006028023 +REROILS:435 20180403160600.0 110218s2001 fr ||| | ||||00| |fre d @@ -42907,7 +42907,7 @@ 00952naa a22002537a 4500 - vtls003452123 +REROILS:436 20170518134800.0 980412s1991 xx ||| | ||||00| 0ger d @@ -42987,7 +42987,7 @@ 00934naa a2200253 a 4500 - vtls002263020 +REROILS:437 20170610220000.0 980226s1951 it ||| | ||||00| |ita d @@ -43059,7 +43059,7 @@ 00821naa a22002297a 4500 - vtls003454320 +REROILS:438 20170518135600.0 980412s1971 xx ||| | ||||00| 0fre d @@ -43125,7 +43125,7 @@ 00864nam a2200253 a 4500 - vtls000684128 +REROILS:439 20170610134800.0 860918s1985 gw |||||| ||||00|| |ger d @@ -43205,7 +43205,7 @@ 01073nam a22003012a 4500 - vtls006028128 +REROILS:440 20190627003800.0 110218s1989 fr ||| | ||||00| |fre d @@ -43298,7 +43298,7 @@ 01231nam a2200349 a 4500 - vtls000363122 +REROILS:441 20180825125200.0 000916s1982 xxu|||||| ||||00|| |eng d @@ -43413,7 +43413,7 @@ 01747nam a22002772a 4500 - vtls006038221 +REROILS:442 20180403083900.0 110218s2008 fr ||| | ||||00| |fre d @@ -43501,7 +43501,7 @@ 01341njm a2200241 a 4500 - vtls003103027 +REROILS:443 20190205104100.0 011017s1991 xx ||| | |||| || |eng d @@ -43572,7 +43572,7 @@ 01023nam a22002772a 4500 - vtls006039429 +REROILS:444 20180403085100.0 110218s2010 fr ||| | ||||00| |fre d @@ -43659,7 +43659,7 @@ 01302cam a22003732a 4500 - vtls008579227 +REROILS:445 20190215164200.0 170104s2016 sp ||| | ||||00| |spa d @@ -43775,7 +43775,7 @@ 01034nam a2200301 a 4500 - vtls001227224 +REROILS:446 20170610165800.0 910220s1990 it |||||| ||||00|| |ita d @@ -43872,7 +43872,7 @@ 00934nam a22002772a 4500 - vtls006040021 +REROILS:447 20180403085700.0 110218s2009 fr ||| | ||||00| |fre d @@ -43955,7 +43955,7 @@ 01048nam a2200325 a 4500 - vtls000692996 +REROILS:448 20170627082700.0 000723s1986 fr |||||| ||||00|| |fre d @@ -44053,7 +44053,7 @@ 01337njm a2200301 a 4500 - vtls002643021 +REROILS:449 20170518093200.0 s| 000912q1990 xx ||| | |||| || |fre d @@ -44139,7 +44139,7 @@ 01230nam a2200289 a 4500 - vtls000364021 +REROILS:450 20180825125300.0 960525s1980 fr |||||| ||||00|| |fre d @@ -44234,7 +44234,7 @@ 01543naa a2200385 a 4500 - vtls003159525 +REROILS:451 20180126154600.0 020304s1984 sz |||||| ||||00|| |fre d @@ -44363,7 +44363,7 @@ 01038nam a22003012a 4500 - vtls006034122 +REROILS:452 20180403165200.0 110218s2000 fr ||| | ||||00| |fre d @@ -44457,7 +44457,7 @@ 00811cam a2200265 a 4500 - vtls006109926 +REROILS:453 20170530170500.0 110722s2003 xxu||| | ||||00| |eng d @@ -44537,7 +44537,7 @@ 01029nam a22003132a 4500 - vtls006032520 +REROILS:454 20180403163800.0 110218s2000 fr ||| | ||||00| |fre d @@ -44628,7 +44628,7 @@ 02030nam a2200373 a 4500 - vtls006116223 +REROILS:455 20170611092200.0 110802s2010 ru ||| | ||||00| |rus d @@ -44751,7 +44751,7 @@ 00985cam a2200241 a 4500 - vtls000637328 +REROILS:456 20170516132000.0 860422s1985 gw |||||| ||||00|| |ger d @@ -44821,7 +44821,7 @@ 00893nam a22002772a 4500 - vtls006031824 +REROILS:457 20180403163300.0 110218s2001 fr ||| | ||||00| |fre d @@ -44905,7 +44905,7 @@ 01282nam a2200325 a 4500 - vtls000970437 +REROILS:458 20170610214700.0 000908s1976 fr |||||| ||||00|| |eng d @@ -45012,7 +45012,7 @@ 00899nam a22002772a 4500 - vtls006030421 +REROILS:459 20180403162300.0 110218s1995 fr ||| | ||||00| |fre d @@ -45095,7 +45095,7 @@ 01613naa a2200433 a 4500 - vtls000545625 +REROILS:460 20180806144500.0 000730s1909 fr |||||| ||||00|| |fre d @@ -45233,7 +45233,7 @@ 03175cam a2200457 a 4500 - vtls006109423 +REROILS:461 20180901201500.0 110721s2011 xxk||| | ||||00| |eng d @@ -45386,7 +45386,7 @@ 01174nam a2200313 a 4500 - vtls000689026 +REROILS:462 20180825091900.0 861007s1986 it |||||| ||||00|| |ita d @@ -45489,7 +45489,7 @@ 02467naa a2200505 a 4500 - vtls003321826 +REROILS:463 20180831093500.0 030305s2001 sz ||| | ||||00| |fre d @@ -45663,7 +45663,7 @@ 01060nam a2200301 a 4500 - vtls000635427 +REROILS:464 20180825224500.0 860416s1980 gw |||||| ||||00|| |ger d @@ -45763,7 +45763,7 @@ 00995nam a22002892a 4500 - vtls006030724 +REROILS:465 20180619150500.0 110218s1999 fr ||| | ||||00| |fre d @@ -45851,7 +45851,7 @@ 01077naa a2200277 a 4500 - vtls006421229 +REROILS:466 20170531085800.0 110605s1983 xx ||| | ||||00| |fre d @@ -45928,7 +45928,7 @@ 01685cam a2200433 a 4500 - vtls008579222 +REROILS:467 20190215164200.0 170104s2016 sp ||| | ||||00| |spa d @@ -46073,7 +46073,7 @@ 02613ngm a2200649 a 4500 - vtls005947011 +REROILS:468 20190715153800.0 v| 110303s2011 sz ||| | |||| | |fre d @@ -46281,7 +46281,7 @@ 01117naa a2200301 a 4500 - vtls003249427 +REROILS:469 20170611090000.0 021002s2002 fr ||| | ||||00| |fre d @@ -46376,7 +46376,7 @@ 01028naa a22002537a 4500 - vtls003479223 +REROILS:470 20170518152200.0 990419s1999 sz ||| | ||||00| |eng d @@ -46455,7 +46455,7 @@ 00930nam a22002772a 4500 - vtls006035726 +REROILS:471 20180403170500.0 110218s2005 fr ||| | ||||00| |fre d @@ -46537,7 +46537,7 @@ 01270nam a22003732a 4500 - vtls006039621 +REROILS:472 20180403085300.0 110218s2009 xx ||| | ||||00| |fre d @@ -46655,7 +46655,7 @@ 01148nam a22003372a 4500 - vtls006028120 +REROILS:473 20190828113300.0 110218s1987 be ||| | ||||00| |fre d @@ -46759,7 +46759,7 @@ 01026nam a22003012a 4500 - vtls006034420 +REROILS:474 20180403165400.0 110218s2003 fr ||| | ||||00| |fre d @@ -46848,7 +46848,7 @@ 01236nam a22003132a 4500 - vtls006031929 +REROILS:475 20180403163400.0 110218s1999 xx ||| | ||||00| |fre d @@ -46945,7 +46945,7 @@ 01045nam a2200301 a 4500 - vtls006030727 +REROILS:476 20180403162500.0 110218s1999 fr ||| | ||||00| |fre d @@ -47037,7 +47037,7 @@ 01492nam a2200373 a 4500 - vtls002663928 +REROILS:477 20170611110500.0 000912s1988 gw |||||| ||||00| |ger d @@ -47162,7 +47162,7 @@ 01066nam a22003012a 4500 - vtls006035822 +REROILS:478 20190627004600.0 110218s2004 fr ||| | ||||00| |fre d @@ -47254,7 +47254,7 @@ 00615nas a2200193 a 4500 - vtls000936027 +REROILS:479 20190705133100.0 881006c19759999xxu|||m|| ||||0 || 0eng d @@ -47307,7 +47307,7 @@ 01733ngm a2200385 a 4500 - vtls003107624 +REROILS:480 20181005125900.0 v| 011026s1998 fr ||| | |||| | |fre d @@ -47432,7 +47432,7 @@ 01152naa a2200289 a 4500 - vtls002224725 +REROILS:481 20180701223700.0 971202q19351936sz ||| | ||||00| |ita d @@ -47523,7 +47523,7 @@ 01090nam a2200325 a 4500 - vtls000637825 +REROILS:482 20190130104000.0 860423s1985 sz |||||| ||||00|| |ger d @@ -47624,7 +47624,7 @@ 01113nam a2200301 a 4500 - vtls000965729 +REROILS:483 20171125080700.0 881221s1986 it |||||| ||||00|| |ita d @@ -47722,7 +47722,7 @@ 01064nas a2200265 a 4500 - vtls000693125 +REROILS:484 20170516085300.0 861017d19711976gw |||p|| ||||0 || 0ger d @@ -47796,7 +47796,7 @@ 01103nam a2200325 a 4500 - vtls008647727 +REROILS:485 20171214145100.0 170510s2017 gw |||||| ||||00|| |ger d @@ -47898,7 +47898,7 @@ 01233nam a2200325 a 4500 - vtls000639824 +REROILS:486 20170610123600.0 860430s1974 sz |||||| ||||01|| |ger d @@ -48004,7 +48004,7 @@ 01796nam a22003732a 4500 - vtls006039626 +REROILS:487 20180403085300.0 110218s2009 fr ||| | ||||00| |fre d @@ -48124,7 +48124,7 @@ 00906nam a22002772a 4500 - vtls006037124 +REROILS:488 20180403171700.0 110218s2003 fr ||| | ||||00| |fre d @@ -48206,7 +48206,7 @@ 01058nam a22002892a 4500 - vtls006027922 +REROILS:489 20180403160500.0 110218s1978 fr ||| | ||||00| |fre d @@ -48295,7 +48295,7 @@ 00958nam a2200277 a 4500 - vtls000683427 +REROILS:490 20170516083700.0 860917s1982 gw |||||| ||||00|| |ger d @@ -48375,7 +48375,7 @@ 01432nam a22003492a 4500 - vtls006038420 +REROILS:491 20180821085300.0 110218s2008 fr ||| | ||||00| |fre d @@ -48483,7 +48483,7 @@ 01129nam a2200301 a 4500 - vtls000139171 +REROILS:492 20171125075300.0 960525s1936 fr |||||| ||||00|| |fre d @@ -48579,7 +48579,7 @@ 00923naa a22002297a 4500 - vtls003453924 +REROILS:493 20170518135500.0 980412s1978 xx ||| | ||||00| 0ger d @@ -48648,7 +48648,7 @@ 01658naa a22004217a 4500 - vtls008753527 +REROILS:494 20180720190600.0 180118s2017 sz ||| | ||||00| |fre d @@ -48785,7 +48785,7 @@ 00913nam a2200277 a 4500 - vtls000673226 +REROILS:495 20170516082000.0 860820s1976 gw |||||| ||||00|| |ger d @@ -48863,7 +48863,7 @@ 00905nam a22002652a 4500 - vtls006036828 +REROILS:496 20180403171500.0 110218s1998 fr ||| | ||||00| |fre d @@ -48946,7 +48946,7 @@ 01116nam a2200253 a 4500 - vtls000669920 +REROILS:497 20170516081300.0 860811s1980 gw |||||| ||||10|| |ger d @@ -49024,7 +49024,7 @@ 00872nam a2200265 a 4500 - vtls000674322 +REROILS:498 20170516082200.0 860822s1985 gw |||||| ||||00|| |ger d @@ -49101,7 +49101,7 @@ 01259naa a2200325 a 4500 - vtls003122425 +REROILS:499 20170705172400.0 011201s2001 fr ||| | ||||00| |fre d @@ -49207,7 +49207,7 @@ 02196nam a22006612a 4500 - vtls006035529 +REROILS:500 20180403170300.0 110218s2005 fr ||| | ||||00| |fre d @@ -49414,7 +49414,7 @@ 01475nam a22002892a 4500 - vtls006035626 +REROILS:501 20180725152400.0 110218s2005 xxk||| | ||||00| |fre d @@ -49504,7 +49504,7 @@ 01102nam a2200289 a 4500 - vtls006116323 +REROILS:502 20170530171800.0 110802s2011 ru ||| | ||||00| |rus d @@ -49596,7 +49596,7 @@ 04355cam a22005057a 4500 - vtls006108121 +REROILS:503 20170530170200.0 110720s2010 be ||| | ||||00| |eng d @@ -49755,7 +49755,7 @@ 01000nam a2200289 a 4500 - vtls000670523 +REROILS:504 20171012143700.0 860812s1983 gw |||||| ||||00|| |ger d @@ -49845,7 +49845,7 @@ 01130nam a2200313 a 4500 - vtls000966826 +REROILS:505 20181116231900.0 881228s1988 gw |||||| ||||00|| |ger d @@ -49945,7 +49945,7 @@ 01121nam a2200325 a 4500 - vtls000389325 +REROILS:506 20180825134700.0 960525s1982 gw |||||| ||||00|| |ger d @@ -50045,7 +50045,7 @@ 00703naa a22002177a 4500 - vtls003456429 +REROILS:507 20170518140500.0 980412s1958 xx ||| | ||||00| 0fre d @@ -50106,7 +50106,7 @@ 01168ngm a2200373 a 4500 - vtls006109425 +REROILS:508 20190606134400.0 v| 110721s2011 fr ||| | |||| | |fre d @@ -50216,7 +50216,7 @@ 00794nam a2200229 a 4500 - vtls000675024 +REROILS:509 20170516082400.0 860826s1984 gw |||||| ||||00|| |ger d @@ -50281,7 +50281,7 @@ 01111naa a2200337 a 4500 - vtls006403127 +REROILS:510 20180710151000.0 111224s2006 sz ||| | ||||00| |fre d @@ -50385,7 +50385,7 @@ 00905nam a2200277 a 4500 - vtls000683329 +REROILS:511 20170516083700.0 860917s1982 gw |||||| ||||00|| |ger d @@ -50462,7 +50462,7 @@ 01291nam a2200349 a 4500 - vtls006089624 +REROILS:512 20180901194700.0 110629s2010 gw ||| | |||| | |ger d @@ -50576,7 +50576,7 @@ 00956nam a22002652a 4500 - vtls006039420 +REROILS:513 20180410091500.0 110218s2007 fr ||| | ||||00| |fre d @@ -50658,7 +50658,7 @@ 00981nam a2200253 a 4500 - vtls000358320 +REROILS:514 20170925133700.0 960525s1981 xxk|||||| ||||00|| |eng d @@ -50736,7 +50736,7 @@ 01375nam a2200385 a 4500 - vtls008388656 +REROILS:515 20170520230400.0 160315s2015 cc ||| | ||||00| |chi d @@ -50862,7 +50862,7 @@ 00992nam a22003132a 4500 - vtls006034323 +REROILS:516 20180403165300.0 110218s2001 fr ||| | ||||00| |fre d @@ -50955,7 +50955,7 @@ 01433cam a2200397 a 4500 - vtls006118426 +REROILS:517 20180531154100.0 110804s2003 ja ||| | ||||00| |jpn d @@ -51092,7 +51092,7 @@ 01486nam a22004572a 4500 - vtls006029322 +REROILS:518 20190725183600.0 110218s1995 fr ||| | ||||00| |fre d @@ -51236,7 +51236,7 @@ 01540cam a2200385 a 4500 - vtls006126025 +REROILS:519 20170530173700.0 110815s2005 ja ||| | ||||00| |jpn d @@ -51377,7 +51377,7 @@ 01115naa a22002897a 4500 - vtls003472722 +REROILS:520 20170518145200.0 980412s1994 xx ||| | ||||00| 0eng d @@ -51469,7 +51469,7 @@ 01556nam a2200409 a 4500 - vtls002663621 +REROILS:521 20180828105600.0 000912s1972 gw ||| | ||||00| |ger d @@ -51603,7 +51603,7 @@ 02017nam a22005412a 4500 - vtls006031528 +REROILS:522 20180403163000.0 110218s1999 fr ||| | ||||00| |fre d @@ -51777,7 +51777,7 @@ 01300nam a2200373 a 4500 - vtls005535929 +REROILS:523 20170611053700.0 100922s2010 gw ||| | ||||00| |heb d @@ -51898,7 +51898,7 @@ 00934nam a22002892a 4500 - vtls006034629 +REROILS:524 20180403165600.0 110218s2003 xxc||| | ||||00| |fre d @@ -51985,7 +51985,7 @@ 01336nam a2200361 a 4500 - vtls001952921 +REROILS:525 20180827210300.0 960104s1995 fr |||||| ||||00|| |ara d @@ -52102,7 +52102,7 @@ 01254nam a22002772a 4500 - vtls006039828 +REROILS:526 20180403085500.0 110218s2010 fr ||| | ||||00| |fre d @@ -52186,7 +52186,7 @@ 00927nam a22002892a 4500 - vtls006039624 +REROILS:527 20180403085300.0 110218s2009 fr ||| | ||||00| |fre d @@ -52274,7 +52274,7 @@ 01820nas a22004577a 4500 - vtls005717371 +REROILS:528 20190705122700.0 m | c| @@ -52404,7 +52404,7 @@ 00726naa a2200217 a 4500 - vtls007009228 +REROILS:529 20170531172300.0 120227q19001910xx |||||| ||||00|| |fre d @@ -52461,7 +52461,7 @@ 01001nam a2200301 a 4500 - vtls000668229 +REROILS:530 20180825083200.0 000910s1984 au |||||| ||||00|| |ger d @@ -52555,7 +52555,7 @@ 01992nam a2200385 a 4500 - vtls001345427 +REROILS:531 20180826131500.0 000909s1985 xxc|||||| ||||00|| |lat d @@ -52693,7 +52693,7 @@ 01046nam a22003252a 4500 - vtls006035722 +REROILS:532 20180403170500.0 110218s2005 xx ||| | ||||00| |fre d @@ -52789,7 +52789,7 @@ 01102naa a22002657a 4500 - vtls003451621 +REROILS:533 20170518134600.0 980412s1991 xx ||| | ||||00| 0eng d @@ -52875,7 +52875,7 @@ 01169nam a2200349 a 4500 - vtls004127321 +REROILS:534 20190215144300.0 060522s2006 gw ||| | ||||00| |ger d @@ -52985,7 +52985,7 @@ 01247naa a2200325 a 4500 - vtls005325521 +REROILS:535 20180228145000.0 100110s1993 fr ||| | |||| | |fre d @@ -53086,7 +53086,7 @@ 00827nim a22002537a 4500 - vtls005392475 +REROILS:536 20170529172800.0 100217s2006 xxu||| | ||||0|| |eng d @@ -53159,7 +53159,7 @@ 01642nam a2200397 a 4500 - vtls000669125 +REROILS:537 20170610132600.0 860807s1986 au |||||| ||||00|| |ger d @@ -53286,7 +53286,7 @@ 01698nam a22004574a 4500 - vtls008485826 +REROILS:538 20190215145700.0 160811s2014 gw ||| | ||||00| |ger d @@ -53438,7 +53438,7 @@ 00908nam a22002772a 4500 - vtls006029227 +REROILS:539 20180403161400.0 110218s1990 fr ||| | ||||00| |fre d @@ -53518,7 +53518,7 @@ 00816naa a22002297a 4500 - vtls003441622 +REROILS:540 20170518130900.0 980412s1980 xx ||| | ||||00| 0ger d @@ -53586,7 +53586,7 @@ 00651nas a22001937a 4500 - vtls002293128 +REROILS:541 20170518094500.0 000730c1993 gw |||m| ||||0 | 0ger d @@ -53646,7 +53646,7 @@ 01298cam a2200349 a 4500 - vtls006102322 +REROILS:542 20180901200500.0 110714s2011 fr ||| | ||||00| |fre d @@ -53767,7 +53767,7 @@ 01171naa a2200289 a 4500 - vtls002225723 +REROILS:543 20181116191200.0 971203s1897 sz ||| | ||||00| |ita d @@ -53859,7 +53859,7 @@ 01626ngm a2200385 a 4500 - vtls001393517 +REROILS:544 20180701143500.0 v| 920512s1990 sz ||| || |||| | |fre d @@ -53975,7 +53975,7 @@ 01073nam a22003132a 4500 - vtls006030629 +REROILS:545 20180403162400.0 110218s1996 fr ||| | ||||00| |fre d @@ -54069,7 +54069,7 @@ 01307cam a2200361 a 4500 - vtls000655124 +REROILS:546 20180825233900.0 860618s1984 xxu|||||| ||||00|| |eng d @@ -54191,7 +54191,7 @@ 01077nam a22003012a 4500 - vtls006030622 +REROILS:547 20180403162400.0 110218s1997 fr ||| | ||||00| |fre d @@ -54280,7 +54280,7 @@ 00583nam a2200205 a 4500 - vtls006086821 +REROILS:548 20170530151900.0 110627s2011 fr ||| | ||||00| |fre d @@ -54337,7 +54337,7 @@ 00932naa a2200253 a 4500 - vtls002452324 +REROILS:549 20170611062900.0 000727s1951 fr ||| | ||||00| |fre d @@ -54415,7 +54415,7 @@ 01264naa a2200337 a 4500 - vtls002207225 +REROILS:550 20190503154900.0 971028s1975 xxu||| | ||||00| |eng d @@ -54524,7 +54524,7 @@ 01424nam a2200397 a 4500 - vtls002663420 +REROILS:551 20170925213900.0 000912s1999 it ||| | ||||00| |ita d @@ -54652,7 +54652,7 @@ 01073nas a2200301 a 4500 - vtls002645429 +REROILS:552 20190705123400.0 000909|19999999sz |||p|| ||||0 || 0fre d @@ -54742,7 +54742,7 @@ 02591naa a2200517 a 4500 - vtls005296422 +REROILS:553 20190218143400.0 970728 2003 it ||| | ||||00| |ita d @@ -54938,7 +54938,7 @@ 01327nam a2200337 a 4500 - vtls003220220 +REROILS:554 20190117200300.0 020719s2001 ja ||| | ||||00| |jpn d @@ -55045,7 +55045,7 @@ 01085nam a2200265 a 4500 - vtls000682622 +REROILS:555 20180903122400.0 860916s1981 gw |||||| ||||00|| |ger d @@ -55123,7 +55123,7 @@ 01024nam a2200289 a 4500 - vtls000373523 +REROILS:556 20171125115800.0 960525s1980 xxu|||||| ||||00|| |eng d @@ -55214,7 +55214,7 @@ 00851naa a22002297a 4500 - vtls003440322 +REROILS:557 20170518130400.0 980412s1974 xx ||| | ||||00| 0ger d @@ -55281,7 +55281,7 @@ 00687naa a2200217 a 4500 - vtls006351322 +REROILS:558 20170530180800.0 111205q18801890xx ||| | ||||00| |fre d @@ -55340,7 +55340,7 @@ 01585cam a2200361 a 4500 - vtls000640421 +REROILS:559 20180808175000.0 860501s1985 au |||||| ||||00|| |ger d @@ -55462,7 +55462,7 @@ 01041njm a2200229 a 4500 - vtls006098225 +REROILS:560 20170530164200.0 110711s2004 xx ||| | ||||0|| |eng d @@ -55526,7 +55526,7 @@ 00868nam a2200277 a 4500 - vtls008068020 +REROILS:561 20170602132900.0 150216s2012 it ||| | ||||00| |ita d @@ -55608,7 +55608,7 @@ 01101naa a22002777a 4500 - vtls003481121 +REROILS:562 20170518153400.0 010212s2001 sz ||| | ||||00| |eng d @@ -55698,7 +55698,7 @@ 01089nam a2200301 a 4500 - vtls002689029 +REROILS:563 20171125161800.0 000924s1996 cc ||| | ||||00| |chi d @@ -55795,7 +55795,7 @@ 01090nam a22003372a 4500 - vtls006035824 +REROILS:564 20180709181400.0 110218s2005 sz ||| | ||||00| |fre d @@ -55899,7 +55899,7 @@ 00875nam a22002652a 4500 - vtls006034524 +REROILS:565 20180403165500.0 110218s2004 fr ||| | ||||00| |fre d @@ -55976,7 +55976,7 @@ 01111cam a2200337 a 4500 - vtls000670021 +REROILS:566 20190301162300.0 860811s1983 gw |||||| ||||00|| |ger d @@ -56080,7 +56080,7 @@ 01257nam a22003852a 4500 - vtls006034222 +REROILS:567 20180423105400.0 110218s2004 be ||| | ||||00| |fre d @@ -56201,7 +56201,7 @@ 01235cas a2200325 a 4500 - vtls001581726 +REROILS:568 20190705142100.0 930824c19849999xxk|||p|| ||||0 || 0eng d @@ -56302,7 +56302,7 @@ 01012nam a2200313 a 4500 - vtls002683322 +REROILS:569 20170611113700.0 000915s1994 xxk|||||| ||||00| ||eng d @@ -56396,7 +56396,7 @@ 01178nam a2200337 a 4500 - vtls000665922 +REROILS:570 20170516080400.0 860724s1985 gw |||||| ||||00|| |ger d @@ -56501,7 +56501,7 @@ 01083naa a22002417a 4500 - vtls003461120 +REROILS:571 20170518142100.0 980412s1978 xx ||| | ||||00| 0ger d @@ -56575,7 +56575,7 @@ 00920naa a2200241 a 4500 - vtls003953623 +REROILS:572 20170519095600.0 051205s1911 dk |||||| ||||00|| |eng d @@ -56649,7 +56649,7 @@ 01417nam a2200361 a 4500 - vtls000966927 +REROILS:573 20181208144000.0 881228s1987 gw |||||| ||||00|| |ger d @@ -56770,7 +56770,7 @@ 00936nam a22002772a 4500 - vtls006036022 +REROILS:574 20180403170800.0 110218s2006 fr ||| | ||||00| |fre d @@ -56855,7 +56855,7 @@ 02163nam a2200409 a 4500 - vtls006102220 +REROILS:575 20180901200500.0 110714s2011 fr ||| | ||||00| |fre d @@ -57006,7 +57006,7 @@ 01866cam a2200409 a 4500 - vtls006077928 +REROILS:576 20170611085200.0 110616s2011 xxu||| | ||||00| |eng d @@ -57140,7 +57140,7 @@ 01052nam a2200301 a 4500 - vtls002670429 +REROILS:577 20170611111500.0 000913s1977 xxu|||||| ||||00| |eng d @@ -57233,7 +57233,7 @@ 01207nam a22003612a 4500 - vtls006036027 +REROILS:578 20180403170800.0 110218s2006 fr ||| | ||||00| |fre d @@ -57343,7 +57343,7 @@ 02130cam a2200481 a 4500 - vtls006268027 +REROILS:579 20170611093300.0 110817s2002 cc ||| | ||||00| |chi d @@ -57515,7 +57515,7 @@ 01206nam a2200361 a 4500 - vtls008331425 +REROILS:580 20170925220600.0 151222s2016 xxk||| | ||||00| |eng d @@ -57629,7 +57629,7 @@ 01544nam a2200385 a 4500 - vtls006087728 +REROILS:581 20180901194500.0 110628s2011 sp |||||| ||||00|| |eng d @@ -57761,7 +57761,7 @@ 01179nam a22003257a 4500 - vtls002676828 +REROILS:582 20180828113000.0 000916s1999 ne ||| | ||||00| |eng d @@ -57866,7 +57866,7 @@ 01118naa a22002777a 4500 - vtls003461425 +REROILS:583 20170518142200.0 980412s1992 xx ||| | ||||00| 0eng d @@ -57955,7 +57955,7 @@ 00868nam a22002652a 4500 - vtls006032623 +REROILS:584 20190207175800.0 110218s2002 fr ||| | ||||00| |fre d @@ -58035,7 +58035,7 @@ 01448cam a2200421 a 4500 - vtls006114322 +REROILS:585 20170530171400.0 110728s1990 ja ||| | ||||00| |jpn d @@ -58169,7 +58169,7 @@ 01849nam a22002892a 4500 - vtls006035825 +REROILS:586 20180403170600.0 110218s2005 fr ||| | ||||00| |fre d @@ -58256,7 +58256,7 @@ 01241ngm a2200349 a 4500 - vtls006084129 +REROILS:587 20170530151400.0 v| 110623s2011 fr ||| | ||||0 | |fre d @@ -58355,7 +58355,7 @@ 00940nam a22002652a 4500 - vtls006031823 +REROILS:588 20180403163300.0 110218s2000 fr ||| | ||||00| |fre d @@ -58436,7 +58436,7 @@ 00978naa a22002537a 4500 - vtls003167825 +REROILS:589 20180704102600.0 020320s1962 sz |||||| ||||10|| |ger d @@ -58514,7 +58514,7 @@ 00976naa a22002657a 4500 - vtls003477029 +REROILS:590 20170518151200.0 980412s1997 xx ||| | ||||00| 0eng d @@ -58595,7 +58595,7 @@ 00867nam a2200265 a 4500 - vtls000675226 +REROILS:591 20170516082400.0 860826s1980 gw |||||| ||||00|| |ger d @@ -58671,7 +58671,7 @@ 00975nam a2200313 a 4500 - vtls006035427 +REROILS:592 20180403170300.0 110218s2001 fr ||| | ||||00| |fre d @@ -58765,7 +58765,7 @@ 00962nam a22002772a 4500 - vtls006039923 +REROILS:593 20180403085600.0 110218s2009 xx ||| | ||||00| |fre d @@ -58850,7 +58850,7 @@ 01153nam a22003612a 4500 - vtls006029226 +REROILS:594 20180403161400.0 110218s2001 fr ||| | ||||00| |fre d @@ -58959,7 +58959,7 @@ 00865naa a22002297a 4500 - vtls003456521 +REROILS:595 20170518140500.0 980412s1961 xx ||| | ||||00| 0eng d @@ -59026,7 +59026,7 @@ 00935naa a22002537a 4500 - vtls003481829 +REROILS:596 20170518153800.0 011018s2001 sz ||| | ||||00| |eng d @@ -59104,7 +59104,7 @@ 01542cam a2200385 a 4500 - vtls006125924 +REROILS:597 20170530173700.0 110815s1998 ja ||| | ||||00| |jpn d @@ -59243,7 +59243,7 @@ 01025nam a2200313 a 4500 - vtls000632424 +REROILS:598 20170610122300.0 860408s1985 gw |||||| ||||00|| |ger d @@ -59337,7 +59337,7 @@ 00934nam a22002772a 4500 - vtls006030327 +REROILS:599 20180403162200.0 110218s1997 be ||| | ||||00| |fre d @@ -59419,7 +59419,7 @@ 00816nam a22002532a 4500 - vtls006037029 +REROILS:600 20180403171700.0 110218s2005 xxk||| | ||||00| |fre d @@ -59492,7 +59492,7 @@ 01024nam a22003012a 4500 - vtls006037025 +REROILS:601 20180403171600.0 110218s2007 fr ||| | ||||00| |fre d @@ -59583,7 +59583,7 @@ 01234nam a2200337 a 4500 - vtls000683224 +REROILS:602 20180825090500.0 860917s1982 gw |||||| ||||00|| |ger d @@ -59690,7 +59690,7 @@ 00996nam a22002892a 4500 - vtls006028121 +REROILS:603 20190627003800.0 110218s1987 be ||| | ||||00| |fre d @@ -59778,7 +59778,7 @@ 01370nam a2200385 a 4500 - vtls006094121 +REROILS:604 20170905143700.0 110705s2010 fr ||| | ||||00| |fre d @@ -59900,7 +59900,7 @@ 01029naa a22002537a 4500 - vtls003458229 +REROILS:605 20170518141100.0 980412s1992 xx ||| | ||||00| 0ger d @@ -59977,7 +59977,7 @@ 01816nam a2200457 a 4500 - vtls006109320 +REROILS:606 20170616191300.0 110721s2011 fr ||| | ||||01| |fre d @@ -60132,7 +60132,7 @@ 01029nam a2200301 a 4500 - vtls000683923 +REROILS:607 20170516083800.0 860918s1984 gw |||||| ||||00|| |ger d @@ -60218,7 +60218,7 @@ 01348nam a22003972a 4500 - vtls006031720 +REROILS:608 20180403163200.0 110218s2000 fr ||| | ||||00| |fre d @@ -60341,7 +60341,7 @@ 01145nam a2200301 a 4500 - vtls002741127 +REROILS:609 20170518133700.0 000927s1998 bl ||| | ||||00| |por d @@ -60431,7 +60431,7 @@ 01226nam a2200313 a 4500 - vtls000673228 +REROILS:610 20180825084300.0 860820s1970 gw |||||| ||||00|| |ger d @@ -60534,7 +60534,7 @@ 01502nam a22003132a 4500 - vtls008666989 +REROILS:611 20190403141600.0 170615s1747 sz ||| | ||||00| |lat d @@ -60633,7 +60633,7 @@ 00848naa a22002297a 4500 - vtls003456127 +REROILS:612 20170518140300.0 980412s1985 xx ||| | ||||00| 0eng d @@ -60700,7 +60700,7 @@ 01529nam a22004212a 4500 - vtls006030523 +REROILS:613 20190117113800.0 110218s1998 fr ||| | ||||00| |fre d @@ -60838,7 +60838,7 @@ 01083naa a22002657a 4500 - vtls003481428 +REROILS:614 20170705165700.0 010511s2000 sz ||| | ||||00| |eng d @@ -60922,7 +60922,7 @@ 01007nam a2200301 a 4500 - vtls002658328 +REROILS:615 20170611105600.0 001116s1999 be ||| | ||||00| |fre d @@ -61019,7 +61019,7 @@ 01104nam a2200313 a 4500 - vtls000675025 +REROILS:616 20180825084600.0 860826s1975 gw |||||| ||||00|| |ger d @@ -61119,7 +61119,7 @@ 00995nam a22003012a 4500 - vtls006035622 +REROILS:617 20180403170400.0 110218s2005 fr ||| | ||||00| |fre d @@ -61209,7 +61209,7 @@ 01000nam a22002772a 4500 - vtls006039529 +REROILS:618 20180403085200.0 110218s2009 fr ||| | ||||00| |fre d @@ -61292,7 +61292,7 @@ 01644cam a2200373 a 4500 - vtls006078425 +REROILS:619 20171126074800.0 110617s2006 bl ||| | ||||00| |por d @@ -61417,7 +61417,7 @@ 00884naa a22002297a 4500 - vtls003457120 +REROILS:620 20170518140700.0 980412s1961 xx ||| | ||||00| 0eng d @@ -61488,7 +61488,7 @@ 00841naa a22002297a 4500 - vtls003460226 +REROILS:621 20190201112200.0 980412s1967 xx ||| | ||||00| 0eng d @@ -61557,7 +61557,7 @@ 00969nam a2200277 a 4500 - vtls000674326 +REROILS:622 20170516082200.0 860822s1984 gw |||||| ||||00|| |ger d @@ -61639,7 +61639,7 @@ 00971nam a2200277 a 4500 - vtls006111423 +REROILS:623 20180515113000.0 110725s2011 fr ||| | ||||00| |fre d @@ -61727,7 +61727,7 @@ 01194nam a22002772a 4500 - vtls006039928 +REROILS:624 20180403085600.0 110218s2010 fr ||| | ||||00| |fre d @@ -61813,7 +61813,7 @@ 01453cjm a2200313 a 4500 - vtls000638920 +REROILS:625 20170516132200.0 s| 860428s1982 xx |||||| ||||||| |ger d @@ -61920,7 +61920,7 @@ 00978nam a2200277 a 4500 - vtls002700728 +REROILS:626 20170518120100.0 000918s1999 gw ||| | ||||00| |ger d @@ -62001,7 +62001,7 @@ 00753naa a22002297a 4500 - vtls003455528 +REROILS:627 20170518140100.0 980412s1964 xx ||| | ||||00| 0eng d @@ -62067,7 +62067,7 @@ 00930nam a22002892a 4500 - vtls006039524 +REROILS:628 20180403085200.0 110218s2008 fr ||| | ||||00| |fre d @@ -62155,7 +62155,7 @@ 01335nam a22003372a 4500 - vtls006037321 +REROILS:629 20180403082900.0 110218s2007 fr ||| | ||||00| |fre d @@ -62259,7 +62259,7 @@ 01200nam a22003732a 4500 - vtls006036921 +REROILS:630 20180403171600.0 110218s2007 fr ||| | ||||00| |fre d @@ -62372,7 +62372,7 @@ 01432nam a2200313 a 4500 - vtls003211220 +REROILS:631 20170611080000.0 020701s2000 it |||||| ||||00|| |ita d @@ -62471,7 +62471,7 @@ 00946nam a2200289 a 4500 - vtls001263123 +REROILS:632 20170610180200.0 910530s1990 it |||||| ||||00|| |ita d @@ -62561,7 +62561,7 @@ 01265nam a22003132a 4500 - vtls006038122 +REROILS:633 20180403083800.0 110218s2008 fr ||| | ||||00| |fre d @@ -62660,7 +62660,7 @@ 01275cam a2200361 a 4500 - vtls008649329 +REROILS:634 20190215122600.0 170515s2016 xxu||| | ||||00| |eng d @@ -62776,7 +62776,7 @@ 00631nas a22001817a 4500 - vtls003092022 +REROILS:635 20170518113300.0 010919q19919999is |||m| ||||0 | 0eng d @@ -62827,7 +62827,7 @@ 00812nam a2200253 a 4500 - vtls000664628 +REROILS:636 20170516141100.0 860721s1983 gw |||||| ||||00|| |ger d @@ -62903,7 +62903,7 @@ 01003nam a22003012a 4500 - vtls006036928 +REROILS:637 20180403171600.0 110218s2007 fr ||| | ||||00| |fre d @@ -62994,7 +62994,7 @@ 01008nam a22002892a 4500 - vtls006034221 +REROILS:638 20180403165300.0 110218s2004 fr ||| | ||||00| |fre d @@ -63083,7 +63083,7 @@ 00821naa a22002297a 4500 - vtls003458626 +REROILS:639 20170518141300.0 980412s1969 xx ||| | ||||00| 0eng d @@ -63150,7 +63150,7 @@ 01033nam a22003012a 4500 - vtls006030829 +REROILS:640 20180403162500.0 110218s1999 fr ||| | ||||00| |fre d @@ -63242,7 +63242,7 @@ 01087naa a2200277 a 4500 - vtls005264924 +REROILS:641 20171127203600.0 971022 1970 sz ||| | ||||00| |ger d @@ -63328,7 +63328,7 @@ 01145naa a2200253 a 4500 - vtls005939923 +REROILS:642 20170530144700.0 m | c| @@ -63400,7 +63400,7 @@ 00696naa a22002177a 4500 - vtls003449621 +REROILS:643 20170518133800.0 980412s1982 xx ||| | ||||00| 0eng d @@ -63461,7 +63461,7 @@ 00792naa a22002297a 4500 - vtls003457522 +REROILS:644 20170518140900.0 980412s1962 xx ||| | ||||00| 0eng d @@ -63527,7 +63527,7 @@ 01401nas a22003252a 4500 - vtls002752026 +REROILS:645 20190705123900.0 001004c19679999sz |||m| ||||0 | 0ger d @@ -63632,7 +63632,7 @@ 01178ncm a2200325 a 4500 - vtls003168625 +REROILS:646 20180828225500.0 020322s2000 gw |||||| ||||||| |ger d @@ -63736,7 +63736,7 @@ 00974nam a22003012a 4500 - vtls006035729 +REROILS:647 20180403170500.0 110218s2005 fr ||| | ||||00| |fre d @@ -63826,7 +63826,7 @@ 01623cam a2200445 a 4500 - vtls006116528 +REROILS:648 20180531102300.0 110802s2006 ja ||| | ||||00| |jpn d @@ -63981,7 +63981,7 @@ 01637nam a22003852a 4500 - vtls006034220 +REROILS:649 20180403165300.0 110218s2004 fr ||| | ||||00| |fre d @@ -64100,7 +64100,7 @@ 01687nam a2200337 a 4500 - vtls005037828 +REROILS:650 20181025112100.0 090424s2008 is ||| | ||||00| |heb d @@ -64210,7 +64210,7 @@ 01072nam a22003132a 4500 - vtls002664121 +REROILS:651 20170611110600.0 000913s2000 gw |||||| ||||00| |ger d @@ -64311,7 +64311,7 @@ 00832nam a2200277 a 4500 - vtls000951922 +REROILS:652 20170517095400.0 881117s1987 it |||||| ||||00|| |ita d @@ -64391,7 +64391,7 @@ 00863naa a2200229 a 4500 - vtls002229723 +REROILS:653 20170518075700.0 971210s1982 it ||| | ||||00| |ita d @@ -64453,7 +64453,7 @@ 01519nam a22003132a 4500 - vtls006037121 +REROILS:654 20180403171700.0 110218s2007 fr ||| | ||||00| |fre d @@ -64550,7 +64550,7 @@ 00917nam a2200289 a 4500 - vtls001227529 +REROILS:655 20170610165900.0 910220s1991 it |||||| ||||00|| |ita d @@ -64638,7 +64638,7 @@ 01057nam a22003132a 4500 - vtls006027721 +REROILS:656 20190805115200.0 110218s1992 fr ||| | ||||00| |fre d @@ -64735,7 +64735,7 @@ 01532nam a2200361 a 4500 - vtls002670829 +REROILS:657 20180828111400.0 000913s1978 xxk||| | ||||00| |eng d @@ -64853,7 +64853,7 @@ 01721njm a2200361 a 4500 - vtls004324456 +REROILS:658 20170519112200.0 s| 070205s2007 xx ||| | ||||0|| |spa d @@ -64963,7 +64963,7 @@ 01869nam a2200493 a 4500 - vtls008629821 +REROILS:659 20190215120200.0 170412s2017 xxu||| | ||||00| |eng d @@ -65123,7 +65123,7 @@ 01481nam a2200373 a 4500 - vtls002700227 +REROILS:660 20181208153600.0 000921s1999 gw |||||| ||||00| |ger d @@ -65255,7 +65255,7 @@ 00996naa a22002537a 4500 - vtls003455529 +REROILS:661 20170518140100.0 980412s1982 xx ||| | ||||00| 0ger d @@ -65331,7 +65331,7 @@ 01540nas a2200349 a 4500 - vtls001296920 +REROILS:662 20170517133200.0 910828d18871893xxu|||p|| ||||0 || 0eng d @@ -65429,7 +65429,7 @@ 00917nam a22002892a 4500 - vtls006301525 +REROILS:663 20170530162900.0 110928s2004 cc ||| | ||||00| |chi d @@ -65516,7 +65516,7 @@ 01821naa a22003732a 4500 - vtls005244727 +REROILS:664 20170522121700.0 970729s1986 sz ||| | ||||00| |fre d @@ -65646,7 +65646,7 @@ 01201nam a2200361 a 4500 - vtls000709055 +REROILS:665 20180825101300.0 001222s1954 sz ||| | ||||00|| |ger d @@ -65759,7 +65759,7 @@ 00999naa a22002537a 4500 - vtls003445522 +REROILS:666 20170518132300.0 980412s1989 xx ||| | ||||00| 0eng d @@ -65838,7 +65838,7 @@ 01311nam a2200313 a 4500 - vtls002694121 +REROILS:667 20190122145500.0 000917s2000 gw |||||| ||||00| |ger d @@ -65943,7 +65943,7 @@ 01251nam a2200325 a 4500 - vtls003968584 +REROILS:668 20180831205800.0 060105s1843 sz |||||| ||||00|| |ger d @@ -66052,7 +66052,7 @@ 01079nam a2200325 a 4500 - vtls001352029 +REROILS:669 20170927165800.0 000719s1991 fr |||||| ||||00|| |fre d @@ -66157,7 +66157,7 @@ 01122nam a22003137a 4500 - vtls002694126 +REROILS:670 20180703160200.0 000917s1994 sz ||| | ||||00| |ger d @@ -66250,7 +66250,7 @@ 01170cam a2200325 a 4500 - vtls002050530 +REROILS:671 20180827191200.0 001223s1996 fr |||||| ||||00|| |fre d @@ -66354,7 +66354,7 @@ 01003nam a2200289 a 4500 - vtls000669424 +REROILS:672 20170610132600.0 860808s1975 sz |||||| ||||00|| |ger d @@ -66443,7 +66443,7 @@ 01124njm a2200217 a 4500 - vtls003054221 +REROILS:673 20170518142200.0 010620m19861987xx ||| | |||| || |eng d @@ -66506,7 +66506,7 @@ 01410naa a2200337 a 4500 - vtls002393123 +REROILS:674 20170611050200.0 981112s1946 it ||| | ||||00| |ita d @@ -66622,7 +66622,7 @@ 01889naa a2200385 a 4500 - vtls002546824 +REROILS:675 20181208145500.0 000814m19961997it ||| | ||||00| |fre d @@ -66746,7 +66746,7 @@ 01964cam a2200457 a 4500 - vtls000737691 +REROILS:676 20180701160000.0 000923m19879999sz |||||| ||||00| |fre d @@ -66898,7 +66898,7 @@ 01474nam a22004692a 4500 - vtls006031721 +REROILS:677 20180403163200.0 110218s2000 fr ||| | ||||00| |fre d @@ -67042,7 +67042,7 @@ 00817naa a22002297a 4500 - vtls003445220 +REROILS:678 20170518132200.0 980412s1967 xx ||| | ||||00| 0ger d @@ -67109,7 +67109,7 @@ 01226nam a22002772a 4500 - vtls006027628 +REROILS:679 20180709171100.0 110218s1991 fr ||| | ||||00| |fre d @@ -67195,7 +67195,7 @@ 00864nam a22002772a 4500 - vtls006036822 +REROILS:680 20180403171500.0 110218s2001 fr ||| | ||||00| |fre d @@ -67277,7 +67277,7 @@ 01948nam a2200445 a 4500 - vtls006111022 +REROILS:681 20170611091700.0 110725s2011 lh ||| | ||||00| |ger d @@ -67434,7 +67434,7 @@ 01384ncm a2200325 a 4500 - vtls000135173 +REROILS:682 20170515142900.0 960525s1920 xxk|||||| ||||||| |ger d @@ -67539,7 +67539,7 @@ 00736nam a2200241 a 4500 - vtls000397421 +REROILS:683 20170516110100.0 960525s1982 it |||||| ||||00|| |ita d @@ -67611,7 +67611,7 @@ 01555cam a22004092a 4500 - vtls006280427 +REROILS:684 20170712143600.0 110901s2003 cc ||| | ||||00| |chi d @@ -67754,7 +67754,7 @@ 01125nam a22003132a 4500 - vtls006034227 +REROILS:685 20190627004400.0 110218s2004 xx ||| | ||||00| |fre d @@ -67850,7 +67850,7 @@ 01067cam a2200337 a 4500 - vtls000362623 +REROILS:686 20190715141100.0 970111s1982 xxk|||||| ||||00|| |eng d @@ -67948,7 +67948,7 @@ 00893nam a22002652a 4500 - vtls006037127 +REROILS:687 20180403171700.0 110218s2006 xx ||| | ||||00| |fre d @@ -68029,7 +68029,7 @@ 01100nam a22003252a 4500 - vtls006029126 +REROILS:688 20180726160000.0 110218s1992 fr ||| | ||||00| |fre d @@ -68127,7 +68127,7 @@ 01773nam a2200445 a 4500 - vtls003284614 +REROILS:689 20180704160800.0 021209s2002 sz ||| | ||||00| |fre d @@ -68285,7 +68285,7 @@ 01377nam a2200385 a 4500 - vtls008629723 +REROILS:690 20170520095900.0 170412s2005 it ||| | ||||00| ||ita d @@ -68400,7 +68400,7 @@ 00859nam a2200277 a 4500 - vtls000662228 +REROILS:691 20170516140600.0 860710s1982 sz |||||| ||||00|| |ger d @@ -68479,7 +68479,7 @@ 01035nam a22003132a 4500 - vtls006031623 +REROILS:692 20181005115600.0 110218s1999 fr ||| | ||||00| |fre d @@ -68577,7 +68577,7 @@ 00974nam a2200289 a 4500 - vtls000686127 +REROILS:693 20170516084100.0 860926s1980 gw |||||| ||||00|| |ger d @@ -68659,7 +68659,7 @@ 01296cam a2200325 a 4500 - vtls006077828 +REROILS:694 20170611085200.0 110616s2011 xxu||| | ||||00| |eng d @@ -68769,7 +68769,7 @@ 01552naa a2200313 a 4500 - vtls004602125 +REROILS:695 20180705101800.0 080524s1991 sz ||| | ||||00| |ger d @@ -68863,7 +68863,7 @@ 00895nam a22002772a 4500 - vtls006031820 +REROILS:696 20180403163300.0 110218s1995 fr ||| | ||||00| |fre d @@ -68944,7 +68944,7 @@ 01779nam a2200493 a 4500 - vtls000651321 +REROILS:697 20180904155100.0 001228s1986 sz |||||| ||||00|| |ger d @@ -69102,7 +69102,7 @@ 00912nam a2200301 a 4500 - vtls008586923 +REROILS:698 20170520152900.0 170123s2017 it ||| | ||||00| |ita d @@ -69195,7 +69195,7 @@ 01165nam a2200277 a 4500 - vtls006122025 +REROILS:699 20170530172900.0 110809s2009 ua ||| | ||||00| |ara d @@ -69285,7 +69285,7 @@ 00826naa a22002297a 4500 - vtls003442221 +REROILS:700 20170518131100.0 980412q1965 xx ||| | ||||00| 0fre d @@ -69354,7 +69354,7 @@ 01025naa a22002297a 4500 - vtls003458621 +REROILS:701 20170518141300.0 980412s1971 xx ||| | ||||00| 0eng d @@ -69421,7 +69421,7 @@ 01373nam a22003132a 4500 - vtls006037221 +REROILS:702 20180403171800.0 110218s2007 fr ||| | ||||00| |fre d @@ -69519,7 +69519,7 @@ 02611nam a2200577 a 4500 - vtls006099129 +REROILS:703 20181116224800.0 110711s2009 sp ||| | ||||00| |spa d @@ -69732,7 +69732,7 @@ 01559cam a2200397 a 4500 - vtls006125926 +REROILS:704 20170530173700.0 110815s2000 ja ||| | ||||00| |jpn d @@ -69873,7 +69873,7 @@ 00799naa a22002297a 4500 - vtls003458525 +REROILS:705 20170518141200.0 980412s1968 xx ||| | ||||00| 0ita d @@ -69941,7 +69941,7 @@ 02324nam a22004092a 4500 - vtls006038423 +REROILS:706 20180530105000.0 110218s2008 fr ||| | ||||00| |fre d @@ -70079,7 +70079,7 @@ 01320naa a22003737a 4500 - vtls007203123 +REROILS:707 20190315170900.0 121212s2012 fr |||||| ||||00|| |fre d @@ -70203,7 +70203,7 @@ 01155nam a2200337 a 4500 - vtls000636227 +REROILS:708 20171125081800.0 860418s1984 gw |||||| ||||00|| |ger d @@ -70311,7 +70311,7 @@ 01402cam a2200397 a 4500 - vtls001140526 +REROILS:709 20180419172900.0 001117s1988 fr |||||| ||||00|| |fre d @@ -70447,7 +70447,7 @@ 00967nam a2200277 a 4500 - vtls001935821 +REROILS:710 20180704144200.0 951120r19931966xxk|||||| ||||00|| |lat d @@ -70535,7 +70535,7 @@ 01517nam a2200373 a 4500 - vtls003862724 +REROILS:711 20170717124600.0 050622s2004 ru ||| | ||||00| |rus d @@ -70658,7 +70658,7 @@ 01849nam a22003252a 4500 - vtls006030620 +REROILS:712 20181120094900.0 110218s1998 fr ||| | ||||00| |fre d @@ -70759,7 +70759,7 @@ 01502nam a2200277 a 4500 - vtls006118724 +REROILS:713 20170530172300.0 110804s2011 ua ||| | ||||00| |ara d @@ -70849,7 +70849,7 @@ 00942nam a22002772a 4500 - vtls006036020 +REROILS:714 20180403170800.0 110218s2004 fr ||| | ||||00| |fre d @@ -70934,7 +70934,7 @@ 00789naa a22002297a 4500 - vtls003457923 +REROILS:715 20170518141000.0 980412s1968 xx ||| | ||||00| 0eng d @@ -71001,7 +71001,7 @@ 00880nam a22002652a 4500 - vtls006030423 +REROILS:716 20180403162300.0 110218s1997 fr ||| | ||||00| |fre d @@ -71078,7 +71078,7 @@ 00996nam a22003012a 4500 - vtls006037325 +REROILS:717 20190717110600.0 110218s2004 fr ||| | ||||00| |fre d @@ -71169,7 +71169,7 @@ 00895nam a22002652a 4500 - vtls006035820 +REROILS:718 20180403170600.0 110218s2006 fr ||| | ||||00| |fre d @@ -71251,7 +71251,7 @@ 01121nam a22003132a 4500 - vtls006036029 +REROILS:719 20180403170800.0 110218s2004 fr ||| | ||||00| |fre d @@ -71349,7 +71349,7 @@ 00853nam a22002652a 4500 - vtls006030524 +REROILS:720 20180403162300.0 110218s1997 xx ||| | ||||00| |fre d @@ -71426,7 +71426,7 @@ 02373naa a2200421 a 4500 - vtls005214323 +REROILS:721 20171127203300.0 970725s1988 sz ||| | ||||00| |ger d @@ -71572,7 +71572,7 @@ 00966naa a22002297a 4500 - vtls003451425 +REROILS:722 20170518134500.0 980412q1966 xx ||| | ||||00| 0fre d @@ -71637,7 +71637,7 @@ 00855nam a22002652a 4500 - vtls006029029 +REROILS:723 20180403161300.0 110218s1997 fr ||| | ||||00| |fre d @@ -71719,7 +71719,7 @@ 01384ncm a2200301 a 4500 - vtls000353418 +REROILS:724 20180731164800.0 960525m19632018gw |||||| ||||||| |ger d @@ -71820,7 +71820,7 @@ 00853nam a22002652a 4500 - vtls006038421 +REROILS:725 20180403084100.0 110218s2008 fr ||| | ||||00| |fre d @@ -71901,7 +71901,7 @@ 00846nam a2200253 a 4500 - vtls000685421 +REROILS:726 20170516084000.0 860924s1983 gw |||||| ||||00|| |ger d @@ -71980,7 +71980,7 @@ 01916nam a22003492a 4500 - vtls006038124 +REROILS:727 20190131195300.0 110218s2008 fr ||| | ||||00| |fre d @@ -72091,7 +72091,7 @@ 01466cam a2200361 a 4500 - vtls000652629 +REROILS:728 20180825233200.0 860611s1981 gw |||||| ||||00|| |ger d @@ -72214,7 +72214,7 @@ 01848cam a22005417a 4500 - vtls006107723 +REROILS:729 20170530170100.0 110720s2010 xxk||| | ||||00| |eng d @@ -72370,7 +72370,7 @@ 01170nas a2200265 a 4500 - vtls000694124 +REROILS:730 20170516085500.0 861021d19551969fr |||p|| ||||0 || 0fre d @@ -72445,7 +72445,7 @@ 01680nam a22003732a 4500 - vtls006038229 +REROILS:731 20180726171500.0 110218s2008 fr ||| | ||||00| |fre d @@ -72563,7 +72563,7 @@ 00817nam a22002532a 4500 - vtls006039927 +REROILS:732 20180403085600.0 110218s2010 fr ||| | ||||00| |fre d @@ -72638,7 +72638,7 @@ 00937nam a22002772a 4500 - vtls006035525 +REROILS:733 20180403170300.0 110218s2005 be ||| | ||||00| |fre d @@ -72720,7 +72720,7 @@ 00879naa a22002417a 4500 - vtls003442024 +REROILS:734 20170518131000.0 980412s1965 xx ||| | ||||00| 0spa d @@ -72792,7 +72792,7 @@ 00908nam a22002652a 4500 - vtls006037320 +REROILS:735 20180403082900.0 110218s2003 xx ||| | ||||00| |fre d @@ -72871,7 +72871,7 @@ 01329ncm a2200349 a 4500 - vtls003252020 +REROILS:736 20180704143100.0 021008s1989 sz |||||| ||||||| |fre d @@ -72983,7 +72983,7 @@ 00951nam a22002772a 4500 - vtls006027729 +REROILS:737 20180403160400.0 110218s1992 xx ||| | ||||00| |fre d @@ -73066,7 +73066,7 @@ 00946ncm a2200301 a 4500 - vtls002344623 +REROILS:738 20180702094100.0 980812s1914 sz ||| | |||| || |fre d @@ -73157,7 +73157,7 @@ 01303nam a2200337 a 4500 - vtls002670824 +REROILS:739 20170518103600.0 001229s1997 gw |||||| ||||00|| |ger d @@ -73261,7 +73261,7 @@ 01113nam a2200337 a 4500 - vtls000370527 +REROILS:740 20190823122300.0 000815s1977 fr |||||| ||||00|| |fre d @@ -73367,7 +73367,7 @@ 00800nam a2200277 a 4500 - vtls000684724 +REROILS:741 20170516083900.0 860923s1982 gw |||||| ||||00|| |ger d @@ -73444,7 +73444,7 @@ 00785nam a2200241 a 4500 - vtls000641922 +REROILS:742 20170516132800.0 860506s1981 gw |||||| ||||00|| |ger d @@ -73515,7 +73515,7 @@ 01209cjm a2200325 a 4500 - vtls005918723 +REROILS:743 20190704125700.0 s| 110203m20002004xxu||||| |||| || ||rus d @@ -73608,7 +73608,7 @@ 01630nam a22003612a 4500 - vtls006039625 +REROILS:744 20180403085300.0 110218s2009 fr ||| | ||||00| |fre d @@ -73725,7 +73725,7 @@ 01038naa a22002657a 4500 - vtls003481420 +REROILS:745 20170518153600.0 010511s2000 sz ||| | ||||00| |eng d @@ -73807,7 +73807,7 @@ 01956nam a2200313 a 4500 - vtls008488825 +REROILS:746 20170520215600.0 160818s2016 fr ||| | ||||00| |fre d @@ -73904,7 +73904,7 @@ 00913naa a22002297a 4500 - vtls003457029 +REROILS:747 20170518140700.0 980412s1962 xx ||| | ||||00| 0fre d @@ -73973,7 +73973,7 @@ 00870nim a22002657a 4500 - vtls004631211 +REROILS:748 20180619171600.0 s| 080118s2006 fr ||| | ||||0|| |fre d @@ -74049,7 +74049,7 @@ 01525cam a2200349 a 4500 - vtls001971928 +REROILS:749 20170518072500.0 960208s1993 ru |||||| ||||00|| |rus d @@ -74168,7 +74168,7 @@ 01294nam a2200337 a 4500 - vtls005364825 +REROILS:750 20180901125200.0 100106s2010 gw ||| | ||||00| |heb d @@ -74281,7 +74281,7 @@ 01022cam a2200277 a 4500 - vtls008349734 +REROILS:751 20170520182200.0 160126q1941 fr ||| | ||||00| |fre d @@ -74358,7 +74358,7 @@ 01342nam a2200325 a 4500 - vtls002738529 +REROILS:752 20171125165800.0 000926s1999 cc ||| | ||||00| |chi d @@ -74464,7 +74464,7 @@ 00962nam a22002892a 4500 - vtls006029522 +REROILS:753 20180403161600.0 110218s1996 xxk||| | ||||00| |fre d @@ -74551,7 +74551,7 @@ 00969nam a2200289 a 4500 - vtls006094127 +REROILS:754 20180901195400.0 110705s2011 fr ||| | ||||00| |fre d @@ -74640,7 +74640,7 @@ 01236nam a2200313 a 4500 - vtls000663422 +REROILS:755 20180825082000.0 860716s1986 gw |||||| ||||00|| |ger d @@ -74742,7 +74742,7 @@ 01562nam a2200361 a 4500 - vtls000644626 +REROILS:756 20170610124400.0 860515s1984 gw |||||| ||||00|| |ger d @@ -74865,7 +74865,7 @@ 00826naa a22002297a 4500 - vtls003459322 +REROILS:757 20170518141500.0 980412s1965 xx ||| | ||||00| 0ger d @@ -74931,7 +74931,7 @@ 01029nam a22003252a 4500 - vtls006039723 +REROILS:758 20180403085400.0 110218s2009 fr ||| | ||||00| |fre d @@ -75034,7 +75034,7 @@ 01851nam a22003012a 4500 - vtls006039425 +REROILS:759 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -75130,7 +75130,7 @@ 01055naa a22002537a 4500 - vtls003450620 +REROILS:760 20170518134200.0 980412s1990 xx ||| | ||||00| 0ger d @@ -75209,7 +75209,7 @@ 01249nam a2200313 a 4500 - vtls002372220 +REROILS:761 20170518083500.0 981007s1997 et ||| | ||||00| |ara d @@ -75309,7 +75309,7 @@ 01089naa a22002777a 4500 - vtls003452125 +REROILS:762 20170518134800.0 980412s1991 xx ||| | ||||00| 0ger d @@ -75395,7 +75395,7 @@ 00856nam a22002652a 4500 - vtls006038220 +REROILS:763 20180403083900.0 110218s2008 fr ||| | ||||00| |fre d @@ -75474,7 +75474,7 @@ 01582nam a22003252a 4500 - vtls006038120 +REROILS:764 20190701151600.0 110218s2008 fr ||| | ||||00| |fre d @@ -75574,7 +75574,7 @@ 01204nam a2200301 a 4500 - vtls000960628 +REROILS:765 20170517101000.0 000727s1988 it |||||| ||||00|| |ita d @@ -75671,7 +75671,7 @@ 01550nam a2200385 a 4500 - vtls000972923 +REROILS:766 20171125081600.0 890117s1988 it |||||| ||||00|| |ita d @@ -75800,7 +75800,7 @@ 01588nam a2200421 a 4500 - vtls006112427 +REROILS:767 20170530171000.0 110726s2011 gw ||| | ||||00| |ger d @@ -75942,7 +75942,7 @@ 00572nas a2200193 a 4500 - vtls000357928 +REROILS:768 20180329164900.0 960525c1957 gw |||m|| ||||0 || 0ger d @@ -75996,7 +75996,7 @@ 01700naa a2200385 a 4500 - vtls005292725 +REROILS:769 20170522094300.0 030411s1948 sz ||| | ||||00| |fre d @@ -76125,7 +76125,7 @@ 01058nam a22002892a 4500 - vtls006027923 +REROILS:770 20180403160500.0 110218s1978 fr ||| | ||||00| |fre d @@ -76214,7 +76214,7 @@ 01635nam a22004092a 4500 - vtls006029122 +REROILS:771 20190704220700.0 110218s1995 fr ||| | ||||00| |fre d @@ -76349,7 +76349,7 @@ 01385nam a2200385 a 4500 - vtls000368925 +REROILS:772 20180825130500.0 960525s1982 it |||||| ||||00|| |ger d @@ -76481,7 +76481,7 @@ 01359nam a2200349 a 4500 - vtls002120121 +REROILS:773 20170610180700.0 970226s1997 ne |||||| ||||00| |heb d @@ -76602,7 +76602,7 @@ 00838cam a22002172a 4500 - vtls008092462 +REROILS:774 20170520094400.0 m | 150311s1839 it ||| | ||||00| |und d @@ -76664,7 +76664,7 @@ 01331nam a2200373 a 4500 - vtls000656626 +REROILS:775 20180825234400.0 000905s1976 gw |||||| ||||00|| |ger d @@ -76784,7 +76784,7 @@ 00946nam a22002772a 4500 - vtls006039926 +REROILS:776 20180809113000.0 110218s2005 fr ||| | ||||00| |fre d @@ -76870,7 +76870,7 @@ 00824nam a22002652a 4500 - vtls006031826 +REROILS:777 20180403163300.0 110218s1999 fr ||| | ||||00| |fre d @@ -76947,7 +76947,7 @@ 01135nam a2200289 a 4500 - vtls001606120 +REROILS:778 20180823100300.0 931020s1979 gw |||||| ||||00|| |ger d @@ -77036,7 +77036,7 @@ 00969naa a22002537a 4500 - vtls003481824 +REROILS:779 20170518153800.0 011018s2001 sz ||| | ||||00| |eng d @@ -77116,7 +77116,7 @@ 00841nam a22002772a 4500 - vtls006031627 +REROILS:780 20180403163100.0 110218s1999 fr ||| | ||||00| |fre d @@ -77198,7 +77198,7 @@ 01942cam a2200457 a 4500 - vtls001651551 +REROILS:781 20181208094300.0 940202m19699999fr |||||| ||||00|| |fre d @@ -77362,7 +77362,7 @@ 00946naa a22002417a 4500 - vtls003451029 +REROILS:782 20170518134400.0 980412s1981 xx ||| | ||||00| 0eng d @@ -77435,7 +77435,7 @@ 01428nam a22004212a 4500 - vtls006032620 +REROILS:783 20190830143300.0 110218s2002 fr ||| | ||||00| |fre d @@ -77569,7 +77569,7 @@ 01158nam a2200313 a 4500 - vtls000677623 +REROILS:784 20170925204700.0 860902s1986 gw |||||| ||||00|| |ger d @@ -77671,7 +77671,7 @@ 00943naa a22002417a 4500 - vtls003471729 +REROILS:785 20170518144900.0 980412s1994 xx ||| | ||||00| 0eng d @@ -77745,7 +77745,7 @@ 01089nam a2200313 a 4500 - vtls006040022 +REROILS:786 20180403085700.0 110218s2010 fr ||| | ||||00| |fre d @@ -77842,7 +77842,7 @@ 01644nam a2200385 a 4500 - vtls000667023 +REROILS:787 20180825083000.0 860729s1976 gw |||||| ||||00|| |ger d @@ -77981,7 +77981,7 @@ 01266nam a2200301 a 4500 - vtls000655020 +REROILS:788 20180825233900.0 860618s1986 xxk|||||| ||||10|| |eng d @@ -78079,7 +78079,7 @@ 01557cam a2200397 a 4500 - vtls006115125 +REROILS:789 20170530171600.0 110729s2005 ja ||| | ||||00| |jpn d @@ -78226,7 +78226,7 @@ 01378nam a2200349 a 4500 - vtls000378226 +REROILS:790 20170610194600.0 960525s1982 xxk|||||| ||||00|| |eng d @@ -78341,7 +78341,7 @@ 01539naa a22003252a 4500 - vtls005219528 +REROILS:791 20171127205600.0 970725s1940 it ||| | ||||00| |fre d @@ -78446,7 +78446,7 @@ 00961naa a22002417a 4500 - vtls003459422 +REROILS:792 20170518141600.0 980412s1973 xx ||| | ||||00| 0eng d @@ -78516,7 +78516,7 @@ 01062nam a22002892a 4500 - vtls006038620 +REROILS:793 20180403084200.0 110218s2009 fr ||| | ||||00| |fre d @@ -78607,7 +78607,7 @@ 01473nam a22003012a 4500 - vtls006030525 +REROILS:794 20180403162300.0 110218s1998 fr ||| | ||||00| |fre d @@ -78701,7 +78701,7 @@ 01179nas a2200349 a 4500 - vtls000990629 +REROILS:795 20190705133500.0 890302c19509999ja |||p|| ||||0 || 0jpn d @@ -78806,7 +78806,7 @@ 00833naa a22002297a 4500 - vtls003455524 +REROILS:796 20170518140100.0 980412s1969 xx ||| | ||||00| 0eng d @@ -78873,7 +78873,7 @@ 00997naa a22002297a 4500 - vtls003459229 +REROILS:797 20170518141500.0 980412s1983 xx ||| | ||||00| 0eng d @@ -78940,7 +78940,7 @@ 01580naa a22003372a 4500 - vtls005213027 +REROILS:798 20171127202700.0 970725s1967 sz ||| | ||||00| |ger d @@ -79053,7 +79053,7 @@ 00764nam a2200241 a 4500 - vtls006376628 +REROILS:799 20170530190500.0 120117s2011 ae ||| | ||||00| |ara d @@ -79123,7 +79123,7 @@ 01301nam a22003617a 4500 - vtls002707627 +REROILS:800 20180828125500.0 000921s1999 gw |||||| ||||00| |ger d @@ -79244,7 +79244,7 @@ 01331nam a2200325 a 4500 - vtls000373828 +REROILS:801 20170610194100.0 960525s1980 xxk|||||| ||||00|| |eng d @@ -79349,7 +79349,7 @@ 01337nam a2200349 a 4500 - vtls000683121 +REROILS:802 20180825090500.0 860917s1976 gw |||||| ||||00|| |ger d @@ -79469,7 +79469,7 @@ 00839naa a22002417a 4500 - vtls003437222 +REROILS:803 20170518125400.0 980412s1962 xx ||| | ||||00| 0eng d @@ -79539,7 +79539,7 @@ 01153nam a2200301 a 4500 - vtls000647728 +REROILS:804 20170516133800.0 860527s1986 gw |||||| ||||00|| |ger d @@ -79626,7 +79626,7 @@ 01117nam a2200289 a 4500 - vtls000655023 +REROILS:805 20170516135100.0 860618s1984 gw |||||| ||||01|| |ger d @@ -79714,7 +79714,7 @@ 01215nam a22003012a 4500 - vtls006034225 +REROILS:806 20190627004400.0 110218s2004 be ||| | ||||00| |fre d @@ -79808,7 +79808,7 @@ 00828naa a22002297a 4500 - vtls003458520 +REROILS:807 20170518141200.0 980412s1971 xx ||| | ||||00| 0fre d @@ -79875,7 +79875,7 @@ 01219nam a2200325 a 4500 - vtls000368629 +REROILS:808 20181017112300.0 960525s1982 fr |||||| ||||00|| |fre d @@ -79986,7 +79986,7 @@ 00895nam a22002652a 4500 - vtls006036829 +REROILS:809 20180403171500.0 110218s2000 fr ||| | ||||00| |fre d @@ -80068,7 +80068,7 @@ 00839naa a22002297a 4500 - vtls003434423 +REROILS:810 20170518124400.0 980412s1966 fr ||| | ||||00| 0fre d @@ -80134,7 +80134,7 @@ 00908nam a2200289 a 4500 - vtls002707720 +REROILS:811 20170518122200.0 000921s1998 fr |||||| ||||00| |fre d @@ -80219,7 +80219,7 @@ 01018nam a2200289 a 4500 - vtls000654023 +REROILS:812 20170925203000.0 860616s1981 gw |||||| ||||00|| |ger d @@ -80306,7 +80306,7 @@ 01819naa a22003852a 4500 - vtls005239320 +REROILS:813 20181220153300.0 970729s1964 sz ||| | ||||00| |ger d @@ -80435,7 +80435,7 @@ 01787njm a22004934a 4500 - vtls008637434 +REROILS:814 20190215121400.0 s| 170502p20172015gw ||| | |||| || |eng d @@ -80591,7 +80591,7 @@ 00895naa a22002417a 4500 - vtls003456920 +REROILS:815 20170518140600.0 980412s1976 xx ||| | ||||00| 0fre d @@ -80666,7 +80666,7 @@ 01049naa a2200313 a 4500 - vtls004146526 +REROILS:816 20170611140400.0 060628s2002 ii |||||| ||||00| |eng d @@ -80765,7 +80765,7 @@ 01234nam a2200337 a 4500 - vtls005662311 +REROILS:817 20171221152800.0 100928s2010 gw ||| | |||| | |ger d @@ -80873,7 +80873,7 @@ 01061nam a2200289 a 4500 - vtls002072127 +REROILS:818 20180827200700.0 960917s1985 fr |||||| ||||00|| |ara d @@ -80967,7 +80967,7 @@ 01803nam a22004932a 4500 - vtls006035528 +REROILS:819 20190222141800.0 110218s2005 fr ||| | ||||00| |fre d @@ -81116,7 +81116,7 @@ 03427nam a2200373 a 4500 - vtls006084121 +REROILS:820 20171222105900.0 110623m20129999xxk||| | ||||00| |eng d @@ -81232,7 +81232,7 @@ 00954nam a2200289 a 4500 - vtls002688122 +REROILS:821 20170611114500.0 000918s1970 xxu|||||| ||||00| |eng d @@ -81317,7 +81317,7 @@ 01515naa a2200337 a 4500 - vtls005306320 +REROILS:822 20170522124200.0 970403s2006 sz ||| | ||||00| |fre d @@ -81434,7 +81434,7 @@ 01346nam a2200373 a 4500 - vtls000373620 +REROILS:823 20180825132000.0 000915s1981 xxk|||||| ||||00|| |eng d @@ -81559,7 +81559,7 @@ 00828naa a22002177a 4500 - vtls003440727 +REROILS:824 20170518130600.0 980412s1969 xx ||| | ||||00| 0eng d @@ -81619,7 +81619,7 @@ 01670cam a2200421 a 4500 - vtls006077325 +REROILS:825 20170530150200.0 110616s2003 cc ||| | ||||00| |chi d @@ -81757,7 +81757,7 @@ 01754naa a2200433 a 4500 - vtls008802822 +REROILS:826 20181120143700.0 180529s2018 fr ||| | ||||00| |fre d @@ -81899,7 +81899,7 @@ 01128nam a2200289 a 4500 - vtls006126127 +REROILS:827 20170530173700.0 110815s2010 ua ||| | ||||00| |ara d @@ -81992,7 +81992,7 @@ 00963naa a22002297a 4500 - vtls003457621 +REROILS:828 20170518140900.0 980412s1971 xx ||| | ||||00| 0eng d @@ -82059,7 +82059,7 @@ 01383nam a2200337 a 4500 - vtls006124426 +REROILS:829 20170530173400.0 110812s2010 ua ||| | ||||00| |ara d @@ -82167,7 +82167,7 @@ 01503nam a2200421 a 4500 - vtls008578022 +REROILS:830 20190215164100.0 161223s2016 sz ||| | ||||00| |ger d @@ -82305,7 +82305,7 @@ 01349nam a2200361 a 4500 - vtls001627525 +REROILS:831 20181208093400.0 931202s1993 sz |||||| ||||00|| |lat d @@ -82432,7 +82432,7 @@ 01718nam a2200397 a 4500 - vtls002242822 +REROILS:832 20170518082000.0 980116s1994 gw |||||| ||||00| |lat d @@ -82553,7 +82553,7 @@ 01108cam a22003372a 4500 - vtls008068025 +REROILS:833 20170602132900.0 150216s2014 xxk||| | ||||00| |eng d @@ -82657,7 +82657,7 @@ 01005nam a22002892a 4500 - vtls006038526 +REROILS:834 20180403084200.0 110218s2007 fr ||| | ||||00| |fre d @@ -82744,7 +82744,7 @@ 01147nam a22003132a 4500 - vtls006038325 +REROILS:835 20180403084000.0 110218s2008 fr ||| | ||||00| |fre d @@ -82839,7 +82839,7 @@ 01269nam a2200289 a 4500 - vtls001232327 +REROILS:836 20181122180000.0 910306s1988 it |||||| ||||00|| |ita d @@ -82934,7 +82934,7 @@ 01607nam a2200397 a 4500 - vtls000363125 +REROILS:837 20181116204200.0 960525s1980 xxk|||||| ||||00|| |eng d @@ -83070,7 +83070,7 @@ 01283cam a2200337 a 4500 - vtls000969623 +REROILS:838 20180825171800.0 890109s1988 gw |||||| ||||00|| |ger d @@ -83180,7 +83180,7 @@ 02332nam a2200361 a 4500 - vtls006040024 +REROILS:839 20180403085700.0 110218s2010 fr ||| | ||||00| |fre d @@ -83297,7 +83297,7 @@ 01007nam a2200289 a 4500 - vtls000963328 +REROILS:840 20180329212000.0 881215s1982 it |||||| ||||00|| |ita d @@ -83383,7 +83383,7 @@ 01476cam a2200373 a 4500 - vtls006077925 +REROILS:841 20170530150300.0 110616s2001 xxu||| | ||||00| |eng d @@ -83508,7 +83508,7 @@ 01159naa a22003012a 4500 - vtls000363326 +REROILS:842 20190111132400.0 000829s1953 sz |||||| ||||00| |fre d @@ -83606,7 +83606,7 @@ 01126naa a22003137a 4500 - vtls007899024 +REROILS:843 20170602081600.0 141003s2014 fr ||| | ||||00| |fre d @@ -83706,7 +83706,7 @@ 00846nam a22002652a 4500 - vtls006035720 +REROILS:844 20180403170500.0 110218s2005 fr ||| | ||||00| |fre d @@ -83785,7 +83785,7 @@ 01843nam a2200409 a 4500 - vtls004411790 +REROILS:845 20180831200800.0 070518s2006 sz ||| | ||||00| |fre d @@ -83929,7 +83929,7 @@ 00864nas a2200265 a 4500 - vtls002357025 +REROILS:846 20170518080800.0 980907c1987 ru ||| | ||||0 | 0fre d @@ -84008,7 +84008,7 @@ 01320naa a2200325 a 4500 - vtls002567626 +REROILS:847 20180828130700.0 000828s1998 be |||||| ||||00| |fre d @@ -84124,7 +84124,7 @@ 01150cam a2200313 a 4500 - vtls000686020 +REROILS:848 20170610135100.0 860926s1982 sz |||||| ||||00|| |ger d @@ -84221,7 +84221,7 @@ 00993nam a2200265 a 4500 - vtls000667627 +REROILS:849 20181208125800.0 000715s1980 gw |||||| ||||00|| |ger d @@ -84305,7 +84305,7 @@ 01086cam a2200325 a 4500 - vtls002094321 +REROILS:850 20170610172200.0 961031s1996 gw |||||| ||||00|| |ger d @@ -84405,7 +84405,7 @@ 02190nam a2200397 a 4500 - vtls000765820 +REROILS:851 20180825123700.0 870519s1979 xxk|||||| ||||00|| |rus d @@ -84539,7 +84539,7 @@ 01155nam a2200325 a 4500 - vtls002682723 +REROILS:852 20180828114700.0 001228s1999 sz ||| | ||||00| |fre d @@ -84641,7 +84641,7 @@ 03929cam a22006372a 4500 - vtls008505126 +REROILS:853 20190215151300.0 160906s2012 mx ||| | ||||00| |spa d @@ -84880,7 +84880,7 @@ 00924nam a2200289 a 4500 - vtls006038521 +REROILS:854 20180403084200.0 110218s2008 fr ||| | ||||00| |fre d @@ -84969,7 +84969,7 @@ 02154nam a2200469 a 4500 - vtls008579129 +REROILS:855 20190423144100.0 170104m20169999fr ||| | ||||00| |fre d @@ -85120,7 +85120,7 @@ 01381cas a2200397 a 4500 - vtls000162359 +REROILS:856 20181208100200.0 961019d19691975sz |||p|| ||||0 || 0fre d @@ -85240,7 +85240,7 @@ 00914naa a22002417a 4500 - vtls003481826 +REROILS:857 20170518153800.0 011018s2001 sz ||| | ||||00| |eng d @@ -85313,7 +85313,7 @@ 01193nam a22003372a 4500 - vtls006032626 +REROILS:858 20180403163900.0 110218s2002 fr ||| | ||||00| |fre d @@ -85420,7 +85420,7 @@ 01065nam a2200325 a 4500 - vtls000374923 +REROILS:859 20180825132300.0 960525s1981 gw ||| | ||||00|| |ger d @@ -85523,7 +85523,7 @@ 01179ncm a2200313 a 4500 - vtls002396622 +REROILS:860 20180828202300.0 981117q19801993gw |||||| ||||||| |ger d @@ -85622,7 +85622,7 @@ 01941nam a2200517 a 4500 - vtls008622821 +REROILS:861 20190215115200.0 170330s2017 gw ||| | ||||00| |ger d @@ -85788,7 +85788,7 @@ 01897nam a2200517 a 4500 - vtls000747622 +REROILS:862 20180419103300.0 000714s1987 sz |||||| ||||00|| |ger d @@ -85958,7 +85958,7 @@ 00901nam a22002652a 4500 - vtls006028926 +REROILS:863 20180403161200.0 110218s1988 fr ||| | ||||00| |fre d @@ -86039,7 +86039,7 @@ 00958nam a22002652a 4500 - vtls006038628 +REROILS:864 20180403084200.0 110218s2005 xxc||| | ||||00| |fre d @@ -86119,7 +86119,7 @@ 01196nam a2200277 a 4500 - vtls000656827 +REROILS:865 20170610130500.0 860624s1979 gw |||||| ||||00|| |rus d @@ -86208,7 +86208,7 @@ 01058nam a22002892a 4500 - vtls006027925 +REROILS:866 20180403160500.0 110218s1978 fr ||| | ||||00| |fre d @@ -86297,7 +86297,7 @@ 01053nam a22003252a 4500 - vtls002658621 +REROILS:867 20180828104200.0 000911s1999 fr ||| | ||||00| |fre d @@ -86401,7 +86401,7 @@ 00949nam a22002772a 4500 - vtls006032023 +REROILS:868 20180403163400.0 110218s2001 fr ||| | ||||00| |fre d @@ -86487,7 +86487,7 @@ 00757naa a22002297a 4500 - vtls003459426 +REROILS:869 20170518141600.0 980412s1966 xx ||| | ||||00| 0eng d @@ -86554,7 +86554,7 @@ 00867nas a2200241 a 4500 - vtls001654422 +REROILS:870 20170517161700.0 940208c1904 xxu|||m|| ||||0 || 0eng d @@ -86624,7 +86624,7 @@ 01432cam a2200397 a 4500 - vtls006104025 +REROILS:871 20170611091200.0 110715s2011 ne ||| | ||||00| |eng d @@ -86752,7 +86752,7 @@ 02072nam a2200541 a 4500 - vtls008750101 +REROILS:872 20190215154900.0 180110s2015 gw ||||| ||||00||||ger d @@ -86931,7 +86931,7 @@ 01189nam a2200337 a 4500 - vtls000675322 +REROILS:873 20180825084700.0 860827s1982 gw |||||| ||||00|| |ger d @@ -87042,7 +87042,7 @@ 00938naa a22002297a 4500 - vtls003446128 +REROILS:874 20170518132600.0 980412s1974 xx ||| | ||||00| 0ger d @@ -87110,7 +87110,7 @@ 00772naa a2200229 a 4500 - vtls005397123 +REROILS:875 20170529173700.0 100224s1831 gw |||||| ||||00| |ger d @@ -87172,7 +87172,7 @@ 00873naa a22002297a 4500 - vtls003450524 +REROILS:876 20170518134200.0 980412s1960 xx ||| | ||||00| 0eng d @@ -87241,7 +87241,7 @@ 00867nam a22002652a 4500 - vtls006025924 +REROILS:877 20180709180900.0 110218s2006 fr ||| | ||||00| |fre d @@ -87321,7 +87321,7 @@ 01009nam a2200301 a 4500 - vtls006039628 +REROILS:878 20180403085300.0 110218s2010 fr ||| | ||||00| |fre d @@ -87416,7 +87416,7 @@ 01062naa a22002417a 4500 - vtls003452127 +REROILS:879 20170518134800.0 980412s1991 xx ||| | ||||00| 0ger d @@ -87488,7 +87488,7 @@ 01254nam a22003132a 4500 - vtls006038320 +REROILS:880 20180403084000.0 110218s2008 fr ||| | ||||00| |fre d @@ -87583,7 +87583,7 @@ 01271nam a2200361 a 4500 - vtls002706621 +REROILS:881 20181208153800.0 010121s1999 gw ||| | ||||00| |ger d @@ -87701,7 +87701,7 @@ 01870nam a2200445 a 4500 - vtls002677420 +REROILS:882 20180828113200.0 000926s1999 it |||||| ||||00| |ita d @@ -87859,7 +87859,7 @@ 00885naa a22002417a 4500 - vtls003461621 +REROILS:883 20170518142300.0 980412s1983 xx ||| | ||||00| 0eng d @@ -87931,7 +87931,7 @@ 01289naa a2200361 a 4500 - vtls008274029 +REROILS:884 20180906210000.0 151008s2015 sz ||| | ||||00| |ger d @@ -88050,7 +88050,7 @@ 04128cam a22003977a 4500 - vtls006108422 +REROILS:885 20170530170200.0 110720s1988 xxu||| | ||||00| |eng d @@ -88182,7 +88182,7 @@ 01921cam a2200421 a 4500 - vtls006269822 +REROILS:886 20180606144600.0 110819s2006 ja ||| | ||||00| |jpn d @@ -88336,7 +88336,7 @@ 00851nam a22002532a 4500 - vtls006029026 +REROILS:887 20180403161300.0 110218s1995 mc ||| | ||||00| |fre d @@ -88413,7 +88413,7 @@ 02051nam a22003372a 4500 - vtls006032621 +REROILS:888 20180403163900.0 110218s2002 fr ||| | ||||00| |fre d @@ -88516,7 +88516,7 @@ 00795nam a2200241 a 4500 - vtls008128420 +REROILS:889 20170705191500.0 150422s2013 fr ||| | ||||00| |fre d @@ -88589,7 +88589,7 @@ 00956nam a2200277 a 4500 - vtls000680922 +REROILS:890 20170705221200.0 860910s1983 gw |||||| ||||00|| |ger d @@ -88672,7 +88672,7 @@ 00982nam a22002892a 4500 - vtls006039921 +REROILS:891 20180403085600.0 110218s2010 fr ||| | ||||00| |fre d @@ -88758,7 +88758,7 @@ 00871naa a22002417a 4500 - vtls003452121 +REROILS:892 20170518134800.0 980412s1991 xx ||| | ||||00| 0ger d @@ -88831,7 +88831,7 @@ 01236nam a2200361 a 4500 - vtls003264421 +REROILS:893 20180830181800.0 021031s2001 xxu||| | ||||00| |eng d @@ -88944,7 +88944,7 @@ 00880nam a22002652a 4500 - vtls006035520 +REROILS:894 20180403170300.0 110218s1995 fr ||| | ||||00| |fre d @@ -89025,7 +89025,7 @@ 01333nam a2200349 a 4500 - vtls006038523 +REROILS:895 20180403084200.0 110218m20072008fr ||| | ||||00| |fre d @@ -89133,7 +89133,7 @@ 01327nam a2200349 a 4500 - vtls000369122 +REROILS:896 20180630132600.0 010124s1981 sp |||||| ||||00|| |spa d @@ -89245,7 +89245,7 @@ 01014nam a2200289 a 4500 - vtls000667721 +REROILS:897 20171010164100.0 860731s1984 gw |||||| ||||00|| |ger d @@ -89333,7 +89333,7 @@ 00988nam a22002892a 4500 - vtls006029422 +REROILS:898 20190627004000.0 110218s1995 fr ||| | ||||00| |fre d @@ -89420,7 +89420,7 @@ 01205naa a2200313 a 4500 - vtls005634921 +REROILS:899 20190507091400.0 100705s1911 fr ||| | ||||00| |fre d @@ -89515,7 +89515,7 @@ 00948naa a22002417a 4500 - vtls003481427 +REROILS:900 20170518153600.0 010511s2000 sz ||| | ||||00| |eng d @@ -89584,7 +89584,7 @@ 00977naa a22002537a 4500 - vtls003458224 +REROILS:901 20170518141100.0 980412s1992 xx ||| | ||||00| 0ger d @@ -89661,7 +89661,7 @@ 01970nam a2200481 a 4500 - vtls001667127 +REROILS:902 20170610172800.0 940308s1993 xxu|||||| ||||00|| |fre d @@ -89825,7 +89825,7 @@ 01348nam a22003972a 4500 - vtls006031728 +REROILS:903 20190716115900.0 110218s2000 fr ||| | ||||00| |fre d @@ -89945,7 +89945,7 @@ 01523nam a2200445 a 4500 - vtls006039729 +REROILS:904 20180403085400.0 110218s2010 fr ||| | ||||00| |fre d @@ -90086,7 +90086,7 @@ 01157nam a22003257a 4500 - vtls002677029 +REROILS:905 20180828113100.0 000917s1994 gw |||||| ||||00| |ger d @@ -90193,7 +90193,7 @@ 00741naa a22002177a 4500 - vtls003448728 +REROILS:906 20170518133500.0 980412s1970 xx ||| | ||||00| 0eng d @@ -90255,7 +90255,7 @@ 02327nam a2200397 a 4500 - vtls005786274 +REROILS:907 20190620003900.0 m | c| @@ -90379,7 +90379,7 @@ 00880nam a22002652a 4500 - vtls006029123 +REROILS:908 20180403161300.0 110218s1994 fr ||| | ||||00| |fre d @@ -90459,7 +90459,7 @@ 02526ncm a2200457 a 4500 - vtls003408729 +REROILS:909 20180828150000.0 030917m19581959xxu|||||| ||||||| |eng d @@ -90600,7 +90600,7 @@ 01110nas a2200253 a 4500 - vtls002227223 +REROILS:910 20190705121300.0 971204u19939999gw |||m| ||||0 | 0ger d @@ -90672,7 +90672,7 @@ 00802naa a22002297a 4500 - vtls003440723 +REROILS:911 20170518130600.0 980412s1967 xx ||| | ||||00| 0eng d @@ -90738,7 +90738,7 @@ 01328nas a2200349 a 4500 - vtls002371847 +REROILS:912 20190705122000.0 981006c19949999ne |||p|| ||||0 || 0eng d @@ -90848,7 +90848,7 @@ 01510nam a2200361 a 4500 - vtls000929225 +REROILS:913 20180825215900.0 880916s1984 it |||||| ||||00|| |ita d @@ -90968,7 +90968,7 @@ 01885nam a22003492a 4500 - vtls006038322 +REROILS:914 20180403084000.0 110218s2008 fr ||| | ||||00| |fre d @@ -91077,7 +91077,7 @@ 01337nam a2200313 a 4500 - vtls000375725 +REROILS:915 20170516101200.0 960525s1979 gw |||||| ||||00|| |ger d @@ -91172,7 +91172,7 @@ 01312naa a2200325 a 4500 - vtls002128428 +REROILS:916 20180827225000.0 970320s1996 xxu|||||| ||||00| |eng d @@ -91278,7 +91278,7 @@ 03910cam a2200625 a 4500 - vtls008623127 +REROILS:917 20190215115300.0 170330s2017 ne ||| | ||||00| |ger d @@ -91502,7 +91502,7 @@ 02117ncm a2200433 a 4500 - vtls002633528 +REROILS:918 20180828210100.0 000908s1955 gw |||||| ||||||| |ger d @@ -91637,7 +91637,7 @@ 01033nam a22003012a 4500 - vtls006029128 +REROILS:919 20190808075800.0 110218s1995 xx ||| | ||||00| |fre d @@ -91730,7 +91730,7 @@ 02314naa a2200481 a 4500 - vtls005296428 +REROILS:920 20190218143400.0 970728 2002 it ||| | ||||00| |ita d @@ -91912,7 +91912,7 @@ 01000nam a22003012a 4500 - vtls006037024 +REROILS:921 20180403171600.0 110218s2007 fr ||| | ||||00| |fre d @@ -92003,7 +92003,7 @@ 01637nam a2200469 a 4500 - vtls006083827 +REROILS:922 20180709113100.0 110622s2011 it ||| | ||||00| |ita d @@ -92167,7 +92167,7 @@ 01199nam a2200325 a 4500 - vtls000685225 +REROILS:923 20170610135000.0 860924s1979 gw |||||| ||||00|| |ger d @@ -92271,7 +92271,7 @@ 01165nam a22003612a 4500 - vtls006030627 +REROILS:924 20180403162400.0 110218s1997 fr ||| | ||||00| |fre d @@ -92380,7 +92380,7 @@ 01068nam a22003132a 4500 - vtls006030321 +REROILS:925 20180403162200.0 110218s1997 fr ||| | ||||00| |fre d @@ -92474,7 +92474,7 @@ 00916naa a2200265 a 4500 - vtls008810523 +REROILS:926 20180628093700.0 180619s2018 fr ||| | ||||00| |fre d @@ -92556,7 +92556,7 @@ 01112nam a2200301 a 4500 - vtls000670228 +REROILS:927 20180825083600.0 860812s1984 xxk|||||| ||||00|| |eng d @@ -92652,7 +92652,7 @@ 01112nam a22003252a 4500 - vtls006027626 +REROILS:928 20180403160300.0 110218s1992 fr ||| | ||||00| |fre d @@ -92751,7 +92751,7 @@ 01133cam a2200325 a 4500 - vtls000660821 +REROILS:929 20170705175200.0 860707s1984 gw |||||| ||||00|| |ger d @@ -92853,7 +92853,7 @@ 00866nam a22002652a 4500 - vtls006032523 +REROILS:930 20180403163800.0 110218s2001 xx ||| | ||||00| |fre d @@ -92931,7 +92931,7 @@ 01230caa a2200313 a 4500 - vtls001031927 +REROILS:931 20170610234100.0 890704s1975 fr |||||| ||||00|| |fre d @@ -93033,7 +93033,7 @@ 01049nam a22003252a 4500 - vtls006034126 +REROILS:932 20180403165200.0 110218s2001 fr ||| | ||||00| |fre d @@ -93133,7 +93133,7 @@ 01059nam a2200325 a 4500 - vtls008579328 +REROILS:933 20170520143000.0 170104s2016 gw ||| | ||||00| |ger d @@ -93232,7 +93232,7 @@ 01484nam a22004212a 4500 - vtls006034325 +REROILS:934 20180403165300.0 110218s2004 be ||| | ||||00| |fre d @@ -93371,7 +93371,7 @@ 01024nam a22003252a 4500 - vtls006038227 +REROILS:935 20180403083900.0 110218s2008 fr ||| | ||||00| |fre d @@ -93467,7 +93467,7 @@ 00981nam a22002772a 4500 - vtls006038629 +REROILS:936 20180403084200.0 110218s2009 xx ||| | ||||00| |fre d @@ -93552,7 +93552,7 @@ 00666nas a2200229 a 4500 - vtls000344026 +REROILS:937 20170516091000.0 960525d19501956ne |||m|| ||||0 || 0lat d @@ -93618,7 +93618,7 @@ 01076naa a2200301 a 4500 - vtls008912425 +REROILS:938 20190603135700.0 190404s1969 xxc|||||| ||||00| |eng d @@ -93709,7 +93709,7 @@ 00957nam a22002892a 4500 - vtls006037327 +REROILS:939 20180403083000.0 110218s2007 fr ||| | ||||00| |fre d @@ -93795,7 +93795,7 @@ 01244nam a2200337 a 4500 - vtls000373729 +REROILS:940 20170804100200.0 960525s1978 xxu|||||| ||||00|| |eng d @@ -93904,7 +93904,7 @@ 01148cam a2200301 a 4500 - vtls001695625 +REROILS:941 20171125144600.0 940517s1991 cc |||||| ||||00|| |chi d @@ -94004,7 +94004,7 @@ 00912nam a2200265 a 4500 - vtls000649125 +REROILS:942 20181005163300.0 860602r19801922gw |||||| ||||00|| |ger d @@ -94083,7 +94083,7 @@ 00992nam a2200301 a 4500 - vtls006076527 +REROILS:943 20170611085100.0 110615s2011 gw ||| | ||||00| |ger d @@ -94180,7 +94180,7 @@ 01387nam a2200349 a 4500 - vtls000672828 +REROILS:944 20170610133000.0 860820s1983 gw |||||| ||||00|| |ger d @@ -94290,7 +94290,7 @@ 00821naa a22002297a 4500 - vtls003459327 +REROILS:945 20170705202100.0 980412s1967 xx ||| | ||||00| 0eng d @@ -94358,7 +94358,7 @@ 00960nam a2200265 a 4500 - vtls000671624 +REROILS:946 20170516081700.0 860818s1982 sz |||||| ||||00|| |ger d @@ -94435,7 +94435,7 @@ 00946nam a2200277 a 4500 - vtls000347026 +REROILS:947 20170925125600.0 960525s1981 fr |||||| ||||00|| |fre d @@ -94518,7 +94518,7 @@ 01175nam a2200301 a 4500 - vtls004798098 +REROILS:948 20180330141700.0 c| 040812s2007 gw ||| | ||||00| |ger d @@ -94613,7 +94613,7 @@ 01188nam a2200301 a 4500 - vtls000680728 +REROILS:949 20181208130200.0 860910s1984 gw |||||| ||||00|| |ger d @@ -94711,7 +94711,7 @@ 00712nam a2200241 a 4500 - vtls000676624 +REROILS:950 20170516082600.0 860829s1980 gw |||||| ||||00|| |ger d @@ -94780,7 +94780,7 @@ 00860naa a22002297a 4500 - vtls003460329 +REROILS:951 20170518141800.0 980412s1962 xx ||| | ||||00| 0eng d @@ -94847,7 +94847,7 @@ 01161nam a2200313 a 4500 - vtls002682529 +REROILS:952 20190412114600.0 000915s1993 fr |||||| ||||00| |fre d @@ -94945,7 +94945,7 @@ 01915nam a2200517 a 4500 - vtls002663821 +REROILS:953 20180828105600.0 010124s1999 sp ||| | ||||00| |spa d @@ -95121,7 +95121,7 @@ 00959nam a22002892a 4500 - vtls006039421 +REROILS:954 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -95211,7 +95211,7 @@ 01058nam a22002892a 4500 - vtls006027926 +REROILS:955 20180403160500.0 110218s1978 fr ||| | ||||00| |fre d @@ -95300,7 +95300,7 @@ 00762naa a22002297a 4500 - vtls003456629 +REROILS:956 20170518140500.0 980412s1972 xx ||| | ||||00| 0ger d @@ -95369,7 +95369,7 @@ 00786naa a22002297a 4500 - vtls003458722 +REROILS:957 20170518141300.0 980412s1960 xx ||| | ||||00| 0fre d @@ -95434,7 +95434,7 @@ 01936naa a2200397 a 4500 - vtls005214628 +REROILS:958 20180227120900.0 980928s1909 sz ||| | ||||00| |fre d @@ -95566,7 +95566,7 @@ 01385cam a22003732a 4500 - vtls006316427 +REROILS:959 20170530165700.0 111019s2009 cc ||| | ||||00| |chi d @@ -95691,7 +95691,7 @@ 00799naa a22002297a 4500 - vtls003460122 +REROILS:960 20170518141800.0 980412s1970 xx ||| | ||||00| 0fre d @@ -95757,7 +95757,7 @@ 01316nam a2200361 a 4500 - vtls000364025 +REROILS:961 20180825125300.0 960525s1981 xxu|||||| ||||00|| |eng d @@ -95873,7 +95873,7 @@ 01139nam a2200325 a 4500 - vtls006029121 +REROILS:962 20190808103800.0 110218s1994 fr ||| | ||||00| |fre d @@ -95974,7 +95974,7 @@ 01822cam a2200493 a 4500 - vtls006076522 +REROILS:963 20181113111100.0 110615s2011 fr ||| | |||| | |fre d @@ -96146,7 +96146,7 @@ 01761cam a2200385 a 4500 - vtls006123422 +REROILS:964 20170530173200.0 110811s1997 cc ||| | ||||00| |chi d @@ -96277,7 +96277,7 @@ 01243nam a2200313 a 4500 - vtls008088815 +REROILS:965 20190823144200.0 c| 150309s2004 sp ||| || ||||00| ||spa d @@ -96366,7 +96366,7 @@ 01430cam a2200301 a 4500 - vtls002658224 +REROILS:966 20170518100400.0 000914s1997 fr |||||| ||||00| |fre d @@ -96450,7 +96450,7 @@ 01181nam a22003012a 4500 - vtls006029424 +REROILS:967 20180403161600.0 110218s1995 fr ||| | ||||00| |fre d @@ -96544,7 +96544,7 @@ 00968naa a22002537a 4500 - vtls003476829 +REROILS:968 20170518151100.0 980412s1996 xx ||| | ||||00| 0eng d @@ -96623,7 +96623,7 @@ 01514nam a2200385 a 4500 - vtls002706923 +REROILS:969 20170611121800.0 001116s1999 gw |||||| ||||00| |ger d @@ -96757,7 +96757,7 @@ 03149ngm a2200733 a 4500 - vtls002455345 +REROILS:970 20181005125200.0 v| 000921s1998 fr ||| | |||| | |fre d @@ -96980,7 +96980,7 @@ 01606nam a2200373 a 4500 - vtls000993029 +REROILS:971 20170610222900.0 890308s1987 it |||||| ||||00|| |lat d @@ -97105,7 +97105,7 @@ 00990nam a22002892a 4500 - vtls006027727 +REROILS:972 20180403160400.0 110218s1984 fr ||| | ||||00| |fre d @@ -97194,7 +97194,7 @@ 00810naa a22002297a 4500 - vtls003441927 +REROILS:973 20170518131000.0 980412s1964 xx ||| | ||||00| 0eng d @@ -97261,7 +97261,7 @@ 01393nam a2200361 a 4500 - vtls006077322 +REROILS:974 20180901192800.0 110616s2011 gw ||| | ||||00| |ger d @@ -97383,7 +97383,7 @@ 01368cam a2200337 a 4500 - vtls000672429 +REROILS:975 20171125085700.0 860819s1986 gw |||||| ||||00|| |ger d @@ -97496,7 +97496,7 @@ 01617cam a2200421 a 4500 - vtls006123924 +REROILS:976 20170530173300.0 110811s2001 ja ||| | ||||00| |jpn d @@ -97646,7 +97646,7 @@ 00931nam a22002772a 4500 - vtls006035725 +REROILS:977 20180403170500.0 110218s2005 fr ||| | ||||00| |fre d @@ -97728,7 +97728,7 @@ 01043naa a22002657a 4500 - vtls003481126 +REROILS:978 20170518153500.0 010212s2001 sz ||| | ||||00| |eng d @@ -97814,7 +97814,7 @@ 01155nam a2200325 a 4500 - vtls007321229 +REROILS:979 20180605082200.0 130614s2013 fr ||| | ||||00| |fre d @@ -97916,7 +97916,7 @@ 01357naa a2200337 a 4500 - vtls005204122 +REROILS:980 20181207114200.0 091104s2009 gw ||| | ||||00| |ger d @@ -98030,7 +98030,7 @@ 01066nam a2200265 a 4500 - vtls006076526 +REROILS:981 20170611085100.0 110615s2011 fr ||| | ||||00| |fre d @@ -98116,7 +98116,7 @@ 01077nam a2200337 a 4500 - vtls000000459 +REROILS:982 20180630124200.0 010121s1971 sz |||||| ||||00|| |fre d @@ -98222,7 +98222,7 @@ 00915nam a22002772a 4500 - vtls006035624 +REROILS:983 20180403170400.0 110218s2005 fr ||| | ||||00| |fre d @@ -98304,7 +98304,7 @@ 04514cam a2200877 a 4500 - vtls000009812 +REROILS:984 20190814095000.0 000927m19759999gw |||||| ||||00| |ger d @@ -98603,7 +98603,7 @@ 01952nam a22003977a 4500 - vtls002707325 +REROILS:985 20180828125400.0 000922s1999 gw ||| | ||||00| |ger d @@ -98743,7 +98743,7 @@ 01058nam a22002892a 4500 - vtls006027921 +REROILS:986 20180403160500.0 110218s1978 fr ||| | ||||00| |fre d @@ -98832,7 +98832,7 @@ 01217cam a2200313 a 4500 - vtls000643425 +REROILS:987 20181116214900.0 860513s1986 gw |||||| ||||00|| |ger d @@ -98930,7 +98930,7 @@ 00956nam a2200325 a 4500 - vtls000686821 +REROILS:988 20170516084300.0 860930s1986 it |||||| ||||00|| |ita d @@ -99027,7 +99027,7 @@ 00950naa a2200301 a 4500 - vtls003311123 +REROILS:989 20190807125100.0 030212s1948 sz |||||| ||||00| |fre d @@ -99118,7 +99118,7 @@ 01318nam a2200337 a 4500 - vtls001291308 +REROILS:990 20190502165800.0 910812s1991 fi |||||| ||||00|| |fre d @@ -99229,7 +99229,7 @@ 00893nam a22002772a 4500 - vtls006030821 +REROILS:991 20180403162500.0 110218s1998 fr ||| | ||||00| |fre d @@ -99312,7 +99312,7 @@ 00987naa a22002417a 4500 - vtls003458720 +REROILS:992 20170518141300.0 980412s1962 xx ||| | ||||00| 0ger d @@ -99384,7 +99384,7 @@ 00883naa a22002297a 4500 - vtls003457022 +REROILS:993 20170518140700.0 980412s1975 xx ||| | ||||00| 0eng d @@ -99453,7 +99453,7 @@ 00817nam a2200253 a 4500 - vtls008368628 +REROILS:994 20190620221000.0 160218s2015 fr |||||| ||||00| |fre d @@ -99534,7 +99534,7 @@ 01480nam a2200349 a 4500 - vtls000364024 +REROILS:995 20180825125300.0 960525s1980 fr |||||| ||||00|| |fre d @@ -99651,7 +99651,7 @@ 01207nas a2200313 a 4500 - vtls001259129 +REROILS:996 20190705135900.0 910521c19649999sp |||p|| ||||0 || 0spa d @@ -99748,7 +99748,7 @@ 00913nam a22002772a 4500 - vtls006035925 +REROILS:997 20180403170700.0 110218s2006 fr ||| | ||||00| |fre d @@ -99831,7 +99831,7 @@ 01124nam a2200313 a 4500 - vtls000370424 +REROILS:998 20171125115500.0 960525s1980 xxu|||||| ||||00|| |eng d @@ -99932,7 +99932,7 @@ 00931nam a22002772a 4500 - vtls006036021 +REROILS:999 20180403170800.0 110218s2004 fr ||| | ||||00| |fre d @@ -100016,7 +100016,7 @@ 01110naa a22002777a 4500 - vtls003480828 +REROILS:1000 20170518153000.0 000921s2000 sz ||| | ||||00| |eng d @@ -100102,7 +100102,7 @@ 00933nam a22002772a 4500 - vtls006039920 +REROILS:1001 20180403085600.0 110218s2008 fr ||| | ||||00| |fre d @@ -100188,7 +100188,7 @@ 01884nam a2200385 a 4500 - vtls006027722 +REROILS:1002 20190726142500.0 110218s1989 fr ||| || ||||00| |fre d @@ -100308,7 +100308,7 @@ 01006nam a2200289 a 4500 - vtls000669821 +REROILS:1003 20170717125700.0 860811s1981 gw |||||| ||||00|| |ger d @@ -100398,7 +100398,7 @@ 01502nam a2200349 a 4500 - vtls002376824 +REROILS:1004 20170518084300.0 981015s1997 ru ||| | ||||00| |rus d @@ -100513,7 +100513,7 @@ 00928nam a2200289 a 4500 - vtls006096924 +REROILS:1005 20170611090700.0 110708s2011 fr ||| | ||||00| |fre d @@ -100604,7 +100604,7 @@ 01479nam a22003974a 4500 - vtls008485822 +REROILS:1006 20190215145700.0 160811s2014 gw ||| | ||||00| |ger d @@ -100736,7 +100736,7 @@ 01694cam a2200445 a 4500 - vtls006118723 +REROILS:1007 20180531155300.0 110804s2001 ja ||| | ||||00| |jpn d @@ -100891,7 +100891,7 @@ 00651nas a22001937a 4500 - vtls003143528 +REROILS:1008 20190705125000.0 020129m19479999sa |||m|| ||||0 || 0eng d @@ -100944,7 +100944,7 @@ 00848nam a22002652a 4500 - vtls006036920 +REROILS:1009 20180403171600.0 110218s2007 fr ||| | ||||00| |fre d @@ -101023,7 +101023,7 @@ 01387nas a2200373 a 4500 - vtls000657720 +REROILS:1010 20190705130500.0 860625c19819999bl |||p|| ||||0 || 0por d @@ -101147,7 +101147,7 @@ 01316nam a22003012a 4500 - vtls006029328 +REROILS:1011 20190725183600.0 110218s1995 fr ||| | ||||00| |fre d @@ -101240,7 +101240,7 @@ 01041nas a2200265 a 4500 - vtls003098121 +REROILS:1012 20180704011800.0 011010c1975 sz |||p|| ||||0 || 0fre d @@ -101316,7 +101316,7 @@ 01023naa a22002537a 4500 - vtls003472624 +REROILS:1013 20170518145200.0 980412s1994 xx ||| | ||||00| 0eng d @@ -101394,7 +101394,7 @@ 00859nam a22002652a 4500 - vtls006031825 +REROILS:1014 20180403163300.0 110218s2010 fr ||| | ||||00| |fre d @@ -101475,7 +101475,7 @@ 01273nam a2200325 a 4500 - vtls000374128 +REROILS:1015 20170610194100.0 960525s1977 gw |||||| ||||00|| |ger d @@ -101578,7 +101578,7 @@ 01185nam a2200361 a 4500 - vtls001546324 +REROILS:1016 20190822095800.0 930603s1993 fr |||||| ||||00|| |fre d @@ -101688,7 +101688,7 @@ 01058nam a22002892a 4500 - vtls006027924 +REROILS:1017 20180403160500.0 110218s1978 fr ||| | ||||00| |fre d @@ -101777,7 +101777,7 @@ 01536nam a2200445 a 4500 - vtls006107928 +REROILS:1018 20180901201300.0 110720s2011 fr ||| | ||||00| |fre d @@ -101922,7 +101922,7 @@ 01099nam a22003012a 4500 - vtls006029022 +REROILS:1019 20190627003900.0 110218s1983 xx ||| | ||||00| |fre d @@ -102015,7 +102015,7 @@ 00776cam a2200241 a 4500 - vtls003525222 +REROILS:1020 20170518162500.0 031017s2003 gw |||||| ||||00|| |ger d @@ -102090,7 +102090,7 @@ 01524nam a22003132a 4500 - vtls006039725 +REROILS:1021 20180403085400.0 110218s2010 fr ||| | ||||00| |fre d @@ -102188,7 +102188,7 @@ 01657cam a22004572a 4500 - vtls008780060 +REROILS:1022 20190215170900.0 180323s2017 cc ||| | ||||00| |chi d @@ -102343,7 +102343,7 @@ 01281nam a2200301 a 4500 - vtls000040805 +REROILS:1023 20170610115200.0 960525s1968 be |||||| ||||00|| |fre d @@ -102444,7 +102444,7 @@ 01611cam a2200421 a 4500 - vtls006086227 +REROILS:1024 20180901194300.0 110625s2007 xxu||| | |||| | |eng d @@ -102589,7 +102589,7 @@ 01027nam a22003012a 4500 - vtls006034421 +REROILS:1025 20180403165400.0 110218s2003 fr ||| | ||||00| |fre d @@ -102678,7 +102678,7 @@ 00678nam a2200241 a 4500 - vtls002671321 +REROILS:1026 20170518103700.0 000913s1980 fr ||| | ||||00| |fre d @@ -102745,7 +102745,7 @@ 00906nam a2200277 a 4500 - vtls000675429 +REROILS:1027 20170516082400.0 860827s1978 gw |||||| ||||00|| |ger d @@ -102827,7 +102827,7 @@ 01712nam a2200361 a 4500 - vtls006037224 +REROILS:1028 20180403171800.0 110218s2007 fr ||| | ||||00| |fre d @@ -102943,7 +102943,7 @@ 00950nam a22002772a 4500 - vtls006037222 +REROILS:1029 20180403171800.0 110218s2003 fr ||| | ||||00| |fre d @@ -103027,7 +103027,7 @@ 00824nam a22002532a 4500 - vtls006037223 +REROILS:1030 20180403171800.0 110218s2007 fr ||| | ||||00| |fre d @@ -103102,7 +103102,7 @@ 00717naa a22002177a 4500 - vtls003454627 +REROILS:1031 20170518135700.0 980412s1980 xx ||| | ||||00| 0eng d @@ -103162,7 +103162,7 @@ 01164nam a2200277 a 4500 - vtls006117527 +REROILS:1032 20170530172000.0 110803s2011 ua ||| | ||||00| |ara d @@ -103254,7 +103254,7 @@ 01780nam a2200337 a 4500 - vtls006039724 +REROILS:1033 20180403085400.0 110218s2010 fr ||| | ||||00| |fre d @@ -103360,7 +103360,7 @@ 00819nam a22002532a 4500 - vtls006027629 +REROILS:1034 20180403160300.0 110218s1992 fr ||| | ||||00| |fre d @@ -103436,7 +103436,7 @@ 01234naa a2200325 a 4500 - vtls006413926 +REROILS:1035 20180710151400.0 110605s1898 sz ||| | ||||00| |fre d @@ -103531,7 +103531,7 @@ 00823naa a22002297a 4500 - vtls003450221 +REROILS:1036 20170518134100.0 980412s1973 xx ||| | ||||00| 0eng d @@ -103598,7 +103598,7 @@ 00782nam a2200241 a 4500 - vtls000685325 +REROILS:1037 20170516084000.0 860924s1983 gw |||||| ||||00|| |ger d @@ -103670,7 +103670,7 @@ 01486nam a2200361 a 4500 - vtls002707722 +REROILS:1038 20180828125600.0 000924s1999 xxk|||||| ||||00| |eng d @@ -103796,7 +103796,7 @@ 01458cam a2200337 a 4500 - vtls000010202 +REROILS:1039 20170610105900.0 961221m19661970it |||||| ||||00|| |ita d @@ -103906,7 +103906,7 @@ 01627naa a2200373 a 4500 - vtls002222320 +REROILS:1040 20180701223100.0 000811s1996 sz ||| | ||||00| |ita d @@ -104024,7 +104024,7 @@ 01450nam a2200421 a 4500 - vtls008331428 +REROILS:1041 20190121093500.0 151222s2016 xxk||| | ||||00| |eng d @@ -104160,7 +104160,7 @@ 01075nam a22003132a 4500 - vtls006035625 +REROILS:1042 20180403170400.0 110218s2005 fr ||| | ||||00| |fre d @@ -104257,7 +104257,7 @@ 01693nam a22004092a 4500 - vtls006030329 +REROILS:1043 20190220150600.0 110218s1996 xx ||| | ||||00| |fre d @@ -104382,7 +104382,7 @@ 00970nam a2200289 a 4500 - vtls000671227 +REROILS:1044 20170516081600.0 860814s1982 gw |||||| ||||00|| |ger d @@ -104466,7 +104466,7 @@ 00907nam a22002532a 4500 - vtls006109923 +REROILS:1045 20170530170500.0 110722s2002 xxu||| | ||||00| |eng d @@ -104546,7 +104546,7 @@ 01216nam a2200349 a 4500 - vtls000388629 +REROILS:1046 20190405154700.0 960525s1982 gw |||||| ||||00|| |ger d @@ -104657,7 +104657,7 @@ 00796nam a22002412a 4500 - vtls006039426 +REROILS:1047 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -104730,7 +104730,7 @@ 00768naa a22002297a 4500 - vtls003454924 +REROILS:1048 20170518135800.0 980412s1962 xx ||| | ||||00| 0eng d @@ -104796,7 +104796,7 @@ 01088naa a22003137a 4500 - vtls000457127 +REROILS:1049 20180630172300.0 960525s1962 sz |||||| ||||00|| |fre d @@ -104889,7 +104889,7 @@ 00900nas a2200289 a 4500 - vtls003339729 +REROILS:1050 20190705130200.0 030407c19929999fr |||p| ||||0 | 0fre d @@ -104968,7 +104968,7 @@ 01388nam a22004092a 4500 - vtls006030224 +REROILS:1051 20180403162100.0 110218s1997 be ||| | ||||00| |fre d @@ -105092,7 +105092,7 @@ 00965nam a22002772a 4500 - vtls006039620 +REROILS:1052 20190408165100.0 110218s2009 xx ||| | ||||00| |fre d @@ -105177,7 +105177,7 @@ 01159naa a22002657a 4500 - vtls003475022 +REROILS:1053 20190429151000.0 980412s1995 xx ||| | ||||00| 0ger d @@ -105263,7 +105263,7 @@ 01039nam a22003012a 4500 - vtls006026720 +REROILS:1054 20190627003500.0 110218s1984 be ||| | ||||00| |fre d @@ -105355,7 +105355,7 @@ 01364nam a2200325 a 4500 - vtls008826020 +REROILS:1055 20180912085000.0 180802s2011 ua ||| | ||||00| |ara d @@ -105458,7 +105458,7 @@ 01194nam a22003372a 4500 - vtls006037329 +REROILS:1056 20180403083000.0 110218s2007 fr ||| | ||||00| |fre d @@ -105565,7 +105565,7 @@ 01632cam a2200421 a 4500 - vtls008588128 +REROILS:1057 20170520153600.0 170124s2016 it ||| | ||||00| |ita d @@ -105703,7 +105703,7 @@ 00882nam a22002772a 4500 - vtls006039522 +REROILS:1058 20180403085200.0 110218s2009 fr ||| | ||||00| |fre d @@ -105787,7 +105787,7 @@ 00940cam a2200253 a 4500 - vtls008578122 +REROILS:1059 20170520142000.0 161223s2016 gw ||| | ||||00| |ger d @@ -105857,7 +105857,7 @@ 01325nam a2200349 a 4500 - vtls002683725 +REROILS:1060 20180502091600.0 000915s1997 xxk|||||| ||||00| |eng d @@ -105973,7 +105973,7 @@ 01527nam a22004092a 4500 - vtls006034622 +REROILS:1061 20180403165600.0 110218s2004 xx ||| | ||||00| |fre d @@ -106101,7 +106101,7 @@ 01467naa a2200361 a 4500 - vtls005246423 +REROILS:1062 20170522122500.0 970730s1936 sz ||| | ||||00| |ger d @@ -106220,7 +106220,7 @@ 01275nam a2200313 a 4500 - vtls000643327 +REROILS:1063 20181122171800.0 860513s1985 gw |||||| ||||00|| |ger d @@ -106323,7 +106323,7 @@ 00893naa a22002417a 4500 - vtls003465924 +REROILS:1064 20170518143500.0 980412s1993 xx ||| | ||||00| 0eng d @@ -106397,7 +106397,7 @@ 01087naa a22002537a 4500 - vtls003456121 +REROILS:1065 20170518140300.0 980412s1985 xx ||| | ||||00| 0ger d @@ -106473,7 +106473,7 @@ 01098naa a22002777a 4500 - vtls003447922 +REROILS:1066 20170518133200.0 980412s1989 xx ||| | ||||00| 0eng d @@ -106556,7 +106556,7 @@ 00970nam a22002772a 4500 - vtls006031829 +REROILS:1067 20180403163300.0 110218s1999 fr ||| | ||||00| |fre d @@ -106641,7 +106641,7 @@ 02278nam a2200529 a 4500 - vtls000066674 +REROILS:1068 20190819112700.0 000717m19582016gw |||||| ||||00|| |lat d @@ -106818,7 +106818,7 @@ 01705naa a2200385 a 4500 - vtls007226326 +REROILS:1069 20170601093100.0 130129s2012 fr |||||| ||||10| |fre d @@ -106945,7 +106945,7 @@ 00889nam a22002532a 4500 - vtls006036023 +REROILS:1070 20180403170800.0 110218s2006 fr ||| | ||||00| |fre d @@ -107022,7 +107022,7 @@ 00667naa a2200217 a 4500 - vtls006376223 +REROILS:1071 20170530190400.0 120116q19001910xx ||| | ||||00| |ger d @@ -107081,7 +107081,7 @@ 01252njm a22003137a 4500 - vtls006079120 +REROILS:1072 20170530150500.0 s| 110617s2006 fr ||| | ||||0|| |fre d @@ -107172,7 +107172,7 @@ 01543naa a2200325 a 4500 - vtls005298123 +REROILS:1073 20170522111700.0 040630s2002 dk ||| | ||||00| |eng d @@ -107281,7 +107281,7 @@ 00938naa a2200265 a 4500 - vtls007296424 +REROILS:1074 20170601073800.0 130514s2013 xxk||| | ||||00| |eng d @@ -107365,7 +107365,7 @@ 01067nam a22003252a 4500 - vtls006039825 +REROILS:1075 20190213132800.0 110218s2010 fr ||| | ||||00| |fre d @@ -107464,7 +107464,7 @@ 00808naa a22002297a 4500 - vtls003446829 +REROILS:1076 20170518132800.0 980412s1962 xx ||| | ||||00| 0eng d @@ -107532,7 +107532,7 @@ 00762nam a2200241 a 4500 - vtls000000385 +REROILS:1077 20180630124200.0 960525s1971 sz |||||| ||||00|| |fre d @@ -107605,7 +107605,7 @@ 00881nam a22002652a 4500 - vtls006029420 +REROILS:1078 20180403161600.0 110218s1990 fr ||| | ||||00| |fre d @@ -107682,7 +107682,7 @@ 01857ngm a2200421 a 4500 - vtls002382727 +REROILS:1079 20180828122700.0 v| 000726s1997 fr ||| | |||| | |fre d @@ -107821,7 +107821,7 @@ 00852nam a22002652a 4500 - vtls006036827 +REROILS:1080 20180403171500.0 110218s2002 fr ||| | ||||00| |fre d @@ -107900,7 +107900,7 @@ 00977nam a22002892a 4500 - vtls006036826 +REROILS:1081 20180403171500.0 110218s2006 fr ||| | ||||00| |fre d @@ -107990,7 +107990,7 @@ 01207nas a2200337 a 4500 - vtls002195130 +REROILS:1082 20190705121100.0 971001c19969999sa |||p| ||||0 | 0eng d @@ -108092,7 +108092,7 @@ 01281nam a22003972a 4500 - vtls006028029 +REROILS:1083 20180403160600.0 110218s1993 fr ||| | ||||00| |fre d @@ -108213,7 +108213,7 @@ 01233nam a22003132a 4500 - vtls006031926 +REROILS:1084 20180723125600.0 110218s2001 fr ||| | ||||00| |fre d @@ -108307,7 +108307,7 @@ 01474nam a22003732a 4500 - vtls006036926 +REROILS:1085 20180403171600.0 110218s2007 be ||| | ||||00| |fre d @@ -108423,7 +108423,7 @@ 01005nam a22002892a 4500 - vtls006035429 +REROILS:1086 20180403170300.0 110218s2005 fr ||| | ||||00| |fre d @@ -108510,7 +108510,7 @@ 00669nam a2200217 a 4500 - vtls000663328 +REROILS:1087 20170516140900.0 860715s1984 gw |||||| ||||00|| |ger d @@ -108569,7 +108569,7 @@ 01216nam a2200361 a 4500 - vtls006088721 +REROILS:1088 20190627005600.0 110628s2011 fr |||||| ||||00| |fre d @@ -108685,7 +108685,7 @@ 00807nam a2200253 a 4500 - vtls000632020 +REROILS:1089 20170610122300.0 860407s1985 it |||||| ||||00|| |ita d @@ -108758,7 +108758,7 @@ 00923cam a2200289 a 4500 - vtls008586920 +REROILS:1090 20190318144700.0 170123s2017 it ||| | ||||00| |ita d @@ -108849,7 +108849,7 @@ 01125nam a2200313 a 4500 - vtls002813823 +REROILS:1091 20171125180400.0 010124s1996 cc ||| | ||||00| |chi d @@ -108948,7 +108948,7 @@ 00873nam a22002652a 4500 - vtls006038224 +REROILS:1092 20180403083900.0 110218s2007 fr ||| | ||||00| |fre d @@ -109028,7 +109028,7 @@ 01176nam a22003132a 4500 - vtls006029429 +REROILS:1093 20190627004000.0 110218s1995 be ||| | ||||00| |fre d @@ -109125,7 +109125,7 @@ 01883nam a2200433 a 4500 - vtls002707520 +REROILS:1094 20180703162700.0 000921s2000 sz |||||| ||||00| |fre d @@ -109270,7 +109270,7 @@ 01554nam a2200373 a 4500 - vtls003713125 +REROILS:1095 20170611051900.0 040930s1989 ru ||| | ||||00| |rus d @@ -109397,7 +109397,7 @@ 04177nam a22004212a 4500 - vtls006039827 +REROILS:1096 20180403085500.0 110218s2010 fr ||| | ||||00| |fre d @@ -109532,7 +109532,7 @@ 01804nam a2200493 a 4500 - vtls006102624 +REROILS:1097 20180901200600.0 110714s2011 gw ||| | |||| | |ger d @@ -109708,7 +109708,7 @@ 00926nam a22002772a 4500 - vtls006035927 +REROILS:1098 20180403170700.0 110218s2006 fr ||| | ||||00| |fre d @@ -109791,7 +109791,7 @@ 01268nam a2200325 a 4500 - vtls000642528 +REROILS:1099 20170610124100.0 860509s1984 gw |||||| ||||00|| |ger d @@ -109899,7 +109899,7 @@ 01466nam a2200385 a 4500 - vtls002424320 +REROILS:1100 20190503114200.0 000814s1998 cc ||| | ||||00| |chi d @@ -110027,7 +110027,7 @@ 01098naa a2200289 a 4500 - vtls003856720 +REROILS:1101 20180704124600.0 050610s1947 sz ||| | ||||00| |fre d @@ -110113,7 +110113,7 @@ 01167naa a2200337 a 4500 - vtls006107221 +REROILS:1102 20190618143600.0 110719s1854 gw ||| | ||||00|| |ger d @@ -110214,7 +110214,7 @@ 01728ccm a2200397 a 4500 - vtls001947625 +REROILS:1103 20190807085200.0 951213s1977 gw |||||| ||||||| |ger d @@ -110339,7 +110339,7 @@ 01202nam a2200325 a 4500 - vtls002683624 +REROILS:1104 20170611113700.0 000916s2000 xxc||| | ||||00| |fre d @@ -110444,7 +110444,7 @@ 01499nam a22004092a 4500 - vtls006038323 +REROILS:1105 20180403084000.0 110218s2008 fr ||| | ||||00| |fre d @@ -110570,7 +110570,7 @@ 00924naa a22002537a 4500 - vtls003447921 +REROILS:1106 20170518133200.0 980412s1989 xx ||| | ||||00| 0eng d @@ -110645,7 +110645,7 @@ 00936naa a2200277 a 4500 - vtls002679622 +REROILS:1107 20180828113800.0 000915s2000 xxu||| | ||||10| |eng d @@ -110734,7 +110734,7 @@ 01301naa a22003377a 4500 - vtls003260520 +REROILS:1108 20170611091600.0 021023s2000 it |||p|| ||||00|| 0ita d @@ -110840,7 +110840,7 @@ 00979nam a2200265 a 4500 - vtls006104521 +REROILS:1109 20170530165400.0 110715s2010 gw ||| | ||||00| |ger d @@ -110916,7 +110916,7 @@ 01240cam a2200337 a 4500 - vtls008371129 +REROILS:1110 20170520205000.0 160222s2016 xx ||||| ||||00|| |ger d @@ -111021,7 +111021,7 @@ 02051nam a2200529 a 4500 - vtls004473327 +REROILS:1111 20190221112600.0 070206s2003 fr ||| | ||||00| |ara d @@ -111193,7 +111193,7 @@ 00906nam a22002772a 4500 - vtls006032527 +REROILS:1112 20180403163800.0 110218s2001 be ||| | ||||00| |fre d @@ -111276,7 +111276,7 @@ 00940nam a22002892a 4500 - vtls006034128 +REROILS:1113 20180403165200.0 110218s2004 fr ||| | ||||00| |fre d @@ -111363,7 +111363,7 @@ 00934naa a22002537a 4500 - vtls003453129 +REROILS:1114 20170518135200.0 980412s1991 xx ||| | ||||00| 0eng d @@ -111442,7 +111442,7 @@ 02050nam a2200433 a 4500 - vtls002489329 +REROILS:1115 20170611070800.0 000803s1997 ru |||||| ||||00| |rus d @@ -111592,7 +111592,7 @@ 00886nam a2200289 a 4500 - vtls006028129 +REROILS:1116 20190627003800.0 110218s1991 fr ||| | ||||00| |fre d @@ -111682,7 +111682,7 @@ 00845nam a22002652a 4500 - vtls006031521 +REROILS:1117 20180403163000.0 110218s1999 fr ||| | ||||00| |fre d @@ -111760,7 +111760,7 @@ 00994nam a22002892a 4500 - vtls006030823 +REROILS:1118 20190627004200.0 110218s2003 xx ||| | ||||00| |fre d @@ -111849,7 +111849,7 @@ 01731nam a2200409 a 4500 - vtls000080730 +REROILS:1119 20170610130500.0 960525s1966 sz |||||| ||||00|| |fre d @@ -111997,7 +111997,7 @@ 02382nam a2200457 a 4500 - vtls000099248 +REROILS:1120 20181208093600.0 960525s1975 gr |||||| ||||00|| |gre d @@ -112162,7 +112162,7 @@ 01385nam a22003132a 4500 - vtls006035827 +REROILS:1121 20180515112900.0 110218s2005 fr ||| | ||||00| |fre d @@ -112260,7 +112260,7 @@ 01453nam a22003732a 4500 - vtls006032628 +REROILS:1122 20190725183700.0 110218s2002 fr ||| | ||||00| |fre d @@ -112378,7 +112378,7 @@ 00806nam a22002532a 4500 - vtls006037022 +REROILS:1123 20180403171600.0 110218s2007 fr ||| | ||||00| |fre d @@ -112452,7 +112452,7 @@ 01123naa a2200325 a 4500 - vtls007255127 +REROILS:1124 20190828140000.0 130311s2006 sz |||||| ||||00|| |fre d @@ -112559,7 +112559,7 @@ 01712nam a22004092a 4500 - vtls006039623 +REROILS:1125 20180403085300.0 110218s2009 fr ||| | ||||00| |fre d @@ -112687,7 +112687,7 @@ 01197nam a2200337 a 4500 - vtls000364029 +REROILS:1126 20180825125300.0 960525s1982 xxu|||||| ||||00|| |eng d @@ -112794,7 +112794,7 @@ 01348ncm a2200301 a 4500 - vtls003259924 +REROILS:1127 20170705162200.0 021022s2002 fr ||| | |||| || |fre d @@ -112891,7 +112891,7 @@ 01686caa a22003372a 4500 - vtls008717423 +REROILS:1128 20180720170500.0 171016s2008 sz ||| | ||||00| |ger d @@ -112991,7 +112991,7 @@ 01434naa a2200349 a 4500 - vtls005246427 +REROILS:1129 20170522122500.0 970730s1937 sz ||| | ||||00| |ger d @@ -113107,7 +113107,7 @@ 01010nam a22003012a 4500 - vtls006034321 +REROILS:1130 20180403165300.0 110218s2003 fr ||| | ||||00| |fre d @@ -113196,7 +113196,7 @@ 01314nam a2200325uia4500 - vtls008933628 +REROILS:1131 20190823150500.0 190612s1860 xxk 00 eng d @@ -113299,7 +113299,7 @@ 01234nam a22003257a 4500 - vtls008175325 +REROILS:1132 20170520200300.0 150617s2014 ua ||| | ||||00| |ara d @@ -113407,7 +113407,7 @@ 01547nam a22004457a 4500 - vtls002707423 +REROILS:1133 20190314122800.0 001227s2000 fr ||| | ||||00| |fre d @@ -113558,7 +113558,7 @@ 00941naa a2200241 a 4500 - vtls004092622 +REROILS:1134 20170519115000.0 060317s1873 gw ||| | ||||00| |ger d @@ -113632,7 +113632,7 @@ 01942cam a2200469 a 4500 - vtls000684623 +REROILS:1135 20170610134900.0 860922s1985 gw |||||| ||||00|| |ger d @@ -113806,7 +113806,7 @@ 01145cam a2200361 a 4500 - vtls000376524 +REROILS:1136 20171115164500.0 961007m19751977xxu|||||| ||||00|| |eng d @@ -113913,7 +113913,7 @@ 01519naa a22003492a 4500 - vtls005224128 +REROILS:1137 20190523090100.0 970725s1994 sz ||| | ||||00| |ger d @@ -114034,7 +114034,7 @@ 01065naa a2200277 a 4500 - vtls005269124 +REROILS:1138 20170522155400.0 971022 1959 sz ||| | ||||00| |ger d @@ -114117,7 +114117,7 @@ 01047nam a2200301 a 4500 - vtls000670420 +REROILS:1139 20170516081500.0 860812s1985 xxu|||||| ||||00|| |eng d @@ -114211,7 +114211,7 @@ 00941nam a22002772a 4500 - vtls006040020 +REROILS:1140 20180403085700.0 110218s2009 fr ||| | ||||00| |fre d @@ -114294,7 +114294,7 @@ 00984nam a2200289 a 4500 - vtls000666322 +REROILS:1141 20170610132200.0 860728s1982 gw |||||| ||||00|| |ger d @@ -114380,7 +114380,7 @@ 00843naa a22002297a 4500 - vtls003441026 +REROILS:1142 20170518130700.0 980412s1975 xx ||| | ||||00| 0fre d @@ -114449,7 +114449,7 @@ 01088naa a2200277 a 4500 - vtls008510429 +REROILS:1143 20170520233400.0 160915s1974 py |||||| ||||00|| |spa d @@ -114531,7 +114531,7 @@ 00966nam a22002892a 4500 - vtls006039929 +REROILS:1144 20180403085600.0 110218s2009 fr ||| | ||||00| |fre d @@ -114619,7 +114619,7 @@ 00646naa a2200205 a 4500 - vtls004301629 +REROILS:1145 20170519101000.0 061220s1972 fr |||||| ||||00|| |fre d @@ -114681,7 +114681,7 @@ 01279nam a2200325 a 4500 - vtls001937328 +REROILS:1146 20170925164500.0 951122s1994 po |||||| ||||01|| |por d @@ -114788,7 +114788,7 @@ 00868naa a22002297a 4500 - vtls003451023 +REROILS:1147 20170518134400.0 980412s1981 xx ||| | ||||00| 0eng d @@ -114856,7 +114856,7 @@ 01193nam a22003132a 4500 - vtls008391622 +REROILS:1148 20190516153300.0 160318s2015 gw ||| | ||||00| |ger d @@ -114947,7 +114947,7 @@ 02309nam a2200601 a 4500 - vtls008391688 +REROILS:1149 20190509115800.0 160318s2017 gw ||| | ||||00| |ger d @@ -115147,7 +115147,7 @@ 00847nam a22002532a 4500 - vtls006039925 +REROILS:1150 20180403085600.0 110218s2008 fr ||| | ||||00| |fre d @@ -115221,7 +115221,7 @@ 01077naa a22002777a 4500 - vtls003477623 +REROILS:1151 20170518151500.0 980412s1997 be ||| | ||||00| |fre d @@ -115307,7 +115307,7 @@ 00974nam a2200289 a 4500 - vtls001240829 +REROILS:1152 20170517120000.0 910330s1983 ja |||||| ||||00|| |jpn d @@ -115392,7 +115392,7 @@ 01165caa a2200265 a 4500 - vtls002234427 +REROILS:1153 20180701230100.0 971218q1950 sz ||| | ||||00| |ita d @@ -115474,7 +115474,7 @@ 00993nam a2200277 a 4500 - vtls000684420 +REROILS:1154 20170516083800.0 860919s1986 gw |||||| ||||00|| |ger d @@ -115556,7 +115556,7 @@ 01423nam a22002772a 4500 - vtls006039422 +REROILS:1155 20190226095000.0 110218s2009 fr ||| | ||||00| |fre d @@ -115641,7 +115641,7 @@ 00794naa a22002297a 4500 - vtls003448321 +REROILS:1156 20170518133300.0 980412s1984 xx ||| | ||||00| 0spa d @@ -115709,7 +115709,7 @@ 00889naa a22002297a 4500 - vtls003457927 +REROILS:1157 20170518141000.0 980412s1968 xx ||| | ||||00| 0eng d @@ -115776,7 +115776,7 @@ 01141nam a22003377a 4500 - vtls002693824 +REROILS:1158 20180828121700.0 000918s1999 xxu||| | ||||00| |eng d @@ -115884,7 +115884,7 @@ 01368naa a22003857a 4500 - vtls006070025 +REROILS:1159 20170611084600.0 110608s2011 fr |||||| ||||00|| |fre d @@ -116014,7 +116014,7 @@ 01020nam a22003012a 4500 - vtls006035628 +REROILS:1160 20180403170400.0 110218s2005 fr ||| | ||||00| |fre d @@ -116104,7 +116104,7 @@ 01632nam a22003012a 4500 - vtls006038425 +REROILS:1161 20180403084100.0 110218s2008 fr ||| | ||||00| |fre d @@ -116198,7 +116198,7 @@ 01092nam a2200301 a 4500 - vtls001953121 +REROILS:1162 20170517175500.0 000907r19951587gw |||||| ||||00|| |lat d @@ -116292,7 +116292,7 @@ 00924naa a22002417a 4500 - vtls003458529 +REROILS:1163 20170518141200.0 980412s1971 xx ||| | ||||00| 0ger d @@ -116363,7 +116363,7 @@ 01342nam a22004092a 4500 - vtls006032028 +REROILS:1164 20190704105100.0 110218s2001 fr ||| | ||||00| |fre d @@ -116488,7 +116488,7 @@ 00910nam a2200265 a 4500 - vtls006035627 +REROILS:1165 20180403170400.0 110218s2005 fr ||| | ||||00| |fre d @@ -116567,7 +116567,7 @@ 01637nam a2200433 a 4500 - vtls003842221 +REROILS:1166 20171125200900.0 050518s2003 ru ||| | ||||00| |rus d @@ -116714,7 +116714,7 @@ 03048cam a22005652a 4500 - vtls008803187 +REROILS:1167 20190215122600.0 180530s2016 is ||| | ||||00| |heb d @@ -116919,7 +116919,7 @@ 01280nam a2200337 a 4500 - vtls001166505 +REROILS:1168 20181122175300.0 900814s1990 sz ||| | ||||00|| |eng d @@ -117026,7 +117026,7 @@ 01380naa a2200325 a 4500 - vtls002778421 +REROILS:1169 20190619121700.0 001119s1976 sz |||||| ||||00| |fre d @@ -117136,7 +117136,7 @@ 01930nam a2200517 a 4500 - vtls008623027 +REROILS:1170 20190215115300.0 170330s2017 gw ||||| ||||00||||ger d @@ -117295,7 +117295,7 @@ 01028naa a22002417a 4500 - vtls002746524 +REROILS:1171 20170518135000.0 001117s1905 gw |||||| ||||00| |ger d @@ -117367,7 +117367,7 @@ 01439nam a2200373 a 4500 - vtls002688720 +REROILS:1172 20180828120200.0 000925s1999 xxu||| | ||||00| |eng d @@ -117487,7 +117487,7 @@ 00983cam a2200289 a 4500 - vtls000667220 +REROILS:1173 20180825083000.0 860730s1981 gw |||||| ||||00|| |ger d @@ -117578,7 +117578,7 @@ 01294nam a22003612a 4500 - vtls006030223 +REROILS:1174 20180403162100.0 110218s1997 be ||| | ||||00| |fre d @@ -117688,7 +117688,7 @@ 01412nam a2200361 a 4500 - vtls002694628 +REROILS:1175 20170518114800.0 000918s2000 fr |||||| ||||00| |fre d @@ -117797,7 +117797,7 @@ 00946nam a22002892a 4500 - vtls006036825 +REROILS:1176 20180403171500.0 110218s2006 fr ||| | ||||00| |fre d @@ -117882,7 +117882,7 @@ 01045naa a22002777a 4500 - vtls003481122 +REROILS:1177 20170518153400.0 010212s2001 sz ||| | ||||00| |eng d @@ -117970,7 +117970,7 @@ 00885naa a22002297a 4500 - vtls003446725 +REROILS:1178 20170518132800.0 980412s1974 xx ||| | ||||00| 0eng d @@ -118036,7 +118036,7 @@ 00855nam a22002532a 4500 - vtls006036924 +REROILS:1179 20180403171600.0 110218s2004 fr ||| | ||||00| |fre d @@ -118114,7 +118114,7 @@ 01102nam a2200313 a 4500 - vtls000948028 +REROILS:1180 20170610210800.0 881108s1986 it |||||| ||||00|| |ita d @@ -118216,7 +118216,7 @@ 01373nam a22004092a 4500 - vtls006028123 +REROILS:1181 20190627003800.0 110218s2002 fr ||| | ||||00| |fre d @@ -118341,7 +118341,7 @@ 00798nam a22002412a 4500 - vtls006039424 +REROILS:1182 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -118411,7 +118411,7 @@ 01239nam a2200313 a 4500 - vtls000653929 +REROILS:1183 20170925203000.0 000725s1978 gw |||||| ||||00|| |ger d @@ -118508,7 +118508,7 @@ 00915naa a22002417a 4500 - vtls003442525 +REROILS:1184 20170518131200.0 980412s1983 xx ||| | ||||00| 0ger d @@ -118582,7 +118582,7 @@ 02182nam a22004457a 4500 - vtls006087825 +REROILS:1185 20180709193500.0 110628s2011 gw ||| | ||||00| |ger d @@ -118730,7 +118730,7 @@ 01445nam a22002772a 4500 - vtls006039523 +REROILS:1186 20180403085200.0 110218s2010 fr ||| | ||||00| |fre d @@ -118816,7 +118816,7 @@ 01075nam a22003012a 4500 - vtls006038424 +REROILS:1187 20190627005000.0 110218s2005 fr ||| | ||||00| |fre d @@ -118909,7 +118909,7 @@ 01687nam a22003012a 4500 - vtls006027929 +REROILS:1188 20180403160600.0 110218s1997 fr ||| | ||||00| |fre d @@ -119002,7 +119002,7 @@ 01021nam a22003012a 4500 - vtls006034425 +REROILS:1189 20180403165400.0 110218s2000 fr ||| | ||||00| |fre d @@ -119093,7 +119093,7 @@ 00776naa a22002297a 4500 - vtls003440525 +REROILS:1190 20170518130500.0 980412s1967 xx ||| | ||||00| 0fre d @@ -119160,7 +119160,7 @@ 00831nam a2200265 a 4500 - vtls002670023 +REROILS:1191 20170518103400.0 000913s1997 fr |||||| ||||00| |fre d @@ -119235,7 +119235,7 @@ 01066nam a22003012a 4500 - vtls006035823 +REROILS:1192 20190627004600.0 110218s2005 fr ||| | ||||00| |fre d @@ -119327,7 +119327,7 @@ 01049nam a22003252a 4500 - vtls006030428 +REROILS:1193 20180403162300.0 110218s1998 fr ||| | ||||00| |fre d diff --git a/data/documents_small.json b/data/documents_small.json index 5f232c93b9..a70426da14 100644 --- a/data/documents_small.json +++ b/data/documents_small.json @@ -1,6 +1,7 @@ [ { "type": "book", + "pid": "1", "language": [ { "value": "ita", @@ -83,6 +84,7 @@ }, { "type": "book", + "pid": "2", "language": [ { "value": "fre", @@ -144,6 +146,7 @@ }, { "type": "book", + "pid": "3", "language": [ { "value": "jpn", @@ -220,6 +223,7 @@ }, { "type": "article", + "pid": "4", "language": [ { "value": "spa", @@ -252,6 +256,7 @@ }, { "type": "article", + "pid": "5", "language": [ { "value": "fre", @@ -314,6 +319,7 @@ }, { "type": "article", + "pid": "6", "language": [ { "value": "ger", @@ -371,6 +377,7 @@ }, { "type": "book", + "pid": "7", "language": [ { "value": "ger", @@ -441,6 +448,7 @@ }, { "type": "sound", + "pid": "8", "language": [ { "value": "eng", @@ -498,6 +506,7 @@ }, { "type": "article", + "pid": "9", "language": [ { "value": "eng", @@ -530,6 +539,7 @@ }, { "type": "book", + "pid": "10", "language": [ { "value": "fre", @@ -588,6 +598,7 @@ }, { "type": "article", + "pid": "11", "language": [ { "value": "eng", @@ -620,6 +631,7 @@ }, { "type": "score", + "pid": "12", "language": [ { "value": "ger", @@ -718,6 +730,7 @@ }, { "type": "video", + "pid": "13", "language": [ { "value": "fre", @@ -794,6 +807,7 @@ }, { "type": "book", + "pid": "14", "language": [ { "value": "ger", @@ -860,6 +874,7 @@ }, { "type": "book", + "pid": "15", "language": [ { "value": "fre", @@ -926,6 +941,7 @@ }, { "type": "book", + "pid": "16", "language": [ { "value": "fre", @@ -986,6 +1002,7 @@ }, { "type": "book", + "pid": "17", "language": [ { "value": "ger", @@ -1046,6 +1063,7 @@ }, { "type": "book", + "pid": "18", "language": [ { "value": "fre", @@ -1117,6 +1135,7 @@ }, { "type": "book", + "pid": "19", "language": [ { "value": "fre", @@ -1179,6 +1198,7 @@ }, { "type": "book", + "pid": "20", "language": [ { "value": "fre", @@ -1239,6 +1259,7 @@ }, { "type": "book", + "pid": "21", "language": [ { "value": "eng", @@ -1309,6 +1330,7 @@ }, { "type": "book", + "pid": "22", "language": [ { "value": "fre", @@ -1381,6 +1403,7 @@ }, { "type": "score", + "pid": "23", "language": [ { "value": "ger", @@ -1460,6 +1483,7 @@ }, { "type": "book", + "pid": "24", "language": [ { "value": "fre", @@ -1528,6 +1552,7 @@ }, { "type": "book", + "pid": "25", "language": [ { "value": "fre", @@ -1597,6 +1622,7 @@ }, { "type": "book", + "pid": "26", "language": [ { "value": "fre", @@ -1664,6 +1690,7 @@ }, { "type": "article", + "pid": "27", "language": [ { "value": "eng", @@ -1696,6 +1723,7 @@ }, { "type": "book", + "pid": "28", "language": [ { "value": "lat", @@ -1767,6 +1795,7 @@ }, { "type": "book", + "pid": "29", "language": [ { "value": "fre", @@ -1833,6 +1862,7 @@ }, { "type": "book", + "pid": "30", "language": [ { "value": "fre", @@ -1898,6 +1928,7 @@ }, { "type": "book", + "pid": "31", "language": [ { "value": "eng", @@ -1974,6 +2005,7 @@ }, { "type": "book", + "pid": "32", "language": [ { "value": "fre", @@ -2039,6 +2071,7 @@ }, { "type": "article", + "pid": "33", "language": [ { "value": "fre", @@ -2099,6 +2132,7 @@ }, { "type": "book", + "pid": "34", "language": [ { "value": "ara", @@ -2169,6 +2203,7 @@ }, { "type": "article", + "pid": "35", "language": [ { "value": "ger", @@ -2223,6 +2258,7 @@ }, { "type": "book", + "pid": "36", "language": [ { "value": "ger", @@ -2292,6 +2328,7 @@ }, { "type": "journal", + "pid": "37", "language": [ { "value": "eng", @@ -2359,6 +2396,7 @@ }, { "type": "book", + "pid": "38", "language": [ { "value": "ger", @@ -2414,6 +2452,7 @@ }, { "type": "book", + "pid": "39", "language": [ { "value": "fre", @@ -2482,6 +2521,7 @@ }, { "type": "book", + "pid": "40", "language": [ { "value": "ger", @@ -2560,6 +2600,7 @@ }, { "type": "book", + "pid": "41", "language": [ { "value": "fre", @@ -2628,6 +2669,7 @@ }, { "type": "score", + "pid": "42", "language": [ { "value": "ger", @@ -2700,6 +2742,7 @@ }, { "type": "book", + "pid": "43", "language": [ { "value": "fre", @@ -2770,6 +2813,7 @@ }, { "type": "book", + "pid": "44", "language": [ { "value": "eng", @@ -2853,6 +2897,7 @@ }, { "type": "book", + "pid": "45", "language": [ { "value": "ger", @@ -2922,6 +2967,7 @@ }, { "type": "book", + "pid": "46", "language": [ { "value": "fre", @@ -2988,6 +3034,7 @@ }, { "type": "book", + "pid": "47", "language": [ { "value": "eng", @@ -3063,6 +3110,7 @@ }, { "type": "video", + "pid": "48", "language": [ { "value": "fre", @@ -3128,6 +3176,7 @@ }, { "type": "sound", + "pid": "49", "language": [ { "value": "rus", @@ -3192,6 +3241,7 @@ }, { "type": "book", + "pid": "50", "language": [ { "value": "fre", @@ -3263,6 +3313,7 @@ }, { "type": "book", + "pid": "51", "language": [ { "value": "fre", @@ -3325,6 +3376,7 @@ }, { "type": "book", + "pid": "52", "language": [ { "value": "fre", @@ -3388,6 +3440,7 @@ }, { "type": "book", + "pid": "53", "language": [ { "value": "fre", @@ -3461,6 +3514,7 @@ }, { "type": "book", + "pid": "54", "language": [ { "value": "fre", @@ -3528,6 +3582,7 @@ }, { "type": "book", + "pid": "55", "language": [ { "value": "ger", @@ -3579,6 +3634,7 @@ }, { "type": "book", + "pid": "56", "language": [ { "value": "fre", @@ -3642,6 +3698,7 @@ }, { "type": "book", + "pid": "57", "language": [ { "value": "ger", @@ -3731,6 +3788,7 @@ }, { "type": "article", + "pid": "58", "language": [ { "value": "ger", @@ -3763,6 +3821,7 @@ }, { "type": "article", + "pid": "59", "language": [ { "value": "ger", @@ -3821,6 +3880,7 @@ }, { "type": "journal", + "pid": "60", "language": [ { "value": "eng", @@ -3867,6 +3927,7 @@ }, { "type": "score", + "pid": "61", "language": [ { "value": "ger", @@ -3945,6 +4006,7 @@ }, { "type": "book", + "pid": "62", "language": [ { "value": "heb", @@ -4051,6 +4113,7 @@ }, { "type": "book", + "pid": "63", "language": [ { "value": "ger", @@ -4113,6 +4176,7 @@ }, { "type": "book", + "pid": "64", "language": [ { "value": "fre", @@ -4169,6 +4233,7 @@ }, { "type": "book", + "pid": "65", "language": [ { "value": "rus", @@ -4236,6 +4301,7 @@ }, { "type": "book", + "pid": "66", "language": [ { "value": "ger", @@ -4303,6 +4369,7 @@ }, { "type": "book", + "pid": "67", "language": [ { "value": "ita", @@ -4369,6 +4436,7 @@ }, { "type": "book", + "pid": "68", "language": [ { "value": "fre", @@ -4432,6 +4500,7 @@ }, { "type": "score", + "pid": "69", "language": [ { "value": "ger", @@ -4491,6 +4560,7 @@ }, { "type": "book", + "pid": "70", "language": [ { "value": "eng", @@ -4553,6 +4623,7 @@ }, { "type": "article", + "pid": "71", "language": [ { "value": "fre", @@ -4604,6 +4675,7 @@ }, { "type": "book", + "pid": "72", "language": [ { "value": "fre", @@ -4672,6 +4744,7 @@ }, { "type": "book", + "pid": "73", "language": [ { "value": "ger", @@ -4746,6 +4819,7 @@ }, { "type": "sound", + "pid": "74", "language": [ { "value": "ita", @@ -4831,6 +4905,7 @@ }, { "type": "book", + "pid": "75", "language": [ { "value": "rus", @@ -4902,6 +4977,7 @@ }, { "type": "book", + "pid": "76", "language": [ { "value": "fre", @@ -4955,6 +5031,7 @@ }, { "type": "book", + "pid": "77", "language": [ { "value": "ger", @@ -5017,6 +5094,7 @@ }, { "type": "article", + "pid": "78", "language": [ { "value": "eng", @@ -5088,6 +5166,7 @@ }, { "type": "book", + "pid": "79", "language": [ { "value": "fre", @@ -5158,6 +5237,7 @@ }, { "type": "book", + "pid": "80", "language": [ { "value": "ger", @@ -5218,6 +5298,7 @@ }, { "type": "book", + "pid": "81", "language": [ { "value": "fre", @@ -5274,6 +5355,7 @@ }, { "type": "book", + "pid": "82", "language": [ { "value": "fre", @@ -5341,6 +5423,7 @@ }, { "type": "book", + "pid": "83", "language": [ { "value": "ger", @@ -5418,6 +5501,7 @@ }, { "type": "book", + "pid": "84", "language": [ { "value": "fre", @@ -5485,6 +5569,7 @@ }, { "type": "book", + "pid": "85", "language": [ { "value": "ger", @@ -5551,6 +5636,7 @@ }, { "type": "journal", + "pid": "86", "language": [ { "value": "lat", @@ -5606,6 +5692,7 @@ }, { "type": "book", + "pid": "87", "language": [ { "value": "fre", @@ -5667,6 +5754,7 @@ }, { "type": "book", + "pid": "88", "language": [ { "value": "fre", @@ -5739,6 +5827,7 @@ }, { "type": "book", + "pid": "89", "language": [ { "value": "ger", @@ -5832,6 +5921,7 @@ }, { "type": "article", + "pid": "90", "language": [ { "value": "eng", @@ -5864,6 +5954,7 @@ }, { "type": "article", + "pid": "91", "language": [ { "value": "ger", @@ -5908,6 +5999,7 @@ }, { "type": "book", + "pid": "92", "language": [ { "value": "fre", @@ -5971,6 +6063,7 @@ }, { "type": "book", + "pid": "93", "language": [ { "value": "fre", @@ -6037,6 +6130,7 @@ }, { "type": "book", + "pid": "94", "language": [ { "value": "fre", @@ -6105,6 +6199,7 @@ }, { "type": "book", + "pid": "95", "language": [ { "value": "eng", @@ -6172,6 +6267,7 @@ }, { "type": "book", + "pid": "96", "language": [ { "value": "fre", @@ -6230,6 +6326,7 @@ }, { "type": "book", + "pid": "97", "language": [ { "value": "ita", @@ -6304,6 +6401,7 @@ }, { "type": "book", + "pid": "98", "language": [ { "value": "fre", @@ -6354,6 +6452,7 @@ }, { "type": "book", + "pid": "99", "language": [ { "value": "fre", @@ -6425,6 +6524,7 @@ }, { "type": "book", + "pid": "100", "language": [ { "value": "chi", @@ -6491,6 +6591,7 @@ }, { "type": "book", + "pid": "101", "language": [ { "value": "por", @@ -6562,6 +6663,7 @@ }, { "type": "book", + "pid": "102", "language": [ { "value": "fre", @@ -6628,6 +6730,7 @@ }, { "type": "book", + "pid": "103", "language": [ { "value": "ita", @@ -6685,6 +6788,7 @@ }, { "type": "book", + "pid": "104", "language": [ { "value": "ger", @@ -6747,6 +6851,7 @@ }, { "type": "book", + "pid": "105", "language": [ { "value": "fre", @@ -6800,6 +6905,7 @@ }, { "type": "book", + "pid": "106", "language": [ { "value": "eng", @@ -6870,6 +6976,7 @@ }, { "type": "book", + "pid": "107", "language": [ { "value": "ger", @@ -6932,6 +7039,7 @@ }, { "type": "book", + "pid": "108", "language": [ { "value": "pol", @@ -6999,6 +7107,7 @@ }, { "type": "article", + "pid": "109", "language": [ { "value": "fre", @@ -7031,6 +7140,7 @@ }, { "type": "book", + "pid": "110", "language": [ { "value": "ara", @@ -7097,6 +7207,7 @@ }, { "type": "article", + "pid": "111", "language": [ { "value": "eng", @@ -7129,6 +7240,7 @@ }, { "type": "book", + "pid": "112", "language": [ { "value": "fre", @@ -7188,6 +7300,7 @@ }, { "type": "book", + "pid": "113", "language": [ { "value": "fre", @@ -7251,6 +7364,7 @@ }, { "type": "book", + "pid": "114", "language": [ { "value": "ger", @@ -7320,6 +7434,7 @@ }, { "type": "book", + "pid": "115", "language": [ { "value": "ger", @@ -7399,6 +7514,7 @@ }, { "type": "article", + "pid": "116", "language": [ { "value": "fre", @@ -7451,6 +7567,7 @@ }, { "type": "article", + "pid": "117", "language": [ { "value": "eng", @@ -7483,6 +7600,7 @@ }, { "type": "journal", + "pid": "118", "language": [ { "value": "por", @@ -7562,6 +7680,7 @@ }, { "type": "book", + "pid": "119", "language": [ { "value": "ita", @@ -7632,6 +7751,7 @@ }, { "type": "book", + "pid": "120", "language": [ { "value": "eng", @@ -7699,6 +7819,7 @@ }, { "type": "book", + "pid": "121", "language": [ { "value": "fre", @@ -7760,6 +7881,7 @@ }, { "type": "article", + "pid": "122", "language": [ { "value": "fre", @@ -7820,6 +7942,7 @@ }, { "type": "book", + "pid": "123", "language": [ { "value": "ger", @@ -7891,6 +8014,7 @@ }, { "type": "book", + "pid": "124", "language": [ { "value": "fre", @@ -7954,6 +8078,7 @@ }, { "type": "article", + "pid": "125", "language": [ { "value": "fre", @@ -8004,6 +8129,7 @@ }, { "type": "book", + "pid": "126", "language": [ { "value": "chi", @@ -8070,6 +8196,7 @@ }, { "type": "book", + "pid": "127", "language": [ { "value": "fre", @@ -8137,6 +8264,7 @@ }, { "type": "book", + "pid": "128", "language": [ { "value": "eng", @@ -8212,6 +8340,7 @@ }, { "type": "book", + "pid": "129", "language": [ { "value": "ger", @@ -8280,6 +8409,7 @@ }, { "type": "book", + "pid": "130", "language": [ { "value": "ger", @@ -8338,6 +8468,7 @@ }, { "type": "book", + "pid": "131", "language": [ { "value": "rus", @@ -8405,6 +8536,7 @@ }, { "type": "book", + "pid": "132", "language": [ { "value": "ita", @@ -8466,6 +8598,7 @@ }, { "type": "journal", + "pid": "133", "language": [ { "value": "eng", @@ -8528,6 +8661,7 @@ }, { "type": "article", + "pid": "134", "language": [ { "value": "eng", @@ -8560,6 +8694,7 @@ }, { "type": "book", + "pid": "135", "language": [ { "value": "gre", @@ -8636,6 +8771,7 @@ }, { "type": "book", + "pid": "136", "language": [ { "value": "ger", @@ -8721,6 +8857,7 @@ }, { "type": "book", + "pid": "137", "language": [ { "value": "fre", @@ -8788,6 +8925,7 @@ }, { "type": "book", + "pid": "138", "language": [ { "value": "fre", @@ -8845,6 +8983,7 @@ }, { "type": "book", + "pid": "139", "language": [ { "value": "eng", @@ -8909,6 +9048,7 @@ }, { "type": "article", + "pid": "140", "language": [ { "value": "ger", @@ -8935,6 +9075,7 @@ }, { "type": "book", + "pid": "141", "language": [ { "value": "fre", @@ -8992,6 +9133,7 @@ }, { "type": "book", + "pid": "142", "language": [ { "value": "fre", @@ -9054,6 +9196,7 @@ }, { "type": "book", + "pid": "143", "language": [ { "value": "fre", @@ -9121,6 +9264,7 @@ }, { "type": "book", + "pid": "144", "language": [ { "value": "rus", @@ -9229,6 +9373,7 @@ }, { "type": "book", + "pid": "145", "language": [ { "value": "ger", @@ -9295,6 +9440,7 @@ }, { "type": "article", + "pid": "146", "language": [ { "value": "eng", @@ -9322,6 +9468,7 @@ }, { "type": "article", + "pid": "147", "language": [ { "value": "ger", @@ -9378,6 +9525,7 @@ }, { "type": "book", + "pid": "148", "language": [ { "value": "fre", @@ -9436,6 +9584,7 @@ }, { "type": "article", + "pid": "149", "language": [ { "value": "ger", @@ -9506,6 +9655,7 @@ }, { "type": "book", + "pid": "150", "language": [ { "value": "eng", @@ -9570,6 +9720,7 @@ }, { "type": "book", + "pid": "151", "language": [ { "value": "fre", @@ -9635,6 +9786,7 @@ }, { "type": "book", + "pid": "152", "language": [ { "value": "fre", @@ -9702,6 +9854,7 @@ }, { "type": "book", + "pid": "153", "language": [ { "value": "eng", @@ -9760,6 +9913,7 @@ }, { "type": "book", + "pid": "154", "language": [ { "value": "fre", @@ -9820,6 +9974,7 @@ }, { "type": "book", + "pid": "155", "language": [ { "value": "ger", @@ -9885,6 +10040,7 @@ }, { "type": "sound", + "pid": "156", "language": [ { "value": "ger", @@ -9952,6 +10108,7 @@ }, { "type": "book", + "pid": "157", "language": [ { "value": "ger", @@ -10075,6 +10232,7 @@ }, { "type": "book", + "pid": "158", "language": [ { "value": "ger", @@ -10138,6 +10296,7 @@ }, { "type": "book", + "pid": "159", "language": [ { "value": "eng", @@ -10229,6 +10388,7 @@ }, { "type": "book", + "pid": "160", "language": [ { "value": "spa", @@ -10320,6 +10480,7 @@ }, { "type": "book", + "pid": "161", "language": [ { "value": "fre", @@ -10387,6 +10548,7 @@ }, { "type": "book", + "pid": "162", "language": [ { "value": "lat", @@ -10477,6 +10639,7 @@ }, { "type": "book", + "pid": "163", "language": [ { "value": "ger", @@ -10537,6 +10700,7 @@ }, { "type": "book", + "pid": "164", "language": [ { "value": "heb", @@ -10610,6 +10774,7 @@ }, { "type": "book", + "pid": "165", "language": [ { "value": "fre", @@ -10670,6 +10835,7 @@ }, { "type": "article", + "pid": "166", "language": [ { "value": "eng", @@ -10696,6 +10862,7 @@ }, { "type": "book", + "pid": "167", "language": [ { "value": "ger", @@ -10752,6 +10919,7 @@ }, { "type": "book", + "pid": "168", "language": [ { "value": "fre", @@ -10812,6 +10980,7 @@ }, { "type": "book", + "pid": "169", "language": [ { "value": "fre", @@ -10875,6 +11044,7 @@ }, { "type": "book", + "pid": "170", "language": [ { "value": "eng", @@ -10941,6 +11111,7 @@ }, { "type": "book", + "pid": "171", "language": [ { "value": "jpn", @@ -11006,6 +11177,7 @@ }, { "type": "sound", + "pid": "172", "language": [ { "value": "fre", @@ -11059,6 +11231,7 @@ }, { "type": "book", + "pid": "173", "language": [ { "value": "eng", @@ -11124,6 +11297,7 @@ }, { "type": "book", + "pid": "174", "language": [ { "value": "fre", @@ -11187,6 +11361,7 @@ }, { "type": "book", + "pid": "175", "language": [ { "value": "fre", @@ -11257,6 +11432,7 @@ }, { "type": "journal", + "pid": "176", "language": [ { "value": "eng", @@ -11316,6 +11492,7 @@ }, { "type": "score", + "pid": "177", "language": [ { "value": "ger", @@ -11400,6 +11577,7 @@ }, { "type": "book", + "pid": "178", "language": [ { "value": "ger", @@ -11480,6 +11658,7 @@ }, { "type": "book", + "pid": "179", "language": [ { "value": "eng", @@ -11548,6 +11727,7 @@ }, { "type": "book", + "pid": "180", "language": [ { "value": "fre", @@ -11615,6 +11795,7 @@ }, { "type": "book", + "pid": "181", "language": [ { "value": "fre", @@ -11667,6 +11848,7 @@ }, { "type": "article", + "pid": "182", "language": [ { "value": "eng", @@ -11747,6 +11929,7 @@ }, { "type": "book", + "pid": "183", "language": [ { "value": "fre", @@ -11811,6 +11994,7 @@ }, { "type": "book", + "pid": "184", "language": [ { "value": "fre", @@ -11881,6 +12065,7 @@ }, { "type": "book", + "pid": "185", "language": [ { "value": "ara", @@ -11939,6 +12124,7 @@ }, { "type": "book", + "pid": "186", "language": [ { "value": "fre", @@ -12001,6 +12187,7 @@ }, { "type": "book", + "pid": "187", "language": [ { "value": "ger", @@ -12060,6 +12247,7 @@ }, { "type": "sound", + "pid": "188", "language": [ { "value": "eng", @@ -12142,6 +12330,7 @@ }, { "type": "article", + "pid": "189", "language": [ { "value": "ita", @@ -12212,6 +12401,7 @@ }, { "type": "book", + "pid": "190", "language": [ { "value": "fre", @@ -12292,6 +12482,7 @@ }, { "type": "book", + "pid": "191", "language": [ { "value": "ger", @@ -12356,6 +12547,7 @@ }, { "type": "book", + "pid": "192", "language": [ { "value": "fre", @@ -12422,6 +12614,7 @@ }, { "type": "book", + "pid": "193", "language": [ { "value": "fre", @@ -12489,6 +12682,7 @@ }, { "type": "book", + "pid": "194", "language": [ { "value": "fre", @@ -12558,6 +12752,7 @@ }, { "type": "book", + "pid": "195", "language": [ { "value": "fre", @@ -12621,6 +12816,7 @@ }, { "type": "book", + "pid": "196", "language": [ { "value": "fre", @@ -12687,6 +12883,7 @@ }, { "type": "book", + "pid": "197", "language": [ { "value": "fre", @@ -12758,6 +12955,7 @@ }, { "type": "book", + "pid": "198", "language": [ { "value": "fre", @@ -12825,6 +13023,7 @@ }, { "type": "book", + "pid": "199", "language": [ { "value": "eng", @@ -12885,6 +13084,7 @@ }, { "type": "article", + "pid": "200", "language": [ { "value": "fre", @@ -12947,6 +13147,7 @@ }, { "type": "video", + "pid": "201", "language": [ { "value": "fre", @@ -13039,6 +13240,7 @@ }, { "type": "book", + "pid": "202", "language": [ { "value": "ger", @@ -13121,6 +13323,7 @@ }, { "type": "book", + "pid": "203", "language": [ { "value": "fre", @@ -13179,6 +13382,7 @@ }, { "type": "book", + "pid": "204", "language": [ { "value": "fre", @@ -13241,6 +13445,7 @@ }, { "type": "article", + "pid": "205", "language": [ { "value": "eng", @@ -13267,6 +13472,7 @@ }, { "type": "video", + "pid": "206", "language": [ { "value": "fre", @@ -13351,6 +13557,7 @@ }, { "type": "book", + "pid": "207", "language": [ { "value": "eng", @@ -13425,6 +13632,7 @@ }, { "type": "book", + "pid": "208", "language": [ { "value": "spa", @@ -13500,6 +13708,7 @@ }, { "type": "book", + "pid": "209", "language": [ { "value": "fre", @@ -13620,6 +13829,7 @@ }, { "type": "book", + "pid": "210", "language": [ { "value": "ger", @@ -13689,6 +13899,7 @@ }, { "type": "book", + "pid": "211", "language": [ { "value": "ita", @@ -13760,6 +13971,7 @@ }, { "type": "article", + "pid": "212", "language": [ { "value": "ger", @@ -13810,6 +14022,7 @@ }, { "type": "article", + "pid": "213", "language": [ { "value": "ger", @@ -13842,6 +14055,7 @@ }, { "type": "book", + "pid": "214", "language": [ { "value": "fre", @@ -13910,6 +14124,7 @@ }, { "type": "book", + "pid": "215", "language": [ { "value": "fre", @@ -13976,6 +14191,7 @@ }, { "type": "book", + "pid": "216", "language": [ { "value": "fre", @@ -14038,6 +14254,7 @@ }, { "type": "book", + "pid": "217", "language": [ { "value": "fre", @@ -14110,6 +14327,7 @@ }, { "type": "sound", + "pid": "218", "language": [ { "value": "spa", @@ -14173,6 +14391,7 @@ }, { "type": "book", + "pid": "219", "language": [ { "value": "fre", @@ -14240,6 +14459,7 @@ }, { "type": "book", + "pid": "220", "language": [ { "value": "chi", @@ -14314,6 +14534,7 @@ }, { "type": "article", + "pid": "221", "language": [ { "value": "fre", @@ -14370,6 +14591,7 @@ }, { "type": "book", + "pid": "222", "language": [ { "value": "fre", @@ -14438,6 +14660,7 @@ }, { "type": "journal", + "pid": "223", "language": [ { "value": "fre", @@ -14499,6 +14722,7 @@ }, { "type": "article", + "pid": "224", "language": [ { "value": "ita", @@ -14561,6 +14785,7 @@ }, { "type": "article", + "pid": "225", "language": [ { "value": "fre", @@ -14619,6 +14844,7 @@ }, { "type": "book", + "pid": "226", "language": [ { "value": "ger", @@ -14682,6 +14908,7 @@ }, { "type": "book", + "pid": "227", "language": [ { "value": "und", @@ -14739,6 +14966,7 @@ }, { "type": "book", + "pid": "228", "language": [ { "value": "eng", @@ -14814,6 +15042,7 @@ }, { "type": "article", + "pid": "229", "language": [ { "value": "eng", @@ -14840,6 +15069,7 @@ }, { "type": "book", + "pid": "230", "language": [ { "value": "fre", @@ -14917,6 +15147,7 @@ }, { "type": "article", + "pid": "231", "language": [ { "value": "fre", @@ -14998,6 +15229,7 @@ }, { "type": "book", + "pid": "232", "language": [ { "value": "rus", @@ -15069,6 +15301,7 @@ }, { "type": "book", + "pid": "233", "language": [ { "value": "ger", @@ -15135,6 +15368,7 @@ }, { "type": "article", + "pid": "234", "language": [ { "value": "fre", @@ -15167,6 +15401,7 @@ }, { "type": "book", + "pid": "235", "language": [ { "value": "fre", @@ -15232,6 +15467,7 @@ }, { "type": "article", + "pid": "236", "language": [ { "value": "ger", @@ -15286,6 +15522,7 @@ }, { "type": "book", + "pid": "237", "language": [ { "value": "ger", @@ -15350,6 +15587,7 @@ }, { "type": "book", + "pid": "238", "language": [ { "value": "fre", @@ -15408,6 +15646,7 @@ }, { "type": "article", + "pid": "239", "language": [ { "value": "ger", @@ -15484,6 +15723,7 @@ }, { "type": "score", + "pid": "240", "language": [ { "value": "ger", @@ -15567,6 +15807,7 @@ }, { "type": "book", + "pid": "241", "language": [ { "value": "ger", @@ -15633,6 +15874,7 @@ }, { "type": "book", + "pid": "242", "language": [ { "value": "fre", @@ -15691,6 +15933,7 @@ }, { "type": "book", + "pid": "243", "language": [ { "value": "lat", @@ -15754,6 +15997,7 @@ }, { "type": "book", + "pid": "244", "language": [ { "value": "ger", @@ -15824,6 +16068,7 @@ }, { "type": "article", + "pid": "245", "language": [ { "value": "eng", @@ -15856,6 +16101,7 @@ }, { "type": "book", + "pid": "246", "language": [ { "value": "ger", @@ -15919,6 +16165,7 @@ }, { "type": "book", + "pid": "247", "language": [ { "value": "ara", @@ -15991,6 +16238,7 @@ }, { "type": "book", + "pid": "248", "language": [ { "value": "fre", @@ -16061,6 +16309,7 @@ }, { "type": "article", + "pid": "249", "language": [ { "value": "ger", @@ -16124,6 +16373,7 @@ }, { "type": "book", + "pid": "250", "language": [ { "value": "ita", @@ -16200,6 +16450,7 @@ }, { "type": "book", + "pid": "251", "language": [ { "value": "fre", @@ -16266,6 +16517,7 @@ }, { "type": "book", + "pid": "252", "language": [ { "value": "fre", @@ -16346,6 +16598,7 @@ }, { "type": "book", + "pid": "253", "language": [ { "value": "fre", @@ -16409,6 +16662,7 @@ }, { "type": "book", + "pid": "254", "language": [ { "value": "ger", @@ -16473,6 +16727,7 @@ }, { "type": "book", + "pid": "255", "language": [ { "value": "eng", @@ -16542,6 +16797,7 @@ }, { "type": "article", + "pid": "256", "language": [ { "value": "ita", @@ -16606,6 +16862,7 @@ }, { "type": "book", + "pid": "257", "language": [ { "value": "ger", @@ -16667,6 +16924,7 @@ }, { "type": "book", + "pid": "258", "language": [ { "value": "ger", @@ -16735,6 +16993,7 @@ }, { "type": "sound", + "pid": "259", "language": [ { "value": "ger", @@ -16798,6 +17057,7 @@ }, { "type": "sound", + "pid": "260", "language": [ { "value": "eng", @@ -16852,6 +17112,7 @@ }, { "type": "book", + "pid": "261", "language": [ { "value": "rus", @@ -16922,6 +17183,7 @@ }, { "type": "book", + "pid": "262", "language": [ { "value": "fre", @@ -17007,6 +17269,7 @@ }, { "type": "book", + "pid": "263", "language": [ { "value": "ger", @@ -17084,6 +17347,7 @@ }, { "type": "book", + "pid": "264", "language": [ { "value": "fre", @@ -17141,6 +17405,7 @@ }, { "type": "book", + "pid": "265", "language": [ { "value": "jpn", @@ -17209,6 +17474,7 @@ }, { "type": "book", + "pid": "266", "language": [ { "value": "fre", @@ -17274,6 +17540,7 @@ }, { "type": "article", + "pid": "267", "language": [ { "value": "fre", @@ -17333,6 +17600,7 @@ }, { "type": "book", + "pid": "268", "language": [ { "value": "fre", @@ -17399,6 +17667,7 @@ }, { "type": "book", + "pid": "269", "language": [ { "value": "ger", @@ -17465,6 +17734,7 @@ }, { "type": "article", + "pid": "270", "language": [ { "value": "ger", @@ -17519,6 +17789,7 @@ }, { "type": "article", + "pid": "271", "language": [ { "value": "ger", @@ -17551,6 +17822,7 @@ }, { "type": "sound", + "pid": "272", "language": [ { "value": "eng", @@ -17612,6 +17884,7 @@ }, { "type": "article", + "pid": "273", "language": [ { "value": "eng", @@ -17644,6 +17917,7 @@ }, { "type": "book", + "pid": "274", "language": [ { "value": "fre", @@ -17702,6 +17976,7 @@ }, { "type": "book", + "pid": "275", "language": [ { "value": "chi", @@ -17780,6 +18055,7 @@ }, { "type": "article", + "pid": "276", "language": [ { "value": "fre", @@ -17828,6 +18104,7 @@ }, { "type": "journal", + "pid": "277", "language": [ { "value": "fre", @@ -17894,6 +18171,7 @@ }, { "type": "book", + "pid": "278", "language": [ { "value": "fre", @@ -17964,6 +18242,7 @@ }, { "type": "book", + "pid": "279", "language": [ { "value": "chi", @@ -18031,6 +18310,7 @@ }, { "type": "book", + "pid": "280", "language": [ { "value": "ger", @@ -18099,6 +18379,7 @@ }, { "type": "journal", + "pid": "281", "language": [ { "value": "ita", @@ -18146,6 +18427,7 @@ }, { "type": "book", + "pid": "282", "language": [ { "value": "eng", @@ -18212,6 +18494,7 @@ }, { "type": "article", + "pid": "283", "language": [ { "value": "fre", @@ -18278,6 +18561,7 @@ }, { "type": "book", + "pid": "284", "language": [ { "value": "ger", @@ -18326,6 +18610,7 @@ }, { "type": "book", + "pid": "285", "language": [ { "value": "fre", @@ -18394,6 +18679,7 @@ }, { "type": "journal", + "pid": "286", "language": [ { "value": "ger", @@ -18438,4 +18724,4 @@ "17 cm" ] } -] +] \ No newline at end of file diff --git a/data/documents_small.xml b/data/documents_small.xml index 067991ffa8..a16d79286a 100644 --- a/data/documents_small.xml +++ b/data/documents_small.xml @@ -1,7 +1,7 @@ 01624cam a22004332a 4500 - vtls008400428 +REROILS:1 20170520090500.0 160404s2016 it ||| | ||||00| |ita d @@ -137,7 +137,7 @@ 01851nam a22003012a 4500 - vtls006039425 +REROILS:2 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -233,7 +233,7 @@ 01143nam a2200325 a 4500 - vtls001044022 +REROILS:3 20190314180800.0 890815s1983 ja |||||| ||||00|| |jpn d @@ -337,7 +337,7 @@ 00794naa a22002297a 4500 - vtls003448321 +REROILS:4 20170518133300.0 980412s1984 xx ||| | ||||00| 0spa d @@ -405,7 +405,7 @@ 01543naa a2200385 a 4500 - vtls003159525 +REROILS:5 20180126154600.0 020304s1984 sz |||||| ||||00|| |fre d @@ -534,7 +534,7 @@ 00872naa a2200241 a 4500 - vtls005452827 +REROILS:6 20180329165300.0 100526s1861 au ||| | ||||01| |ger d @@ -605,7 +605,7 @@ 01311nam a2200313 a 4500 - vtls002694121 +REROILS:7 20190122145500.0 000917s2000 gw |||||| ||||00| |ger d @@ -710,7 +710,7 @@ 01041njm a2200229 a 4500 - vtls006098225 +REROILS:8 20170530164200.0 110711s2004 xx ||| | ||||0|| |eng d @@ -774,7 +774,7 @@ 00999naa a22002537a 4500 - vtls003445522 +REROILS:9 20170518132300.0 980412s1989 xx ||| | ||||00| 0eng d @@ -853,7 +853,7 @@ 00845nam a22002652a 4500 - vtls006031521 +REROILS:10 20180403163000.0 110218s1999 fr ||| | ||||00| |fre d @@ -931,7 +931,7 @@ 01038naa a22002657a 4500 - vtls003481420 +REROILS:11 20170518153600.0 010511s2000 sz ||| | ||||00| |eng d @@ -1013,7 +1013,7 @@ 02097ncm a2200433 a 4500 - vtls003047114 +REROILS:12 20170518140800.0 010605m19919999gw ||| | ||||0|| |ger d @@ -1138,7 +1138,7 @@ 01626ngm a2200385 a 4500 - vtls001393517 +REROILS:13 20180701143500.0 v| 920512s1990 sz ||| || |||| | |fre d @@ -1254,7 +1254,7 @@ 01157nam a22003257a 4500 - vtls002677029 +REROILS:14 20180828113100.0 000917s1994 gw |||||| ||||00| |ger d @@ -1361,7 +1361,7 @@ 01365nam a22003252a 4500 - vtls006039428 +REROILS:15 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -1462,7 +1462,7 @@ 02163nam a2200409 a 4500 - vtls006102220 +REROILS:16 20180901200500.0 110714s2011 fr ||| | ||||00| |fre d @@ -1613,7 +1613,7 @@ 01314nam a2200349 a 4500 - vtls001140559 +REROILS:17 20180826094300.0 010124s1942 sz |||||| ||||00|| |ger d @@ -1731,7 +1731,7 @@ 01731nam a2200409 a 4500 - vtls000080730 +REROILS:18 20170610130500.0 960525s1966 sz |||||| ||||00|| |fre d @@ -1879,7 +1879,7 @@ 00868nam a22002652a 4500 - vtls006032623 +REROILS:19 20190207175800.0 110218s2002 fr ||| | ||||00| |fre d @@ -1959,7 +1959,7 @@ 01023nam a22002772a 4500 - vtls006039429 +REROILS:20 20180403085100.0 110218s2010 fr ||| | ||||00| |fre d @@ -2046,7 +2046,7 @@ 01363nam a2200385 a 4500 - vtls002663522 +REROILS:21 20190513085100.0 000914s2005 xxk||| | ||||00| |eng d @@ -2171,7 +2171,7 @@ 01077nam a2200337 a 4500 - vtls000000459 +REROILS:22 20180630124200.0 010121s1971 sz |||||| ||||00|| |fre d @@ -2277,7 +2277,7 @@ 01384ncm a2200325 a 4500 - vtls000135173 +REROILS:23 20170515142900.0 960525s1920 xxk|||||| ||||||| |ger d @@ -2382,7 +2382,7 @@ 01964cam a2200457 a 4500 - vtls000737691 +REROILS:24 20180701160000.0 000923m19879999sz |||||| ||||00| |fre d @@ -2534,7 +2534,7 @@ 01428nam a22004212a 4500 - vtls006032620 +REROILS:25 20190830143300.0 110218s2002 fr ||| | ||||00| |fre d @@ -2668,7 +2668,7 @@ 01367nam a22003377a 4500 - vtls008133944 +REROILS:26 20180109121500.0 150428s1886 fr ||| | ||||00| |fre d @@ -2776,7 +2776,7 @@ 00802naa a22002297a 4500 - vtls003440723 +REROILS:27 20170518130600.0 980412s1967 xx ||| | ||||00| 0eng d @@ -2842,7 +2842,7 @@ 01502nam a22003132a 4500 - vtls008666989 +REROILS:28 20190403141600.0 170615s1747 sz ||| | ||||00| |lat d @@ -2941,7 +2941,7 @@ 00908nam a2200289 a 4500 - vtls002707720 +REROILS:29 20170518122200.0 000921s1998 fr |||||| ||||00| |fre d @@ -3026,7 +3026,7 @@ 01402cam a2200397 a 4500 - vtls001140526 +REROILS:30 20180419172900.0 001117s1988 fr |||||| ||||00|| |fre d @@ -3162,7 +3162,7 @@ 01276nam a2200349 a 4500 - vtls002670520 +REROILS:31 20170611111600.0 000913s1978 xxk|||||| ||||00| |eng d @@ -3273,7 +3273,7 @@ 01161nam a2200313 a 4500 - vtls002682529 +REROILS:32 20190412114600.0 000915s1993 fr |||||| ||||00| |fre d @@ -3371,7 +3371,7 @@ 01320naa a2200325 a 4500 - vtls002567626 +REROILS:33 20180828130700.0 000828s1998 be |||||| ||||00| |fre d @@ -3487,7 +3487,7 @@ 01336nam a2200361 a 4500 - vtls001952921 +REROILS:34 20180827210300.0 960104s1995 fr |||||| ||||00|| |ara d @@ -3604,7 +3604,7 @@ 01065naa a2200277 a 4500 - vtls005269124 +REROILS:35 20170522155400.0 971022 1959 sz ||| | ||||00| |ger d @@ -3687,7 +3687,7 @@ 01251nam a2200325 a 4500 - vtls003968584 +REROILS:36 20180831205800.0 060105s1843 sz |||||| ||||00|| |ger d @@ -3796,7 +3796,7 @@ 01820nas a22004577a 4500 - vtls005717371 +REROILS:37 20190705122700.0 m | c| @@ -3926,7 +3926,7 @@ 01588nam a2200421 a 4500 - vtls006112427 +REROILS:38 20170530171000.0 110726s2011 gw ||| | ||||00| |ger d @@ -4068,7 +4068,7 @@ 01076nam a22003012a 4500 - vtls006031525 +REROILS:39 20180403163000.0 110218s1999 fr ||| | ||||00| |fre d @@ -4164,7 +4164,7 @@ 01804nam a2200493 a 4500 - vtls006102624 +REROILS:40 20180901200600.0 110714s2011 gw ||| | |||| | |ger d @@ -4340,7 +4340,7 @@ 01155nam a2200325 a 4500 - vtls002682723 +REROILS:41 20180828114700.0 001228s1999 sz ||| | ||||00| |fre d @@ -4442,7 +4442,7 @@ 02117ncm a2200433 a 4500 - vtls002633528 +REROILS:42 20180828210100.0 000908s1955 gw |||||| ||||||| |ger d @@ -4577,7 +4577,7 @@ 01093nam a2200313 a 4500 - vtls003569321 +REROILS:43 20171013122200.0 040116s2003 fr ||| | ||||00| |fre d @@ -4674,7 +4674,7 @@ 01684cam a2200457 a 4500 - vtls007141733 +REROILS:44 20190401173300.0 120914m19711975xxu||| | ||||00| |eng d @@ -4821,7 +4821,7 @@ 01385nam a2200385 a 4500 - vtls000368925 +REROILS:45 20180825130500.0 960525s1982 it |||||| ||||00|| |ger d @@ -4953,7 +4953,7 @@ 01005nam a22002892a 4500 - vtls006035429 +REROILS:46 20180403170300.0 110218s2005 fr ||| | ||||00| |fre d @@ -5040,7 +5040,7 @@ 01366nam a2200349 a 4500 - vtls002700421 +REROILS:47 20181116205200.0 000922s1981 xxu|||||| ||||00| |eng d @@ -5160,7 +5160,7 @@ 01241ngm a2200349 a 4500 - vtls006084129 +REROILS:48 20170530151400.0 v| 110623s2011 fr ||| | ||||0 | |fre d @@ -5259,7 +5259,7 @@ 01209cjm a2200325 a 4500 - vtls005918723 +REROILS:49 20190704125700.0 s| 110203m20002004xxu||||| |||| || ||rus d @@ -5352,7 +5352,7 @@ 01883nam a2200433 a 4500 - vtls002707520 +REROILS:50 20180703162700.0 000921s2000 sz |||||| ||||00| |fre d @@ -5497,7 +5497,7 @@ 00946nam a2200277 a 4500 - vtls000347026 +REROILS:51 20170925125600.0 960525s1981 fr |||||| ||||00|| |fre d @@ -5580,7 +5580,7 @@ 00903nam a2200265 a 4500 - vtls000002655 +REROILS:52 20170610104700.0 001227s1968 fr |||||| ||||00|| |fre d @@ -5663,7 +5663,7 @@ 01412nam a2200361 a 4500 - vtls002694628 +REROILS:53 20170518114800.0 000918s2000 fr |||||| ||||00| |fre d @@ -5772,7 +5772,7 @@ 00995nam a2200313 a 4500 - vtls006028924 +REROILS:54 20180403161200.0 110218s1993 fr ||| | ||||00| |fre d @@ -5870,7 +5870,7 @@ 00712nam a2200241 a 4500 - vtls008368629 +REROILS:55 20170520203200.0 160218s2014 gw ||| | ||||00| |ger d @@ -5938,7 +5938,7 @@ 00968nam a22002892a 4500 - vtls006031523 +REROILS:56 20180403163000.0 110218s2000 be ||| | ||||00| |fre d @@ -6025,7 +6025,7 @@ 02072nam a2200541 a 4500 - vtls008750101 +REROILS:57 20190215154900.0 180110s2015 gw ||||| ||||00||||ger d @@ -6204,7 +6204,7 @@ 00817naa a22002297a 4500 - vtls003445220 +REROILS:58 20170518132200.0 980412s1967 xx ||| | ||||00| 0ger d @@ -6271,7 +6271,7 @@ 01536naa a2200373 a 4500 - vtls005291229 +REROILS:59 20170522091100.0 021211s1874 sz ||| | ||||00| |ger d @@ -6394,7 +6394,7 @@ 00615nas a2200193 a 4500 - vtls000936027 +REROILS:60 20190705133100.0 881006c19759999xxu|||m|| ||||0 || 0eng d @@ -6447,7 +6447,7 @@ 00991ncm a2200301 a 4500 - vtls000640629 +REROILS:61 20170516132500.0 860502s1977 sz |||||| ||||||| |ger d @@ -6537,7 +6537,7 @@ 03048cam a22005652a 4500 - vtls008803187 +REROILS:62 20190215122600.0 180530s2016 is ||| | ||||00| |heb d @@ -6742,7 +6742,7 @@ 01376nam a2200361 a 4500 - vtls006099126 +REROILS:63 20180901200100.0 110711s2011 gw ||| | ||||00| |ger d @@ -6867,7 +6867,7 @@ 00838cam a2200229 a 4500 - vtls004324537 +REROILS:64 20170519112200.0 070205m19599999fr |||||| ||||00|| |fre d @@ -6931,7 +6931,7 @@ 01196nam a2200277 a 4500 - vtls000656827 +REROILS:65 20170610130500.0 860624s1979 gw |||||| ||||00|| |rus d @@ -7020,7 +7020,7 @@ 01135nam a2200289 a 4500 - vtls001606120 +REROILS:66 20180823100300.0 931020s1979 gw |||||| ||||00|| |ger d @@ -7109,7 +7109,7 @@ 01310cam a2200361 a 4500 - vtls006103622 +REROILS:67 20170611091200.0 110715s2011 it ||| | ||||00| |ita d @@ -7227,7 +7227,7 @@ 00968nam a22002892a 4500 - vtls006032522 +REROILS:68 20180403163800.0 110218s2001 be ||| | ||||00| |fre d @@ -7312,7 +7312,7 @@ 01179ncm a2200313 a 4500 - vtls002396622 +REROILS:69 20180828202300.0 981117q19801993gw |||||| ||||||| |ger d @@ -7411,7 +7411,7 @@ 01093nam a2200313 a 4500 - vtls003404321 +REROILS:70 20180831131600.0 030909s2003 xxk||| | ||||00| |eng d @@ -7512,7 +7512,7 @@ 01205naa a2200313 a 4500 - vtls005634921 +REROILS:71 20190507091400.0 100705s1911 fr ||| | ||||00| |fre d @@ -7607,7 +7607,7 @@ 01153nam a2200313 a 4500 - vtls001481488 +REROILS:72 20180419134600.0 000915s1968 fr |||||| ||||00|| |fre d @@ -7709,7 +7709,7 @@ 01514nam a2200385 a 4500 - vtls002706923 +REROILS:73 20170611121800.0 001116s1999 gw |||||| ||||00| |ger d @@ -7843,7 +7843,7 @@ 01503njm a2200349 a 4500 - vtls002050557 +REROILS:74 20170518095100.0 s| 960725s1996 xx |||||| ||||||| |ita d @@ -7949,7 +7949,7 @@ 01525cam a2200349 a 4500 - vtls001971928 +REROILS:75 20170518072500.0 960208s1993 ru |||||| ||||00|| |rus d @@ -8068,7 +8068,7 @@ 00821nam a22002412a 4500 - vtls006039423 +REROILS:76 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -8142,7 +8142,7 @@ 01178nam a2200337 a 4500 - vtls006089623 +REROILS:77 20190314180900.0 110629s2010 gw ||| | |||| | |ger d @@ -8252,7 +8252,7 @@ 01312naa a2200325 a 4500 - vtls002128428 +REROILS:78 20180827225000.0 970320s1996 xxu|||||| ||||00| |eng d @@ -8358,7 +8358,7 @@ 01289nam a2200373 a 4500 - vtls008606462 +REROILS:79 20180727004500.0 170302s2017 fr ||| | ||||00| |fre d @@ -8475,7 +8475,7 @@ 01201nam a2200361 a 4500 - vtls000709055 +REROILS:80 20180825101300.0 001222s1954 sz ||| | ||||00|| |ger d @@ -8588,7 +8588,7 @@ 01423nam a22002772a 4500 - vtls006039422 +REROILS:81 20190226095000.0 110218s2009 fr ||| | ||||00| |fre d @@ -8673,7 +8673,7 @@ 01124nam a2200325 a 4500 - vtls002700721 +REROILS:82 20180828123800.0 000921s1999 fr |||||| ||||00| |fre d @@ -8778,7 +8778,7 @@ 01301nam a22003617a 4500 - vtls002707627 +REROILS:83 20180828125500.0 000921s1999 gw |||||| ||||00| |ger d @@ -8899,7 +8899,7 @@ 01029nam a22003132a 4500 - vtls006032520 +REROILS:84 20180403163800.0 110218s2000 fr ||| | ||||00| |fre d @@ -8990,7 +8990,7 @@ 01193nam a2200337 a 4500 - vtls000370927 +REROILS:85 20170610193600.0 960525s1981 gw |||||| ||||00|| |ger d @@ -9101,7 +9101,7 @@ 00666nas a2200229 a 4500 - vtls000344026 +REROILS:86 20170516091000.0 960525d19501956ne |||m|| ||||0 || 0lat d @@ -9167,7 +9167,7 @@ 01680nam a22003132a 4500 - vtls006032529 +REROILS:87 20180403163800.0 110218s2001 fr ||| | ||||00| |fre d @@ -9263,7 +9263,7 @@ 02479nam a2200349 a 4500 - vtls006034120 +REROILS:88 20180403165200.0 110218s2003 fr ||| | ||||00| |fre d @@ -9373,7 +9373,7 @@ 01130nam a2200337 a 4500 - vtls002670820 +REROILS:89 20180703150700.0 000916s2000 sz |||||| ||||00| |ger d @@ -9483,7 +9483,7 @@ 00793naa a22002297a 4500 - vtls003444421 +REROILS:90 20170518131900.0 980412s1984 xx ||| | ||||00| 0eng d @@ -9550,7 +9550,7 @@ 00772naa a2200229 a 4500 - vtls005397123 +REROILS:91 20170529173700.0 100224s1831 gw |||||| ||||00| |ger d @@ -9612,7 +9612,7 @@ 01318nam a2200337 a 4500 - vtls001291308 +REROILS:92 20190502165800.0 910812s1991 fi |||||| ||||00|| |fre d @@ -9723,7 +9723,7 @@ 01093nam a22003132a 4500 - vtls006030222 +REROILS:93 20180403162100.0 110218s1997 fr ||| | ||||00| |fre d @@ -9820,7 +9820,7 @@ 00997nam a22003012a 4500 - vtls006027622 +REROILS:94 20180403160300.0 110218s1992 fr ||| | ||||00| |fre d @@ -9912,7 +9912,7 @@ 01052nam a2200301 a 4500 - vtls002670429 +REROILS:95 20170611111500.0 000913s1977 xxu|||||| ||||00| |eng d @@ -10005,7 +10005,7 @@ 00819nam a22002532a 4500 - vtls006027629 +REROILS:96 20180403160300.0 110218s1992 fr ||| | ||||00| |fre d @@ -10081,7 +10081,7 @@ 01613nam a2200349 a 4500 - vtls002663923 +REROILS:97 20180828105700.0 000913s1999 it |||||| ||||10| |ita d @@ -10197,7 +10197,7 @@ 00583nam a2200205 a 4500 - vtls006086821 +REROILS:98 20170530151900.0 110627s2011 fr ||| | ||||00| |fre d @@ -10254,7 +10254,7 @@ 01408nam a22003612a 4500 - vtls006028920 +REROILS:99 20180403161200.0 110218s1992 fr ||| | ||||00| |fre d @@ -10366,7 +10366,7 @@ 01342nam a2200325 a 4500 - vtls002738529 +REROILS:100 20171125165800.0 000926s1999 cc ||| | ||||00| |chi d @@ -10472,7 +10472,7 @@ 01644cam a2200373 a 4500 - vtls006078425 +REROILS:101 20171126074800.0 110617s2006 bl ||| | ||||00| |por d @@ -10597,7 +10597,7 @@ 01053nam a22003252a 4500 - vtls002658621 +REROILS:102 20180828104200.0 000911s1999 fr ||| | ||||00| |fre d @@ -10701,7 +10701,7 @@ 01458cam a2200337 a 4500 - vtls000010202 +REROILS:103 20170610105900.0 961221m19661970it |||||| ||||00|| |ita d @@ -10811,7 +10811,7 @@ 01234nam a2200337 a 4500 - vtls005662311 +REROILS:104 20171221152800.0 100928s2010 gw ||| | |||| | |ger d @@ -10919,7 +10919,7 @@ 00796nam a22002412a 4500 - vtls006039426 +REROILS:105 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -10992,7 +10992,7 @@ 01141nam a22003377a 4500 - vtls002693824 +REROILS:106 20180828121700.0 000918s1999 xxu||| | ||||00| |eng d @@ -11100,7 +11100,7 @@ 01897nam a2200517 a 4500 - vtls000747622 +REROILS:107 20180419103300.0 000714s1987 sz |||||| ||||00|| |ger d @@ -11270,7 +11270,7 @@ 01383nam a2200373 a 4500 - vtls000750921 +REROILS:108 20190215112900.0 870331s1986 pl |||||| ||||00|| |pol d @@ -11391,7 +11391,7 @@ 00855naa a22002297a 4500 - vtls003446025 +REROILS:109 20170518132600.0 980412s1973 xx ||| | ||||00| 0fre d @@ -11461,7 +11461,7 @@ 01061nam a2200289 a 4500 - vtls002072127 +REROILS:110 20180827200700.0 960917s1985 fr |||||| ||||00|| |ara d @@ -11555,7 +11555,7 @@ 00854naa a22002297a 4500 - vtls003449721 +REROILS:111 20170518133900.0 980412s1968 xx ||| | ||||00| 0eng d @@ -11623,7 +11623,7 @@ 01221nam a22003612a 4500 - vtls006032627 +REROILS:112 20190829162600.0 110218s2002 xx ||| | ||||00| |fre d @@ -11732,7 +11732,7 @@ 01916nam a22003492a 4500 - vtls006038124 +REROILS:113 20190131195300.0 110218s2008 fr ||| | ||||00| |fre d @@ -11843,7 +11843,7 @@ 01179nam a2200337 a 4500 - vtls002713624 +REROILS:114 20180828131100.0 000922s1997 gw |||||| ||||00| |ger d @@ -11955,7 +11955,7 @@ 01952nam a22003977a 4500 - vtls002707325 +REROILS:115 20180828125400.0 000922s1999 gw ||| | ||||00| |ger d @@ -12095,7 +12095,7 @@ 01098naa a2200289 a 4500 - vtls003856720 +REROILS:116 20180704124600.0 050610s1947 sz ||| | ||||00| |fre d @@ -12181,7 +12181,7 @@ 01023naa a22002537a 4500 - vtls003472624 +REROILS:117 20170518145200.0 980412s1994 xx ||| | ||||00| 0eng d @@ -12259,7 +12259,7 @@ 01387nas a2200373 a 4500 - vtls000657720 +REROILS:118 20190705130500.0 860625c19819999bl |||p|| ||||0 || 0por d @@ -12383,7 +12383,7 @@ 01424nam a2200397 a 4500 - vtls002663420 +REROILS:119 20170925213900.0 000912s1999 it ||| | ||||00| |ita d @@ -12511,7 +12511,7 @@ 01199nam a2200325 a 4500 - vtls002676529 +REROILS:120 20180828112900.0 000915s1998 at ||| | ||||00| |eng d @@ -12616,7 +12616,7 @@ 01226nam a22002772a 4500 - vtls006027628 +REROILS:121 20180709171100.0 110218s1991 fr ||| | ||||00| |fre d @@ -12702,7 +12702,7 @@ 01075naa a2200301 a 4500 - vtls002720029 +REROILS:122 20180703165900.0 000922s1927 sz |||||| ||||00| |fre d @@ -12792,7 +12792,7 @@ 01467nam a2200361 a 4500 - vtls005270811 +REROILS:123 20170522073100.0 021219s1992 gw ||| | ||||00| |ger d @@ -12904,7 +12904,7 @@ 01022cam a2200277 a 4500 - vtls008349734 +REROILS:124 20170520182200.0 160126q1941 fr ||| | ||||00| |fre d @@ -12981,7 +12981,7 @@ 01539naa a22003252a 4500 - vtls005219528 +REROILS:125 20171127205600.0 970725s1940 it ||| | ||||00| |fre d @@ -13086,7 +13086,7 @@ 01089nam a2200301 a 4500 - vtls002689029 +REROILS:126 20171125161800.0 000924s1996 cc ||| | ||||00| |chi d @@ -13183,7 +13183,7 @@ 01048nam a2200325 a 4500 - vtls000692996 +REROILS:127 20170627082700.0 000723s1986 fr |||||| ||||00|| |fre d @@ -13281,7 +13281,7 @@ 02469nam a2200493 a 4500 - vtls000070535 +REROILS:128 20180329161500.0 000918r19161758xxu|||||| ||||00|| |eng d @@ -13434,7 +13434,7 @@ 01122nam a22003137a 4500 - vtls002694126 +REROILS:129 20180703160200.0 000917s1994 sz ||| | ||||00| |ger d @@ -13527,7 +13527,7 @@ 00978nam a2200277 a 4500 - vtls002700728 +REROILS:130 20170518120100.0 000918s1999 gw ||| | ||||00| |ger d @@ -13608,7 +13608,7 @@ 02494nam a22004692a 4500 - vtls007882036 +REROILS:131 20181113172600.0 140916m18691871ru ||| | ||||00| |rus d @@ -13767,7 +13767,7 @@ 01096nam a2200313 a 4500 - vtls002701124 +REROILS:132 20170611120800.0 000918s1999 it ||| | ||||00| |ita d @@ -13866,7 +13866,7 @@ 01207nas a2200337 a 4500 - vtls002195130 +REROILS:133 20190705121100.0 971001c19969999sa |||p| ||||0 | 0eng d @@ -13968,7 +13968,7 @@ 00842naa a22002297a 4500 - vtls003447826 +REROILS:134 20170518133100.0 980412s1967 xx ||| | ||||00| 0eng d @@ -14036,7 +14036,7 @@ 02382nam a2200457 a 4500 - vtls000099248 +REROILS:135 20181208093600.0 960525s1975 gr |||||| ||||00|| |gre d @@ -14201,7 +14201,7 @@ 02309nam a2200601 a 4500 - vtls008391688 +REROILS:136 20190509115800.0 160318s2017 gw ||| | ||||00| |ger d @@ -14401,7 +14401,7 @@ 01193nam a22003372a 4500 - vtls006032626 +REROILS:137 20180403163900.0 110218s2002 fr ||| | ||||00| |fre d @@ -14508,7 +14508,7 @@ 00807nam a22002412a 4500 - vtls006032528 +REROILS:138 20180403163800.0 110218s2001 fr ||| | ||||00| |fre d @@ -14578,7 +14578,7 @@ 00879nam a2200277 a 4500 - vtls002670525 +REROILS:139 20170518103500.0 000913s1999 xxu||| | ||||00| |eng d @@ -14657,7 +14657,7 @@ 00743naa a22002177a 4500 - vtls003440523 +REROILS:140 20170518130500.0 980412s1985 xx ||| | ||||00| 0ger d @@ -14718,7 +14718,7 @@ 01430cam a2200301 a 4500 - vtls002658224 +REROILS:141 20170518100400.0 000914s1997 fr |||||| ||||00| |fre d @@ -14802,7 +14802,7 @@ 00975nam a2200313 a 4500 - vtls006035427 +REROILS:142 20180403170300.0 110218s2001 fr ||| | ||||00| |fre d @@ -14896,7 +14896,7 @@ 01057nam a22003132a 4500 - vtls006035422 +REROILS:143 20180403170300.0 110218s2005 fr ||| | ||||00| |fre d @@ -14990,7 +14990,7 @@ 01880cam a2200445 a 4500 - vtls008671715 +REROILS:144 20190215125700.0 170626s2017 ru ||| | ||||00| |rus d @@ -15154,7 +15154,7 @@ 01540nam a2200349 a 4500 - vtls006110827 +REROILS:145 20180901201700.0 110725s2002 gw ||| | |||| 1| |ger d @@ -15275,7 +15275,7 @@ 01145naa a2200253 a 4500 - vtls005939923 +REROILS:146 20170530144700.0 m | c| @@ -15347,7 +15347,7 @@ 01167naa a2200337 a 4500 - vtls006107221 +REROILS:147 20190618143600.0 110719s1854 gw ||| | ||||00|| |ger d @@ -15448,7 +15448,7 @@ 00906nam a22002772a 4500 - vtls006032527 +REROILS:148 20180403163800.0 110218s2001 be ||| | ||||00| |fre d @@ -15531,7 +15531,7 @@ 01884naa a22004092a 4500 - vtls005240126 +REROILS:149 20170522105200.0 970729s1976 sz ||| | ||||00| |ger d @@ -15669,7 +15669,7 @@ 01314nam a2200325uia4500 - vtls008933628 +REROILS:150 20190823150500.0 190612s1860 xxk 00 eng d @@ -15772,7 +15772,7 @@ 01007nam a2200301 a 4500 - vtls002658328 +REROILS:151 20170611105600.0 001116s1999 be ||| | ||||00| |fre d @@ -15869,7 +15869,7 @@ 01079nam a2200325 a 4500 - vtls001352029 +REROILS:152 20170927165800.0 000719s1991 fr |||||| ||||00|| |fre d @@ -15974,7 +15974,7 @@ 02327nam a2200397 a 4500 - vtls005786274 +REROILS:153 20190620003900.0 m | c| @@ -16098,7 +16098,7 @@ 00762nam a2200241 a 4500 - vtls000000385 +REROILS:154 20180630124200.0 960525s1971 sz |||||| ||||00|| |fre d @@ -16171,7 +16171,7 @@ 01072nam a22003132a 4500 - vtls002664121 +REROILS:155 20170611110600.0 000913s2000 gw |||||| ||||00| |ger d @@ -16272,7 +16272,7 @@ 01286nim a2200361 a 4500 - vtls008381301 +REROILS:156 20180720164200.0 c| s| @@ -16374,7 +16374,7 @@ 04514cam a2200877 a 4500 - vtls000009812 +REROILS:157 20190814095000.0 000927m19759999gw |||||| ||||00| |ger d @@ -16673,7 +16673,7 @@ 01302nam a2200349 a 4500 - vtls006111526 +REROILS:158 20170611091700.0 110725s2011 gw ||| | |||| | |ger d @@ -16791,7 +16791,7 @@ 04355cam a22005057a 4500 - vtls006108121 +REROILS:159 20170530170200.0 110720s2010 be ||| | ||||00| |eng d @@ -16950,7 +16950,7 @@ 01915nam a2200517 a 4500 - vtls002663821 +REROILS:160 20180828105600.0 010124s1999 sp ||| | ||||00| |spa d @@ -17126,7 +17126,7 @@ 00993nam a2200313 a 4500 - vtls006028923 +REROILS:161 20180403161200.0 110218s1994 fr ||| | ||||00| |fre d @@ -17224,7 +17224,7 @@ 02278nam a2200529 a 4500 - vtls000066674 +REROILS:162 20190819112700.0 000717m19582016gw |||||| ||||00|| |lat d @@ -17401,7 +17401,7 @@ 01276nam a2200349 a 4500 - vtls006089628 +REROILS:163 20180901194700.0 110629s2010 gw ||| | |||| | |ger d @@ -17516,7 +17516,7 @@ 01087nam a2200289 a 4500 - vtls000569922 +REROILS:164 20170516111400.0 850729s1983 xxu|||||| ||||00|| |heb d @@ -17608,7 +17608,7 @@ 01464nam a2200361 a 4500 - vtls007021447 +REROILS:165 20180614113600.0 120315s1745 ne ||| | ||||00| |fre d @@ -17717,7 +17717,7 @@ 00832naa a22002297a 4500 - vtls003446524 +REROILS:166 20170518132700.0 980412s1966 xx ||| | ||||00| 0eng d @@ -17783,7 +17783,7 @@ 01193nam a22003132a 4500 - vtls008391622 +REROILS:167 20190516153300.0 160318s2015 gw ||| | ||||00| |ger d @@ -17874,7 +17874,7 @@ 00959nam a22002892a 4500 - vtls006039421 +REROILS:168 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -17964,7 +17964,7 @@ 00907nam a22002897a 4500 - vtls006099422 +REROILS:169 20190627005700.0 110712s2011 fr ||| | ||||00| |fre d @@ -18055,7 +18055,7 @@ 00954nam a2200289 a 4500 - vtls002688122 +REROILS:170 20170611114500.0 000918s1970 xxu|||||| ||||00| |eng d @@ -18140,7 +18140,7 @@ 00974nam a2200289 a 4500 - vtls001240829 +REROILS:171 20170517120000.0 910330s1983 ja |||||| ||||00|| |jpn d @@ -18225,7 +18225,7 @@ 00870nim a22002657a 4500 - vtls004631211 +REROILS:172 20180619171600.0 s| 080118s2006 fr ||| | ||||0|| |fre d @@ -18301,7 +18301,7 @@ 01145nam a2200301 a 4500 - vtls002676621 +REROILS:173 20170611112500.0 000917s1998 xxu||| | ||||00| |eng d @@ -18406,7 +18406,7 @@ 00901nam a22002652a 4500 - vtls006028926 +REROILS:174 20180403161200.0 110218s1988 fr ||| | ||||00| |fre d @@ -18487,7 +18487,7 @@ 01388nam a22004092a 4500 - vtls006030224 +REROILS:175 20180403162100.0 110218s1997 be ||| | ||||00| |fre d @@ -18611,7 +18611,7 @@ 01328nas a2200349 a 4500 - vtls002371847 +REROILS:176 20190705122000.0 981006c19949999ne |||p|| ||||0 || 0eng d @@ -18721,7 +18721,7 @@ 01384ncm a2200301 a 4500 - vtls000353418 +REROILS:177 20180731164800.0 960525m19632018gw |||||| ||||||| |ger d @@ -18822,7 +18822,7 @@ 01481nam a2200373 a 4500 - vtls002700227 +REROILS:178 20181208153600.0 000921s1999 gw |||||| ||||00| |ger d @@ -18954,7 +18954,7 @@ 01179nam a22003257a 4500 - vtls002676828 +REROILS:179 20180828113000.0 000916s1999 ne ||| | ||||00| |eng d @@ -19059,7 +19059,7 @@ 01129nam a2200301 a 4500 - vtls000139171 +REROILS:180 20171125075300.0 960525s1936 fr |||||| ||||00|| |fre d @@ -19155,7 +19155,7 @@ 00866nam a22002652a 4500 - vtls006032523 +REROILS:181 20180403163800.0 110218s2001 xx ||| | ||||00| |fre d @@ -19233,7 +19233,7 @@ 03745naa a2200481 a 4500 - vtls003301228 +REROILS:182 20171125230200.0 030123s2002 xxk||| | ||||00| |eng d @@ -19404,7 +19404,7 @@ 01024nam a2200337 a 4500 - vtls002713629 +REROILS:183 20170518123400.0 000924s2000 fr ||| | ||||00| |fre d @@ -19507,7 +19507,7 @@ 01112nam a22003252a 4500 - vtls006027626 +REROILS:184 20180403160300.0 110218s1992 fr ||| | ||||00| |fre d @@ -19606,7 +19606,7 @@ 01164nam a2200277 a 4500 - vtls006117527 +REROILS:185 20170530172000.0 110803s2011 ua ||| | ||||00| |ara d @@ -19698,7 +19698,7 @@ 00831nam a2200265 a 4500 - vtls002670023 +REROILS:186 20170518103400.0 000913s1997 fr |||||| ||||00| |fre d @@ -19773,7 +19773,7 @@ 01175nam a2200301 a 4500 - vtls004798098 +REROILS:187 20180330141700.0 c| 040812s2007 gw ||| | ||||00| |ger d @@ -19868,7 +19868,7 @@ 01787njm a22004934a 4500 - vtls008637434 +REROILS:188 20190215121400.0 s| 170502p20172015gw ||| | |||| || |eng d @@ -20024,7 +20024,7 @@ 02314naa a2200481 a 4500 - vtls005296428 +REROILS:189 20190218143400.0 970728 2002 it ||| | ||||00| |ita d @@ -20206,7 +20206,7 @@ 01281nam a2200301 a 4500 - vtls000040805 +REROILS:190 20170610115200.0 960525s1968 be |||||| ||||00|| |fre d @@ -20307,7 +20307,7 @@ 01103nam a2200325 a 4500 - vtls008647727 +REROILS:191 20171214145100.0 170510s2017 gw |||||| ||||00|| |ger d @@ -20409,7 +20409,7 @@ 01453nam a22003732a 4500 - vtls006032628 +REROILS:192 20190725183700.0 110218s2002 fr ||| | ||||00| |fre d @@ -20527,7 +20527,7 @@ 01265nam a22003132a 4500 - vtls006038122 +REROILS:193 20180403083800.0 110218s2008 fr ||| | ||||00| |fre d @@ -20626,7 +20626,7 @@ 01145nam a22002892a 4500 - vtls006032625 +REROILS:194 20180403163900.0 110218s2002 fr ||| | ||||00| |fre d @@ -20713,7 +20713,7 @@ 01254nam a22003852a 4500 - vtls006031524 +REROILS:195 20190725183600.0 110218s2000 be ||| | ||||00| |fre d @@ -20833,7 +20833,7 @@ 01185nam a2200361 a 4500 - vtls001546324 +REROILS:196 20190822095800.0 930603s1993 fr |||||| ||||00|| |fre d @@ -20943,7 +20943,7 @@ 02051nam a22003372a 4500 - vtls006032621 +REROILS:197 20180403163900.0 110218s2002 fr ||| | ||||00| |fre d @@ -21046,7 +21046,7 @@ 01028nam a2200325 a 4500 - vtls002664022 +REROILS:198 20170705194000.0 000912s1999 fr ||| | ||||00| |fre d @@ -21148,7 +21148,7 @@ 01280nam a2200337 a 4500 - vtls001166505 +REROILS:199 20181122175300.0 900814s1990 sz ||| | ||||00|| |eng d @@ -21255,7 +21255,7 @@ 01821naa a22003732a 4500 - vtls005244727 +REROILS:200 20170522121700.0 970729s1986 sz ||| | ||||00| |fre d @@ -21385,7 +21385,7 @@ 03149ngm a2200733 a 4500 - vtls002455345 +REROILS:201 20181005125200.0 v| 000921s1998 fr ||| | |||| | |fre d @@ -21608,7 +21608,7 @@ 01556nam a2200409 a 4500 - vtls002663621 +REROILS:202 20180828105600.0 000912s1972 gw ||| | ||||00| |ger d @@ -21742,7 +21742,7 @@ 00871nam a22002652a 4500 - vtls006031522 +REROILS:203 20180403163000.0 110218s1998 fr ||| | ||||00| |fre d @@ -21820,7 +21820,7 @@ 01000nam a22003012a 4500 - vtls006032521 +REROILS:204 20180403163800.0 110218s2000 fr ||| | ||||00| |fre d @@ -21908,7 +21908,7 @@ 00924naa a22002537a 4500 - vtls003447921 +REROILS:205 20170518133200.0 980412s1989 xx ||| | ||||00| 0eng d @@ -21983,7 +21983,7 @@ 02613ngm a2200649 a 4500 - vtls005947011 +REROILS:206 20190715153800.0 v| 110303s2011 sz ||| | |||| | |fre d @@ -22191,7 +22191,7 @@ 01282nam a2200325 a 4500 - vtls000970437 +REROILS:207 20170610214700.0 000908s1976 fr |||||| ||||00|| |eng d @@ -22298,7 +22298,7 @@ 01243nam a2200313 a 4500 - vtls008088815 +REROILS:208 20190823144200.0 c| 150309s2004 sp ||| || ||||00| ||spa d @@ -22387,7 +22387,7 @@ 01843nam a2200409 a 4500 - vtls004411790 +REROILS:209 20180831200800.0 070518s2006 sz ||| | ||||00| |fre d @@ -22531,7 +22531,7 @@ 01303nam a2200337 a 4500 - vtls002670824 +REROILS:210 20170518103600.0 001229s1997 gw |||||| ||||00|| |ger d @@ -22635,7 +22635,7 @@ 01870nam a2200445 a 4500 - vtls002677420 +REROILS:211 20180828113200.0 000926s1999 it |||||| ||||00| |ita d @@ -22793,7 +22793,7 @@ 01819naa a22003852a 4500 - vtls005239320 +REROILS:212 20181220153300.0 970729s1964 sz ||| | ||||00| |ger d @@ -22922,7 +22922,7 @@ 01552naa a2200313 a 4500 - vtls004602125 +REROILS:213 20180705101800.0 080524s1991 sz ||| | ||||00| |ger d @@ -23016,7 +23016,7 @@ 01547nam a22004457a 4500 - vtls002707423 +REROILS:214 20190314122800.0 001227s2000 fr ||| | ||||00| |fre d @@ -23167,7 +23167,7 @@ 01954nam a22002892a 4500 - vtls006031527 +REROILS:215 20180403163000.0 110218s1999 fr ||| | ||||00| |fre d @@ -23256,7 +23256,7 @@ 00890nam a2200289 a 4500 - vtls002677327 +REROILS:216 20170518105400.0 000929s1977 fr |||||| ||||00|| |fre d @@ -23341,7 +23341,7 @@ 01773nam a2200445 a 4500 - vtls003284614 +REROILS:217 20180704160800.0 021209s2002 sz ||| | ||||00| |fre d @@ -23499,7 +23499,7 @@ 01721njm a2200361 a 4500 - vtls004324456 +REROILS:218 20170519112200.0 s| 070205s2007 xx ||| | ||||0|| |spa d @@ -23609,7 +23609,7 @@ 01202nam a2200325 a 4500 - vtls002683624 +REROILS:219 20170611113700.0 000916s2000 xxc||| | ||||00| |fre d @@ -23714,7 +23714,7 @@ 01670cam a2200421 a 4500 - vtls006077325 +REROILS:220 20170530150200.0 110616s2003 cc ||| | ||||00| |chi d @@ -23852,7 +23852,7 @@ 01368naa a22003857a 4500 - vtls006070025 +REROILS:221 20170611084600.0 110608s2011 fr |||||| ||||00|| |fre d @@ -23982,7 +23982,7 @@ 01536nam a2200445 a 4500 - vtls006107928 +REROILS:222 20180901201300.0 110720s2011 fr ||| | ||||00| |fre d @@ -24127,7 +24127,7 @@ 01381cas a2200397 a 4500 - vtls000162359 +REROILS:223 20181208100200.0 961019d19691975sz |||p|| ||||0 || 0fre d @@ -24247,7 +24247,7 @@ 01228caa a2200313 a 4500 - vtls001496423 +REROILS:224 20180827110700.0 001026s1980 sz |||||| ||||00|| |ita d @@ -24349,7 +24349,7 @@ 01077naa a2200277 a 4500 - vtls006421229 +REROILS:225 20170531085800.0 110605s1983 xx ||| | ||||00| |fre d @@ -24426,7 +24426,7 @@ 01184nam a2200325 a 4500 - vtls003812065 +REROILS:226 20171125194100.0 050322s2002 gw ||| | ||||00| |ger d @@ -24529,7 +24529,7 @@ 00838cam a22002172a 4500 - vtls008092462 +REROILS:227 20170520094400.0 m | 150311s1839 it ||| | ||||00| |und d @@ -24591,7 +24591,7 @@ 01532nam a2200361 a 4500 - vtls002670829 +REROILS:228 20180828111400.0 000913s1978 xxk||| | ||||00| |eng d @@ -24709,7 +24709,7 @@ 00828naa a22002177a 4500 - vtls003440727 +REROILS:229 20170518130600.0 980412s1969 xx ||| | ||||00| 0eng d @@ -24769,7 +24769,7 @@ 01170cam a2200325 a 4500 - vtls002050530 +REROILS:230 20180827191200.0 001223s1996 fr |||||| ||||00|| |fre d @@ -24873,7 +24873,7 @@ 01430naa a2200349 a 4500 - vtls005290722 +REROILS:231 20170522090700.0 960525s1942 sz ||| | ||||00| |fre d @@ -24990,7 +24990,7 @@ 01916nam a2200385 a 4500 - vtls005450453 +REROILS:232 20181107115400.0 100520s1963 ru |||||| ||||00|| |rus d @@ -25127,7 +25127,7 @@ 01291nam a2200349 a 4500 - vtls006089624 +REROILS:233 20180901194700.0 110629s2010 gw ||| | |||| | |ger d @@ -25241,7 +25241,7 @@ 00831naa a22002297a 4500 - vtls003447824 +REROILS:234 20170518133100.0 980412s1967 xx ||| | ||||00| 0fre d @@ -25309,7 +25309,7 @@ 01102nam a22003132a 4500 - vtls006030226 +REROILS:235 20190725183600.0 110218s1997 fr ||| | ||||00| |fre d @@ -25404,7 +25404,7 @@ 01192naa a22002537a 4500 - vtls003425527 +REROILS:236 20170518121300.0 980412s1977 xx ||| | ||||00| 0ger d @@ -25481,7 +25481,7 @@ 01479nam a22003974a 4500 - vtls008485822 +REROILS:237 20190215145700.0 160811s2014 gw ||| | ||||00| |ger d @@ -25613,7 +25613,7 @@ 00956nam a22002652a 4500 - vtls006039420 +REROILS:238 20180410091500.0 110218s2007 fr ||| | ||||00| |fre d @@ -25695,7 +25695,7 @@ 01776naa a2200349 a 4500 - vtls005216329 +REROILS:239 20171127203500.0 970725s1877 gw ||| | ||||00| |ger d @@ -25807,7 +25807,7 @@ 01635ncm a2200361 a 4500 - vtls000202337 +REROILS:240 20180726115700.0 961001m19712003gw |||||| ||||||| |ger d @@ -25921,7 +25921,7 @@ 01698nam a22004574a 4500 - vtls008485826 +REROILS:241 20190215145700.0 160811s2014 gw ||| | ||||00| |ger d @@ -26073,7 +26073,7 @@ 00798nam a22002412a 4500 - vtls006039424 +REROILS:242 20180403085100.0 110218s2009 fr ||| | ||||00| |fre d @@ -26143,7 +26143,7 @@ 01075nam a2200301 a 4500 - vtls006107727 +REROILS:243 20180901201200.0 110720s2010 xxk||| | ||||00| |lat d @@ -26240,7 +26240,7 @@ 00970nam a2200301 a 4500 - vtls002707729 +REROILS:244 20180828125600.0 000924s1995 gw |||||| ||||00| |ger d @@ -26331,7 +26331,7 @@ 00823naa a22002297a 4500 - vtls003450221 +REROILS:245 20170518134100.0 980412s1973 xx ||| | ||||00| 0eng d @@ -26398,7 +26398,7 @@ 00984nam a2200289 a 4500 - vtls000347021 +REROILS:246 20170925125600.0 960525s1981 gw |||||| ||||00|| |ger d @@ -26484,7 +26484,7 @@ 01234nam a22003257a 4500 - vtls008175325 +REROILS:247 20170520200300.0 150617s2014 ua ||| | ||||00| |ara d @@ -26592,7 +26592,7 @@ 01294nam a22003612a 4500 - vtls006030223 +REROILS:248 20180403162100.0 110218s1997 be ||| | ||||00| |fre d @@ -26702,7 +26702,7 @@ 03136naa a22005172a 4500 - vtls005213422 +REROILS:249 20171127203100.0 970725m19031905sz ||| | ||||00| |ger d @@ -26876,7 +26876,7 @@ 01632cam a2200421 a 4500 - vtls008588128 +REROILS:250 20170520153600.0 170124s2016 it ||| | ||||00| |ita d @@ -27014,7 +27014,7 @@ 01149nam a2200325 a 4500 - vtls002671122 +REROILS:251 20180828111500.0 000914s1998 fr ||| | ||||00| |fre d @@ -27119,7 +27119,7 @@ 01200cam a2200325 a 4500 - vtls000000647 +REROILS:252 20180630124300.0 961126s1971 sz |||||| ||||00|| |fre d @@ -27219,7 +27219,7 @@ 00959nam a22002772a 4500 - vtls006038121 +REROILS:253 20180403083800.0 110218s2008 fr ||| | ||||00| |fre d @@ -27303,7 +27303,7 @@ 01409nam a2200373 a 4500 - vtls008485827 +REROILS:254 20170520213400.0 160811s2016 gw ||| | ||||00| |ger d @@ -27425,7 +27425,7 @@ 01309nam a2200349 a 4500 - vtls002664024 +REROILS:255 20180828105700.0 000912s1997 sw ||| | ||||00| |eng d @@ -27538,7 +27538,7 @@ 01152naa a2200289 a 4500 - vtls002224725 +REROILS:256 20180701223700.0 971202q19351936sz ||| | ||||00| |ita d @@ -27629,7 +27629,7 @@ 00858nam a22002412a 4500 - vtls004093020 +REROILS:257 20170519115400.0 060320s1977 gw ||| | ||||00| |ger d @@ -27699,7 +27699,7 @@ 01023nam a2200301 a 4500 - vtls008488824 +REROILS:258 20180720143800.0 160818s2016 sz ||| | ||||00| |ger d @@ -27793,7 +27793,7 @@ 01453cjm a2200313 a 4500 - vtls000638920 +REROILS:259 20170516132200.0 s| 860428s1982 xx |||||| ||||||| |ger d @@ -27900,7 +27900,7 @@ 01192njm a2200277 a 4500 - vtls008088066 +REROILS:260 20170520090900.0 s| 150306s2009 xx ||| | |||| || |eng d @@ -27977,7 +27977,7 @@ 01974cam a2200457 a 4500 - vtls006093126 +REROILS:261 20170530163200.0 110705s2010 ru ||| | ||||00| |rus d @@ -28125,7 +28125,7 @@ 01942cam a2200457 a 4500 - vtls001651551 +REROILS:262 20181208094300.0 940202m19699999fr |||||| ||||00|| |fre d @@ -28289,7 +28289,7 @@ 01492nam a2200373 a 4500 - vtls002663928 +REROILS:263 20170611110500.0 000912s1988 gw |||||| ||||00| |ger d @@ -28414,7 +28414,7 @@ 00678nam a2200241 a 4500 - vtls002671321 +REROILS:264 20170518103700.0 000913s1980 fr ||| | ||||00| |fre d @@ -28481,7 +28481,7 @@ 01327nam a2200337 a 4500 - vtls003220220 +REROILS:265 20190117200300.0 020719s2001 ja ||| | ||||00| |jpn d @@ -28588,7 +28588,7 @@ 02017nam a22005412a 4500 - vtls006031528 +REROILS:266 20180403163000.0 110218s1999 fr ||| | ||||00| |fre d @@ -28762,7 +28762,7 @@ 01203naa a2200277 a 4500 - vtls005264524 +REROILS:267 20171127203300.0 971022s1975 sz ||| | ||||00| |fre d @@ -28848,7 +28848,7 @@ 01196nam a2200337 a 4500 - vtls007124426 +REROILS:268 20170531191500.0 120820s2012 fr ||| | ||||00| |fre d @@ -28950,7 +28950,7 @@ 01059nam a2200325 a 4500 - vtls008579328 +REROILS:269 20170520143000.0 170104s2016 gw ||| | ||||00| |ger d @@ -29049,7 +29049,7 @@ 01087naa a2200277 a 4500 - vtls005264924 +REROILS:270 20171127203600.0 971022 1970 sz ||| | ||||00| |ger d @@ -29135,7 +29135,7 @@ 00934naa a22002417a 4500 - vtls003443429 +REROILS:271 20170518131500.0 980412s1975 xx ||| | ||||00| 0ger d @@ -29208,7 +29208,7 @@ 00827nim a22002537a 4500 - vtls005392475 +REROILS:272 20170529172800.0 100217s2006 xxu||| | ||||0|| |eng d @@ -29281,7 +29281,7 @@ 00812naa a22002297a 4500 - vtls003441520 +REROILS:273 20170518130800.0 980412s1970 xx ||| | ||||00| 0eng d @@ -29348,7 +29348,7 @@ 01207nam a22003492a 4500 - vtls006030220 +REROILS:274 20180403162100.0 110218s1996 fr ||| | ||||00| |fre d @@ -29455,7 +29455,7 @@ 01657cam a22004572a 4500 - vtls008780060 +REROILS:275 20190215170900.0 180323s2017 cc ||| | ||||00| |chi d @@ -29610,7 +29610,7 @@ 00839naa a22002297a 4500 - vtls003434423 +REROILS:276 20170518124400.0 980412s1966 fr ||| | ||||00| 0fre d @@ -29676,7 +29676,7 @@ 03234cas a2200805 a 4500 - vtls006059750 +REROILS:277 20190718165200.0 110526c20119999sz |||p|| ||||0 || 0fre d @@ -29967,7 +29967,7 @@ 01582nam a22003252a 4500 - vtls006038120 +REROILS:278 20190701151600.0 110218s2008 fr ||| | ||||00| |fre d @@ -30067,7 +30067,7 @@ 01375nam a2200385 a 4500 - vtls008388656 +REROILS:279 20170520230400.0 160315s2015 cc ||| | ||||00| |chi d @@ -30193,7 +30193,7 @@ 01271nam a2200361 a 4500 - vtls002706621 +REROILS:280 20181208153800.0 010121s1999 gw ||| | ||||00| |ger d @@ -30311,7 +30311,7 @@ 00546nas a2200193 a 4500 - vtls002280040 +REROILS:281 20170518092400.0 980327d19531968it |||m|| ||||0 || 0ita d @@ -30361,7 +30361,7 @@ 01203nam a2200373 a 4500 - vtls002658529 +REROILS:282 20170518100500.0 000911s2000 xxu||| | ||||00| |eng d @@ -30476,7 +30476,7 @@ 01117naa a2200301 a 4500 - vtls003249427 +REROILS:283 20170611090000.0 021002s2002 fr ||| | ||||00| |fre d @@ -30571,7 +30571,7 @@ 00820nam a2200253 a 4500 - vtls001140656 +REROILS:284 20170517083400.0 900530s1936 gw |||||| ||||00|| |ger d @@ -30647,7 +30647,7 @@ 01970nam a2200481 a 4500 - vtls001667127 +REROILS:285 20170610172800.0 940308s1993 xxu|||||| ||||00|| |fre d @@ -30811,7 +30811,7 @@ 00572nas a2200193 a 4500 - vtls000357928 +REROILS:286 20180329164900.0 960525c1957 gw |||m|| ||||0 || 0ger d diff --git a/data/holdings_big.json b/data/holdings_big.json index b80381f414..cf0c6c6525 100644 --- a/data/holdings_big.json +++ b/data/holdings_big.json @@ -2,49 +2,49 @@ { "pid": "1", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1193" + "$ref": "https://ils.rero.ch/api/documents/152" } }, { "pid": "2", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1193" + "$ref": "https://ils.rero.ch/api/documents/151" } }, { "pid": "3", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/151" } }, { "pid": "4", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/150" } }, { @@ -56,127 +56,127 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1191" + "$ref": "https://ils.rero.ch/api/documents/149" } }, { "pid": "6", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1190" + "$ref": "https://ils.rero.ch/api/documents/149" } }, { "pid": "7", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1190" + "$ref": "https://ils.rero.ch/api/documents/148" } }, { "pid": "8", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1189" + "$ref": "https://ils.rero.ch/api/documents/148" } }, { "pid": "9", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1188" + "$ref": "https://ils.rero.ch/api/documents/147" } }, { "pid": "10", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1187" + "$ref": "https://ils.rero.ch/api/documents/147" } }, { "pid": "11", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1186" + "$ref": "https://ils.rero.ch/api/documents/146" } }, { "pid": "12", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1185" + "$ref": "https://ils.rero.ch/api/documents/145" } }, { "pid": "13", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1184" + "$ref": "https://ils.rero.ch/api/documents/144" } }, { "pid": "14", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1183" + "$ref": "https://ils.rero.ch/api/documents/143" } }, { "pid": "15", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1183" + "$ref": "https://ils.rero.ch/api/documents/143" } }, { @@ -188,55 +188,55 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1182" + "$ref": "https://ils.rero.ch/api/documents/142" } }, { "pid": "17", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1182" + "$ref": "https://ils.rero.ch/api/documents/141" } }, { "pid": "18", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1181" + "$ref": "https://ils.rero.ch/api/documents/141" } }, { "pid": "19", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1181" + "$ref": "https://ils.rero.ch/api/documents/140" } }, { "pid": "20", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1180" + "$ref": "https://ils.rero.ch/api/documents/139" } }, { @@ -248,67 +248,67 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1179" + "$ref": "https://ils.rero.ch/api/documents/138" } }, { "pid": "22", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1178" + "$ref": "https://ils.rero.ch/api/documents/137" } }, { "pid": "23", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1177" + "$ref": "https://ils.rero.ch/api/documents/136" } }, { "pid": "24", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1176" + "$ref": "https://ils.rero.ch/api/documents/135" } }, { "pid": "25", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1176" + "$ref": "https://ils.rero.ch/api/documents/134" } }, { "pid": "26", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1175" + "$ref": "https://ils.rero.ch/api/documents/133" } }, { @@ -317,178 +317,178 @@ "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1175" + "$ref": "https://ils.rero.ch/api/documents/133" } }, { "pid": "28", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1174" + "$ref": "https://ils.rero.ch/api/documents/132" } }, { "pid": "29", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1173" + "$ref": "https://ils.rero.ch/api/documents/132" } }, { "pid": "30", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1173" + "$ref": "https://ils.rero.ch/api/documents/131" } }, { "pid": "31", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1172" + "$ref": "https://ils.rero.ch/api/documents/130" } }, { "pid": "32", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1172" + "$ref": "https://ils.rero.ch/api/documents/129" } }, { "pid": "33", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1171" + "$ref": "https://ils.rero.ch/api/documents/129" } }, { "pid": "34", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1170" + "$ref": "https://ils.rero.ch/api/documents/128" } }, { "pid": "35", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1169" + "$ref": "https://ils.rero.ch/api/documents/128" } }, { "pid": "36", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1169" + "$ref": "https://ils.rero.ch/api/documents/127" } }, { "pid": "37", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1168" + "$ref": "https://ils.rero.ch/api/documents/126" } }, { "pid": "38", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1167" + "$ref": "https://ils.rero.ch/api/documents/126" } }, { "pid": "39", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1166" + "$ref": "https://ils.rero.ch/api/documents/125" } }, { "pid": "40", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1166" + "$ref": "https://ils.rero.ch/api/documents/125" } }, { "pid": "41", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1165" + "$ref": "https://ils.rero.ch/api/documents/124" } }, { @@ -500,115 +500,115 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1164" + "$ref": "https://ils.rero.ch/api/documents/124" } }, { "pid": "43", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1163" + "$ref": "https://ils.rero.ch/api/documents/123" } }, { "pid": "44", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1162" + "$ref": "https://ils.rero.ch/api/documents/122" } }, { "pid": "45", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1162" + "$ref": "https://ils.rero.ch/api/documents/122" } }, { "pid": "46", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1161" + "$ref": "https://ils.rero.ch/api/documents/121" } }, { "pid": "47", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1161" + "$ref": "https://ils.rero.ch/api/documents/121" } }, { "pid": "48", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1160" + "$ref": "https://ils.rero.ch/api/documents/120" } }, { "pid": "49", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1159" + "$ref": "https://ils.rero.ch/api/documents/120" } }, { "pid": "50", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1159" + "$ref": "https://ils.rero.ch/api/documents/119" } }, { "pid": "51", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1158" + "$ref": "https://ils.rero.ch/api/documents/119" } }, { @@ -620,91 +620,91 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1157" + "$ref": "https://ils.rero.ch/api/documents/118" } }, { "pid": "53", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1156" + "$ref": "https://ils.rero.ch/api/documents/118" } }, { "pid": "54", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1155" + "$ref": "https://ils.rero.ch/api/documents/117" } }, { "pid": "55", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1154" + "$ref": "https://ils.rero.ch/api/documents/117" } }, { "pid": "56", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1153" + "$ref": "https://ils.rero.ch/api/documents/116" } }, { "pid": "57", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1152" + "$ref": "https://ils.rero.ch/api/documents/116" } }, { "pid": "58", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1151" + "$ref": "https://ils.rero.ch/api/documents/115" } }, { "pid": "59", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1151" + "$ref": "https://ils.rero.ch/api/documents/114" } }, { @@ -716,19 +716,19 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1150" + "$ref": "https://ils.rero.ch/api/documents/114" } }, { "pid": "61", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1149" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { @@ -740,31 +740,31 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1148" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { "pid": "63", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1147" + "$ref": "https://ils.rero.ch/api/documents/112" } }, { "pid": "64", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1147" + "$ref": "https://ils.rero.ch/api/documents/112" } }, { @@ -776,43 +776,43 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1146" + "$ref": "https://ils.rero.ch/api/documents/111" } }, { "pid": "66", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1145" + "$ref": "https://ils.rero.ch/api/documents/111" } }, { "pid": "67", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1144" + "$ref": "https://ils.rero.ch/api/documents/110" } }, { "pid": "68", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1143" + "$ref": "https://ils.rero.ch/api/documents/110" } }, { @@ -824,115 +824,115 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1143" + "$ref": "https://ils.rero.ch/api/documents/109" } }, { "pid": "70", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1142" + "$ref": "https://ils.rero.ch/api/documents/108" } }, { "pid": "71", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1141" + "$ref": "https://ils.rero.ch/api/documents/108" } }, { "pid": "72", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1141" + "$ref": "https://ils.rero.ch/api/documents/107" } }, { "pid": "73", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1140" + "$ref": "https://ils.rero.ch/api/documents/107" } }, { "pid": "74", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1140" + "$ref": "https://ils.rero.ch/api/documents/106" } }, { "pid": "75", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1139" + "$ref": "https://ils.rero.ch/api/documents/105" } }, { "pid": "76", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1138" + "$ref": "https://ils.rero.ch/api/documents/105" } }, { "pid": "77", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1138" + "$ref": "https://ils.rero.ch/api/documents/104" } }, { "pid": "78", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1137" + "$ref": "https://ils.rero.ch/api/documents/103" } }, { @@ -944,67 +944,67 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1137" + "$ref": "https://ils.rero.ch/api/documents/102" } }, { "pid": "80", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1136" + "$ref": "https://ils.rero.ch/api/documents/101" } }, { "pid": "81", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1136" + "$ref": "https://ils.rero.ch/api/documents/101" } }, { "pid": "82", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1135" + "$ref": "https://ils.rero.ch/api/documents/100" } }, { "pid": "83", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/99" } }, { "pid": "84", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/98" } }, { @@ -1016,187 +1016,187 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1133" + "$ref": "https://ils.rero.ch/api/documents/97" } }, { "pid": "86", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1132" + "$ref": "https://ils.rero.ch/api/documents/96" } }, { "pid": "87", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1132" + "$ref": "https://ils.rero.ch/api/documents/95" } }, { "pid": "88", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1131" + "$ref": "https://ils.rero.ch/api/documents/95" } }, { "pid": "89", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1131" + "$ref": "https://ils.rero.ch/api/documents/94" } }, { "pid": "90", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1130" + "$ref": "https://ils.rero.ch/api/documents/94" } }, { "pid": "91", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1130" + "$ref": "https://ils.rero.ch/api/documents/93" } }, { "pid": "92", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1129" + "$ref": "https://ils.rero.ch/api/documents/93" } }, { "pid": "93", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1128" + "$ref": "https://ils.rero.ch/api/documents/92" } }, { "pid": "94", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1127" + "$ref": "https://ils.rero.ch/api/documents/91" } }, { "pid": "95", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1126" + "$ref": "https://ils.rero.ch/api/documents/90" } }, { "pid": "96", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1126" + "$ref": "https://ils.rero.ch/api/documents/89" } }, { "pid": "97", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1125" + "$ref": "https://ils.rero.ch/api/documents/89" } }, { "pid": "98", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1124" + "$ref": "https://ils.rero.ch/api/documents/88" } }, { "pid": "99", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1123" + "$ref": "https://ils.rero.ch/api/documents/88" } }, { "pid": "100", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1122" + "$ref": "https://ils.rero.ch/api/documents/87" } }, { @@ -1208,151 +1208,151 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1122" + "$ref": "https://ils.rero.ch/api/documents/86" } }, { "pid": "102", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1121" + "$ref": "https://ils.rero.ch/api/documents/85" } }, { "pid": "103", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1120" + "$ref": "https://ils.rero.ch/api/documents/84" } }, { "pid": "104", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1119" + "$ref": "https://ils.rero.ch/api/documents/84" } }, { "pid": "105", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1118" + "$ref": "https://ils.rero.ch/api/documents/83" } }, { "pid": "106", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1117" + "$ref": "https://ils.rero.ch/api/documents/82" } }, { "pid": "107", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1116" + "$ref": "https://ils.rero.ch/api/documents/81" } }, { "pid": "108", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1115" + "$ref": "https://ils.rero.ch/api/documents/81" } }, { "pid": "109", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1115" + "$ref": "https://ils.rero.ch/api/documents/80" } }, { "pid": "110", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1114" + "$ref": "https://ils.rero.ch/api/documents/80" } }, { "pid": "111", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1114" + "$ref": "https://ils.rero.ch/api/documents/79" } }, { "pid": "112", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1113" + "$ref": "https://ils.rero.ch/api/documents/78" } }, { "pid": "113", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1112" + "$ref": "https://ils.rero.ch/api/documents/78" } }, { @@ -1364,67 +1364,67 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1112" + "$ref": "https://ils.rero.ch/api/documents/77" } }, { "pid": "115", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1111" + "$ref": "https://ils.rero.ch/api/documents/76" } }, { "pid": "116", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1110" + "$ref": "https://ils.rero.ch/api/documents/76" } }, { "pid": "117", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1110" + "$ref": "https://ils.rero.ch/api/documents/75" } }, { "pid": "118", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1109" + "$ref": "https://ils.rero.ch/api/documents/74" } }, { "pid": "119", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1108" + "$ref": "https://ils.rero.ch/api/documents/73" } }, { @@ -1436,67 +1436,67 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1107" + "$ref": "https://ils.rero.ch/api/documents/72" } }, { "pid": "121", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1106" + "$ref": "https://ils.rero.ch/api/documents/72" } }, { "pid": "122", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1105" + "$ref": "https://ils.rero.ch/api/documents/71" } }, { "pid": "123", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1104" + "$ref": "https://ils.rero.ch/api/documents/70" } }, { "pid": "124", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1104" + "$ref": "https://ils.rero.ch/api/documents/69" } }, { "pid": "125", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1103" + "$ref": "https://ils.rero.ch/api/documents/69" } }, { @@ -1508,19 +1508,19 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1103" + "$ref": "https://ils.rero.ch/api/documents/68" } }, { "pid": "127", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1102" + "$ref": "https://ils.rero.ch/api/documents/68" } }, { @@ -1529,22 +1529,22 @@ "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1102" + "$ref": "https://ils.rero.ch/api/documents/67" } }, { "pid": "129", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1101" + "$ref": "https://ils.rero.ch/api/documents/67" } }, { @@ -1556,79 +1556,79 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1100" + "$ref": "https://ils.rero.ch/api/documents/66" } }, { "pid": "131", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1099" + "$ref": "https://ils.rero.ch/api/documents/65" } }, { "pid": "132", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1098" + "$ref": "https://ils.rero.ch/api/documents/64" } }, { "pid": "133", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1097" + "$ref": "https://ils.rero.ch/api/documents/64" } }, { "pid": "134", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/63" } }, { "pid": "135", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/63" } }, { "pid": "136", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1095" + "$ref": "https://ils.rero.ch/api/documents/62" } }, { @@ -1640,7 +1640,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1094" + "$ref": "https://ils.rero.ch/api/documents/62" } }, { @@ -1652,43 +1652,43 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1093" + "$ref": "https://ils.rero.ch/api/documents/61" } }, { "pid": "139", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1092" + "$ref": "https://ils.rero.ch/api/documents/61" } }, { "pid": "140", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1092" + "$ref": "https://ils.rero.ch/api/documents/60" } }, { "pid": "141", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1091" + "$ref": "https://ils.rero.ch/api/documents/60" } }, { @@ -1700,7 +1700,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1090" + "$ref": "https://ils.rero.ch/api/documents/59" } }, { @@ -1712,31 +1712,31 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1089" + "$ref": "https://ils.rero.ch/api/documents/59" } }, { "pid": "144", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1088" + "$ref": "https://ils.rero.ch/api/documents/58" } }, { "pid": "145", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/57" } }, { @@ -1748,7 +1748,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/57" } }, { @@ -1760,55 +1760,55 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1086" + "$ref": "https://ils.rero.ch/api/documents/56" } }, { "pid": "148", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1085" + "$ref": "https://ils.rero.ch/api/documents/56" } }, { "pid": "149", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1084" + "$ref": "https://ils.rero.ch/api/documents/55" } }, { "pid": "150", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1083" + "$ref": "https://ils.rero.ch/api/documents/54" } }, { "pid": "151", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1082" + "$ref": "https://ils.rero.ch/api/documents/53" } }, { @@ -1820,67 +1820,67 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1081" + "$ref": "https://ils.rero.ch/api/documents/53" } }, { "pid": "153", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1081" + "$ref": "https://ils.rero.ch/api/documents/52" } }, { "pid": "154", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1080" + "$ref": "https://ils.rero.ch/api/documents/51" } }, { "pid": "155", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1079" + "$ref": "https://ils.rero.ch/api/documents/50" } }, { "pid": "156", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1079" + "$ref": "https://ils.rero.ch/api/documents/50" } }, { "pid": "157", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1078" + "$ref": "https://ils.rero.ch/api/documents/49" } }, { @@ -1892,67 +1892,67 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1077" + "$ref": "https://ils.rero.ch/api/documents/49" } }, { "pid": "159", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1076" + "$ref": "https://ils.rero.ch/api/documents/48" } }, { "pid": "160", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1075" + "$ref": "https://ils.rero.ch/api/documents/47" } }, { "pid": "161", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1074" + "$ref": "https://ils.rero.ch/api/documents/47" } }, { "pid": "162", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1074" + "$ref": "https://ils.rero.ch/api/documents/46" } }, { "pid": "163", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1073" + "$ref": "https://ils.rero.ch/api/documents/46" } }, { @@ -1964,163 +1964,163 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1072" + "$ref": "https://ils.rero.ch/api/documents/45" } }, { "pid": "165", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1071" + "$ref": "https://ils.rero.ch/api/documents/44" } }, { "pid": "166", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1070" + "$ref": "https://ils.rero.ch/api/documents/44" } }, { "pid": "167", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1069" + "$ref": "https://ils.rero.ch/api/documents/43" } }, { "pid": "168", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1069" + "$ref": "https://ils.rero.ch/api/documents/43" } }, { "pid": "169", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1068" + "$ref": "https://ils.rero.ch/api/documents/42" } }, { "pid": "170", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1067" + "$ref": "https://ils.rero.ch/api/documents/41" } }, { "pid": "171", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1066" + "$ref": "https://ils.rero.ch/api/documents/40" } }, { "pid": "172", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1065" + "$ref": "https://ils.rero.ch/api/documents/40" } }, { "pid": "173", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1064" + "$ref": "https://ils.rero.ch/api/documents/39" } }, { "pid": "174", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1063" + "$ref": "https://ils.rero.ch/api/documents/39" } }, { "pid": "175", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1063" + "$ref": "https://ils.rero.ch/api/documents/38" } }, { "pid": "176", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1062" + "$ref": "https://ils.rero.ch/api/documents/37" } }, { "pid": "177", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/37" } }, { @@ -2132,19 +2132,19 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/36" } }, { "pid": "179", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1060" + "$ref": "https://ils.rero.ch/api/documents/36" } }, { @@ -2156,7 +2156,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1060" + "$ref": "https://ils.rero.ch/api/documents/35" } }, { @@ -2168,91 +2168,91 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/34" } }, { "pid": "182", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/33" } }, { "pid": "183", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1058" + "$ref": "https://ils.rero.ch/api/documents/32" } }, { "pid": "184", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1057" + "$ref": "https://ils.rero.ch/api/documents/32" } }, { "pid": "185", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1056" + "$ref": "https://ils.rero.ch/api/documents/31" } }, { "pid": "186", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1056" + "$ref": "https://ils.rero.ch/api/documents/31" } }, { "pid": "187", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1055" + "$ref": "https://ils.rero.ch/api/documents/30" } }, { "pid": "188", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1055" + "$ref": "https://ils.rero.ch/api/documents/29" } }, { @@ -2264,19 +2264,19 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1054" + "$ref": "https://ils.rero.ch/api/documents/28" } }, { "pid": "190", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1054" + "$ref": "https://ils.rero.ch/api/documents/27" } }, { @@ -2288,31 +2288,31 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1053" + "$ref": "https://ils.rero.ch/api/documents/26" } }, { "pid": "192", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1052" + "$ref": "https://ils.rero.ch/api/documents/26" } }, { "pid": "193", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/25" } }, { @@ -2324,7 +2324,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/24" } }, { @@ -2336,79 +2336,79 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1050" + "$ref": "https://ils.rero.ch/api/documents/24" } }, { "pid": "196", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1049" + "$ref": "https://ils.rero.ch/api/documents/23" } }, { "pid": "197", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1049" + "$ref": "https://ils.rero.ch/api/documents/23" } }, { "pid": "198", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1048" + "$ref": "https://ils.rero.ch/api/documents/22" } }, { "pid": "199", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1047" + "$ref": "https://ils.rero.ch/api/documents/21" } }, { "pid": "200", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1047" + "$ref": "https://ils.rero.ch/api/documents/20" } }, { "pid": "201", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1046" + "$ref": "https://ils.rero.ch/api/documents/19" } }, { @@ -2417,94 +2417,94 @@ "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1045" + "$ref": "https://ils.rero.ch/api/documents/18" } }, { "pid": "203", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1045" + "$ref": "https://ils.rero.ch/api/documents/17" } }, { "pid": "204", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1044" + "$ref": "https://ils.rero.ch/api/documents/17" } }, { "pid": "205", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1044" + "$ref": "https://ils.rero.ch/api/documents/16" } }, { "pid": "206", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1043" + "$ref": "https://ils.rero.ch/api/documents/15" } }, { "pid": "207", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1042" + "$ref": "https://ils.rero.ch/api/documents/14" } }, { "pid": "208", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1041" + "$ref": "https://ils.rero.ch/api/documents/13" } }, { "pid": "209", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1040" + "$ref": "https://ils.rero.ch/api/documents/13" } }, { @@ -2516,103 +2516,103 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1039" + "$ref": "https://ils.rero.ch/api/documents/12" } }, { "pid": "211", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1039" + "$ref": "https://ils.rero.ch/api/documents/11" } }, { "pid": "212", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1038" + "$ref": "https://ils.rero.ch/api/documents/10" } }, { "pid": "213", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1038" + "$ref": "https://ils.rero.ch/api/documents/10" } }, { "pid": "214", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1037" + "$ref": "https://ils.rero.ch/api/documents/9" } }, { "pid": "215", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1036" + "$ref": "https://ils.rero.ch/api/documents/9" } }, { "pid": "216", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1035" + "$ref": "https://ils.rero.ch/api/documents/8" } }, { "pid": "217", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1034" + "$ref": "https://ils.rero.ch/api/documents/8" } }, { "pid": "218", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1033" + "$ref": "https://ils.rero.ch/api/documents/7" } }, { @@ -2624,43 +2624,43 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1032" + "$ref": "https://ils.rero.ch/api/documents/6" } }, { "pid": "220", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1031" + "$ref": "https://ils.rero.ch/api/documents/6" } }, { "pid": "221", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1031" + "$ref": "https://ils.rero.ch/api/documents/5" } }, { "pid": "222", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1030" + "$ref": "https://ils.rero.ch/api/documents/5" } }, { @@ -2672,67 +2672,67 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1029" + "$ref": "https://ils.rero.ch/api/documents/4" } }, { "pid": "224", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1028" + "$ref": "https://ils.rero.ch/api/documents/4" } }, { "pid": "225", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1027" + "$ref": "https://ils.rero.ch/api/documents/3" } }, { "pid": "226", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1026" + "$ref": "https://ils.rero.ch/api/documents/2" } }, { "pid": "227", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1026" + "$ref": "https://ils.rero.ch/api/documents/2" } }, { "pid": "228", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1025" + "$ref": "https://ils.rero.ch/api/documents/1" } }, { @@ -2743,17238 +2743,6 @@ "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1024" - } - }, - { - "pid": "230", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1023" - } - }, - { - "pid": "231", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1022" - } - }, - { - "pid": "232", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1021" - } - }, - { - "pid": "233", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1021" - } - }, - { - "pid": "234", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1020" - } - }, - { - "pid": "235", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1020" - } - }, - { - "pid": "236", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1019" - } - }, - { - "pid": "237", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1019" - } - }, - { - "pid": "238", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1018" - } - }, - { - "pid": "239", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1018" - } - }, - { - "pid": "240", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1017" - } - }, - { - "pid": "241", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1017" - } - }, - { - "pid": "242", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1016" - } - }, - { - "pid": "243", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1015" - } - }, - { - "pid": "244", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1014" - } - }, - { - "pid": "245", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1013" - } - }, - { - "pid": "246", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1012" - } - }, - { - "pid": "247", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1011" - } - }, - { - "pid": "248", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1010" - } - }, - { - "pid": "249", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1009" - } - }, - { - "pid": "250", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1009" - } - }, - { - "pid": "251", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1008" - } - }, - { - "pid": "252", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1007" - } - }, - { - "pid": "253", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1007" - } - }, - { - "pid": "254", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1006" - } - }, - { - "pid": "255", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1006" - } - }, - { - "pid": "256", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1005" - } - }, - { - "pid": "257", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1004" - } - }, - { - "pid": "258", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1003" - } - }, - { - "pid": "259", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1003" - } - }, - { - "pid": "260", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1002" - } - }, - { - "pid": "261", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1001" - } - }, - { - "pid": "262", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1000" - } - }, - { - "pid": "263", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/999" - } - }, - { - "pid": "264", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/998" - } - }, - { - "pid": "265", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/997" - } - }, - { - "pid": "266", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/997" - } - }, - { - "pid": "267", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/996" - } - }, - { - "pid": "268", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/996" - } - }, - { - "pid": "269", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/995" - } - }, - { - "pid": "270", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/994" - } - }, - { - "pid": "271", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/994" - } - }, - { - "pid": "272", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/993" - } - }, - { - "pid": "273", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/993" - } - }, - { - "pid": "274", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/992" - } - }, - { - "pid": "275", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/992" - } - }, - { - "pid": "276", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/991" - } - }, - { - "pid": "277", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/990" - } - }, - { - "pid": "278", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/990" - } - }, - { - "pid": "279", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/989" - } - }, - { - "pid": "280", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/989" - } - }, - { - "pid": "281", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/988" - } - }, - { - "pid": "282", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/987" - } - }, - { - "pid": "283", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/987" - } - }, - { - "pid": "284", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/986" - } - }, - { - "pid": "285", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/986" - } - }, - { - "pid": "286", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/985" - } - }, - { - "pid": "287", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/985" - } - }, - { - "pid": "288", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/984" - } - }, - { - "pid": "289", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/984" - } - }, - { - "pid": "290", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/983" - } - }, - { - "pid": "291", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/983" - } - }, - { - "pid": "292", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/982" - } - }, - { - "pid": "293", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/981" - } - }, - { - "pid": "294", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/980" - } - }, - { - "pid": "295", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/980" - } - }, - { - "pid": "296", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/979" - } - }, - { - "pid": "297", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/978" - } - }, - { - "pid": "298", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/977" - } - }, - { - "pid": "299", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/976" - } - }, - { - "pid": "300", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/976" - } - }, - { - "pid": "301", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/975" - } - }, - { - "pid": "302", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/975" - } - }, - { - "pid": "303", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/974" - } - }, - { - "pid": "304", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/973" - } - }, - { - "pid": "305", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/973" - } - }, - { - "pid": "306", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/972" - } - }, - { - "pid": "307", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/971" - } - }, - { - "pid": "308", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/970" - } - }, - { - "pid": "309", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/969" - } - }, - { - "pid": "310", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/969" - } - }, - { - "pid": "311", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/968" - } - }, - { - "pid": "312", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/968" - } - }, - { - "pid": "313", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/967" - } - }, - { - "pid": "314", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/966" - } - }, - { - "pid": "315", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/966" - } - }, - { - "pid": "316", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/965" - } - }, - { - "pid": "317", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/965" - } - }, - { - "pid": "318", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/964" - } - }, - { - "pid": "319", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/964" - } - }, - { - "pid": "320", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/963" - } - }, - { - "pid": "321", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/962" - } - }, - { - "pid": "322", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/961" - } - }, - { - "pid": "323", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/961" - } - }, - { - "pid": "324", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/960" - } - }, - { - "pid": "325", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/960" - } - }, - { - "pid": "326", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/959" - } - }, - { - "pid": "327", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/959" - } - }, - { - "pid": "328", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/958" - } - }, - { - "pid": "329", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/958" - } - }, - { - "pid": "330", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/957" - } - }, - { - "pid": "331", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/957" - } - }, - { - "pid": "332", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/956" - } - }, - { - "pid": "333", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/956" - } - }, - { - "pid": "334", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/955" - } - }, - { - "pid": "335", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/954" - } - }, - { - "pid": "336", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/953" - } - }, - { - "pid": "337", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/952" - } - }, - { - "pid": "338", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/952" - } - }, - { - "pid": "339", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/951" - } - }, - { - "pid": "340", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/950" - } - }, - { - "pid": "341", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/949" - } - }, - { - "pid": "342", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/948" - } - }, - { - "pid": "343", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/948" - } - }, - { - "pid": "344", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/947" - } - }, - { - "pid": "345", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/946" - } - }, - { - "pid": "346", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/946" - } - }, - { - "pid": "347", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/945" - } - }, - { - "pid": "348", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/944" - } - }, - { - "pid": "349", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/943" - } - }, - { - "pid": "350", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/943" - } - }, - { - "pid": "351", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/942" - } - }, - { - "pid": "352", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/941" - } - }, - { - "pid": "353", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/940" - } - }, - { - "pid": "354", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/939" - } - }, - { - "pid": "355", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/939" - } - }, - { - "pid": "356", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/938" - } - }, - { - "pid": "357", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/937" - } - }, - { - "pid": "358", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/936" - } - }, - { - "pid": "359", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/936" - } - }, - { - "pid": "360", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/935" - } - }, - { - "pid": "361", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/934" - } - }, - { - "pid": "362", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/934" - } - }, - { - "pid": "363", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/933" - } - }, - { - "pid": "364", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/932" - } - }, - { - "pid": "365", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/931" - } - }, - { - "pid": "366", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/930" - } - }, - { - "pid": "367", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/929" - } - }, - { - "pid": "368", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/929" - } - }, - { - "pid": "369", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/928" - } - }, - { - "pid": "370", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/928" - } - }, - { - "pid": "371", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/927" - } - }, - { - "pid": "372", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/926" - } - }, - { - "pid": "373", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/925" - } - }, - { - "pid": "374", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/924" - } - }, - { - "pid": "375", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/923" - } - }, - { - "pid": "376", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/922" - } - }, - { - "pid": "377", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/922" - } - }, - { - "pid": "378", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/921" - } - }, - { - "pid": "379", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/921" - } - }, - { - "pid": "380", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/920" - } - }, - { - "pid": "381", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/919" - } - }, - { - "pid": "382", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/918" - } - }, - { - "pid": "383", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/917" - } - }, - { - "pid": "384", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/916" - } - }, - { - "pid": "385", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/916" - } - }, - { - "pid": "386", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/915" - } - }, - { - "pid": "387", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/914" - } - }, - { - "pid": "388", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/913" - } - }, - { - "pid": "389", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/913" - } - }, - { - "pid": "390", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/912" - } - }, - { - "pid": "391", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/911" - } - }, - { - "pid": "392", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/911" - } - }, - { - "pid": "393", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/910" - } - }, - { - "pid": "394", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/910" - } - }, - { - "pid": "395", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/909" - } - }, - { - "pid": "396", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/909" - } - }, - { - "pid": "397", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/908" - } - }, - { - "pid": "398", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/907" - } - }, - { - "pid": "399", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/906" - } - }, - { - "pid": "400", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/905" - } - }, - { - "pid": "401", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/905" - } - }, - { - "pid": "402", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/904" - } - }, - { - "pid": "403", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/904" - } - }, - { - "pid": "404", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/903" - } - }, - { - "pid": "405", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/902" - } - }, - { - "pid": "406", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/901" - } - }, - { - "pid": "407", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/900" - } - }, - { - "pid": "408", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/900" - } - }, - { - "pid": "409", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/899" - } - }, - { - "pid": "410", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/898" - } - }, - { - "pid": "411", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/897" - } - }, - { - "pid": "412", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/896" - } - }, - { - "pid": "413", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/895" - } - }, - { - "pid": "414", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/894" - } - }, - { - "pid": "415", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/893" - } - }, - { - "pid": "416", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/892" - } - }, - { - "pid": "417", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/891" - } - }, - { - "pid": "418", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/890" - } - }, - { - "pid": "419", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/889" - } - }, - { - "pid": "420", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/889" - } - }, - { - "pid": "421", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/888" - } - }, - { - "pid": "422", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/887" - } - }, - { - "pid": "423", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/886" - } - }, - { - "pid": "424", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/886" - } - }, - { - "pid": "425", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/885" - } - }, - { - "pid": "426", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/885" - } - }, - { - "pid": "427", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/884" - } - }, - { - "pid": "428", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/883" - } - }, - { - "pid": "429", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/882" - } - }, - { - "pid": "430", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/881" - } - }, - { - "pid": "431", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/880" - } - }, - { - "pid": "432", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/880" - } - }, - { - "pid": "433", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/879" - } - }, - { - "pid": "434", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/879" - } - }, - { - "pid": "435", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/878" - } - }, - { - "pid": "436", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/878" - } - }, - { - "pid": "437", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/877" - } - }, - { - "pid": "438", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/877" - } - }, - { - "pid": "439", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/876" - } - }, - { - "pid": "440", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/876" - } - }, - { - "pid": "441", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/875" - } - }, - { - "pid": "442", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/874" - } - }, - { - "pid": "443", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/873" - } - }, - { - "pid": "444", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/873" - } - }, - { - "pid": "445", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/872" - } - }, - { - "pid": "446", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/871" - } - }, - { - "pid": "447", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/870" - } - }, - { - "pid": "448", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/869" - } - }, - { - "pid": "449", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/869" - } - }, - { - "pid": "450", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/868" - } - }, - { - "pid": "451", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/868" - } - }, - { - "pid": "452", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/867" - } - }, - { - "pid": "453", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/866" - } - }, - { - "pid": "454", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/866" - } - }, - { - "pid": "455", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/865" - } - }, - { - "pid": "456", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/864" - } - }, - { - "pid": "457", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/864" - } - }, - { - "pid": "458", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/863" - } - }, - { - "pid": "459", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/862" - } - }, - { - "pid": "460", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/861" - } - }, - { - "pid": "461", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/861" - } - }, - { - "pid": "462", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/860" - } - }, - { - "pid": "463", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/860" - } - }, - { - "pid": "464", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/859" - } - }, - { - "pid": "465", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/858" - } - }, - { - "pid": "466", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/858" - } - }, - { - "pid": "467", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/857" - } - }, - { - "pid": "468", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/856" - } - }, - { - "pid": "469", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/855" - } - }, - { - "pid": "470", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/855" - } - }, - { - "pid": "471", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/854" - } - }, - { - "pid": "472", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/854" - } - }, - { - "pid": "473", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/853" - } - }, - { - "pid": "474", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/852" - } - }, - { - "pid": "475", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/852" - } - }, - { - "pid": "476", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/851" - } - }, - { - "pid": "477", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/850" - } - }, - { - "pid": "478", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/850" - } - }, - { - "pid": "479", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/849" - } - }, - { - "pid": "480", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/849" - } - }, - { - "pid": "481", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/848" - } - }, - { - "pid": "482", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/847" - } - }, - { - "pid": "483", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/847" - } - }, - { - "pid": "484", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/846" - } - }, - { - "pid": "485", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/845" - } - }, - { - "pid": "486", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/845" - } - }, - { - "pid": "487", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/844" - } - }, - { - "pid": "488", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/843" - } - }, - { - "pid": "489", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/842" - } - }, - { - "pid": "490", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/842" - } - }, - { - "pid": "491", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/841" - } - }, - { - "pid": "492", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/840" - } - }, - { - "pid": "493", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/840" - } - }, - { - "pid": "494", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/839" - } - }, - { - "pid": "495", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/839" - } - }, - { - "pid": "496", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/838" - } - }, - { - "pid": "497", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/837" - } - }, - { - "pid": "498", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/836" - } - }, - { - "pid": "499", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/835" - } - }, - { - "pid": "500", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/835" - } - }, - { - "pid": "501", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/834" - } - }, - { - "pid": "502", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/834" - } - }, - { - "pid": "503", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/833" - } - }, - { - "pid": "504", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/832" - } - }, - { - "pid": "505", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/832" - } - }, - { - "pid": "506", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/831" - } - }, - { - "pid": "507", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/831" - } - }, - { - "pid": "508", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/830" - } - }, - { - "pid": "509", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/829" - } - }, - { - "pid": "510", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/828" - } - }, - { - "pid": "511", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/828" - } - }, - { - "pid": "512", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/827" - } - }, - { - "pid": "513", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/827" - } - }, - { - "pid": "514", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/826" - } - }, - { - "pid": "515", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/825" - } - }, - { - "pid": "516", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/824" - } - }, - { - "pid": "517", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/824" - } - }, - { - "pid": "518", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/823" - } - }, - { - "pid": "519", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/822" - } - }, - { - "pid": "520", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/821" - } - }, - { - "pid": "521", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/820" - } - }, - { - "pid": "522", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/819" - } - }, - { - "pid": "523", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/818" - } - }, - { - "pid": "524", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/817" - } - }, - { - "pid": "525", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/816" - } - }, - { - "pid": "526", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/815" - } - }, - { - "pid": "527", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/815" - } - }, - { - "pid": "528", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/814" - } - }, - { - "pid": "529", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/813" - } - }, - { - "pid": "530", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/812" - } - }, - { - "pid": "531", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/811" - } - }, - { - "pid": "532", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/811" - } - }, - { - "pid": "533", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/810" - } - }, - { - "pid": "534", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/809" - } - }, - { - "pid": "535", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/808" - } - }, - { - "pid": "536", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/808" - } - }, - { - "pid": "537", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/807" - } - }, - { - "pid": "538", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/806" - } - }, - { - "pid": "539", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/805" - } - }, - { - "pid": "540", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/804" - } - }, - { - "pid": "541", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/803" - } - }, - { - "pid": "542", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/802" - } - }, - { - "pid": "543", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/802" - } - }, - { - "pid": "544", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/801" - } - }, - { - "pid": "545", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/800" - } - }, - { - "pid": "546", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/799" - } - }, - { - "pid": "547", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/798" - } - }, - { - "pid": "548", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/798" - } - }, - { - "pid": "549", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/797" - } - }, - { - "pid": "550", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/796" - } - }, - { - "pid": "551", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/795" - } - }, - { - "pid": "552", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/795" - } - }, - { - "pid": "553", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/794" - } - }, - { - "pid": "554", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/794" - } - }, - { - "pid": "555", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/793" - } - }, - { - "pid": "556", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/793" - } - }, - { - "pid": "557", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/792" - } - }, - { - "pid": "558", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/791" - } - }, - { - "pid": "559", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/791" - } - }, - { - "pid": "560", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/790" - } - }, - { - "pid": "561", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/789" - } - }, - { - "pid": "562", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/788" - } - }, - { - "pid": "563", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/788" - } - }, - { - "pid": "564", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/787" - } - }, - { - "pid": "565", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/786" - } - }, - { - "pid": "566", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/785" - } - }, - { - "pid": "567", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/785" - } - }, - { - "pid": "568", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/784" - } - }, - { - "pid": "569", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/783" - } - }, - { - "pid": "570", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/782" - } - }, - { - "pid": "571", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/781" - } - }, - { - "pid": "572", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/781" - } - }, - { - "pid": "573", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/780" - } - }, - { - "pid": "574", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/780" - } - }, - { - "pid": "575", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/779" - } - }, - { - "pid": "576", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/779" - } - }, - { - "pid": "577", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/778" - } - }, - { - "pid": "578", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/778" - } - }, - { - "pid": "579", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/777" - } - }, - { - "pid": "580", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/776" - } - }, - { - "pid": "581", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/776" - } - }, - { - "pid": "582", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/775" - } - }, - { - "pid": "583", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/774" - } - }, - { - "pid": "584", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/773" - } - }, - { - "pid": "585", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/772" - } - }, - { - "pid": "586", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/772" - } - }, - { - "pid": "587", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/771" - } - }, - { - "pid": "588", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/771" - } - }, - { - "pid": "589", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/770" - } - }, - { - "pid": "590", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/769" - } - }, - { - "pid": "591", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/768" - } - }, - { - "pid": "592", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/768" - } - }, - { - "pid": "593", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/767" - } - }, - { - "pid": "594", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/766" - } - }, - { - "pid": "595", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/766" - } - }, - { - "pid": "596", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/765" - } - }, - { - "pid": "597", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/764" - } - }, - { - "pid": "598", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/763" - } - }, - { - "pid": "599", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/763" - } - }, - { - "pid": "600", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/762" - } - }, - { - "pid": "601", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/762" - } - }, - { - "pid": "602", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/761" - } - }, - { - "pid": "603", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/760" - } - }, - { - "pid": "604", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/759" - } - }, - { - "pid": "605", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/758" - } - }, - { - "pid": "606", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/757" - } - }, - { - "pid": "607", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/756" - } - }, - { - "pid": "608", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/755" - } - }, - { - "pid": "609", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/754" - } - }, - { - "pid": "610", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/754" - } - }, - { - "pid": "611", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/753" - } - }, - { - "pid": "612", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/752" - } - }, - { - "pid": "613", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/751" - } - }, - { - "pid": "614", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/751" - } - }, - { - "pid": "615", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/750" - } - }, - { - "pid": "616", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/749" - } - }, - { - "pid": "617", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/749" - } - }, - { - "pid": "618", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/748" - } - }, - { - "pid": "619", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/747" - } - }, - { - "pid": "620", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/746" - } - }, - { - "pid": "621", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/746" - } - }, - { - "pid": "622", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/745" - } - }, - { - "pid": "623", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/745" - } - }, - { - "pid": "624", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/744" - } - }, - { - "pid": "625", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/743" - } - }, - { - "pid": "626", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/743" - } - }, - { - "pid": "627", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/742" - } - }, - { - "pid": "628", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/742" - } - }, - { - "pid": "629", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/741" - } - }, - { - "pid": "630", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/740" - } - }, - { - "pid": "631", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/739" - } - }, - { - "pid": "632", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/738" - } - }, - { - "pid": "633", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/737" - } - }, - { - "pid": "634", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/736" - } - }, - { - "pid": "635", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/735" - } - }, - { - "pid": "636", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/734" - } - }, - { - "pid": "637", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/734" - } - }, - { - "pid": "638", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/733" - } - }, - { - "pid": "639", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/732" - } - }, - { - "pid": "640", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/731" - } - }, - { - "pid": "641", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/731" - } - }, - { - "pid": "642", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/730" - } - }, - { - "pid": "643", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/729" - } - }, - { - "pid": "644", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/728" - } - }, - { - "pid": "645", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/728" - } - }, - { - "pid": "646", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/727" - } - }, - { - "pid": "647", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/726" - } - }, - { - "pid": "648", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/725" - } - }, - { - "pid": "649", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/724" - } - }, - { - "pid": "650", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/723" - } - }, - { - "pid": "651", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/722" - } - }, - { - "pid": "652", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/722" - } - }, - { - "pid": "653", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/721" - } - }, - { - "pid": "654", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/720" - } - }, - { - "pid": "655", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/719" - } - }, - { - "pid": "656", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/719" - } - }, - { - "pid": "657", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/718" - } - }, - { - "pid": "658", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/718" - } - }, - { - "pid": "659", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/717" - } - }, - { - "pid": "660", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/717" - } - }, - { - "pid": "661", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/716" - } - }, - { - "pid": "662", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/715" - } - }, - { - "pid": "663", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/714" - } - }, - { - "pid": "664", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/713" - } - }, - { - "pid": "665", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/713" - } - }, - { - "pid": "666", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/712" - } - }, - { - "pid": "667", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/712" - } - }, - { - "pid": "668", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/711" - } - }, - { - "pid": "669", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/711" - } - }, - { - "pid": "670", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/710" - } - }, - { - "pid": "671", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/709" - } - }, - { - "pid": "672", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/709" - } - }, - { - "pid": "673", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/708" - } - }, - { - "pid": "674", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/707" - } - }, - { - "pid": "675", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/707" - } - }, - { - "pid": "676", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/706" - } - }, - { - "pid": "677", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/705" - } - }, - { - "pid": "678", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/704" - } - }, - { - "pid": "679", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/703" - } - }, - { - "pid": "680", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/702" - } - }, - { - "pid": "681", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/702" - } - }, - { - "pid": "682", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/701" - } - }, - { - "pid": "683", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/700" - } - }, - { - "pid": "684", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/700" - } - }, - { - "pid": "685", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/699" - } - }, - { - "pid": "686", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/699" - } - }, - { - "pid": "687", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/698" - } - }, - { - "pid": "688", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/697" - } - }, - { - "pid": "689", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/697" - } - }, - { - "pid": "690", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/696" - } - }, - { - "pid": "691", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/695" - } - }, - { - "pid": "692", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/694" - } - }, - { - "pid": "693", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/693" - } - }, - { - "pid": "694", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/692" - } - }, - { - "pid": "695", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/691" - } - }, - { - "pid": "696", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/690" - } - }, - { - "pid": "697", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/689" - } - }, - { - "pid": "698", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/688" - } - }, - { - "pid": "699", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/688" - } - }, - { - "pid": "700", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/687" - } - }, - { - "pid": "701", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/686" - } - }, - { - "pid": "702", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/685" - } - }, - { - "pid": "703", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/684" - } - }, - { - "pid": "704", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/683" - } - }, - { - "pid": "705", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/683" - } - }, - { - "pid": "706", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/682" - } - }, - { - "pid": "707", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/682" - } - }, - { - "pid": "708", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/681" - } - }, - { - "pid": "709", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/680" - } - }, - { - "pid": "710", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/680" - } - }, - { - "pid": "711", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/679" - } - }, - { - "pid": "712", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/678" - } - }, - { - "pid": "713", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/678" - } - }, - { - "pid": "714", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/677" - } - }, - { - "pid": "715", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/677" - } - }, - { - "pid": "716", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/676" - } - }, - { - "pid": "717", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/676" - } - }, - { - "pid": "718", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/675" - } - }, - { - "pid": "719", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/674" - } - }, - { - "pid": "720", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/673" - } - }, - { - "pid": "721", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/672" - } - }, - { - "pid": "722", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/672" - } - }, - { - "pid": "723", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/671" - } - }, - { - "pid": "724", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/671" - } - }, - { - "pid": "725", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/670" - } - }, - { - "pid": "726", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/669" - } - }, - { - "pid": "727", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/668" - } - }, - { - "pid": "728", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/668" - } - }, - { - "pid": "729", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/667" - } - }, - { - "pid": "730", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/666" - } - }, - { - "pid": "731", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/666" - } - }, - { - "pid": "732", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/665" - } - }, - { - "pid": "733", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/664" - } - }, - { - "pid": "734", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/663" - } - }, - { - "pid": "735", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/662" - } - }, - { - "pid": "736", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/661" - } - }, - { - "pid": "737", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/661" - } - }, - { - "pid": "738", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/660" - } - }, - { - "pid": "739", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/660" - } - }, - { - "pid": "740", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/659" - } - }, - { - "pid": "741", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/658" - } - }, - { - "pid": "742", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/658" - } - }, - { - "pid": "743", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/657" - } - }, - { - "pid": "744", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/656" - } - }, - { - "pid": "745", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/655" - } - }, - { - "pid": "746", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/654" - } - }, - { - "pid": "747", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/653" - } - }, - { - "pid": "748", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/652" - } - }, - { - "pid": "749", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/652" - } - }, - { - "pid": "750", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/651" - } - }, - { - "pid": "751", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/650" - } - }, - { - "pid": "752", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/649" - } - }, - { - "pid": "753", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/648" - } - }, - { - "pid": "754", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/648" - } - }, - { - "pid": "755", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/647" - } - }, - { - "pid": "756", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/646" - } - }, - { - "pid": "757", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/646" - } - }, - { - "pid": "758", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/645" - } - }, - { - "pid": "759", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/644" - } - }, - { - "pid": "760", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/644" - } - }, - { - "pid": "761", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/643" - } - }, - { - "pid": "762", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/642" - } - }, - { - "pid": "763", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/642" - } - }, - { - "pid": "764", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/641" - } - }, - { - "pid": "765", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/640" - } - }, - { - "pid": "766", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/639" - } - }, - { - "pid": "767", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/638" - } - }, - { - "pid": "768", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/638" - } - }, - { - "pid": "769", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/637" - } - }, - { - "pid": "770", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/637" - } - }, - { - "pid": "771", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/636" - } - }, - { - "pid": "772", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/635" - } - }, - { - "pid": "773", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/635" - } - }, - { - "pid": "774", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/634" - } - }, - { - "pid": "775", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/633" - } - }, - { - "pid": "776", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/633" - } - }, - { - "pid": "777", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/632" - } - }, - { - "pid": "778", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/631" - } - }, - { - "pid": "779", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/631" - } - }, - { - "pid": "780", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/630" - } - }, - { - "pid": "781", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/630" - } - }, - { - "pid": "782", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/629" - } - }, - { - "pid": "783", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/628" - } - }, - { - "pid": "784", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/627" - } - }, - { - "pid": "785", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/626" - } - }, - { - "pid": "786", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/625" - } - }, - { - "pid": "787", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/624" - } - }, - { - "pid": "788", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/623" - } - }, - { - "pid": "789", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/622" - } - }, - { - "pid": "790", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/621" - } - }, - { - "pid": "791", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/620" - } - }, - { - "pid": "792", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/619" - } - }, - { - "pid": "793", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/619" - } - }, - { - "pid": "794", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/618" - } - }, - { - "pid": "795", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/617" - } - }, - { - "pid": "796", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/616" - } - }, - { - "pid": "797", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/616" - } - }, - { - "pid": "798", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/615" - } - }, - { - "pid": "799", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/614" - } - }, - { - "pid": "800", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/614" - } - }, - { - "pid": "801", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/613" - } - }, - { - "pid": "802", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/612" - } - }, - { - "pid": "803", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/612" - } - }, - { - "pid": "804", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/611" - } - }, - { - "pid": "805", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/610" - } - }, - { - "pid": "806", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/609" - } - }, - { - "pid": "807", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/609" - } - }, - { - "pid": "808", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/608" - } - }, - { - "pid": "809", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/607" - } - }, - { - "pid": "810", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/607" - } - }, - { - "pid": "811", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/606" - } - }, - { - "pid": "812", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/605" - } - }, - { - "pid": "813", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/605" - } - }, - { - "pid": "814", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/604" - } - }, - { - "pid": "815", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/603" - } - }, - { - "pid": "816", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/603" - } - }, - { - "pid": "817", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/602" - } - }, - { - "pid": "818", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/601" - } - }, - { - "pid": "819", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/600" - } - }, - { - "pid": "820", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/599" - } - }, - { - "pid": "821", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/598" - } - }, - { - "pid": "822", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/598" - } - }, - { - "pid": "823", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/597" - } - }, - { - "pid": "824", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/596" - } - }, - { - "pid": "825", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/596" - } - }, - { - "pid": "826", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/595" - } - }, - { - "pid": "827", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/595" - } - }, - { - "pid": "828", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/594" - } - }, - { - "pid": "829", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/593" - } - }, - { - "pid": "830", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/593" - } - }, - { - "pid": "831", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/592" - } - }, - { - "pid": "832", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/591" - } - }, - { - "pid": "833", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/590" - } - }, - { - "pid": "834", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/589" - } - }, - { - "pid": "835", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/589" - } - }, - { - "pid": "836", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/588" - } - }, - { - "pid": "837", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/588" - } - }, - { - "pid": "838", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/587" - } - }, - { - "pid": "839", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/586" - } - }, - { - "pid": "840", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/586" - } - }, - { - "pid": "841", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/585" - } - }, - { - "pid": "842", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/585" - } - }, - { - "pid": "843", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/584" - } - }, - { - "pid": "844", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/584" - } - }, - { - "pid": "845", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/583" - } - }, - { - "pid": "846", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/582" - } - }, - { - "pid": "847", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/581" - } - }, - { - "pid": "848", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/581" - } - }, - { - "pid": "849", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/580" - } - }, - { - "pid": "850", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/579" - } - }, - { - "pid": "851", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/578" - } - }, - { - "pid": "852", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/578" - } - }, - { - "pid": "853", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/577" - } - }, - { - "pid": "854", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/576" - } - }, - { - "pid": "855", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/575" - } - }, - { - "pid": "856", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/575" - } - }, - { - "pid": "857", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/574" - } - }, - { - "pid": "858", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/574" - } - }, - { - "pid": "859", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/573" - } - }, - { - "pid": "860", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/572" - } - }, - { - "pid": "861", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/572" - } - }, - { - "pid": "862", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/571" - } - }, - { - "pid": "863", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/570" - } - }, - { - "pid": "864", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/570" - } - }, - { - "pid": "865", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/569" - } - }, - { - "pid": "866", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/569" - } - }, - { - "pid": "867", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/568" - } - }, - { - "pid": "868", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/568" - } - }, - { - "pid": "869", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/567" - } - }, - { - "pid": "870", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/566" - } - }, - { - "pid": "871", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/565" - } - }, - { - "pid": "872", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/565" - } - }, - { - "pid": "873", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/564" - } - }, - { - "pid": "874", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/563" - } - }, - { - "pid": "875", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/562" - } - }, - { - "pid": "876", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/562" - } - }, - { - "pid": "877", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/561" - } - }, - { - "pid": "878", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/561" - } - }, - { - "pid": "879", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/560" - } - }, - { - "pid": "880", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/560" - } - }, - { - "pid": "881", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/559" - } - }, - { - "pid": "882", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/558" - } - }, - { - "pid": "883", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/558" - } - }, - { - "pid": "884", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/557" - } - }, - { - "pid": "885", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/557" - } - }, - { - "pid": "886", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/556" - } - }, - { - "pid": "887", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/555" - } - }, - { - "pid": "888", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/555" - } - }, - { - "pid": "889", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/554" - } - }, - { - "pid": "890", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/553" - } - }, - { - "pid": "891", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/552" - } - }, - { - "pid": "892", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/551" - } - }, - { - "pid": "893", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/551" - } - }, - { - "pid": "894", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/550" - } - }, - { - "pid": "895", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/549" - } - }, - { - "pid": "896", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/548" - } - }, - { - "pid": "897", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/547" - } - }, - { - "pid": "898", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/546" - } - }, - { - "pid": "899", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/545" - } - }, - { - "pid": "900", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/544" - } - }, - { - "pid": "901", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/544" - } - }, - { - "pid": "902", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/543" - } - }, - { - "pid": "903", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/542" - } - }, - { - "pid": "904", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/542" - } - }, - { - "pid": "905", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/541" - } - }, - { - "pid": "906", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/541" - } - }, - { - "pid": "907", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/540" - } - }, - { - "pid": "908", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/539" - } - }, - { - "pid": "909", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/538" - } - }, - { - "pid": "910", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/537" - } - }, - { - "pid": "911", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/537" - } - }, - { - "pid": "912", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/536" - } - }, - { - "pid": "913", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/535" - } - }, - { - "pid": "914", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/535" - } - }, - { - "pid": "915", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/534" - } - }, - { - "pid": "916", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/533" - } - }, - { - "pid": "917", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/533" - } - }, - { - "pid": "918", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/532" - } - }, - { - "pid": "919", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/531" - } - }, - { - "pid": "920", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/530" - } - }, - { - "pid": "921", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/529" - } - }, - { - "pid": "922", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/529" - } - }, - { - "pid": "923", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/528" - } - }, - { - "pid": "924", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/527" - } - }, - { - "pid": "925", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/527" - } - }, - { - "pid": "926", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/526" - } - }, - { - "pid": "927", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/525" - } - }, - { - "pid": "928", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/524" - } - }, - { - "pid": "929", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/523" - } - }, - { - "pid": "930", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/523" - } - }, - { - "pid": "931", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/522" - } - }, - { - "pid": "932", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/522" - } - }, - { - "pid": "933", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/521" - } - }, - { - "pid": "934", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/520" - } - }, - { - "pid": "935", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/520" - } - }, - { - "pid": "936", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/519" - } - }, - { - "pid": "937", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/519" - } - }, - { - "pid": "938", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/518" - } - }, - { - "pid": "939", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/517" - } - }, - { - "pid": "940", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/517" - } - }, - { - "pid": "941", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/516" - } - }, - { - "pid": "942", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/516" - } - }, - { - "pid": "943", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/515" - } - }, - { - "pid": "944", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/515" - } - }, - { - "pid": "945", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/514" - } - }, - { - "pid": "946", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/514" - } - }, - { - "pid": "947", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/513" - } - }, - { - "pid": "948", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/512" - } - }, - { - "pid": "949", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/512" - } - }, - { - "pid": "950", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/511" - } - }, - { - "pid": "951", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/511" - } - }, - { - "pid": "952", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/510" - } - }, - { - "pid": "953", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/509" - } - }, - { - "pid": "954", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/508" - } - }, - { - "pid": "955", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/508" - } - }, - { - "pid": "956", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/507" - } - }, - { - "pid": "957", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/506" - } - }, - { - "pid": "958", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/505" - } - }, - { - "pid": "959", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/504" - } - }, - { - "pid": "960", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/503" - } - }, - { - "pid": "961", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/502" - } - }, - { - "pid": "962", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/502" - } - }, - { - "pid": "963", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/501" - } - }, - { - "pid": "964", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/501" - } - }, - { - "pid": "965", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/500" - } - }, - { - "pid": "966", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/499" - } - }, - { - "pid": "967", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/498" - } - }, - { - "pid": "968", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/497" - } - }, - { - "pid": "969", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/497" - } - }, - { - "pid": "970", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/496" - } - }, - { - "pid": "971", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/495" - } - }, - { - "pid": "972", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/494" - } - }, - { - "pid": "973", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/494" - } - }, - { - "pid": "974", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/493" - } - }, - { - "pid": "975", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/492" - } - }, - { - "pid": "976", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/491" - } - }, - { - "pid": "977", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/490" - } - }, - { - "pid": "978", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/490" - } - }, - { - "pid": "979", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/489" - } - }, - { - "pid": "980", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/488" - } - }, - { - "pid": "981", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/488" - } - }, - { - "pid": "982", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/487" - } - }, - { - "pid": "983", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/486" - } - }, - { - "pid": "984", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/486" - } - }, - { - "pid": "985", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/485" - } - }, - { - "pid": "986", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/484" - } - }, - { - "pid": "987", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/483" - } - }, - { - "pid": "988", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/482" - } - }, - { - "pid": "989", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/481" - } - }, - { - "pid": "990", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/480" - } - }, - { - "pid": "991", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/480" - } - }, - { - "pid": "992", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/479" - } - }, - { - "pid": "993", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/478" - } - }, - { - "pid": "994", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/477" - } - }, - { - "pid": "995", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/476" - } - }, - { - "pid": "996", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/475" - } - }, - { - "pid": "997", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/474" - } - }, - { - "pid": "998", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/473" - } - }, - { - "pid": "999", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/472" - } - }, - { - "pid": "1000", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/472" - } - }, - { - "pid": "1001", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/471" - } - }, - { - "pid": "1002", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/470" - } - }, - { - "pid": "1003", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/469" - } - }, - { - "pid": "1004", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/468" - } - }, - { - "pid": "1005", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/467" - } - }, - { - "pid": "1006", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/466" - } - }, - { - "pid": "1007", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/465" - } - }, - { - "pid": "1008", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/465" - } - }, - { - "pid": "1009", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/464" - } - }, - { - "pid": "1010", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/464" - } - }, - { - "pid": "1011", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/463" - } - }, - { - "pid": "1012", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/462" - } - }, - { - "pid": "1013", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/462" - } - }, - { - "pid": "1014", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/461" - } - }, - { - "pid": "1015", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/460" - } - }, - { - "pid": "1016", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/459" - } - }, - { - "pid": "1017", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/458" - } - }, - { - "pid": "1018", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/458" - } - }, - { - "pid": "1019", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/457" - } - }, - { - "pid": "1020", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/457" - } - }, - { - "pid": "1021", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/456" - } - }, - { - "pid": "1022", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/456" - } - }, - { - "pid": "1023", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/455" - } - }, - { - "pid": "1024", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/454" - } - }, - { - "pid": "1025", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/454" - } - }, - { - "pid": "1026", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/453" - } - }, - { - "pid": "1027", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/452" - } - }, - { - "pid": "1028", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/451" - } - }, - { - "pid": "1029", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/451" - } - }, - { - "pid": "1030", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/450" - } - }, - { - "pid": "1031", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/449" - } - }, - { - "pid": "1032", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/448" - } - }, - { - "pid": "1033", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/448" - } - }, - { - "pid": "1034", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/447" - } - }, - { - "pid": "1035", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/446" - } - }, - { - "pid": "1036", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/446" - } - }, - { - "pid": "1037", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/445" - } - }, - { - "pid": "1038", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/445" - } - }, - { - "pid": "1039", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/444" - } - }, - { - "pid": "1040", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/444" - } - }, - { - "pid": "1041", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/443" - } - }, - { - "pid": "1042", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/443" - } - }, - { - "pid": "1043", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/442" - } - }, - { - "pid": "1044", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/441" - } - }, - { - "pid": "1045", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/440" - } - }, - { - "pid": "1046", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/439" - } - }, - { - "pid": "1047", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/438" - } - }, - { - "pid": "1048", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/438" - } - }, - { - "pid": "1049", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/437" - } - }, - { - "pid": "1050", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/437" - } - }, - { - "pid": "1051", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/436" - } - }, - { - "pid": "1052", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/436" - } - }, - { - "pid": "1053", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/435" - } - }, - { - "pid": "1054", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/435" - } - }, - { - "pid": "1055", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/434" - } - }, - { - "pid": "1056", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/433" - } - }, - { - "pid": "1057", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/432" - } - }, - { - "pid": "1058", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/431" - } - }, - { - "pid": "1059", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/431" - } - }, - { - "pid": "1060", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/430" - } - }, - { - "pid": "1061", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/429" - } - }, - { - "pid": "1062", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/429" - } - }, - { - "pid": "1063", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/428" - } - }, - { - "pid": "1064", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/427" - } - }, - { - "pid": "1065", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/426" - } - }, - { - "pid": "1066", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/426" - } - }, - { - "pid": "1067", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/425" - } - }, - { - "pid": "1068", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/424" - } - }, - { - "pid": "1069", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/423" - } - }, - { - "pid": "1070", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/422" - } - }, - { - "pid": "1071", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/422" - } - }, - { - "pid": "1072", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/421" - } - }, - { - "pid": "1073", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/420" - } - }, - { - "pid": "1074", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/419" - } - }, - { - "pid": "1075", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/419" - } - }, - { - "pid": "1076", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/418" - } - }, - { - "pid": "1077", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/417" - } - }, - { - "pid": "1078", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/416" - } - }, - { - "pid": "1079", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/416" - } - }, - { - "pid": "1080", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/415" - } - }, - { - "pid": "1081", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/414" - } - }, - { - "pid": "1082", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/413" - } - }, - { - "pid": "1083", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/412" - } - }, - { - "pid": "1084", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/412" - } - }, - { - "pid": "1085", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/411" - } - }, - { - "pid": "1086", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/411" - } - }, - { - "pid": "1087", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/410" - } - }, - { - "pid": "1088", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/409" - } - }, - { - "pid": "1089", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/408" - } - }, - { - "pid": "1090", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/408" - } - }, - { - "pid": "1091", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/407" - } - }, - { - "pid": "1092", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/407" - } - }, - { - "pid": "1093", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/406" - } - }, - { - "pid": "1094", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/406" - } - }, - { - "pid": "1095", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/405" - } - }, - { - "pid": "1096", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/404" - } - }, - { - "pid": "1097", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/404" - } - }, - { - "pid": "1098", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/403" - } - }, - { - "pid": "1099", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/402" - } - }, - { - "pid": "1100", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/401" - } - }, - { - "pid": "1101", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/400" - } - }, - { - "pid": "1102", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/400" - } - }, - { - "pid": "1103", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/399" - } - }, - { - "pid": "1104", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/398" - } - }, - { - "pid": "1105", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/397" - } - }, - { - "pid": "1106", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/396" - } - }, - { - "pid": "1107", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/396" - } - }, - { - "pid": "1108", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/395" - } - }, - { - "pid": "1109", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/395" - } - }, - { - "pid": "1110", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/394" - } - }, - { - "pid": "1111", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/394" - } - }, - { - "pid": "1112", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/393" - } - }, - { - "pid": "1113", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/392" - } - }, - { - "pid": "1114", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/391" - } - }, - { - "pid": "1115", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/390" - } - }, - { - "pid": "1116", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/389" - } - }, - { - "pid": "1117", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/388" - } - }, - { - "pid": "1118", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/387" - } - }, - { - "pid": "1119", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/386" - } - }, - { - "pid": "1120", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/385" - } - }, - { - "pid": "1121", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/385" - } - }, - { - "pid": "1122", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/384" - } - }, - { - "pid": "1123", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/383" - } - }, - { - "pid": "1124", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/383" - } - }, - { - "pid": "1125", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/382" - } - }, - { - "pid": "1126", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/382" - } - }, - { - "pid": "1127", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/381" - } - }, - { - "pid": "1128", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/380" - } - }, - { - "pid": "1129", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/379" - } - }, - { - "pid": "1130", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/378" - } - }, - { - "pid": "1131", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/377" - } - }, - { - "pid": "1132", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/377" - } - }, - { - "pid": "1133", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/376" - } - }, - { - "pid": "1134", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/375" - } - }, - { - "pid": "1135", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/375" - } - }, - { - "pid": "1136", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/374" - } - }, - { - "pid": "1137", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/373" - } - }, - { - "pid": "1138", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/372" - } - }, - { - "pid": "1139", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/371" - } - }, - { - "pid": "1140", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/370" - } - }, - { - "pid": "1141", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/369" - } - }, - { - "pid": "1142", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/368" - } - }, - { - "pid": "1143", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/367" - } - }, - { - "pid": "1144", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/366" - } - }, - { - "pid": "1145", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/365" - } - }, - { - "pid": "1146", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/364" - } - }, - { - "pid": "1147", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/364" - } - }, - { - "pid": "1148", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/363" - } - }, - { - "pid": "1149", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/362" - } - }, - { - "pid": "1150", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/361" - } - }, - { - "pid": "1151", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/361" - } - }, - { - "pid": "1152", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/360" - } - }, - { - "pid": "1153", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/360" - } - }, - { - "pid": "1154", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/359" - } - }, - { - "pid": "1155", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/358" - } - }, - { - "pid": "1156", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/358" - } - }, - { - "pid": "1157", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/357" - } - }, - { - "pid": "1158", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/356" - } - }, - { - "pid": "1159", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/356" - } - }, - { - "pid": "1160", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/355" - } - }, - { - "pid": "1161", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/355" - } - }, - { - "pid": "1162", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/354" - } - }, - { - "pid": "1163", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/353" - } - }, - { - "pid": "1164", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/353" - } - }, - { - "pid": "1165", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/352" - } - }, - { - "pid": "1166", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/351" - } - }, - { - "pid": "1167", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/350" - } - }, - { - "pid": "1168", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/349" - } - }, - { - "pid": "1169", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/349" - } - }, - { - "pid": "1170", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/348" - } - }, - { - "pid": "1171", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/347" - } - }, - { - "pid": "1172", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/346" - } - }, - { - "pid": "1173", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/346" - } - }, - { - "pid": "1174", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/345" - } - }, - { - "pid": "1175", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/344" - } - }, - { - "pid": "1176", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/344" - } - }, - { - "pid": "1177", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/343" - } - }, - { - "pid": "1178", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/342" - } - }, - { - "pid": "1179", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/341" - } - }, - { - "pid": "1180", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/340" - } - }, - { - "pid": "1181", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/340" - } - }, - { - "pid": "1182", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/339" - } - }, - { - "pid": "1183", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/339" - } - }, - { - "pid": "1184", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/338" - } - }, - { - "pid": "1185", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/337" - } - }, - { - "pid": "1186", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/336" - } - }, - { - "pid": "1187", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/335" - } - }, - { - "pid": "1188", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/334" - } - }, - { - "pid": "1189", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/333" - } - }, - { - "pid": "1190", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/332" - } - }, - { - "pid": "1191", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/331" - } - }, - { - "pid": "1192", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/330" - } - }, - { - "pid": "1193", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/330" - } - }, - { - "pid": "1194", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/329" - } - }, - { - "pid": "1195", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/329" - } - }, - { - "pid": "1196", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/328" - } - }, - { - "pid": "1197", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/328" - } - }, - { - "pid": "1198", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/327" - } - }, - { - "pid": "1199", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/327" - } - }, - { - "pid": "1200", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/326" - } - }, - { - "pid": "1201", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/325" - } - }, - { - "pid": "1202", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/325" - } - }, - { - "pid": "1203", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/324" - } - }, - { - "pid": "1204", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/323" - } - }, - { - "pid": "1205", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/323" - } - }, - { - "pid": "1206", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/322" - } - }, - { - "pid": "1207", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/322" - } - }, - { - "pid": "1208", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/321" - } - }, - { - "pid": "1209", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/320" - } - }, - { - "pid": "1210", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/319" - } - }, - { - "pid": "1211", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/319" - } - }, - { - "pid": "1212", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/318" - } - }, - { - "pid": "1213", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/317" - } - }, - { - "pid": "1214", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/316" - } - }, - { - "pid": "1215", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/316" - } - }, - { - "pid": "1216", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/315" - } - }, - { - "pid": "1217", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/314" - } - }, - { - "pid": "1218", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/313" - } - }, - { - "pid": "1219", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/312" - } - }, - { - "pid": "1220", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/311" - } - }, - { - "pid": "1221", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/310" - } - }, - { - "pid": "1222", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/309" - } - }, - { - "pid": "1223", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/308" - } - }, - { - "pid": "1224", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/307" - } - }, - { - "pid": "1225", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/306" - } - }, - { - "pid": "1226", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/305" - } - }, - { - "pid": "1227", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/305" - } - }, - { - "pid": "1228", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/304" - } - }, - { - "pid": "1229", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/303" - } - }, - { - "pid": "1230", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/303" - } - }, - { - "pid": "1231", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/302" - } - }, - { - "pid": "1232", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/301" - } - }, - { - "pid": "1233", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/300" - } - }, - { - "pid": "1234", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/299" - } - }, - { - "pid": "1235", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/298" - } - }, - { - "pid": "1236", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/297" - } - }, - { - "pid": "1237", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/297" - } - }, - { - "pid": "1238", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/296" - } - }, - { - "pid": "1239", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/296" - } - }, - { - "pid": "1240", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/295" - } - }, - { - "pid": "1241", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/294" - } - }, - { - "pid": "1242", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/294" - } - }, - { - "pid": "1243", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/293" - } - }, - { - "pid": "1244", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/292" - } - }, - { - "pid": "1245", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/292" - } - }, - { - "pid": "1246", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/291" - } - }, - { - "pid": "1247", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/291" - } - }, - { - "pid": "1248", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/290" - } - }, - { - "pid": "1249", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/289" - } - }, - { - "pid": "1250", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/289" - } - }, - { - "pid": "1251", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/288" - } - }, - { - "pid": "1252", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/288" - } - }, - { - "pid": "1253", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/287" - } - }, - { - "pid": "1254", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/287" - } - }, - { - "pid": "1255", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/286" - } - }, - { - "pid": "1256", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/286" - } - }, - { - "pid": "1257", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/285" - } - }, - { - "pid": "1258", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/284" - } - }, - { - "pid": "1259", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/283" - } - }, - { - "pid": "1260", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/283" - } - }, - { - "pid": "1261", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/282" - } - }, - { - "pid": "1262", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/281" - } - }, - { - "pid": "1263", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/280" - } - }, - { - "pid": "1264", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/280" - } - }, - { - "pid": "1265", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/279" - } - }, - { - "pid": "1266", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/279" - } - }, - { - "pid": "1267", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/278" - } - }, - { - "pid": "1268", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/278" - } - }, - { - "pid": "1269", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/277" - } - }, - { - "pid": "1270", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/277" - } - }, - { - "pid": "1271", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/276" - } - }, - { - "pid": "1272", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/276" - } - }, - { - "pid": "1273", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/275" - } - }, - { - "pid": "1274", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/275" - } - }, - { - "pid": "1275", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/274" - } - }, - { - "pid": "1276", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/273" - } - }, - { - "pid": "1277", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/273" - } - }, - { - "pid": "1278", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/272" - } - }, - { - "pid": "1279", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/271" - } - }, - { - "pid": "1280", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/271" - } - }, - { - "pid": "1281", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/270" - } - }, - { - "pid": "1282", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/270" - } - }, - { - "pid": "1283", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/269" - } - }, - { - "pid": "1284", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/268" - } - }, - { - "pid": "1285", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/267" - } - }, - { - "pid": "1286", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/266" - } - }, - { - "pid": "1287", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/265" - } - }, - { - "pid": "1288", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/265" - } - }, - { - "pid": "1289", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/264" - } - }, - { - "pid": "1290", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/263" - } - }, - { - "pid": "1291", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/263" - } - }, - { - "pid": "1292", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/262" - } - }, - { - "pid": "1293", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/262" - } - }, - { - "pid": "1294", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/261" - } - }, - { - "pid": "1295", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/261" - } - }, - { - "pid": "1296", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/260" - } - }, - { - "pid": "1297", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/259" - } - }, - { - "pid": "1298", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/258" - } - }, - { - "pid": "1299", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/257" - } - }, - { - "pid": "1300", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/256" - } - }, - { - "pid": "1301", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/255" - } - }, - { - "pid": "1302", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/255" - } - }, - { - "pid": "1303", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/254" - } - }, - { - "pid": "1304", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/254" - } - }, - { - "pid": "1305", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/253" - } - }, - { - "pid": "1306", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/252" - } - }, - { - "pid": "1307", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/251" - } - }, - { - "pid": "1308", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/250" - } - }, - { - "pid": "1309", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/249" - } - }, - { - "pid": "1310", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/249" - } - }, - { - "pid": "1311", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/248" - } - }, - { - "pid": "1312", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/247" - } - }, - { - "pid": "1313", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/246" - } - }, - { - "pid": "1314", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/246" - } - }, - { - "pid": "1315", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/245" - } - }, - { - "pid": "1316", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/245" - } - }, - { - "pid": "1317", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/244" - } - }, - { - "pid": "1318", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/244" - } - }, - { - "pid": "1319", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/243" - } - }, - { - "pid": "1320", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/243" - } - }, - { - "pid": "1321", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/242" - } - }, - { - "pid": "1322", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/241" - } - }, - { - "pid": "1323", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/241" - } - }, - { - "pid": "1324", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/240" - } - }, - { - "pid": "1325", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/239" - } - }, - { - "pid": "1326", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/238" - } - }, - { - "pid": "1327", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/238" - } - }, - { - "pid": "1328", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/237" - } - }, - { - "pid": "1329", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/237" - } - }, - { - "pid": "1330", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/236" - } - }, - { - "pid": "1331", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/235" - } - }, - { - "pid": "1332", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/234" - } - }, - { - "pid": "1333", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/233" - } - }, - { - "pid": "1334", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/233" - } - }, - { - "pid": "1335", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/232" - } - }, - { - "pid": "1336", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/232" - } - }, - { - "pid": "1337", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/231" - } - }, - { - "pid": "1338", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/231" - } - }, - { - "pid": "1339", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/230" - } - }, - { - "pid": "1340", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/230" - } - }, - { - "pid": "1341", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/229" - } - }, - { - "pid": "1342", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/228" - } - }, - { - "pid": "1343", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/227" - } - }, - { - "pid": "1344", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/226" - } - }, - { - "pid": "1345", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/226" - } - }, - { - "pid": "1346", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/225" - } - }, - { - "pid": "1347", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/225" - } - }, - { - "pid": "1348", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/224" - } - }, - { - "pid": "1349", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/223" - } - }, - { - "pid": "1350", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/223" - } - }, - { - "pid": "1351", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/222" - } - }, - { - "pid": "1352", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/221" - } - }, - { - "pid": "1353", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/221" - } - }, - { - "pid": "1354", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/220" - } - }, - { - "pid": "1355", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/219" - } - }, - { - "pid": "1356", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/218" - } - }, - { - "pid": "1357", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/218" - } - }, - { - "pid": "1358", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/217" - } - }, - { - "pid": "1359", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/216" - } - }, - { - "pid": "1360", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/215" - } - }, - { - "pid": "1361", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/214" - } - }, - { - "pid": "1362", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/214" - } - }, - { - "pid": "1363", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/213" - } - }, - { - "pid": "1364", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/212" - } - }, - { - "pid": "1365", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/211" - } - }, - { - "pid": "1366", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/210" - } - }, - { - "pid": "1367", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/209" - } - }, - { - "pid": "1368", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/209" - } - }, - { - "pid": "1369", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/208" - } - }, - { - "pid": "1370", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/208" - } - }, - { - "pid": "1371", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/207" - } - }, - { - "pid": "1372", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/207" - } - }, - { - "pid": "1373", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/206" - } - }, - { - "pid": "1374", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/205" - } - }, - { - "pid": "1375", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/205" - } - }, - { - "pid": "1376", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/204" - } - }, - { - "pid": "1377", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/203" - } - }, - { - "pid": "1378", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/202" - } - }, - { - "pid": "1379", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/202" - } - }, - { - "pid": "1380", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/201" - } - }, - { - "pid": "1381", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/200" - } - }, - { - "pid": "1382", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/200" - } - }, - { - "pid": "1383", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/199" - } - }, - { - "pid": "1384", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/199" - } - }, - { - "pid": "1385", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/198" - } - }, - { - "pid": "1386", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/198" - } - }, - { - "pid": "1387", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/197" - } - }, - { - "pid": "1388", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/196" - } - }, - { - "pid": "1389", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/196" - } - }, - { - "pid": "1390", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/195" - } - }, - { - "pid": "1391", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/194" - } - }, - { - "pid": "1392", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/194" - } - }, - { - "pid": "1393", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/193" - } - }, - { - "pid": "1394", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/193" - } - }, - { - "pid": "1395", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/192" - } - }, - { - "pid": "1396", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/191" - } - }, - { - "pid": "1397", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/191" - } - }, - { - "pid": "1398", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/190" - } - }, - { - "pid": "1399", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/189" - } - }, - { - "pid": "1400", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/189" - } - }, - { - "pid": "1401", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/188" - } - }, - { - "pid": "1402", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/188" - } - }, - { - "pid": "1403", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/187" - } - }, - { - "pid": "1404", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/187" - } - }, - { - "pid": "1405", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/186" - } - }, - { - "pid": "1406", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/185" - } - }, - { - "pid": "1407", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/185" - } - }, - { - "pid": "1408", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/184" - } - }, - { - "pid": "1409", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/184" - } - }, - { - "pid": "1410", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/183" - } - }, - { - "pid": "1411", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/182" - } - }, - { - "pid": "1412", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/182" - } - }, - { - "pid": "1413", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/181" - } - }, - { - "pid": "1414", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/181" - } - }, - { - "pid": "1415", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/180" - } - }, - { - "pid": "1416", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/180" - } - }, - { - "pid": "1417", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/179" - } - }, - { - "pid": "1418", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/178" - } - }, - { - "pid": "1419", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/178" - } - }, - { - "pid": "1420", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/177" - } - }, - { - "pid": "1421", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/177" - } - }, - { - "pid": "1422", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/176" - } - }, - { - "pid": "1423", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/176" - } - }, - { - "pid": "1424", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/175" - } - }, - { - "pid": "1425", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/174" - } - }, - { - "pid": "1426", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/173" - } - }, - { - "pid": "1427", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/172" - } - }, - { - "pid": "1428", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/172" - } - }, - { - "pid": "1429", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/171" - } - }, - { - "pid": "1430", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/171" - } - }, - { - "pid": "1431", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/170" - } - }, - { - "pid": "1432", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/170" - } - }, - { - "pid": "1433", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/169" - } - }, - { - "pid": "1434", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/168" - } - }, - { - "pid": "1435", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/167" - } - }, - { - "pid": "1436", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/166" - } - }, - { - "pid": "1437", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/165" - } - }, - { - "pid": "1438", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/165" - } - }, - { - "pid": "1439", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/164" - } - }, - { - "pid": "1440", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/164" - } - }, - { - "pid": "1441", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/163" - } - }, - { - "pid": "1442", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/163" - } - }, - { - "pid": "1443", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/162" - } - }, - { - "pid": "1444", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/161" - } - }, - { - "pid": "1445", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/161" - } - }, - { - "pid": "1446", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/160" - } - }, - { - "pid": "1447", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/160" - } - }, - { - "pid": "1448", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/159" - } - }, - { - "pid": "1449", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/158" - } - }, - { - "pid": "1450", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/157" - } - }, - { - "pid": "1451", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/156" - } - }, - { - "pid": "1452", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/156" - } - }, - { - "pid": "1453", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/155" - } - }, - { - "pid": "1454", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/154" - } - }, - { - "pid": "1455", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/154" - } - }, - { - "pid": "1456", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/153" - } - }, - { - "pid": "1457", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/152" - } - }, - { - "pid": "1458", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/152" - } - }, - { - "pid": "1459", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/151" - } - }, - { - "pid": "1460", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/150" - } - }, - { - "pid": "1461", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/150" - } - }, - { - "pid": "1462", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/149" - } - }, - { - "pid": "1463", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/148" - } - }, - { - "pid": "1464", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/148" - } - }, - { - "pid": "1465", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/147" - } - }, - { - "pid": "1466", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/147" - } - }, - { - "pid": "1467", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/146" - } - }, - { - "pid": "1468", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/145" - } - }, - { - "pid": "1469", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/144" - } - }, - { - "pid": "1470", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/143" - } - }, - { - "pid": "1471", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/142" - } - }, - { - "pid": "1472", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/141" - } - }, - { - "pid": "1473", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/140" - } - }, - { - "pid": "1474", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/139" - } - }, - { - "pid": "1475", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/138" - } - }, - { - "pid": "1476", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/137" - } - }, - { - "pid": "1477", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/136" - } - }, - { - "pid": "1478", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/135" - } - }, - { - "pid": "1479", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/134" - } - }, - { - "pid": "1480", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/133" - } - }, - { - "pid": "1481", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/132" - } - }, - { - "pid": "1482", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/132" - } - }, - { - "pid": "1483", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/131" - } - }, - { - "pid": "1484", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/131" - } - }, - { - "pid": "1485", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/130" - } - }, - { - "pid": "1486", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/129" - } - }, - { - "pid": "1487", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/128" - } - }, - { - "pid": "1488", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/127" - } - }, - { - "pid": "1489", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/127" - } - }, - { - "pid": "1490", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/126" - } - }, - { - "pid": "1491", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/125" - } - }, - { - "pid": "1492", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/124" - } - }, - { - "pid": "1493", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/123" - } - }, - { - "pid": "1494", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/122" - } - }, - { - "pid": "1495", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/122" - } - }, - { - "pid": "1496", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/121" - } - }, - { - "pid": "1497", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/120" - } - }, - { - "pid": "1498", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/119" - } - }, - { - "pid": "1499", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/119" - } - }, - { - "pid": "1500", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/118" - } - }, - { - "pid": "1501", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/117" - } - }, - { - "pid": "1502", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/116" - } - }, - { - "pid": "1503", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/116" - } - }, - { - "pid": "1504", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/115" - } - }, - { - "pid": "1505", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/114" - } - }, - { - "pid": "1506", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/113" - } - }, - { - "pid": "1507", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/112" - } - }, - { - "pid": "1508", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/112" - } - }, - { - "pid": "1509", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/111" - } - }, - { - "pid": "1510", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/110" - } - }, - { - "pid": "1511", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/110" - } - }, - { - "pid": "1512", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/109" - } - }, - { - "pid": "1513", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/108" - } - }, - { - "pid": "1514", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/107" - } - }, - { - "pid": "1515", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/106" - } - }, - { - "pid": "1516", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/105" - } - }, - { - "pid": "1517", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/104" - } - }, - { - "pid": "1518", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/104" - } - }, - { - "pid": "1519", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/103" - } - }, - { - "pid": "1520", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/102" - } - }, - { - "pid": "1521", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/102" - } - }, - { - "pid": "1522", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/101" - } - }, - { - "pid": "1523", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/101" - } - }, - { - "pid": "1524", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/100" - } - }, - { - "pid": "1525", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/99" - } - }, - { - "pid": "1526", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/98" - } - }, - { - "pid": "1527", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/98" - } - }, - { - "pid": "1528", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/97" - } - }, - { - "pid": "1529", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/97" - } - }, - { - "pid": "1530", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/96" - } - }, - { - "pid": "1531", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/96" - } - }, - { - "pid": "1532", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/95" - } - }, - { - "pid": "1533", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/94" - } - }, - { - "pid": "1534", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/94" - } - }, - { - "pid": "1535", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/93" - } - }, - { - "pid": "1536", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/92" - } - }, - { - "pid": "1537", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/91" - } - }, - { - "pid": "1538", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/90" - } - }, - { - "pid": "1539", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/89" - } - }, - { - "pid": "1540", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/89" - } - }, - { - "pid": "1541", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/88" - } - }, - { - "pid": "1542", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/88" - } - }, - { - "pid": "1543", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/87" - } - }, - { - "pid": "1544", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/87" - } - }, - { - "pid": "1545", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/86" - } - }, - { - "pid": "1546", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/85" - } - }, - { - "pid": "1547", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/85" - } - }, - { - "pid": "1548", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/84" - } - }, - { - "pid": "1549", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/84" - } - }, - { - "pid": "1550", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/83" - } - }, - { - "pid": "1551", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/83" - } - }, - { - "pid": "1552", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/82" - } - }, - { - "pid": "1553", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/81" - } - }, - { - "pid": "1554", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/80" - } - }, - { - "pid": "1555", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/79" - } - }, - { - "pid": "1556", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/78" - } - }, - { - "pid": "1557", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/77" - } - }, - { - "pid": "1558", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/76" - } - }, - { - "pid": "1559", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/76" - } - }, - { - "pid": "1560", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/75" - } - }, - { - "pid": "1561", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/75" - } - }, - { - "pid": "1562", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/74" - } - }, - { - "pid": "1563", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/73" - } - }, - { - "pid": "1564", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/73" - } - }, - { - "pid": "1565", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/72" - } - }, - { - "pid": "1566", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/71" - } - }, - { - "pid": "1567", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/70" - } - }, - { - "pid": "1568", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/70" - } - }, - { - "pid": "1569", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/69" - } - }, - { - "pid": "1570", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/69" - } - }, - { - "pid": "1571", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/68" - } - }, - { - "pid": "1572", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/67" - } - }, - { - "pid": "1573", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/66" - } - }, - { - "pid": "1574", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/65" - } - }, - { - "pid": "1575", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/64" - } - }, - { - "pid": "1576", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/63" - } - }, - { - "pid": "1577", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/62" - } - }, - { - "pid": "1578", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/62" - } - }, - { - "pid": "1579", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/61" - } - }, - { - "pid": "1580", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/61" - } - }, - { - "pid": "1581", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/60" - } - }, - { - "pid": "1582", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/59" - } - }, - { - "pid": "1583", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/58" - } - }, - { - "pid": "1584", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/57" - } - }, - { - "pid": "1585", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/57" - } - }, - { - "pid": "1586", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/56" - } - }, - { - "pid": "1587", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/55" - } - }, - { - "pid": "1588", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/55" - } - }, - { - "pid": "1589", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/54" - } - }, - { - "pid": "1590", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/54" - } - }, - { - "pid": "1591", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/53" - } - }, - { - "pid": "1592", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/52" - } - }, - { - "pid": "1593", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/51" - } - }, - { - "pid": "1594", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/50" - } - }, - { - "pid": "1595", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/49" - } - }, - { - "pid": "1596", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/48" - } - }, - { - "pid": "1597", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/47" - } - }, - { - "pid": "1598", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/46" - } - }, - { - "pid": "1599", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/46" - } - }, - { - "pid": "1600", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/45" - } - }, - { - "pid": "1601", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/44" - } - }, - { - "pid": "1602", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/44" - } - }, - { - "pid": "1603", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/43" - } - }, - { - "pid": "1604", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/42" - } - }, - { - "pid": "1605", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/41" - } - }, - { - "pid": "1606", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/40" - } - }, - { - "pid": "1607", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/40" - } - }, - { - "pid": "1608", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/39" - } - }, - { - "pid": "1609", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/39" - } - }, - { - "pid": "1610", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/38" - } - }, - { - "pid": "1611", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/37" - } - }, - { - "pid": "1612", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/37" - } - }, - { - "pid": "1613", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/36" - } - }, - { - "pid": "1614", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/36" - } - }, - { - "pid": "1615", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/35" - } - }, - { - "pid": "1616", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/35" - } - }, - { - "pid": "1617", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/34" - } - }, - { - "pid": "1618", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/33" - } - }, - { - "pid": "1619", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/33" - } - }, - { - "pid": "1620", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/32" - } - }, - { - "pid": "1621", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/31" - } - }, - { - "pid": "1622", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/30" - } - }, - { - "pid": "1623", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/29" - } - }, - { - "pid": "1624", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/28" - } - }, - { - "pid": "1625", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/28" - } - }, - { - "pid": "1626", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/27" - } - }, - { - "pid": "1627", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/27" - } - }, - { - "pid": "1628", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/26" - } - }, - { - "pid": "1629", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/26" - } - }, - { - "pid": "1630", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/25" - } - }, - { - "pid": "1631", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/24" - } - }, - { - "pid": "1632", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/23" - } - }, - { - "pid": "1633", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/23" - } - }, - { - "pid": "1634", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/22" - } - }, - { - "pid": "1635", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/21" - } - }, - { - "pid": "1636", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/20" - } - }, - { - "pid": "1637", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/19" - } - }, - { - "pid": "1638", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/19" - } - }, - { - "pid": "1639", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/18" - } - }, - { - "pid": "1640", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/18" - } - }, - { - "pid": "1641", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/17" - } - }, - { - "pid": "1642", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/16" - } - }, - { - "pid": "1643", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/15" - } - }, - { - "pid": "1644", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/15" - } - }, - { - "pid": "1645", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/14" - } - }, - { - "pid": "1646", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/13" - } - }, - { - "pid": "1647", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/13" - } - }, - { - "pid": "1648", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/12" - } - }, - { - "pid": "1649", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/11" - } - }, - { - "pid": "1650", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/11" - } - }, - { - "pid": "1651", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/10" - } - }, - { - "pid": "1652", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/9" - } - }, - { - "pid": "1653", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/9" - } - }, - { - "pid": "1654", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/8" - } - }, - { - "pid": "1655", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/7" - } - }, - { - "pid": "1656", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/6" - } - }, - { - "pid": "1657", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/6" - } - }, - { - "pid": "1658", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/5" - } - }, - { - "pid": "1659", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/5" - } - }, - { - "pid": "1660", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/4" - } - }, - { - "pid": "1661", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/4" - } - }, - { - "pid": "1662", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/3" - } - }, - { - "pid": "1663", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/2" - } - }, - { - "pid": "1664", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1" - } - }, - { - "pid": "1665", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, "document": { "$ref": "https://ils.rero.ch/api/documents/1" } diff --git a/data/holdings_small.json b/data/holdings_small.json index 2d6ca4cba3..4fbc8c25dd 100644 --- a/data/holdings_small.json +++ b/data/holdings_small.json @@ -2,10 +2,10 @@ { "pid": "1", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { "$ref": "https://ils.rero.ch/api/documents/286" @@ -14,10 +14,10 @@ { "pid": "2", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/285" @@ -26,22 +26,22 @@ { "pid": "3", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/284" + "$ref": "https://ils.rero.ch/api/documents/285" } }, { "pid": "4", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/284" @@ -50,10 +50,10 @@ { "pid": "5", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/283" @@ -74,10 +74,10 @@ { "pid": "7", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { "$ref": "https://ils.rero.ch/api/documents/282" @@ -86,10 +86,10 @@ { "pid": "8", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/282" @@ -98,10 +98,10 @@ { "pid": "9", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { "$ref": "https://ils.rero.ch/api/documents/281" @@ -116,16 +116,16 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/280" + "$ref": "https://ils.rero.ch/api/documents/281" } }, { "pid": "11", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { "$ref": "https://ils.rero.ch/api/documents/280" @@ -134,10 +134,10 @@ { "pid": "12", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { "$ref": "https://ils.rero.ch/api/documents/279" @@ -146,22 +146,22 @@ { "pid": "13", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/278" + "$ref": "https://ils.rero.ch/api/documents/279" } }, { "pid": "14", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/278" @@ -170,19 +170,19 @@ { "pid": "15", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/277" + "$ref": "https://ils.rero.ch/api/documents/278" } }, { "pid": "16", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/5" @@ -194,10 +194,10 @@ { "pid": "17", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { "$ref": "https://ils.rero.ch/api/documents/276" @@ -206,10 +206,10 @@ { "pid": "18", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { "$ref": "https://ils.rero.ch/api/documents/276" @@ -218,10 +218,10 @@ { "pid": "19", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/275" @@ -242,10 +242,10 @@ { "pid": "21", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { "$ref": "https://ils.rero.ch/api/documents/273" @@ -254,22 +254,22 @@ { "pid": "22", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/272" + "$ref": "https://ils.rero.ch/api/documents/273" } }, { "pid": "23", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/272" @@ -278,61 +278,61 @@ { "pid": "24", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/271" + "$ref": "https://ils.rero.ch/api/documents/272" } }, { "pid": "25", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/270" + "$ref": "https://ils.rero.ch/api/documents/271" } }, { "pid": "26", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/269" + "$ref": "https://ils.rero.ch/api/documents/270" } }, { "pid": "27", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/268" + "$ref": "https://ils.rero.ch/api/documents/269" } }, { "pid": "28", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/268" + "$ref": "https://ils.rero.ch/api/documents/269" } }, { @@ -344,79 +344,79 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/267" + "$ref": "https://ils.rero.ch/api/documents/268" } }, { "pid": "30", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/266" + "$ref": "https://ils.rero.ch/api/documents/267" } }, { "pid": "31", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/266" + "$ref": "https://ils.rero.ch/api/documents/267" } }, { "pid": "32", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/265" + "$ref": "https://ils.rero.ch/api/documents/266" } }, { "pid": "33", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/264" + "$ref": "https://ils.rero.ch/api/documents/266" } }, { "pid": "34", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/263" + "$ref": "https://ils.rero.ch/api/documents/265" } }, { "pid": "35", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/262" + "$ref": "https://ils.rero.ch/api/documents/265" } }, { @@ -428,7 +428,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/261" + "$ref": "https://ils.rero.ch/api/documents/264" } }, { @@ -440,19 +440,19 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/261" + "$ref": "https://ils.rero.ch/api/documents/264" } }, { "pid": "38", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/260" + "$ref": "https://ils.rero.ch/api/documents/263" } }, { @@ -464,19 +464,19 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/260" + "$ref": "https://ils.rero.ch/api/documents/263" } }, { "pid": "40", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/259" + "$ref": "https://ils.rero.ch/api/documents/262" } }, { @@ -488,139 +488,139 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/259" + "$ref": "https://ils.rero.ch/api/documents/262" } }, { "pid": "42", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/258" + "$ref": "https://ils.rero.ch/api/documents/261" } }, { "pid": "43", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/258" + "$ref": "https://ils.rero.ch/api/documents/261" } }, { "pid": "44", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/257" + "$ref": "https://ils.rero.ch/api/documents/260" } }, { "pid": "45", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/256" + "$ref": "https://ils.rero.ch/api/documents/259" } }, { "pid": "46", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/255" + "$ref": "https://ils.rero.ch/api/documents/259" } }, { "pid": "47", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/254" + "$ref": "https://ils.rero.ch/api/documents/258" } }, { "pid": "48", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/254" + "$ref": "https://ils.rero.ch/api/documents/257" } }, { "pid": "49", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/256" } }, { "pid": "50", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/256" } }, { "pid": "51", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/252" + "$ref": "https://ils.rero.ch/api/documents/255" } }, { "pid": "52", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/251" + "$ref": "https://ils.rero.ch/api/documents/255" } }, { @@ -632,43 +632,43 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/250" + "$ref": "https://ils.rero.ch/api/documents/254" } }, { "pid": "54", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/249" + "$ref": "https://ils.rero.ch/api/documents/253" } }, { "pid": "55", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/248" + "$ref": "https://ils.rero.ch/api/documents/253" } }, { "pid": "56", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/247" + "$ref": "https://ils.rero.ch/api/documents/252" } }, { @@ -680,103 +680,103 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/247" + "$ref": "https://ils.rero.ch/api/documents/251" } }, { "pid": "58", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/246" + "$ref": "https://ils.rero.ch/api/documents/251" } }, { "pid": "59", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/246" + "$ref": "https://ils.rero.ch/api/documents/250" } }, { "pid": "60", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/245" + "$ref": "https://ils.rero.ch/api/documents/249" } }, { "pid": "61", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/244" + "$ref": "https://ils.rero.ch/api/documents/248" } }, { "pid": "62", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/244" + "$ref": "https://ils.rero.ch/api/documents/247" } }, { "pid": "63", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/243" + "$ref": "https://ils.rero.ch/api/documents/246" } }, { "pid": "64", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/242" + "$ref": "https://ils.rero.ch/api/documents/245" } }, { "pid": "65", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/242" + "$ref": "https://ils.rero.ch/api/documents/245" } }, { @@ -788,163 +788,163 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/241" + "$ref": "https://ils.rero.ch/api/documents/244" } }, { "pid": "67", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/240" + "$ref": "https://ils.rero.ch/api/documents/244" } }, { "pid": "68", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/240" + "$ref": "https://ils.rero.ch/api/documents/243" } }, { "pid": "69", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/239" + "$ref": "https://ils.rero.ch/api/documents/243" } }, { "pid": "70", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/238" + "$ref": "https://ils.rero.ch/api/documents/242" } }, { "pid": "71", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/237" + "$ref": "https://ils.rero.ch/api/documents/242" } }, { "pid": "72", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/236" + "$ref": "https://ils.rero.ch/api/documents/241" } }, { "pid": "73", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/235" + "$ref": "https://ils.rero.ch/api/documents/241" } }, { "pid": "74", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/234" + "$ref": "https://ils.rero.ch/api/documents/240" } }, { "pid": "75", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/234" + "$ref": "https://ils.rero.ch/api/documents/240" } }, { "pid": "76", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/233" + "$ref": "https://ils.rero.ch/api/documents/239" } }, { "pid": "77", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/233" + "$ref": "https://ils.rero.ch/api/documents/238" } }, { "pid": "78", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/232" + "$ref": "https://ils.rero.ch/api/documents/237" } }, { "pid": "79", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/231" + "$ref": "https://ils.rero.ch/api/documents/236" } }, { @@ -956,43 +956,43 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/230" + "$ref": "https://ils.rero.ch/api/documents/235" } }, { "pid": "81", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/230" + "$ref": "https://ils.rero.ch/api/documents/234" } }, { "pid": "82", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/229" + "$ref": "https://ils.rero.ch/api/documents/233" } }, { "pid": "83", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/228" + "$ref": "https://ils.rero.ch/api/documents/233" } }, { @@ -1004,7 +1004,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/227" + "$ref": "https://ils.rero.ch/api/documents/232" } }, { @@ -1016,79 +1016,79 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/227" + "$ref": "https://ils.rero.ch/api/documents/231" } }, { "pid": "86", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/226" + "$ref": "https://ils.rero.ch/api/documents/230" } }, { "pid": "87", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/225" + "$ref": "https://ils.rero.ch/api/documents/230" } }, { "pid": "88", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/224" + "$ref": "https://ils.rero.ch/api/documents/229" } }, { "pid": "89", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/223" + "$ref": "https://ils.rero.ch/api/documents/228" } }, { "pid": "90", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/222" + "$ref": "https://ils.rero.ch/api/documents/228" } }, { "pid": "91", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/222" + "$ref": "https://ils.rero.ch/api/documents/227" } }, { @@ -1100,43 +1100,43 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/221" + "$ref": "https://ils.rero.ch/api/documents/227" } }, { "pid": "93", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/220" + "$ref": "https://ils.rero.ch/api/documents/226" } }, { "pid": "94", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/220" + "$ref": "https://ils.rero.ch/api/documents/225" } }, { "pid": "95", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/219" + "$ref": "https://ils.rero.ch/api/documents/224" } }, { @@ -1148,67 +1148,67 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/218" + "$ref": "https://ils.rero.ch/api/documents/223" } }, { "pid": "97", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/218" + "$ref": "https://ils.rero.ch/api/documents/222" } }, { "pid": "98", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/217" + "$ref": "https://ils.rero.ch/api/documents/221" } }, { "pid": "99", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/216" + "$ref": "https://ils.rero.ch/api/documents/220" } }, { "pid": "100", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/215" + "$ref": "https://ils.rero.ch/api/documents/219" } }, { "pid": "101", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/214" + "$ref": "https://ils.rero.ch/api/documents/219" } }, { @@ -1220,7 +1220,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/213" + "$ref": "https://ils.rero.ch/api/documents/218" } }, { @@ -1232,55 +1232,55 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/212" + "$ref": "https://ils.rero.ch/api/documents/217" } }, { "pid": "104", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/211" + "$ref": "https://ils.rero.ch/api/documents/216" } }, { "pid": "105", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/211" + "$ref": "https://ils.rero.ch/api/documents/216" } }, { "pid": "106", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/210" + "$ref": "https://ils.rero.ch/api/documents/215" } }, { "pid": "107", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/209" + "$ref": "https://ils.rero.ch/api/documents/214" } }, { @@ -1292,55 +1292,55 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/208" + "$ref": "https://ils.rero.ch/api/documents/214" } }, { "pid": "109", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/207" + "$ref": "https://ils.rero.ch/api/documents/213" } }, { "pid": "110", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/206" + "$ref": "https://ils.rero.ch/api/documents/213" } }, { "pid": "111", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/205" + "$ref": "https://ils.rero.ch/api/documents/212" } }, { "pid": "112", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/205" + "$ref": "https://ils.rero.ch/api/documents/211" } }, { @@ -1352,7 +1352,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/204" + "$ref": "https://ils.rero.ch/api/documents/211" } }, { @@ -1364,7 +1364,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/203" + "$ref": "https://ils.rero.ch/api/documents/210" } }, { @@ -1373,118 +1373,118 @@ "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/203" + "$ref": "https://ils.rero.ch/api/documents/209" } }, { "pid": "116", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/202" + "$ref": "https://ils.rero.ch/api/documents/208" } }, { "pid": "117", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/207" } }, { "pid": "118", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/206" } }, { "pid": "119", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/200" + "$ref": "https://ils.rero.ch/api/documents/205" } }, { "pid": "120", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/199" + "$ref": "https://ils.rero.ch/api/documents/205" } }, { "pid": "121", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/199" + "$ref": "https://ils.rero.ch/api/documents/204" } }, { "pid": "122", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/198" + "$ref": "https://ils.rero.ch/api/documents/204" } }, { "pid": "123", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/198" + "$ref": "https://ils.rero.ch/api/documents/203" } }, { "pid": "124", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/197" + "$ref": "https://ils.rero.ch/api/documents/202" } }, { @@ -1496,91 +1496,91 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/196" + "$ref": "https://ils.rero.ch/api/documents/201" } }, { "pid": "126", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/201" } }, { "pid": "127", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/200" } }, { "pid": "128", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/194" + "$ref": "https://ils.rero.ch/api/documents/199" } }, { "pid": "129", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/194" + "$ref": "https://ils.rero.ch/api/documents/198" } }, { "pid": "130", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/197" } }, { "pid": "131", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/197" } }, { "pid": "132", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/192" + "$ref": "https://ils.rero.ch/api/documents/196" } }, { @@ -1592,7 +1592,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/191" + "$ref": "https://ils.rero.ch/api/documents/195" } }, { @@ -1604,7 +1604,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/190" + "$ref": "https://ils.rero.ch/api/documents/195" } }, { @@ -1616,7 +1616,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/189" + "$ref": "https://ils.rero.ch/api/documents/194" } }, { @@ -1628,31 +1628,31 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/188" + "$ref": "https://ils.rero.ch/api/documents/193" } }, { "pid": "137", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/187" + "$ref": "https://ils.rero.ch/api/documents/192" } }, { "pid": "138", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/186" + "$ref": "https://ils.rero.ch/api/documents/191" } }, { @@ -1664,103 +1664,103 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/185" + "$ref": "https://ils.rero.ch/api/documents/191" } }, { "pid": "140", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/185" + "$ref": "https://ils.rero.ch/api/documents/190" } }, { "pid": "141", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/184" + "$ref": "https://ils.rero.ch/api/documents/190" } }, { "pid": "142", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/183" + "$ref": "https://ils.rero.ch/api/documents/189" } }, { "pid": "143", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/182" + "$ref": "https://ils.rero.ch/api/documents/188" } }, { "pid": "144", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/182" + "$ref": "https://ils.rero.ch/api/documents/187" } }, { "pid": "145", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/181" + "$ref": "https://ils.rero.ch/api/documents/186" } }, { "pid": "146", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/180" + "$ref": "https://ils.rero.ch/api/documents/185" } }, { "pid": "147", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/180" + "$ref": "https://ils.rero.ch/api/documents/185" } }, { @@ -1769,10 +1769,10 @@ "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/179" + "$ref": "https://ils.rero.ch/api/documents/184" } }, { @@ -1784,127 +1784,127 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/178" + "$ref": "https://ils.rero.ch/api/documents/183" } }, { "pid": "150", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/177" + "$ref": "https://ils.rero.ch/api/documents/183" } }, { "pid": "151", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/176" + "$ref": "https://ils.rero.ch/api/documents/182" } }, { "pid": "152", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/176" + "$ref": "https://ils.rero.ch/api/documents/181" } }, { "pid": "153", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/175" + "$ref": "https://ils.rero.ch/api/documents/180" } }, { "pid": "154", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/175" + "$ref": "https://ils.rero.ch/api/documents/180" } }, { "pid": "155", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/174" + "$ref": "https://ils.rero.ch/api/documents/179" } }, { "pid": "156", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/173" + "$ref": "https://ils.rero.ch/api/documents/178" } }, { "pid": "157", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/173" + "$ref": "https://ils.rero.ch/api/documents/177" } }, { "pid": "158", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/172" + "$ref": "https://ils.rero.ch/api/documents/177" } }, { "pid": "159", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/171" + "$ref": "https://ils.rero.ch/api/documents/176" } }, { @@ -1916,19 +1916,19 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/170" + "$ref": "https://ils.rero.ch/api/documents/176" } }, { "pid": "161", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/175" } }, { @@ -1940,91 +1940,91 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/175" } }, { "pid": "163", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/168" + "$ref": "https://ils.rero.ch/api/documents/174" } }, { "pid": "164", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/167" + "$ref": "https://ils.rero.ch/api/documents/174" } }, { "pid": "165", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/166" + "$ref": "https://ils.rero.ch/api/documents/173" } }, { "pid": "166", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/166" + "$ref": "https://ils.rero.ch/api/documents/172" } }, { "pid": "167", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/165" + "$ref": "https://ils.rero.ch/api/documents/171" } }, { "pid": "168", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/164" + "$ref": "https://ils.rero.ch/api/documents/171" } }, { "pid": "169", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/163" + "$ref": "https://ils.rero.ch/api/documents/170" } }, { @@ -2036,115 +2036,115 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/162" + "$ref": "https://ils.rero.ch/api/documents/169" } }, { "pid": "171", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/162" + "$ref": "https://ils.rero.ch/api/documents/168" } }, { "pid": "172", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/161" + "$ref": "https://ils.rero.ch/api/documents/168" } }, { "pid": "173", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/160" + "$ref": "https://ils.rero.ch/api/documents/167" } }, { "pid": "174", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/159" + "$ref": "https://ils.rero.ch/api/documents/167" } }, { "pid": "175", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/158" + "$ref": "https://ils.rero.ch/api/documents/166" } }, { "pid": "176", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/157" + "$ref": "https://ils.rero.ch/api/documents/165" } }, { "pid": "177", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/157" + "$ref": "https://ils.rero.ch/api/documents/164" } }, { "pid": "178", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/156" + "$ref": "https://ils.rero.ch/api/documents/163" } }, { "pid": "179", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/155" + "$ref": "https://ils.rero.ch/api/documents/163" } }, { @@ -2156,31 +2156,31 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/154" + "$ref": "https://ils.rero.ch/api/documents/162" } }, { "pid": "181", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/154" + "$ref": "https://ils.rero.ch/api/documents/162" } }, { "pid": "182", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/153" + "$ref": "https://ils.rero.ch/api/documents/161" } }, { @@ -2192,31 +2192,31 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/152" + "$ref": "https://ils.rero.ch/api/documents/160" } }, { "pid": "184", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/151" + "$ref": "https://ils.rero.ch/api/documents/159" } }, { "pid": "185", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/151" + "$ref": "https://ils.rero.ch/api/documents/159" } }, { @@ -2228,91 +2228,91 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/150" + "$ref": "https://ils.rero.ch/api/documents/158" } }, { "pid": "187", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/150" + "$ref": "https://ils.rero.ch/api/documents/158" } }, { "pid": "188", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/149" + "$ref": "https://ils.rero.ch/api/documents/157" } }, { "pid": "189", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/148" + "$ref": "https://ils.rero.ch/api/documents/156" } }, { "pid": "190", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/148" + "$ref": "https://ils.rero.ch/api/documents/155" } }, { "pid": "191", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/147" + "$ref": "https://ils.rero.ch/api/documents/155" } }, { "pid": "192", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/147" + "$ref": "https://ils.rero.ch/api/documents/154" } }, { "pid": "193", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/153" } }, { @@ -2324,55 +2324,55 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/152" } }, { "pid": "195", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/145" + "$ref": "https://ils.rero.ch/api/documents/151" } }, { "pid": "196", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/144" + "$ref": "https://ils.rero.ch/api/documents/150" } }, { "pid": "197", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/143" + "$ref": "https://ils.rero.ch/api/documents/149" } }, { "pid": "198", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/143" + "$ref": "https://ils.rero.ch/api/documents/149" } }, { @@ -2384,7 +2384,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/142" + "$ref": "https://ils.rero.ch/api/documents/148" } }, { @@ -2396,175 +2396,175 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/141" + "$ref": "https://ils.rero.ch/api/documents/148" } }, { "pid": "201", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/147" } }, { "pid": "202", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/146" } }, { "pid": "203", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/139" + "$ref": "https://ils.rero.ch/api/documents/145" } }, { "pid": "204", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/138" + "$ref": "https://ils.rero.ch/api/documents/145" } }, { "pid": "205", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/138" + "$ref": "https://ils.rero.ch/api/documents/144" } }, { "pid": "206", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/137" + "$ref": "https://ils.rero.ch/api/documents/144" } }, { "pid": "207", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/143" } }, { "pid": "208", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/142" } }, { "pid": "209", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/135" + "$ref": "https://ils.rero.ch/api/documents/141" } }, { "pid": "210", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/135" + "$ref": "https://ils.rero.ch/api/documents/141" } }, { "pid": "211", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/134" + "$ref": "https://ils.rero.ch/api/documents/140" } }, { "pid": "212", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/133" + "$ref": "https://ils.rero.ch/api/documents/140" } }, { "pid": "213", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/133" + "$ref": "https://ils.rero.ch/api/documents/139" } }, { "pid": "214", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/132" + "$ref": "https://ils.rero.ch/api/documents/139" } }, { @@ -2576,139 +2576,139 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/131" + "$ref": "https://ils.rero.ch/api/documents/138" } }, { "pid": "216", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/130" + "$ref": "https://ils.rero.ch/api/documents/137" } }, { "pid": "217", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/129" + "$ref": "https://ils.rero.ch/api/documents/136" } }, { "pid": "218", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/129" + "$ref": "https://ils.rero.ch/api/documents/136" } }, { "pid": "219", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/128" + "$ref": "https://ils.rero.ch/api/documents/135" } }, { "pid": "220", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/127" + "$ref": "https://ils.rero.ch/api/documents/135" } }, { "pid": "221", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/127" + "$ref": "https://ils.rero.ch/api/documents/134" } }, { "pid": "222", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/126" + "$ref": "https://ils.rero.ch/api/documents/133" } }, { "pid": "223", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/125" + "$ref": "https://ils.rero.ch/api/documents/132" } }, { "pid": "224", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/124" + "$ref": "https://ils.rero.ch/api/documents/132" } }, { "pid": "225", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/123" + "$ref": "https://ils.rero.ch/api/documents/131" } }, { "pid": "226", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/123" + "$ref": "https://ils.rero.ch/api/documents/131" } }, { @@ -2717,22 +2717,22 @@ "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/122" + "$ref": "https://ils.rero.ch/api/documents/130" } }, { "pid": "228", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/129" } }, { @@ -2744,91 +2744,91 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/129" } }, { "pid": "230", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/120" + "$ref": "https://ils.rero.ch/api/documents/128" } }, { "pid": "231", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/120" + "$ref": "https://ils.rero.ch/api/documents/127" } }, { "pid": "232", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/119" + "$ref": "https://ils.rero.ch/api/documents/126" } }, { "pid": "233", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/118" + "$ref": "https://ils.rero.ch/api/documents/125" } }, { "pid": "234", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/117" + "$ref": "https://ils.rero.ch/api/documents/125" } }, { "pid": "235", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/116" + "$ref": "https://ils.rero.ch/api/documents/124" } }, { "pid": "236", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/116" + "$ref": "https://ils.rero.ch/api/documents/124" } }, { @@ -2840,139 +2840,139 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/115" + "$ref": "https://ils.rero.ch/api/documents/123" } }, { "pid": "238", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/114" + "$ref": "https://ils.rero.ch/api/documents/123" } }, { "pid": "239", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/114" + "$ref": "https://ils.rero.ch/api/documents/122" } }, { "pid": "240", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/113" + "$ref": "https://ils.rero.ch/api/documents/121" } }, { "pid": "241", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/112" + "$ref": "https://ils.rero.ch/api/documents/120" } }, { "pid": "242", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/111" + "$ref": "https://ils.rero.ch/api/documents/120" } }, { "pid": "243", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/110" + "$ref": "https://ils.rero.ch/api/documents/119" } }, { "pid": "244", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/109" + "$ref": "https://ils.rero.ch/api/documents/119" } }, { "pid": "245", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/108" + "$ref": "https://ils.rero.ch/api/documents/118" } }, { "pid": "246", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/108" + "$ref": "https://ils.rero.ch/api/documents/118" } }, { "pid": "247", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/107" + "$ref": "https://ils.rero.ch/api/documents/117" } }, { "pid": "248", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/107" + "$ref": "https://ils.rero.ch/api/documents/117" } }, { @@ -2984,31 +2984,31 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/106" + "$ref": "https://ils.rero.ch/api/documents/116" } }, { "pid": "250", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/105" + "$ref": "https://ils.rero.ch/api/documents/115" } }, { "pid": "251", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/104" + "$ref": "https://ils.rero.ch/api/documents/114" } }, { @@ -3020,19 +3020,19 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/103" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { "pid": "253", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/102" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { @@ -3044,295 +3044,295 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/101" + "$ref": "https://ils.rero.ch/api/documents/112" } }, { "pid": "255", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/101" + "$ref": "https://ils.rero.ch/api/documents/111" } }, { "pid": "256", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/100" + "$ref": "https://ils.rero.ch/api/documents/110" } }, { "pid": "257", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/99" + "$ref": "https://ils.rero.ch/api/documents/109" } }, { "pid": "258", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/98" + "$ref": "https://ils.rero.ch/api/documents/109" } }, { "pid": "259", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/97" + "$ref": "https://ils.rero.ch/api/documents/108" } }, { "pid": "260", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/96" + "$ref": "https://ils.rero.ch/api/documents/107" } }, { "pid": "261", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/107" } }, { "pid": "262", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/106" } }, { "pid": "263", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/94" + "$ref": "https://ils.rero.ch/api/documents/106" } }, { "pid": "264", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/93" + "$ref": "https://ils.rero.ch/api/documents/105" } }, { "pid": "265", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/92" + "$ref": "https://ils.rero.ch/api/documents/104" } }, { "pid": "266", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/91" + "$ref": "https://ils.rero.ch/api/documents/104" } }, { "pid": "267", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/90" + "$ref": "https://ils.rero.ch/api/documents/103" } }, { "pid": "268", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/89" + "$ref": "https://ils.rero.ch/api/documents/103" } }, { "pid": "269", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/89" + "$ref": "https://ils.rero.ch/api/documents/102" } }, { "pid": "270", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/88" + "$ref": "https://ils.rero.ch/api/documents/101" } }, { "pid": "271", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/88" + "$ref": "https://ils.rero.ch/api/documents/101" } }, { "pid": "272", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/87" + "$ref": "https://ils.rero.ch/api/documents/100" } }, { "pid": "273", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/87" + "$ref": "https://ils.rero.ch/api/documents/99" } }, { "pid": "274", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/86" + "$ref": "https://ils.rero.ch/api/documents/99" } }, { "pid": "275", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/85" + "$ref": "https://ils.rero.ch/api/documents/98" } }, { "pid": "276", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/98" } }, { "pid": "277", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/97" } }, { "pid": "278", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/83" + "$ref": "https://ils.rero.ch/api/documents/96" } }, { @@ -3344,55 +3344,55 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/83" + "$ref": "https://ils.rero.ch/api/documents/96" } }, { "pid": "280", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/82" + "$ref": "https://ils.rero.ch/api/documents/95" } }, { "pid": "281", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/81" + "$ref": "https://ils.rero.ch/api/documents/94" } }, { "pid": "282", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/80" + "$ref": "https://ils.rero.ch/api/documents/94" } }, { "pid": "283", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/79" + "$ref": "https://ils.rero.ch/api/documents/93" } }, { @@ -3404,7 +3404,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/79" + "$ref": "https://ils.rero.ch/api/documents/93" } }, { @@ -3416,31 +3416,31 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/78" + "$ref": "https://ils.rero.ch/api/documents/92" } }, { "pid": "286", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/77" + "$ref": "https://ils.rero.ch/api/documents/91" } }, { "pid": "287", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/76" + "$ref": "https://ils.rero.ch/api/documents/91" } }, { @@ -3452,175 +3452,175 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/75" + "$ref": "https://ils.rero.ch/api/documents/90" } }, { "pid": "289", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/74" + "$ref": "https://ils.rero.ch/api/documents/90" } }, { "pid": "290", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/73" + "$ref": "https://ils.rero.ch/api/documents/89" } }, { "pid": "291", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/73" + "$ref": "https://ils.rero.ch/api/documents/89" } }, { "pid": "292", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/72" + "$ref": "https://ils.rero.ch/api/documents/88" } }, { "pid": "293", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/71" + "$ref": "https://ils.rero.ch/api/documents/88" } }, { "pid": "294", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/70" + "$ref": "https://ils.rero.ch/api/documents/87" } }, { "pid": "295", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/70" + "$ref": "https://ils.rero.ch/api/documents/86" } }, { "pid": "296", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/69" + "$ref": "https://ils.rero.ch/api/documents/85" } }, { "pid": "297", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/68" + "$ref": "https://ils.rero.ch/api/documents/84" } }, { "pid": "298", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/67" + "$ref": "https://ils.rero.ch/api/documents/83" } }, { "pid": "299", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/66" + "$ref": "https://ils.rero.ch/api/documents/82" } }, { "pid": "300", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/66" + "$ref": "https://ils.rero.ch/api/documents/81" } }, { "pid": "301", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/65" + "$ref": "https://ils.rero.ch/api/documents/81" } }, { "pid": "302", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/64" + "$ref": "https://ils.rero.ch/api/documents/80" } }, { @@ -3632,283 +3632,283 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/63" + "$ref": "https://ils.rero.ch/api/documents/79" } }, { "pid": "304", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/62" + "$ref": "https://ils.rero.ch/api/documents/78" } }, { "pid": "305", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/62" + "$ref": "https://ils.rero.ch/api/documents/77" } }, { "pid": "306", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/61" + "$ref": "https://ils.rero.ch/api/documents/76" } }, { "pid": "307", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/60" + "$ref": "https://ils.rero.ch/api/documents/76" } }, { "pid": "308", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/59" + "$ref": "https://ils.rero.ch/api/documents/75" } }, { "pid": "309", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/58" + "$ref": "https://ils.rero.ch/api/documents/75" } }, { "pid": "310", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/57" + "$ref": "https://ils.rero.ch/api/documents/74" } }, { "pid": "311", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/56" + "$ref": "https://ils.rero.ch/api/documents/73" } }, { "pid": "312", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/56" + "$ref": "https://ils.rero.ch/api/documents/73" } }, { "pid": "313", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/72" } }, { "pid": "314", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/71" } }, { "pid": "315", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/54" + "$ref": "https://ils.rero.ch/api/documents/70" } }, { "pid": "316", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/53" + "$ref": "https://ils.rero.ch/api/documents/69" } }, { "pid": "317", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/52" + "$ref": "https://ils.rero.ch/api/documents/68" } }, { "pid": "318", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/51" + "$ref": "https://ils.rero.ch/api/documents/67" } }, { "pid": "319", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/51" + "$ref": "https://ils.rero.ch/api/documents/66" } }, { "pid": "320", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/50" + "$ref": "https://ils.rero.ch/api/documents/66" } }, { "pid": "321", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/50" + "$ref": "https://ils.rero.ch/api/documents/65" } }, { "pid": "322", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/49" + "$ref": "https://ils.rero.ch/api/documents/64" } }, { "pid": "323", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/49" + "$ref": "https://ils.rero.ch/api/documents/63" } }, { "pid": "324", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/48" + "$ref": "https://ils.rero.ch/api/documents/62" } }, { "pid": "325", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/48" + "$ref": "https://ils.rero.ch/api/documents/61" } }, { "pid": "326", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/47" + "$ref": "https://ils.rero.ch/api/documents/61" } }, { @@ -3920,91 +3920,91 @@ "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/46" + "$ref": "https://ils.rero.ch/api/documents/60" } }, { "pid": "328", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/45" + "$ref": "https://ils.rero.ch/api/documents/60" } }, { "pid": "329", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/10" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/45" + "$ref": "https://ils.rero.ch/api/documents/59" } }, { "pid": "330", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/44" + "$ref": "https://ils.rero.ch/api/documents/59" } }, { "pid": "331", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/43" + "$ref": "https://ils.rero.ch/api/documents/58" } }, { "pid": "332", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/42" + "$ref": "https://ils.rero.ch/api/documents/57" } }, { "pid": "333", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/42" + "$ref": "https://ils.rero.ch/api/documents/57" } }, { "pid": "334", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/41" + "$ref": "https://ils.rero.ch/api/documents/56" } }, { @@ -4016,55 +4016,55 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/40" + "$ref": "https://ils.rero.ch/api/documents/56" } }, { "pid": "336", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/39" + "$ref": "https://ils.rero.ch/api/documents/55" } }, { "pid": "337", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/55" } }, { "pid": "338", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/54" } }, { "pid": "339", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/37" + "$ref": "https://ils.rero.ch/api/documents/54" } }, { @@ -4076,115 +4076,115 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/37" + "$ref": "https://ils.rero.ch/api/documents/53" } }, { "pid": "341", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/36" + "$ref": "https://ils.rero.ch/api/documents/52" } }, { "pid": "342", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/35" + "$ref": "https://ils.rero.ch/api/documents/52" } }, { "pid": "343", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/35" + "$ref": "https://ils.rero.ch/api/documents/51" } }, { "pid": "344", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/34" + "$ref": "https://ils.rero.ch/api/documents/50" } }, { "pid": "345", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/34" + "$ref": "https://ils.rero.ch/api/documents/49" } }, { "pid": "346", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/33" + "$ref": "https://ils.rero.ch/api/documents/48" } }, { "pid": "347", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/33" + "$ref": "https://ils.rero.ch/api/documents/47" } }, { "pid": "348", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/32" + "$ref": "https://ils.rero.ch/api/documents/46" } }, { "pid": "349", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/3" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/32" + "$ref": "https://ils.rero.ch/api/documents/46" } }, { @@ -4196,19 +4196,19 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/31" + "$ref": "https://ils.rero.ch/api/documents/45" } }, { "pid": "351", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/31" + "$ref": "https://ils.rero.ch/api/documents/45" } }, { @@ -4220,235 +4220,235 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/30" + "$ref": "https://ils.rero.ch/api/documents/44" } }, { "pid": "353", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/30" + "$ref": "https://ils.rero.ch/api/documents/43" } }, { "pid": "354", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/29" + "$ref": "https://ils.rero.ch/api/documents/42" } }, { "pid": "355", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/29" + "$ref": "https://ils.rero.ch/api/documents/41" } }, { "pid": "356", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/28" + "$ref": "https://ils.rero.ch/api/documents/40" } }, { "pid": "357", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/27" + "$ref": "https://ils.rero.ch/api/documents/40" } }, { "pid": "358", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/26" + "$ref": "https://ils.rero.ch/api/documents/39" } }, { "pid": "359", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/25" + "$ref": "https://ils.rero.ch/api/documents/38" } }, { "pid": "360", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/25" + "$ref": "https://ils.rero.ch/api/documents/38" } }, { "pid": "361", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/24" + "$ref": "https://ils.rero.ch/api/documents/37" } }, { "pid": "362", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/24" + "$ref": "https://ils.rero.ch/api/documents/36" } }, { "pid": "363", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/23" + "$ref": "https://ils.rero.ch/api/documents/35" } }, { "pid": "364", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/22" + "$ref": "https://ils.rero.ch/api/documents/34" } }, { "pid": "365", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/21" + "$ref": "https://ils.rero.ch/api/documents/33" } }, { "pid": "366", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/20" + "$ref": "https://ils.rero.ch/api/documents/32" } }, { "pid": "367", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/2" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/19" + "$ref": "https://ils.rero.ch/api/documents/31" } }, { "pid": "368", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/18" + "$ref": "https://ils.rero.ch/api/documents/31" } }, { "pid": "369", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/17" + "$ref": "https://ils.rero.ch/api/documents/30" } }, { "pid": "370", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/7" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/16" + "$ref": "https://ils.rero.ch/api/documents/29" } }, { "pid": "371", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/16" + "$ref": "https://ils.rero.ch/api/documents/28" } }, { @@ -4460,55 +4460,55 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/15" + "$ref": "https://ils.rero.ch/api/documents/28" } }, { "pid": "373", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/14" + "$ref": "https://ils.rero.ch/api/documents/27" } }, { "pid": "374", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/13" + "$ref": "https://ils.rero.ch/api/documents/26" } }, { "pid": "375", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/8" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/13" + "$ref": "https://ils.rero.ch/api/documents/25" } }, { "pid": "376", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/1" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/12" + "$ref": "https://ils.rero.ch/api/documents/25" } }, { @@ -4520,19 +4520,19 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/12" + "$ref": "https://ils.rero.ch/api/documents/24" } }, { "pid": "378", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/11" + "$ref": "https://ils.rero.ch/api/documents/24" } }, { @@ -4544,119 +4544,131 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/10" + "$ref": "https://ils.rero.ch/api/documents/23" } }, { "pid": "380", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/10" + "$ref": "https://ils.rero.ch/api/documents/22" } }, { "pid": "381", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/9" + "$ref": "https://ils.rero.ch/api/documents/22" } }, { "pid": "382", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/8" + "$ref": "https://ils.rero.ch/api/documents/21" } }, { "pid": "383", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/8" + "$ref": "https://ils.rero.ch/api/documents/20" } }, { "pid": "384", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/7" + "$ref": "https://ils.rero.ch/api/documents/19" } }, { "pid": "385", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/6" + "$ref": "https://ils.rero.ch/api/documents/18" } }, { "pid": "386", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/17" } }, { "pid": "387", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/16" } }, { "pid": "388", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/13" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/4" + "$ref": "https://ils.rero.ch/api/documents/15" } }, { "pid": "389", + "location": { + "$ref": "https://ils.rero.ch/api/locations/13" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/1" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/14" + } + }, + { + "pid": "390", "location": { "$ref": "https://ils.rero.ch/api/locations/16" }, @@ -4664,23 +4676,143 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/3" + "$ref": "https://ils.rero.ch/api/documents/14" } }, { - "pid": "390", + "pid": "391", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/16" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/13" + } + }, + { + "pid": "392", + "location": { + "$ref": "https://ils.rero.ch/api/locations/19" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/10" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/12" + } + }, + { + "pid": "393", + "location": { + "$ref": "https://ils.rero.ch/api/locations/14" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/2" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/12" + } + }, + { + "pid": "394", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/11" + } + }, + { + "pid": "395", + "location": { + "$ref": "https://ils.rero.ch/api/locations/7" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/1" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/11" + } + }, + { + "pid": "396", + "location": { + "$ref": "https://ils.rero.ch/api/locations/19" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/10" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/10" + } + }, + { + "pid": "397", + "location": { + "$ref": "https://ils.rero.ch/api/locations/9" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/3" + "$ref": "https://ils.rero.ch/api/documents/10" } }, { - "pid": "391", + "pid": "398", + "location": { + "$ref": "https://ils.rero.ch/api/locations/16" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/9" + } + }, + { + "pid": "399", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/9" + } + }, + { + "pid": "400", + "location": { + "$ref": "https://ils.rero.ch/api/locations/3" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/2" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/8" + } + }, + { + "pid": "401", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/7" + } + }, + { + "pid": "402", "location": { "$ref": "https://ils.rero.ch/api/locations/19" }, @@ -4688,40 +4820,112 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/7" } }, { - "pid": "392", + "pid": "403", + "location": { + "$ref": "https://ils.rero.ch/api/locations/1" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/6" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/6" + } + }, + { + "pid": "404", "location": { "$ref": "https://ils.rero.ch/api/locations/11" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/6" } }, { - "pid": "393", + "pid": "405", + "location": { + "$ref": "https://ils.rero.ch/api/locations/1" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/6" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/5" + } + }, + { + "pid": "406", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/5" + } + }, + { + "pid": "407", + "location": { + "$ref": "https://ils.rero.ch/api/locations/2" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/1" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/4" + } + }, + { + "pid": "408", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/3" + } + }, + { + "pid": "409", "location": { "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { "$ref": "https://ils.rero.ch/api/item_types/10" }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/2" + } + }, + { + "pid": "410", + "location": { + "$ref": "https://ils.rero.ch/api/locations/10" + }, + "circulation_category": { + "$ref": "https://ils.rero.ch/api/item_types/4" + }, "document": { "$ref": "https://ils.rero.ch/api/documents/1" } }, { - "pid": "394", + "pid": "411", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "circulation_category": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/1" diff --git a/data/items_big.json b/data/items_big.json index e5afc296e4..8f8cf36b0f 100644 --- a/data/items_big.json +++ b/data/items_big.json @@ -5,13 +5,13 @@ "call_number": "00001", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1193" + "$ref": "https://ils.rero.ch/api/documents/152" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/1" @@ -23,13 +23,13 @@ "call_number": "00002", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1193" + "$ref": "https://ils.rero.ch/api/documents/151" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/2" @@ -41,13 +41,13 @@ "call_number": "00003", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/151" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/3" @@ -59,13 +59,13 @@ "call_number": "00004", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/150" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/4" @@ -83,7 +83,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1191" + "$ref": "https://ils.rero.ch/api/documents/149" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/5" @@ -95,16 +95,16 @@ "call_number": "00006", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1191" + "$ref": "https://ils.rero.ch/api/documents/149" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/5" + "$ref": "https://ils.rero.ch/api/holdings/6" } }, { @@ -119,10 +119,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1190" + "$ref": "https://ils.rero.ch/api/documents/148" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/6" + "$ref": "https://ils.rero.ch/api/holdings/7" } }, { @@ -131,16 +131,16 @@ "call_number": "00008", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1190" + "$ref": "https://ils.rero.ch/api/documents/148" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/7" + "$ref": "https://ils.rero.ch/api/holdings/8" } }, { @@ -149,16 +149,16 @@ "call_number": "00009", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1189" + "$ref": "https://ils.rero.ch/api/documents/147" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/8" + "$ref": "https://ils.rero.ch/api/holdings/9" } }, { @@ -173,10 +173,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1188" + "$ref": "https://ils.rero.ch/api/documents/147" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/9" + "$ref": "https://ils.rero.ch/api/holdings/10" } }, { @@ -185,16 +185,16 @@ "call_number": "00011", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1187" + "$ref": "https://ils.rero.ch/api/documents/146" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/10" + "$ref": "https://ils.rero.ch/api/holdings/11" } }, { @@ -203,16 +203,16 @@ "call_number": "00012", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1186" + "$ref": "https://ils.rero.ch/api/documents/145" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/11" + "$ref": "https://ils.rero.ch/api/holdings/12" } }, { @@ -221,16 +221,16 @@ "call_number": "00013", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1185" + "$ref": "https://ils.rero.ch/api/documents/144" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/12" + "$ref": "https://ils.rero.ch/api/holdings/13" } }, { @@ -245,10 +245,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1184" + "$ref": "https://ils.rero.ch/api/documents/143" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/13" + "$ref": "https://ils.rero.ch/api/holdings/14" } }, { @@ -257,16 +257,16 @@ "call_number": "00015", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1183" + "$ref": "https://ils.rero.ch/api/documents/143" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/14" + "$ref": "https://ils.rero.ch/api/holdings/15" } }, { @@ -275,16 +275,16 @@ "call_number": "00016", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1183" + "$ref": "https://ils.rero.ch/api/documents/142" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/15" + "$ref": "https://ils.rero.ch/api/holdings/16" } }, { @@ -299,10 +299,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1182" + "$ref": "https://ils.rero.ch/api/documents/141" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/16" + "$ref": "https://ils.rero.ch/api/holdings/17" } }, { @@ -311,16 +311,16 @@ "call_number": "00018", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1182" + "$ref": "https://ils.rero.ch/api/documents/141" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/17" + "$ref": "https://ils.rero.ch/api/holdings/18" } }, { @@ -329,16 +329,16 @@ "call_number": "00019", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1181" + "$ref": "https://ils.rero.ch/api/documents/140" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/18" + "$ref": "https://ils.rero.ch/api/holdings/19" } }, { @@ -347,34 +347,34 @@ "call_number": "00020", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1181" + "$ref": "https://ils.rero.ch/api/documents/139" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/19" + "$ref": "https://ils.rero.ch/api/holdings/20" } }, { "pid": "21", "barcode": "10000000021", "call_number": "00021", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1180" + "$ref": "https://ils.rero.ch/api/documents/138" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/20" + "$ref": "https://ils.rero.ch/api/holdings/21" } }, { @@ -389,7 +389,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1179" + "$ref": "https://ils.rero.ch/api/documents/138" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/21" @@ -401,13 +401,13 @@ "call_number": "00023", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1178" + "$ref": "https://ils.rero.ch/api/documents/137" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/22" @@ -417,15 +417,15 @@ "pid": "24", "barcode": "10000000024", "call_number": "00024", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1177" + "$ref": "https://ils.rero.ch/api/documents/136" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/23" @@ -437,13 +437,13 @@ "call_number": "00025", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1176" + "$ref": "https://ils.rero.ch/api/documents/135" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/24" @@ -461,10 +461,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1176" + "$ref": "https://ils.rero.ch/api/documents/135" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/25" + "$ref": "https://ils.rero.ch/api/holdings/24" } }, { @@ -473,16 +473,16 @@ "call_number": "00027", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1175" + "$ref": "https://ils.rero.ch/api/documents/134" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/26" + "$ref": "https://ils.rero.ch/api/holdings/25" } }, { @@ -491,16 +491,16 @@ "call_number": "00028", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1175" + "$ref": "https://ils.rero.ch/api/documents/133" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/27" + "$ref": "https://ils.rero.ch/api/holdings/26" } }, { @@ -509,16 +509,16 @@ "call_number": "00029", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1174" + "$ref": "https://ils.rero.ch/api/documents/133" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/28" + "$ref": "https://ils.rero.ch/api/holdings/27" } }, { @@ -527,16 +527,16 @@ "call_number": "00030", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1173" + "$ref": "https://ils.rero.ch/api/documents/132" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/29" + "$ref": "https://ils.rero.ch/api/holdings/28" } }, { @@ -545,34 +545,34 @@ "call_number": "00031", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1173" + "$ref": "https://ils.rero.ch/api/documents/132" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/30" + "$ref": "https://ils.rero.ch/api/holdings/29" } }, { "pid": "32", "barcode": "10000000032", "call_number": "00032", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1172" + "$ref": "https://ils.rero.ch/api/documents/131" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/31" + "$ref": "https://ils.rero.ch/api/holdings/30" } }, { @@ -581,16 +581,16 @@ "call_number": "00033", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1172" + "$ref": "https://ils.rero.ch/api/documents/131" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/32" + "$ref": "https://ils.rero.ch/api/holdings/30" } }, { @@ -599,16 +599,16 @@ "call_number": "00034", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1171" + "$ref": "https://ils.rero.ch/api/documents/130" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/33" + "$ref": "https://ils.rero.ch/api/holdings/31" } }, { @@ -617,16 +617,16 @@ "call_number": "00035", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1170" + "$ref": "https://ils.rero.ch/api/documents/129" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/34" + "$ref": "https://ils.rero.ch/api/holdings/32" } }, { @@ -635,16 +635,16 @@ "call_number": "00036", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1169" + "$ref": "https://ils.rero.ch/api/documents/129" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/35" + "$ref": "https://ils.rero.ch/api/holdings/33" } }, { @@ -653,16 +653,16 @@ "call_number": "00037", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1169" + "$ref": "https://ils.rero.ch/api/documents/128" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/36" + "$ref": "https://ils.rero.ch/api/holdings/34" } }, { @@ -671,16 +671,16 @@ "call_number": "00038", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1168" + "$ref": "https://ils.rero.ch/api/documents/128" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/37" + "$ref": "https://ils.rero.ch/api/holdings/35" } }, { @@ -689,16 +689,16 @@ "call_number": "00039", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1168" + "$ref": "https://ils.rero.ch/api/documents/127" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/37" + "$ref": "https://ils.rero.ch/api/holdings/36" } }, { @@ -707,16 +707,16 @@ "call_number": "00040", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1167" + "$ref": "https://ils.rero.ch/api/documents/126" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/38" + "$ref": "https://ils.rero.ch/api/holdings/37" } }, { @@ -725,16 +725,16 @@ "call_number": "00041", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1166" + "$ref": "https://ils.rero.ch/api/documents/126" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/39" + "$ref": "https://ils.rero.ch/api/holdings/38" } }, { @@ -749,10 +749,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1166" + "$ref": "https://ils.rero.ch/api/documents/125" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/40" + "$ref": "https://ils.rero.ch/api/holdings/39" } }, { @@ -761,16 +761,16 @@ "call_number": "00043", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1165" + "$ref": "https://ils.rero.ch/api/documents/125" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/41" + "$ref": "https://ils.rero.ch/api/holdings/40" } }, { @@ -779,16 +779,16 @@ "call_number": "00044", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1164" + "$ref": "https://ils.rero.ch/api/documents/124" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/42" + "$ref": "https://ils.rero.ch/api/holdings/41" } }, { @@ -803,10 +803,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1163" + "$ref": "https://ils.rero.ch/api/documents/124" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/43" + "$ref": "https://ils.rero.ch/api/holdings/42" } }, { @@ -815,16 +815,16 @@ "call_number": "00046", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1162" + "$ref": "https://ils.rero.ch/api/documents/123" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/44" + "$ref": "https://ils.rero.ch/api/holdings/43" } }, { @@ -833,16 +833,16 @@ "call_number": "00047", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1162" + "$ref": "https://ils.rero.ch/api/documents/122" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/45" + "$ref": "https://ils.rero.ch/api/holdings/44" } }, { @@ -851,16 +851,16 @@ "call_number": "00048", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1161" + "$ref": "https://ils.rero.ch/api/documents/122" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/46" + "$ref": "https://ils.rero.ch/api/holdings/45" } }, { @@ -869,16 +869,16 @@ "call_number": "00049", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1161" + "$ref": "https://ils.rero.ch/api/documents/121" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/47" + "$ref": "https://ils.rero.ch/api/holdings/46" } }, { @@ -887,16 +887,16 @@ "call_number": "00050", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1160" + "$ref": "https://ils.rero.ch/api/documents/121" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/48" + "$ref": "https://ils.rero.ch/api/holdings/47" } }, { @@ -905,16 +905,16 @@ "call_number": "00051", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1159" + "$ref": "https://ils.rero.ch/api/documents/120" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/49" + "$ref": "https://ils.rero.ch/api/holdings/48" } }, { @@ -929,10 +929,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1159" + "$ref": "https://ils.rero.ch/api/documents/120" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/50" + "$ref": "https://ils.rero.ch/api/holdings/49" } }, { @@ -941,34 +941,34 @@ "call_number": "00053", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1158" + "$ref": "https://ils.rero.ch/api/documents/119" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/51" + "$ref": "https://ils.rero.ch/api/holdings/50" } }, { "pid": "54", "barcode": "10000000054", "call_number": "00054", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1157" + "$ref": "https://ils.rero.ch/api/documents/119" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/52" + "$ref": "https://ils.rero.ch/api/holdings/51" } }, { @@ -977,16 +977,16 @@ "call_number": "00055", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1156" + "$ref": "https://ils.rero.ch/api/documents/118" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/53" + "$ref": "https://ils.rero.ch/api/holdings/52" } }, { @@ -995,16 +995,16 @@ "call_number": "00056", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1155" + "$ref": "https://ils.rero.ch/api/documents/118" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/54" + "$ref": "https://ils.rero.ch/api/holdings/53" } }, { @@ -1013,16 +1013,16 @@ "call_number": "00057", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1154" + "$ref": "https://ils.rero.ch/api/documents/117" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/55" + "$ref": "https://ils.rero.ch/api/holdings/54" } }, { @@ -1031,13 +1031,13 @@ "call_number": "00058", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1154" + "$ref": "https://ils.rero.ch/api/documents/117" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/55" @@ -1049,13 +1049,13 @@ "call_number": "00059", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1153" + "$ref": "https://ils.rero.ch/api/documents/116" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/56" @@ -1067,13 +1067,13 @@ "call_number": "00060", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1152" + "$ref": "https://ils.rero.ch/api/documents/116" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/57" @@ -1085,13 +1085,13 @@ "call_number": "00061", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1151" + "$ref": "https://ils.rero.ch/api/documents/115" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/58" @@ -1103,13 +1103,13 @@ "call_number": "00062", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1151" + "$ref": "https://ils.rero.ch/api/documents/114" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/59" @@ -1119,7 +1119,7 @@ "pid": "63", "barcode": "10000000063", "call_number": "00063", - "status": "on_shelf", + "status": "missing", "location": { "$ref": "https://ils.rero.ch/api/locations/16" }, @@ -1127,7 +1127,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1150" + "$ref": "https://ils.rero.ch/api/documents/114" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/60" @@ -1139,13 +1139,13 @@ "call_number": "00064", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1149" + "$ref": "https://ils.rero.ch/api/documents/113" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/61" @@ -1163,7 +1163,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1148" + "$ref": "https://ils.rero.ch/api/documents/113" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/62" @@ -1181,10 +1181,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1148" + "$ref": "https://ils.rero.ch/api/documents/112" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/62" + "$ref": "https://ils.rero.ch/api/holdings/63" } }, { @@ -1199,10 +1199,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1147" + "$ref": "https://ils.rero.ch/api/documents/112" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/63" + "$ref": "https://ils.rero.ch/api/holdings/64" } }, { @@ -1211,16 +1211,16 @@ "call_number": "00068", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1147" + "$ref": "https://ils.rero.ch/api/documents/111" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/64" + "$ref": "https://ils.rero.ch/api/holdings/65" } }, { @@ -1229,16 +1229,16 @@ "call_number": "00069", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1146" + "$ref": "https://ils.rero.ch/api/documents/111" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/65" + "$ref": "https://ils.rero.ch/api/holdings/66" } }, { @@ -1247,16 +1247,16 @@ "call_number": "00070", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1146" + "$ref": "https://ils.rero.ch/api/documents/110" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/65" + "$ref": "https://ils.rero.ch/api/holdings/67" } }, { @@ -1265,16 +1265,16 @@ "call_number": "00071", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1145" + "$ref": "https://ils.rero.ch/api/documents/110" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/66" + "$ref": "https://ils.rero.ch/api/holdings/68" } }, { @@ -1283,16 +1283,16 @@ "call_number": "00072", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1144" + "$ref": "https://ils.rero.ch/api/documents/109" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/67" + "$ref": "https://ils.rero.ch/api/holdings/69" } }, { @@ -1301,16 +1301,16 @@ "call_number": "00073", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1143" + "$ref": "https://ils.rero.ch/api/documents/109" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/68" + "$ref": "https://ils.rero.ch/api/holdings/69" } }, { @@ -1319,16 +1319,16 @@ "call_number": "00074", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1143" + "$ref": "https://ils.rero.ch/api/documents/108" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/69" + "$ref": "https://ils.rero.ch/api/holdings/70" } }, { @@ -1337,16 +1337,16 @@ "call_number": "00075", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1142" + "$ref": "https://ils.rero.ch/api/documents/108" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/70" + "$ref": "https://ils.rero.ch/api/holdings/71" } }, { @@ -1355,16 +1355,16 @@ "call_number": "00076", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1141" + "$ref": "https://ils.rero.ch/api/documents/107" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/71" + "$ref": "https://ils.rero.ch/api/holdings/72" } }, { @@ -1373,16 +1373,16 @@ "call_number": "00077", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1141" + "$ref": "https://ils.rero.ch/api/documents/107" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/72" + "$ref": "https://ils.rero.ch/api/holdings/73" } }, { @@ -1391,16 +1391,16 @@ "call_number": "00078", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1140" + "$ref": "https://ils.rero.ch/api/documents/106" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/73" + "$ref": "https://ils.rero.ch/api/holdings/74" } }, { @@ -1409,16 +1409,16 @@ "call_number": "00079", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1140" + "$ref": "https://ils.rero.ch/api/documents/105" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/74" + "$ref": "https://ils.rero.ch/api/holdings/75" } }, { @@ -1433,10 +1433,10 @@ "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1139" + "$ref": "https://ils.rero.ch/api/documents/105" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/75" + "$ref": "https://ils.rero.ch/api/holdings/76" } }, { @@ -1445,16 +1445,16 @@ "call_number": "00081", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1138" + "$ref": "https://ils.rero.ch/api/documents/104" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/76" + "$ref": "https://ils.rero.ch/api/holdings/77" } }, { @@ -1463,16 +1463,16 @@ "call_number": "00082", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1138" + "$ref": "https://ils.rero.ch/api/documents/103" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/77" + "$ref": "https://ils.rero.ch/api/holdings/78" } }, { @@ -1481,13 +1481,13 @@ "call_number": "00083", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1137" + "$ref": "https://ils.rero.ch/api/documents/103" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/78" @@ -1505,7 +1505,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1137" + "$ref": "https://ils.rero.ch/api/documents/102" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/79" @@ -1517,13 +1517,13 @@ "call_number": "00085", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1136" + "$ref": "https://ils.rero.ch/api/documents/101" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/80" @@ -1535,13 +1535,13 @@ "call_number": "00086", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1136" + "$ref": "https://ils.rero.ch/api/documents/101" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/81" @@ -1553,13 +1553,13 @@ "call_number": "00087", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1135" + "$ref": "https://ils.rero.ch/api/documents/100" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/82" @@ -1571,13 +1571,13 @@ "call_number": "00088", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/99" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/83" @@ -1589,16 +1589,16 @@ "call_number": "00089", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/99" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/84" + "$ref": "https://ils.rero.ch/api/holdings/83" } }, { @@ -1613,10 +1613,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1133" + "$ref": "https://ils.rero.ch/api/documents/98" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/85" + "$ref": "https://ils.rero.ch/api/holdings/84" } }, { @@ -1631,7 +1631,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1133" + "$ref": "https://ils.rero.ch/api/documents/97" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/85" @@ -1643,13 +1643,13 @@ "call_number": "00092", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1132" + "$ref": "https://ils.rero.ch/api/documents/96" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/86" @@ -1661,13 +1661,13 @@ "call_number": "00093", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1132" + "$ref": "https://ils.rero.ch/api/documents/95" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/87" @@ -1679,13 +1679,13 @@ "call_number": "00094", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1131" + "$ref": "https://ils.rero.ch/api/documents/95" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/88" @@ -1697,13 +1697,13 @@ "call_number": "00095", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1131" + "$ref": "https://ils.rero.ch/api/documents/94" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/89" @@ -1715,13 +1715,13 @@ "call_number": "00096", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1130" + "$ref": "https://ils.rero.ch/api/documents/94" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/90" @@ -1733,13 +1733,13 @@ "call_number": "00097", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1130" + "$ref": "https://ils.rero.ch/api/documents/93" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/91" @@ -1751,13 +1751,13 @@ "call_number": "00098", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1129" + "$ref": "https://ils.rero.ch/api/documents/93" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/92" @@ -1769,13 +1769,13 @@ "call_number": "00099", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1128" + "$ref": "https://ils.rero.ch/api/documents/92" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/93" @@ -1787,13 +1787,13 @@ "call_number": "00100", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1127" + "$ref": "https://ils.rero.ch/api/documents/91" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/94" @@ -1811,28 +1811,28 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1126" + "$ref": "https://ils.rero.ch/api/documents/91" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/95" + "$ref": "https://ils.rero.ch/api/holdings/94" } }, { "pid": "102", "barcode": "10000000102", "call_number": "00102", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1126" + "$ref": "https://ils.rero.ch/api/documents/90" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/96" + "$ref": "https://ils.rero.ch/api/holdings/95" } }, { @@ -1841,16 +1841,16 @@ "call_number": "00103", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1125" + "$ref": "https://ils.rero.ch/api/documents/89" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/97" + "$ref": "https://ils.rero.ch/api/holdings/96" } }, { @@ -1859,16 +1859,16 @@ "call_number": "00104", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1124" + "$ref": "https://ils.rero.ch/api/documents/89" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/98" + "$ref": "https://ils.rero.ch/api/holdings/97" } }, { @@ -1877,13 +1877,13 @@ "call_number": "00105", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1124" + "$ref": "https://ils.rero.ch/api/documents/88" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/98" @@ -1895,13 +1895,13 @@ "call_number": "00106", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1123" + "$ref": "https://ils.rero.ch/api/documents/88" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/99" @@ -1913,13 +1913,13 @@ "call_number": "00107", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1122" + "$ref": "https://ils.rero.ch/api/documents/87" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/100" @@ -1937,7 +1937,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1122" + "$ref": "https://ils.rero.ch/api/documents/86" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/101" @@ -1949,13 +1949,13 @@ "call_number": "00109", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1121" + "$ref": "https://ils.rero.ch/api/documents/85" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/102" @@ -1967,13 +1967,13 @@ "call_number": "00110", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1120" + "$ref": "https://ils.rero.ch/api/documents/84" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/103" @@ -1985,13 +1985,13 @@ "call_number": "00111", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1119" + "$ref": "https://ils.rero.ch/api/documents/84" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/104" @@ -2003,13 +2003,13 @@ "call_number": "00112", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1118" + "$ref": "https://ils.rero.ch/api/documents/83" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/105" @@ -2021,16 +2021,16 @@ "call_number": "00113", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1117" + "$ref": "https://ils.rero.ch/api/documents/83" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/106" + "$ref": "https://ils.rero.ch/api/holdings/105" } }, { @@ -2039,16 +2039,16 @@ "call_number": "00114", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1116" + "$ref": "https://ils.rero.ch/api/documents/82" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/107" + "$ref": "https://ils.rero.ch/api/holdings/106" } }, { @@ -2057,16 +2057,16 @@ "call_number": "00115", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1115" + "$ref": "https://ils.rero.ch/api/documents/81" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/108" + "$ref": "https://ils.rero.ch/api/holdings/107" } }, { @@ -2075,16 +2075,16 @@ "call_number": "00116", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1115" + "$ref": "https://ils.rero.ch/api/documents/81" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/109" + "$ref": "https://ils.rero.ch/api/holdings/108" } }, { @@ -2093,16 +2093,16 @@ "call_number": "00117", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1114" + "$ref": "https://ils.rero.ch/api/documents/80" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/110" + "$ref": "https://ils.rero.ch/api/holdings/109" } }, { @@ -2111,16 +2111,16 @@ "call_number": "00118", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1114" + "$ref": "https://ils.rero.ch/api/documents/80" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/111" + "$ref": "https://ils.rero.ch/api/holdings/110" } }, { @@ -2129,34 +2129,34 @@ "call_number": "00119", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1113" + "$ref": "https://ils.rero.ch/api/documents/79" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/112" + "$ref": "https://ils.rero.ch/api/holdings/111" } }, { "pid": "120", "barcode": "10000000120", "call_number": "00120", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1112" + "$ref": "https://ils.rero.ch/api/documents/78" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/113" + "$ref": "https://ils.rero.ch/api/holdings/112" } }, { @@ -2165,16 +2165,16 @@ "call_number": "00121", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1112" + "$ref": "https://ils.rero.ch/api/documents/78" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/114" + "$ref": "https://ils.rero.ch/api/holdings/113" } }, { @@ -2183,34 +2183,34 @@ "call_number": "00122", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1111" + "$ref": "https://ils.rero.ch/api/documents/77" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/115" + "$ref": "https://ils.rero.ch/api/holdings/114" } }, { "pid": "123", "barcode": "10000000123", "call_number": "00123", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1110" + "$ref": "https://ils.rero.ch/api/documents/76" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/116" + "$ref": "https://ils.rero.ch/api/holdings/115" } }, { @@ -2219,16 +2219,16 @@ "call_number": "00124", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1110" + "$ref": "https://ils.rero.ch/api/documents/76" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/117" + "$ref": "https://ils.rero.ch/api/holdings/116" } }, { @@ -2237,16 +2237,16 @@ "call_number": "00125", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1109" + "$ref": "https://ils.rero.ch/api/documents/75" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/118" + "$ref": "https://ils.rero.ch/api/holdings/117" } }, { @@ -2255,16 +2255,16 @@ "call_number": "00126", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1108" + "$ref": "https://ils.rero.ch/api/documents/75" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/119" + "$ref": "https://ils.rero.ch/api/holdings/117" } }, { @@ -2273,16 +2273,16 @@ "call_number": "00127", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1107" + "$ref": "https://ils.rero.ch/api/documents/74" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/120" + "$ref": "https://ils.rero.ch/api/holdings/118" } }, { @@ -2291,16 +2291,16 @@ "call_number": "00128", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1106" + "$ref": "https://ils.rero.ch/api/documents/73" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/121" + "$ref": "https://ils.rero.ch/api/holdings/119" } }, { @@ -2309,16 +2309,16 @@ "call_number": "00129", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1105" + "$ref": "https://ils.rero.ch/api/documents/72" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/122" + "$ref": "https://ils.rero.ch/api/holdings/120" } }, { @@ -2327,16 +2327,16 @@ "call_number": "00130", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1104" + "$ref": "https://ils.rero.ch/api/documents/72" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/123" + "$ref": "https://ils.rero.ch/api/holdings/121" } }, { @@ -2345,16 +2345,16 @@ "call_number": "00131", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1104" + "$ref": "https://ils.rero.ch/api/documents/71" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/124" + "$ref": "https://ils.rero.ch/api/holdings/122" } }, { @@ -2363,16 +2363,16 @@ "call_number": "00132", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1103" + "$ref": "https://ils.rero.ch/api/documents/71" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/125" + "$ref": "https://ils.rero.ch/api/holdings/122" } }, { @@ -2387,10 +2387,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1103" + "$ref": "https://ils.rero.ch/api/documents/70" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/126" + "$ref": "https://ils.rero.ch/api/holdings/123" } }, { @@ -2405,10 +2405,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1102" + "$ref": "https://ils.rero.ch/api/documents/70" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/127" + "$ref": "https://ils.rero.ch/api/holdings/123" } }, { @@ -2417,16 +2417,16 @@ "call_number": "00135", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1102" + "$ref": "https://ils.rero.ch/api/documents/69" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/128" + "$ref": "https://ils.rero.ch/api/holdings/124" } }, { @@ -2435,34 +2435,34 @@ "call_number": "00136", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1101" + "$ref": "https://ils.rero.ch/api/documents/69" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/129" + "$ref": "https://ils.rero.ch/api/holdings/125" } }, { "pid": "137", "barcode": "10000000137", "call_number": "00137", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1101" + "$ref": "https://ils.rero.ch/api/documents/68" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/129" + "$ref": "https://ils.rero.ch/api/holdings/126" } }, { @@ -2471,16 +2471,16 @@ "call_number": "00138", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1100" + "$ref": "https://ils.rero.ch/api/documents/68" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/130" + "$ref": "https://ils.rero.ch/api/holdings/127" } }, { @@ -2489,16 +2489,16 @@ "call_number": "00139", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1099" + "$ref": "https://ils.rero.ch/api/documents/67" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/131" + "$ref": "https://ils.rero.ch/api/holdings/128" } }, { @@ -2507,16 +2507,16 @@ "call_number": "00140", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1098" + "$ref": "https://ils.rero.ch/api/documents/67" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/132" + "$ref": "https://ils.rero.ch/api/holdings/129" } }, { @@ -2531,10 +2531,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1097" + "$ref": "https://ils.rero.ch/api/documents/66" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/133" + "$ref": "https://ils.rero.ch/api/holdings/130" } }, { @@ -2543,16 +2543,16 @@ "call_number": "00142", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/65" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/134" + "$ref": "https://ils.rero.ch/api/holdings/131" } }, { @@ -2567,10 +2567,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/64" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/135" + "$ref": "https://ils.rero.ch/api/holdings/132" } }, { @@ -2579,16 +2579,16 @@ "call_number": "00144", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1095" + "$ref": "https://ils.rero.ch/api/documents/64" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/136" + "$ref": "https://ils.rero.ch/api/holdings/133" } }, { @@ -2597,16 +2597,16 @@ "call_number": "00145", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1094" + "$ref": "https://ils.rero.ch/api/documents/63" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/137" + "$ref": "https://ils.rero.ch/api/holdings/134" } }, { @@ -2615,16 +2615,16 @@ "call_number": "00146", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1093" + "$ref": "https://ils.rero.ch/api/documents/63" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/138" + "$ref": "https://ils.rero.ch/api/holdings/135" } }, { @@ -2633,16 +2633,16 @@ "call_number": "00147", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1093" + "$ref": "https://ils.rero.ch/api/documents/62" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/138" + "$ref": "https://ils.rero.ch/api/holdings/136" } }, { @@ -2651,16 +2651,16 @@ "call_number": "00148", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1092" + "$ref": "https://ils.rero.ch/api/documents/62" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/139" + "$ref": "https://ils.rero.ch/api/holdings/137" } }, { @@ -2675,10 +2675,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1092" + "$ref": "https://ils.rero.ch/api/documents/61" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/140" + "$ref": "https://ils.rero.ch/api/holdings/138" } }, { @@ -2687,16 +2687,16 @@ "call_number": "00150", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1091" + "$ref": "https://ils.rero.ch/api/documents/61" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/141" + "$ref": "https://ils.rero.ch/api/holdings/139" } }, { @@ -2705,16 +2705,16 @@ "call_number": "00151", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1090" + "$ref": "https://ils.rero.ch/api/documents/60" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/142" + "$ref": "https://ils.rero.ch/api/holdings/140" } }, { @@ -2723,16 +2723,16 @@ "call_number": "00152", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1089" + "$ref": "https://ils.rero.ch/api/documents/60" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/143" + "$ref": "https://ils.rero.ch/api/holdings/141" } }, { @@ -2741,16 +2741,16 @@ "call_number": "00153", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1088" + "$ref": "https://ils.rero.ch/api/documents/59" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/144" + "$ref": "https://ils.rero.ch/api/holdings/142" } }, { @@ -2759,16 +2759,16 @@ "call_number": "00154", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/59" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/145" + "$ref": "https://ils.rero.ch/api/holdings/143" } }, { @@ -2777,16 +2777,16 @@ "call_number": "00155", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/58" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/146" + "$ref": "https://ils.rero.ch/api/holdings/144" } }, { @@ -2795,16 +2795,16 @@ "call_number": "00156", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1086" + "$ref": "https://ils.rero.ch/api/documents/57" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/147" + "$ref": "https://ils.rero.ch/api/holdings/145" } }, { @@ -2819,10 +2819,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1085" + "$ref": "https://ils.rero.ch/api/documents/57" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/148" + "$ref": "https://ils.rero.ch/api/holdings/146" } }, { @@ -2837,10 +2837,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1084" + "$ref": "https://ils.rero.ch/api/documents/56" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/149" + "$ref": "https://ils.rero.ch/api/holdings/147" } }, { @@ -2855,10 +2855,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1083" + "$ref": "https://ils.rero.ch/api/documents/56" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/150" + "$ref": "https://ils.rero.ch/api/holdings/148" } }, { @@ -2873,10 +2873,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1082" + "$ref": "https://ils.rero.ch/api/documents/55" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/151" + "$ref": "https://ils.rero.ch/api/holdings/149" } }, { @@ -2885,16 +2885,16 @@ "call_number": "00161", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1081" + "$ref": "https://ils.rero.ch/api/documents/54" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/152" + "$ref": "https://ils.rero.ch/api/holdings/150" } }, { @@ -2909,10 +2909,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1081" + "$ref": "https://ils.rero.ch/api/documents/53" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/153" + "$ref": "https://ils.rero.ch/api/holdings/151" } }, { @@ -2921,16 +2921,16 @@ "call_number": "00163", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1080" + "$ref": "https://ils.rero.ch/api/documents/53" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/154" + "$ref": "https://ils.rero.ch/api/holdings/152" } }, { @@ -2939,16 +2939,16 @@ "call_number": "00164", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1079" + "$ref": "https://ils.rero.ch/api/documents/52" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/155" + "$ref": "https://ils.rero.ch/api/holdings/153" } }, { @@ -2957,16 +2957,16 @@ "call_number": "00165", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1079" + "$ref": "https://ils.rero.ch/api/documents/51" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/156" + "$ref": "https://ils.rero.ch/api/holdings/154" } }, { @@ -2975,16 +2975,16 @@ "call_number": "00166", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1078" + "$ref": "https://ils.rero.ch/api/documents/50" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/157" + "$ref": "https://ils.rero.ch/api/holdings/155" } }, { @@ -2993,16 +2993,16 @@ "call_number": "00167", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1078" + "$ref": "https://ils.rero.ch/api/documents/50" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/157" + "$ref": "https://ils.rero.ch/api/holdings/156" } }, { @@ -3011,16 +3011,16 @@ "call_number": "00168", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1077" + "$ref": "https://ils.rero.ch/api/documents/49" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/158" + "$ref": "https://ils.rero.ch/api/holdings/157" } }, { @@ -3029,16 +3029,16 @@ "call_number": "00169", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1076" + "$ref": "https://ils.rero.ch/api/documents/49" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/159" + "$ref": "https://ils.rero.ch/api/holdings/158" } }, { @@ -3047,13 +3047,13 @@ "call_number": "00170", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1076" + "$ref": "https://ils.rero.ch/api/documents/48" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/159" @@ -3065,16 +3065,16 @@ "call_number": "00171", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1075" + "$ref": "https://ils.rero.ch/api/documents/48" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/160" + "$ref": "https://ils.rero.ch/api/holdings/159" } }, { @@ -3083,16 +3083,16 @@ "call_number": "00172", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1074" + "$ref": "https://ils.rero.ch/api/documents/47" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/161" + "$ref": "https://ils.rero.ch/api/holdings/160" } }, { @@ -3101,16 +3101,16 @@ "call_number": "00173", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1074" + "$ref": "https://ils.rero.ch/api/documents/47" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/162" + "$ref": "https://ils.rero.ch/api/holdings/161" } }, { @@ -3119,16 +3119,16 @@ "call_number": "00174", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1073" + "$ref": "https://ils.rero.ch/api/documents/46" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/163" + "$ref": "https://ils.rero.ch/api/holdings/162" } }, { @@ -3137,16 +3137,16 @@ "call_number": "00175", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1072" + "$ref": "https://ils.rero.ch/api/documents/46" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/164" + "$ref": "https://ils.rero.ch/api/holdings/163" } }, { @@ -3155,16 +3155,16 @@ "call_number": "00176", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1071" + "$ref": "https://ils.rero.ch/api/documents/45" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/165" + "$ref": "https://ils.rero.ch/api/holdings/164" } }, { @@ -3173,16 +3173,16 @@ "call_number": "00177", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1070" + "$ref": "https://ils.rero.ch/api/documents/45" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/166" + "$ref": "https://ils.rero.ch/api/holdings/164" } }, { @@ -3191,16 +3191,16 @@ "call_number": "00178", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1069" + "$ref": "https://ils.rero.ch/api/documents/44" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/167" + "$ref": "https://ils.rero.ch/api/holdings/165" } }, { @@ -3209,16 +3209,16 @@ "call_number": "00179", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1069" + "$ref": "https://ils.rero.ch/api/documents/44" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/168" + "$ref": "https://ils.rero.ch/api/holdings/166" } }, { @@ -3227,16 +3227,16 @@ "call_number": "00180", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1068" + "$ref": "https://ils.rero.ch/api/documents/43" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/169" + "$ref": "https://ils.rero.ch/api/holdings/167" } }, { @@ -3245,16 +3245,16 @@ "call_number": "00181", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1067" + "$ref": "https://ils.rero.ch/api/documents/43" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/170" + "$ref": "https://ils.rero.ch/api/holdings/168" } }, { @@ -3269,10 +3269,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1066" + "$ref": "https://ils.rero.ch/api/documents/42" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/171" + "$ref": "https://ils.rero.ch/api/holdings/169" } }, { @@ -3281,16 +3281,16 @@ "call_number": "00183", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1065" + "$ref": "https://ils.rero.ch/api/documents/42" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/172" + "$ref": "https://ils.rero.ch/api/holdings/169" } }, { @@ -3299,16 +3299,16 @@ "call_number": "00184", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1064" + "$ref": "https://ils.rero.ch/api/documents/41" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/173" + "$ref": "https://ils.rero.ch/api/holdings/170" } }, { @@ -3317,16 +3317,16 @@ "call_number": "00185", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1063" + "$ref": "https://ils.rero.ch/api/documents/41" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/174" + "$ref": "https://ils.rero.ch/api/holdings/170" } }, { @@ -3335,16 +3335,16 @@ "call_number": "00186", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1063" + "$ref": "https://ils.rero.ch/api/documents/40" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/175" + "$ref": "https://ils.rero.ch/api/holdings/171" } }, { @@ -3359,10 +3359,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1062" + "$ref": "https://ils.rero.ch/api/documents/40" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/176" + "$ref": "https://ils.rero.ch/api/holdings/172" } }, { @@ -3377,10 +3377,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/39" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/177" + "$ref": "https://ils.rero.ch/api/holdings/173" } }, { @@ -3389,16 +3389,16 @@ "call_number": "00189", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/39" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/178" + "$ref": "https://ils.rero.ch/api/holdings/174" } }, { @@ -3407,16 +3407,16 @@ "call_number": "00190", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1060" + "$ref": "https://ils.rero.ch/api/documents/38" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/179" + "$ref": "https://ils.rero.ch/api/holdings/175" } }, { @@ -3425,16 +3425,16 @@ "call_number": "00191", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1060" + "$ref": "https://ils.rero.ch/api/documents/37" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/180" + "$ref": "https://ils.rero.ch/api/holdings/176" } }, { @@ -3443,16 +3443,16 @@ "call_number": "00192", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/37" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/181" + "$ref": "https://ils.rero.ch/api/holdings/177" } }, { @@ -3461,34 +3461,34 @@ "call_number": "00193", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/36" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/182" + "$ref": "https://ils.rero.ch/api/holdings/178" } }, { "pid": "194", "barcode": "10000000194", "call_number": "00194", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1058" + "$ref": "https://ils.rero.ch/api/documents/36" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/183" + "$ref": "https://ils.rero.ch/api/holdings/179" } }, { @@ -3497,16 +3497,16 @@ "call_number": "00195", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1057" + "$ref": "https://ils.rero.ch/api/documents/35" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/184" + "$ref": "https://ils.rero.ch/api/holdings/180" } }, { @@ -3515,16 +3515,16 @@ "call_number": "00196", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1056" + "$ref": "https://ils.rero.ch/api/documents/35" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/185" + "$ref": "https://ils.rero.ch/api/holdings/180" } }, { @@ -3533,16 +3533,16 @@ "call_number": "00197", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1056" + "$ref": "https://ils.rero.ch/api/documents/34" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/186" + "$ref": "https://ils.rero.ch/api/holdings/181" } }, { @@ -3551,16 +3551,16 @@ "call_number": "00198", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1055" + "$ref": "https://ils.rero.ch/api/documents/33" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/187" + "$ref": "https://ils.rero.ch/api/holdings/182" } }, { @@ -3569,16 +3569,16 @@ "call_number": "00199", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1055" + "$ref": "https://ils.rero.ch/api/documents/32" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/188" + "$ref": "https://ils.rero.ch/api/holdings/183" } }, { @@ -3587,16 +3587,16 @@ "call_number": "00200", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1054" + "$ref": "https://ils.rero.ch/api/documents/32" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/189" + "$ref": "https://ils.rero.ch/api/holdings/184" } }, { @@ -3605,16 +3605,16 @@ "call_number": "00201", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1054" + "$ref": "https://ils.rero.ch/api/documents/31" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/190" + "$ref": "https://ils.rero.ch/api/holdings/185" } }, { @@ -3623,16 +3623,16 @@ "call_number": "00202", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1053" + "$ref": "https://ils.rero.ch/api/documents/31" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/191" + "$ref": "https://ils.rero.ch/api/holdings/186" } }, { @@ -3641,16 +3641,16 @@ "call_number": "00203", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1052" + "$ref": "https://ils.rero.ch/api/documents/30" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/192" + "$ref": "https://ils.rero.ch/api/holdings/187" } }, { @@ -3659,23 +3659,23 @@ "call_number": "00204", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/29" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/193" + "$ref": "https://ils.rero.ch/api/holdings/188" } }, { "pid": "205", "barcode": "10000000205", "call_number": "00205", - "status": "on_shelf", + "status": "missing", "location": { "$ref": "https://ils.rero.ch/api/locations/19" }, @@ -3683,10 +3683,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/28" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/194" + "$ref": "https://ils.rero.ch/api/holdings/189" } }, { @@ -3695,16 +3695,16 @@ "call_number": "00206", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1050" + "$ref": "https://ils.rero.ch/api/documents/27" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/195" + "$ref": "https://ils.rero.ch/api/holdings/190" } }, { @@ -3713,16 +3713,16 @@ "call_number": "00207", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1049" + "$ref": "https://ils.rero.ch/api/documents/27" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/196" + "$ref": "https://ils.rero.ch/api/holdings/190" } }, { @@ -3731,16 +3731,16 @@ "call_number": "00208", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1049" + "$ref": "https://ils.rero.ch/api/documents/26" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/197" + "$ref": "https://ils.rero.ch/api/holdings/191" } }, { @@ -3749,16 +3749,16 @@ "call_number": "00209", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1048" + "$ref": "https://ils.rero.ch/api/documents/26" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/198" + "$ref": "https://ils.rero.ch/api/holdings/192" } }, { @@ -3767,16 +3767,16 @@ "call_number": "00210", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1047" + "$ref": "https://ils.rero.ch/api/documents/25" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/199" + "$ref": "https://ils.rero.ch/api/holdings/193" } }, { @@ -3785,16 +3785,16 @@ "call_number": "00211", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1047" + "$ref": "https://ils.rero.ch/api/documents/25" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/200" + "$ref": "https://ils.rero.ch/api/holdings/193" } }, { @@ -3803,34 +3803,34 @@ "call_number": "00212", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1046" + "$ref": "https://ils.rero.ch/api/documents/24" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/201" + "$ref": "https://ils.rero.ch/api/holdings/194" } }, { "pid": "213", "barcode": "10000000213", "call_number": "00213", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1045" + "$ref": "https://ils.rero.ch/api/documents/24" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/202" + "$ref": "https://ils.rero.ch/api/holdings/195" } }, { @@ -3839,16 +3839,16 @@ "call_number": "00214", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1045" + "$ref": "https://ils.rero.ch/api/documents/23" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/203" + "$ref": "https://ils.rero.ch/api/holdings/196" } }, { @@ -3857,16 +3857,16 @@ "call_number": "00215", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1044" + "$ref": "https://ils.rero.ch/api/documents/23" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/204" + "$ref": "https://ils.rero.ch/api/holdings/197" } }, { @@ -3875,16 +3875,16 @@ "call_number": "00216", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1044" + "$ref": "https://ils.rero.ch/api/documents/22" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/205" + "$ref": "https://ils.rero.ch/api/holdings/198" } }, { @@ -3893,16 +3893,16 @@ "call_number": "00217", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1043" + "$ref": "https://ils.rero.ch/api/documents/21" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/206" + "$ref": "https://ils.rero.ch/api/holdings/199" } }, { @@ -3917,10 +3917,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1043" + "$ref": "https://ils.rero.ch/api/documents/20" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/206" + "$ref": "https://ils.rero.ch/api/holdings/200" } }, { @@ -3929,16 +3929,16 @@ "call_number": "00219", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1042" + "$ref": "https://ils.rero.ch/api/documents/19" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/207" + "$ref": "https://ils.rero.ch/api/holdings/201" } }, { @@ -3953,10 +3953,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1041" + "$ref": "https://ils.rero.ch/api/documents/19" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/208" + "$ref": "https://ils.rero.ch/api/holdings/201" } }, { @@ -3965,16 +3965,16 @@ "call_number": "00221", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1040" + "$ref": "https://ils.rero.ch/api/documents/18" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/209" + "$ref": "https://ils.rero.ch/api/holdings/202" } }, { @@ -3989,10 +3989,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1040" + "$ref": "https://ils.rero.ch/api/documents/17" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/209" + "$ref": "https://ils.rero.ch/api/holdings/203" } }, { @@ -4001,16 +4001,16 @@ "call_number": "00223", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1039" + "$ref": "https://ils.rero.ch/api/documents/17" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/210" + "$ref": "https://ils.rero.ch/api/holdings/204" } }, { @@ -4019,16 +4019,16 @@ "call_number": "00224", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1039" + "$ref": "https://ils.rero.ch/api/documents/16" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/211" + "$ref": "https://ils.rero.ch/api/holdings/205" } }, { @@ -4037,16 +4037,16 @@ "call_number": "00225", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1038" + "$ref": "https://ils.rero.ch/api/documents/15" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/212" + "$ref": "https://ils.rero.ch/api/holdings/206" } }, { @@ -4055,16 +4055,16 @@ "call_number": "00226", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1038" + "$ref": "https://ils.rero.ch/api/documents/14" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/213" + "$ref": "https://ils.rero.ch/api/holdings/207" } }, { @@ -4073,16 +4073,16 @@ "call_number": "00227", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1037" + "$ref": "https://ils.rero.ch/api/documents/14" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/214" + "$ref": "https://ils.rero.ch/api/holdings/207" } }, { @@ -4091,16 +4091,16 @@ "call_number": "00228", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1036" + "$ref": "https://ils.rero.ch/api/documents/13" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/215" + "$ref": "https://ils.rero.ch/api/holdings/208" } }, { @@ -4109,16 +4109,16 @@ "call_number": "00229", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1035" + "$ref": "https://ils.rero.ch/api/documents/13" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/216" + "$ref": "https://ils.rero.ch/api/holdings/209" } }, { @@ -4127,16 +4127,16 @@ "call_number": "00230", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1034" + "$ref": "https://ils.rero.ch/api/documents/12" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/217" + "$ref": "https://ils.rero.ch/api/holdings/210" } }, { @@ -4145,16 +4145,16 @@ "call_number": "00231", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1033" + "$ref": "https://ils.rero.ch/api/documents/11" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/218" + "$ref": "https://ils.rero.ch/api/holdings/211" } }, { @@ -4163,16 +4163,16 @@ "call_number": "00232", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1032" + "$ref": "https://ils.rero.ch/api/documents/10" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/219" + "$ref": "https://ils.rero.ch/api/holdings/212" } }, { @@ -4181,16 +4181,16 @@ "call_number": "00233", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1031" + "$ref": "https://ils.rero.ch/api/documents/10" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/220" + "$ref": "https://ils.rero.ch/api/holdings/213" } }, { @@ -4199,16 +4199,16 @@ "call_number": "00234", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1031" + "$ref": "https://ils.rero.ch/api/documents/9" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/221" + "$ref": "https://ils.rero.ch/api/holdings/214" } }, { @@ -4217,34 +4217,34 @@ "call_number": "00235", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1030" + "$ref": "https://ils.rero.ch/api/documents/9" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/222" + "$ref": "https://ils.rero.ch/api/holdings/215" } }, { "pid": "236", "barcode": "10000000236", "call_number": "00236", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1030" + "$ref": "https://ils.rero.ch/api/documents/8" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/222" + "$ref": "https://ils.rero.ch/api/holdings/216" } }, { @@ -4259,10 +4259,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1029" + "$ref": "https://ils.rero.ch/api/documents/8" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/223" + "$ref": "https://ils.rero.ch/api/holdings/217" } }, { @@ -4271,16 +4271,16 @@ "call_number": "00238", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1028" + "$ref": "https://ils.rero.ch/api/documents/7" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/224" + "$ref": "https://ils.rero.ch/api/holdings/218" } }, { @@ -4295,10 +4295,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1027" + "$ref": "https://ils.rero.ch/api/documents/6" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/225" + "$ref": "https://ils.rero.ch/api/holdings/219" } }, { @@ -4307,16 +4307,16 @@ "call_number": "00240", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1026" + "$ref": "https://ils.rero.ch/api/documents/6" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/226" + "$ref": "https://ils.rero.ch/api/holdings/220" } }, { @@ -4325,16 +4325,16 @@ "call_number": "00241", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1026" + "$ref": "https://ils.rero.ch/api/documents/5" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/227" + "$ref": "https://ils.rero.ch/api/holdings/221" } }, { @@ -4343,16 +4343,16 @@ "call_number": "00242", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1025" + "$ref": "https://ils.rero.ch/api/documents/5" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/228" + "$ref": "https://ils.rero.ch/api/holdings/222" } }, { @@ -4361,16 +4361,16 @@ "call_number": "00243", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1024" + "$ref": "https://ils.rero.ch/api/documents/4" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/229" + "$ref": "https://ils.rero.ch/api/holdings/223" } }, { @@ -4382,13 +4382,13 @@ "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1023" + "$ref": "https://ils.rero.ch/api/documents/4" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/230" + "$ref": "https://ils.rero.ch/api/holdings/224" } }, { @@ -4397,16 +4397,16 @@ "call_number": "00245", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1022" + "$ref": "https://ils.rero.ch/api/documents/3" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/231" + "$ref": "https://ils.rero.ch/api/holdings/225" } }, { @@ -4415,16 +4415,16 @@ "call_number": "00246", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1021" + "$ref": "https://ils.rero.ch/api/documents/3" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/232" + "$ref": "https://ils.rero.ch/api/holdings/225" } }, { @@ -4433,16 +4433,16 @@ "call_number": "00247", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1021" + "$ref": "https://ils.rero.ch/api/documents/2" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/233" + "$ref": "https://ils.rero.ch/api/holdings/226" } }, { @@ -4451,16 +4451,16 @@ "call_number": "00248", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1020" + "$ref": "https://ils.rero.ch/api/documents/2" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/234" + "$ref": "https://ils.rero.ch/api/holdings/227" } }, { @@ -4469,16 +4469,16 @@ "call_number": "00249", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1020" + "$ref": "https://ils.rero.ch/api/documents/1" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/235" + "$ref": "https://ils.rero.ch/api/holdings/228" } }, { @@ -4493,27388 +4493,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1019" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/236" - } - }, - { - "pid": "251", - "barcode": "10000000251", - "call_number": "00251", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1019" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/237" - } - }, - { - "pid": "252", - "barcode": "10000000252", - "call_number": "00252", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1018" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/238" - } - }, - { - "pid": "253", - "barcode": "10000000253", - "call_number": "00253", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1018" + "$ref": "https://ils.rero.ch/api/documents/1" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/239" - } - }, - { - "pid": "254", - "barcode": "10000000254", - "call_number": "00254", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1017" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/240" - } - }, - { - "pid": "255", - "barcode": "10000000255", - "call_number": "00255", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1017" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/241" - } - }, - { - "pid": "256", - "barcode": "10000000256", - "call_number": "00256", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1016" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/242" - } - }, - { - "pid": "257", - "barcode": "10000000257", - "call_number": "00257", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1015" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/243" - } - }, - { - "pid": "258", - "barcode": "10000000258", - "call_number": "00258", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1014" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/244" - } - }, - { - "pid": "259", - "barcode": "10000000259", - "call_number": "00259", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1013" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/245" - } - }, - { - "pid": "260", - "barcode": "10000000260", - "call_number": "00260", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1013" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/245" - } - }, - { - "pid": "261", - "barcode": "10000000261", - "call_number": "00261", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1012" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/246" - } - }, - { - "pid": "262", - "barcode": "10000000262", - "call_number": "00262", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1011" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/247" - } - }, - { - "pid": "263", - "barcode": "10000000263", - "call_number": "00263", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1010" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/248" - } - }, - { - "pid": "264", - "barcode": "10000000264", - "call_number": "00264", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1009" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/249" - } - }, - { - "pid": "265", - "barcode": "10000000265", - "call_number": "00265", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1009" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/250" - } - }, - { - "pid": "266", - "barcode": "10000000266", - "call_number": "00266", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1008" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/251" - } - }, - { - "pid": "267", - "barcode": "10000000267", - "call_number": "00267", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1007" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/252" - } - }, - { - "pid": "268", - "barcode": "10000000268", - "call_number": "00268", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1007" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/253" - } - }, - { - "pid": "269", - "barcode": "10000000269", - "call_number": "00269", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1006" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/254" - } - }, - { - "pid": "270", - "barcode": "10000000270", - "call_number": "00270", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1006" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/255" - } - }, - { - "pid": "271", - "barcode": "10000000271", - "call_number": "00271", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1005" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/256" - } - }, - { - "pid": "272", - "barcode": "10000000272", - "call_number": "00272", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1004" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/257" - } - }, - { - "pid": "273", - "barcode": "10000000273", - "call_number": "00273", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1003" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/258" - } - }, - { - "pid": "274", - "barcode": "10000000274", - "call_number": "00274", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1003" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/259" - } - }, - { - "pid": "275", - "barcode": "10000000275", - "call_number": "00275", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1002" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/260" - } - }, - { - "pid": "276", - "barcode": "10000000276", - "call_number": "00276", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1001" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/261" - } - }, - { - "pid": "277", - "barcode": "10000000277", - "call_number": "00277", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1000" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/262" - } - }, - { - "pid": "278", - "barcode": "10000000278", - "call_number": "00278", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/999" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/263" - } - }, - { - "pid": "279", - "barcode": "10000000279", - "call_number": "00279", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/998" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/264" - } - }, - { - "pid": "280", - "barcode": "10000000280", - "call_number": "00280", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/997" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/265" - } - }, - { - "pid": "281", - "barcode": "10000000281", - "call_number": "00281", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/997" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/266" - } - }, - { - "pid": "282", - "barcode": "10000000282", - "call_number": "00282", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/996" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/267" - } - }, - { - "pid": "283", - "barcode": "10000000283", - "call_number": "00283", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/996" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/268" - } - }, - { - "pid": "284", - "barcode": "10000000284", - "call_number": "00284", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/995" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/269" - } - }, - { - "pid": "285", - "barcode": "10000000285", - "call_number": "00285", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/994" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/270" - } - }, - { - "pid": "286", - "barcode": "10000000286", - "call_number": "00286", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/994" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/271" - } - }, - { - "pid": "287", - "barcode": "10000000287", - "call_number": "00287", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/993" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/272" - } - }, - { - "pid": "288", - "barcode": "10000000288", - "call_number": "00288", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/993" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/273" - } - }, - { - "pid": "289", - "barcode": "10000000289", - "call_number": "00289", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/992" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/274" - } - }, - { - "pid": "290", - "barcode": "10000000290", - "call_number": "00290", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/992" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/275" - } - }, - { - "pid": "291", - "barcode": "10000000291", - "call_number": "00291", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/991" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/276" - } - }, - { - "pid": "292", - "barcode": "10000000292", - "call_number": "00292", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/990" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/277" - } - }, - { - "pid": "293", - "barcode": "10000000293", - "call_number": "00293", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/990" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/278" - } - }, - { - "pid": "294", - "barcode": "10000000294", - "call_number": "00294", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/989" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/279" - } - }, - { - "pid": "295", - "barcode": "10000000295", - "call_number": "00295", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/989" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/280" - } - }, - { - "pid": "296", - "barcode": "10000000296", - "call_number": "00296", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/988" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/281" - } - }, - { - "pid": "297", - "barcode": "10000000297", - "call_number": "00297", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/987" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/282" - } - }, - { - "pid": "298", - "barcode": "10000000298", - "call_number": "00298", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/987" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/283" - } - }, - { - "pid": "299", - "barcode": "10000000299", - "call_number": "00299", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/986" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/284" - } - }, - { - "pid": "300", - "barcode": "10000000300", - "call_number": "00300", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/986" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/285" - } - }, - { - "pid": "301", - "barcode": "10000000301", - "call_number": "00301", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/985" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/286" - } - }, - { - "pid": "302", - "barcode": "10000000302", - "call_number": "00302", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/985" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/287" - } - }, - { - "pid": "303", - "barcode": "10000000303", - "call_number": "00303", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/984" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/288" - } - }, - { - "pid": "304", - "barcode": "10000000304", - "call_number": "00304", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/984" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/289" - } - }, - { - "pid": "305", - "barcode": "10000000305", - "call_number": "00305", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/983" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/290" - } - }, - { - "pid": "306", - "barcode": "10000000306", - "call_number": "00306", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/983" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/291" - } - }, - { - "pid": "307", - "barcode": "10000000307", - "call_number": "00307", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/982" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/292" - } - }, - { - "pid": "308", - "barcode": "10000000308", - "call_number": "00308", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/981" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/293" - } - }, - { - "pid": "309", - "barcode": "10000000309", - "call_number": "00309", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/980" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/294" - } - }, - { - "pid": "310", - "barcode": "10000000310", - "call_number": "00310", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/980" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/295" - } - }, - { - "pid": "311", - "barcode": "10000000311", - "call_number": "00311", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/979" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/296" - } - }, - { - "pid": "312", - "barcode": "10000000312", - "call_number": "00312", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/979" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/296" - } - }, - { - "pid": "313", - "barcode": "10000000313", - "call_number": "00313", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/978" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/297" - } - }, - { - "pid": "314", - "barcode": "10000000314", - "call_number": "00314", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/977" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/298" - } - }, - { - "pid": "315", - "barcode": "10000000315", - "call_number": "00315", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/976" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/299" - } - }, - { - "pid": "316", - "barcode": "10000000316", - "call_number": "00316", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/976" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/300" - } - }, - { - "pid": "317", - "barcode": "10000000317", - "call_number": "00317", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/975" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/301" - } - }, - { - "pid": "318", - "barcode": "10000000318", - "call_number": "00318", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/975" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/302" - } - }, - { - "pid": "319", - "barcode": "10000000319", - "call_number": "00319", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/974" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/303" - } - }, - { - "pid": "320", - "barcode": "10000000320", - "call_number": "00320", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/974" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/303" - } - }, - { - "pid": "321", - "barcode": "10000000321", - "call_number": "00321", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/973" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/304" - } - }, - { - "pid": "322", - "barcode": "10000000322", - "call_number": "00322", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/973" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/305" - } - }, - { - "pid": "323", - "barcode": "10000000323", - "call_number": "00323", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/972" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/306" - } - }, - { - "pid": "324", - "barcode": "10000000324", - "call_number": "00324", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/971" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/307" - } - }, - { - "pid": "325", - "barcode": "10000000325", - "call_number": "00325", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/970" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/308" - } - }, - { - "pid": "326", - "barcode": "10000000326", - "call_number": "00326", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/969" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/309" - } - }, - { - "pid": "327", - "barcode": "10000000327", - "call_number": "00327", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/969" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/310" - } - }, - { - "pid": "328", - "barcode": "10000000328", - "call_number": "00328", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/968" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/311" - } - }, - { - "pid": "329", - "barcode": "10000000329", - "call_number": "00329", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/968" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/312" - } - }, - { - "pid": "330", - "barcode": "10000000330", - "call_number": "00330", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/967" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/313" - } - }, - { - "pid": "331", - "barcode": "10000000331", - "call_number": "00331", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/966" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/314" - } - }, - { - "pid": "332", - "barcode": "10000000332", - "call_number": "00332", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/966" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/315" - } - }, - { - "pid": "333", - "barcode": "10000000333", - "call_number": "00333", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/965" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/316" - } - }, - { - "pid": "334", - "barcode": "10000000334", - "call_number": "00334", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/965" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/317" - } - }, - { - "pid": "335", - "barcode": "10000000335", - "call_number": "00335", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/964" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/318" - } - }, - { - "pid": "336", - "barcode": "10000000336", - "call_number": "00336", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/964" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/319" - } - }, - { - "pid": "337", - "barcode": "10000000337", - "call_number": "00337", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/963" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/320" - } - }, - { - "pid": "338", - "barcode": "10000000338", - "call_number": "00338", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/962" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/321" - } - }, - { - "pid": "339", - "barcode": "10000000339", - "call_number": "00339", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/961" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/322" - } - }, - { - "pid": "340", - "barcode": "10000000340", - "call_number": "00340", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/961" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/323" - } - }, - { - "pid": "341", - "barcode": "10000000341", - "call_number": "00341", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/960" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/324" - } - }, - { - "pid": "342", - "barcode": "10000000342", - "call_number": "00342", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/960" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/325" - } - }, - { - "pid": "343", - "barcode": "10000000343", - "call_number": "00343", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/959" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/326" - } - }, - { - "pid": "344", - "barcode": "10000000344", - "call_number": "00344", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/959" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/327" - } - }, - { - "pid": "345", - "barcode": "10000000345", - "call_number": "00345", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/958" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/328" - } - }, - { - "pid": "346", - "barcode": "10000000346", - "call_number": "00346", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/958" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/329" - } - }, - { - "pid": "347", - "barcode": "10000000347", - "call_number": "00347", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/957" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/330" - } - }, - { - "pid": "348", - "barcode": "10000000348", - "call_number": "00348", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/957" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/331" - } - }, - { - "pid": "349", - "barcode": "10000000349", - "call_number": "00349", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/956" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/332" - } - }, - { - "pid": "350", - "barcode": "10000000350", - "call_number": "00350", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/956" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/333" - } - }, - { - "pid": "351", - "barcode": "10000000351", - "call_number": "00351", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/955" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/334" - } - }, - { - "pid": "352", - "barcode": "10000000352", - "call_number": "00352", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/954" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/335" - } - }, - { - "pid": "353", - "barcode": "10000000353", - "call_number": "00353", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/953" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/336" - } - }, - { - "pid": "354", - "barcode": "10000000354", - "call_number": "00354", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/952" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/337" - } - }, - { - "pid": "355", - "barcode": "10000000355", - "call_number": "00355", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/952" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/338" - } - }, - { - "pid": "356", - "barcode": "10000000356", - "call_number": "00356", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/951" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/339" - } - }, - { - "pid": "357", - "barcode": "10000000357", - "call_number": "00357", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/950" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/340" - } - }, - { - "pid": "358", - "barcode": "10000000358", - "call_number": "00358", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/949" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/341" - } - }, - { - "pid": "359", - "barcode": "10000000359", - "call_number": "00359", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/948" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/342" - } - }, - { - "pid": "360", - "barcode": "10000000360", - "call_number": "00360", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/948" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/343" - } - }, - { - "pid": "361", - "barcode": "10000000361", - "call_number": "00361", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/947" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/344" - } - }, - { - "pid": "362", - "barcode": "10000000362", - "call_number": "00362", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/946" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/345" - } - }, - { - "pid": "363", - "barcode": "10000000363", - "call_number": "00363", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/946" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/346" - } - }, - { - "pid": "364", - "barcode": "10000000364", - "call_number": "00364", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/945" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/347" - } - }, - { - "pid": "365", - "barcode": "10000000365", - "call_number": "00365", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/945" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/347" - } - }, - { - "pid": "366", - "barcode": "10000000366", - "call_number": "00366", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/944" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/348" - } - }, - { - "pid": "367", - "barcode": "10000000367", - "call_number": "00367", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/943" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/349" - } - }, - { - "pid": "368", - "barcode": "10000000368", - "call_number": "00368", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/943" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/350" - } - }, - { - "pid": "369", - "barcode": "10000000369", - "call_number": "00369", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/942" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/351" - } - }, - { - "pid": "370", - "barcode": "10000000370", - "call_number": "00370", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/941" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/352" - } - }, - { - "pid": "371", - "barcode": "10000000371", - "call_number": "00371", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/940" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/353" - } - }, - { - "pid": "372", - "barcode": "10000000372", - "call_number": "00372", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/939" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/354" - } - }, - { - "pid": "373", - "barcode": "10000000373", - "call_number": "00373", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/939" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/355" - } - }, - { - "pid": "374", - "barcode": "10000000374", - "call_number": "00374", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/938" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/356" - } - }, - { - "pid": "375", - "barcode": "10000000375", - "call_number": "00375", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/937" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/357" - } - }, - { - "pid": "376", - "barcode": "10000000376", - "call_number": "00376", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/936" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/358" - } - }, - { - "pid": "377", - "barcode": "10000000377", - "call_number": "00377", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/936" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/359" - } - }, - { - "pid": "378", - "barcode": "10000000378", - "call_number": "00378", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/935" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/360" - } - }, - { - "pid": "379", - "barcode": "10000000379", - "call_number": "00379", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/934" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/361" - } - }, - { - "pid": "380", - "barcode": "10000000380", - "call_number": "00380", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/934" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/362" - } - }, - { - "pid": "381", - "barcode": "10000000381", - "call_number": "00381", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/933" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/363" - } - }, - { - "pid": "382", - "barcode": "10000000382", - "call_number": "00382", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/932" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/364" - } - }, - { - "pid": "383", - "barcode": "10000000383", - "call_number": "00383", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/931" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/365" - } - }, - { - "pid": "384", - "barcode": "10000000384", - "call_number": "00384", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/930" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/366" - } - }, - { - "pid": "385", - "barcode": "10000000385", - "call_number": "00385", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/929" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/367" - } - }, - { - "pid": "386", - "barcode": "10000000386", - "call_number": "00386", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/929" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/368" - } - }, - { - "pid": "387", - "barcode": "10000000387", - "call_number": "00387", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/928" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/369" - } - }, - { - "pid": "388", - "barcode": "10000000388", - "call_number": "00388", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/928" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/370" - } - }, - { - "pid": "389", - "barcode": "10000000389", - "call_number": "00389", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/927" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/371" - } - }, - { - "pid": "390", - "barcode": "10000000390", - "call_number": "00390", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/926" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/372" - } - }, - { - "pid": "391", - "barcode": "10000000391", - "call_number": "00391", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/925" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/373" - } - }, - { - "pid": "392", - "barcode": "10000000392", - "call_number": "00392", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/924" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/374" - } - }, - { - "pid": "393", - "barcode": "10000000393", - "call_number": "00393", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/923" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/375" - } - }, - { - "pid": "394", - "barcode": "10000000394", - "call_number": "00394", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/922" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/376" - } - }, - { - "pid": "395", - "barcode": "10000000395", - "call_number": "00395", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/922" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/377" - } - }, - { - "pid": "396", - "barcode": "10000000396", - "call_number": "00396", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/921" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/378" - } - }, - { - "pid": "397", - "barcode": "10000000397", - "call_number": "00397", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/921" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/379" - } - }, - { - "pid": "398", - "barcode": "10000000398", - "call_number": "00398", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/920" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/380" - } - }, - { - "pid": "399", - "barcode": "10000000399", - "call_number": "00399", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/919" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/381" - } - }, - { - "pid": "400", - "barcode": "10000000400", - "call_number": "00400", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/918" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/382" - } - }, - { - "pid": "401", - "barcode": "10000000401", - "call_number": "00401", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/917" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/383" - } - }, - { - "pid": "402", - "barcode": "10000000402", - "call_number": "00402", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/917" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/383" - } - }, - { - "pid": "403", - "barcode": "10000000403", - "call_number": "00403", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/916" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/384" - } - }, - { - "pid": "404", - "barcode": "10000000404", - "call_number": "00404", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/916" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/385" - } - }, - { - "pid": "405", - "barcode": "10000000405", - "call_number": "00405", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/915" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/386" - } - }, - { - "pid": "406", - "barcode": "10000000406", - "call_number": "00406", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/914" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/387" - } - }, - { - "pid": "407", - "barcode": "10000000407", - "call_number": "00407", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/914" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/387" - } - }, - { - "pid": "408", - "barcode": "10000000408", - "call_number": "00408", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/913" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/388" - } - }, - { - "pid": "409", - "barcode": "10000000409", - "call_number": "00409", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/913" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/389" - } - }, - { - "pid": "410", - "barcode": "10000000410", - "call_number": "00410", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/912" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/390" - } - }, - { - "pid": "411", - "barcode": "10000000411", - "call_number": "00411", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/911" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/391" - } - }, - { - "pid": "412", - "barcode": "10000000412", - "call_number": "00412", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/911" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/392" - } - }, - { - "pid": "413", - "barcode": "10000000413", - "call_number": "00413", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/910" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/393" - } - }, - { - "pid": "414", - "barcode": "10000000414", - "call_number": "00414", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/910" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/394" - } - }, - { - "pid": "415", - "barcode": "10000000415", - "call_number": "00415", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/909" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/395" - } - }, - { - "pid": "416", - "barcode": "10000000416", - "call_number": "00416", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/909" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/396" - } - }, - { - "pid": "417", - "barcode": "10000000417", - "call_number": "00417", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/908" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/397" - } - }, - { - "pid": "418", - "barcode": "10000000418", - "call_number": "00418", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/907" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/398" - } - }, - { - "pid": "419", - "barcode": "10000000419", - "call_number": "00419", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/907" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/398" - } - }, - { - "pid": "420", - "barcode": "10000000420", - "call_number": "00420", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/906" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/399" - } - }, - { - "pid": "421", - "barcode": "10000000421", - "call_number": "00421", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/905" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/400" - } - }, - { - "pid": "422", - "barcode": "10000000422", - "call_number": "00422", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/905" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/401" - } - }, - { - "pid": "423", - "barcode": "10000000423", - "call_number": "00423", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/904" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/402" - } - }, - { - "pid": "424", - "barcode": "10000000424", - "call_number": "00424", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/904" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/403" - } - }, - { - "pid": "425", - "barcode": "10000000425", - "call_number": "00425", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/903" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/404" - } - }, - { - "pid": "426", - "barcode": "10000000426", - "call_number": "00426", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/902" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/405" - } - }, - { - "pid": "427", - "barcode": "10000000427", - "call_number": "00427", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/901" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/406" - } - }, - { - "pid": "428", - "barcode": "10000000428", - "call_number": "00428", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/900" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/407" - } - }, - { - "pid": "429", - "barcode": "10000000429", - "call_number": "00429", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/900" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/408" - } - }, - { - "pid": "430", - "barcode": "10000000430", - "call_number": "00430", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/899" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/409" - } - }, - { - "pid": "431", - "barcode": "10000000431", - "call_number": "00431", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/899" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/409" - } - }, - { - "pid": "432", - "barcode": "10000000432", - "call_number": "00432", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/898" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/410" - } - }, - { - "pid": "433", - "barcode": "10000000433", - "call_number": "00433", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/897" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/411" - } - }, - { - "pid": "434", - "barcode": "10000000434", - "call_number": "00434", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/896" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/412" - } - }, - { - "pid": "435", - "barcode": "10000000435", - "call_number": "00435", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/896" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/412" - } - }, - { - "pid": "436", - "barcode": "10000000436", - "call_number": "00436", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/895" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/413" - } - }, - { - "pid": "437", - "barcode": "10000000437", - "call_number": "00437", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/894" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/414" - } - }, - { - "pid": "438", - "barcode": "10000000438", - "call_number": "00438", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/893" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/415" - } - }, - { - "pid": "439", - "barcode": "10000000439", - "call_number": "00439", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/892" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/416" - } - }, - { - "pid": "440", - "barcode": "10000000440", - "call_number": "00440", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/891" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/417" - } - }, - { - "pid": "441", - "barcode": "10000000441", - "call_number": "00441", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/890" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/418" - } - }, - { - "pid": "442", - "barcode": "10000000442", - "call_number": "00442", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/889" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/419" - } - }, - { - "pid": "443", - "barcode": "10000000443", - "call_number": "00443", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/889" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/420" - } - }, - { - "pid": "444", - "barcode": "10000000444", - "call_number": "00444", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/888" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/421" - } - }, - { - "pid": "445", - "barcode": "10000000445", - "call_number": "00445", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/887" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/422" - } - }, - { - "pid": "446", - "barcode": "10000000446", - "call_number": "00446", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/886" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/423" - } - }, - { - "pid": "447", - "barcode": "10000000447", - "call_number": "00447", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/886" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/424" - } - }, - { - "pid": "448", - "barcode": "10000000448", - "call_number": "00448", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/885" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/425" - } - }, - { - "pid": "449", - "barcode": "10000000449", - "call_number": "00449", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/885" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/426" - } - }, - { - "pid": "450", - "barcode": "10000000450", - "call_number": "00450", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/884" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/427" - } - }, - { - "pid": "451", - "barcode": "10000000451", - "call_number": "00451", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/883" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/428" - } - }, - { - "pid": "452", - "barcode": "10000000452", - "call_number": "00452", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/883" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/428" - } - }, - { - "pid": "453", - "barcode": "10000000453", - "call_number": "00453", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/882" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/429" - } - }, - { - "pid": "454", - "barcode": "10000000454", - "call_number": "00454", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/881" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/430" - } - }, - { - "pid": "455", - "barcode": "10000000455", - "call_number": "00455", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/880" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/431" - } - }, - { - "pid": "456", - "barcode": "10000000456", - "call_number": "00456", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/880" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/432" - } - }, - { - "pid": "457", - "barcode": "10000000457", - "call_number": "00457", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/879" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/433" - } - }, - { - "pid": "458", - "barcode": "10000000458", - "call_number": "00458", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/879" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/434" - } - }, - { - "pid": "459", - "barcode": "10000000459", - "call_number": "00459", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/878" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/435" - } - }, - { - "pid": "460", - "barcode": "10000000460", - "call_number": "00460", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/878" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/436" - } - }, - { - "pid": "461", - "barcode": "10000000461", - "call_number": "00461", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/877" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/437" - } - }, - { - "pid": "462", - "barcode": "10000000462", - "call_number": "00462", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/877" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/438" - } - }, - { - "pid": "463", - "barcode": "10000000463", - "call_number": "00463", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/876" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/439" - } - }, - { - "pid": "464", - "barcode": "10000000464", - "call_number": "00464", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/876" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/440" - } - }, - { - "pid": "465", - "barcode": "10000000465", - "call_number": "00465", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/875" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/441" - } - }, - { - "pid": "466", - "barcode": "10000000466", - "call_number": "00466", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/875" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/441" - } - }, - { - "pid": "467", - "barcode": "10000000467", - "call_number": "00467", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/874" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/442" - } - }, - { - "pid": "468", - "barcode": "10000000468", - "call_number": "00468", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/874" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/442" - } - }, - { - "pid": "469", - "barcode": "10000000469", - "call_number": "00469", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/873" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/443" - } - }, - { - "pid": "470", - "barcode": "10000000470", - "call_number": "00470", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/873" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/444" - } - }, - { - "pid": "471", - "barcode": "10000000471", - "call_number": "00471", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/872" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/445" - } - }, - { - "pid": "472", - "barcode": "10000000472", - "call_number": "00472", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/871" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/446" - } - }, - { - "pid": "473", - "barcode": "10000000473", - "call_number": "00473", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/870" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/447" - } - }, - { - "pid": "474", - "barcode": "10000000474", - "call_number": "00474", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/869" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/448" - } - }, - { - "pid": "475", - "barcode": "10000000475", - "call_number": "00475", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/869" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/449" - } - }, - { - "pid": "476", - "barcode": "10000000476", - "call_number": "00476", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/868" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/450" - } - }, - { - "pid": "477", - "barcode": "10000000477", - "call_number": "00477", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/868" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/451" - } - }, - { - "pid": "478", - "barcode": "10000000478", - "call_number": "00478", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/867" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/452" - } - }, - { - "pid": "479", - "barcode": "10000000479", - "call_number": "00479", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/866" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/453" - } - }, - { - "pid": "480", - "barcode": "10000000480", - "call_number": "00480", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/866" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/454" - } - }, - { - "pid": "481", - "barcode": "10000000481", - "call_number": "00481", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/865" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/455" - } - }, - { - "pid": "482", - "barcode": "10000000482", - "call_number": "00482", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/864" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/456" - } - }, - { - "pid": "483", - "barcode": "10000000483", - "call_number": "00483", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/864" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/457" - } - }, - { - "pid": "484", - "barcode": "10000000484", - "call_number": "00484", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/863" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/458" - } - }, - { - "pid": "485", - "barcode": "10000000485", - "call_number": "00485", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/862" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/459" - } - }, - { - "pid": "486", - "barcode": "10000000486", - "call_number": "00486", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/861" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/460" - } - }, - { - "pid": "487", - "barcode": "10000000487", - "call_number": "00487", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/861" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/461" - } - }, - { - "pid": "488", - "barcode": "10000000488", - "call_number": "00488", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/860" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/462" - } - }, - { - "pid": "489", - "barcode": "10000000489", - "call_number": "00489", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/860" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/463" - } - }, - { - "pid": "490", - "barcode": "10000000490", - "call_number": "00490", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/859" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/464" - } - }, - { - "pid": "491", - "barcode": "10000000491", - "call_number": "00491", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/858" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/465" - } - }, - { - "pid": "492", - "barcode": "10000000492", - "call_number": "00492", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/858" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/466" - } - }, - { - "pid": "493", - "barcode": "10000000493", - "call_number": "00493", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/857" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/467" - } - }, - { - "pid": "494", - "barcode": "10000000494", - "call_number": "00494", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/856" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/468" - } - }, - { - "pid": "495", - "barcode": "10000000495", - "call_number": "00495", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/855" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/469" - } - }, - { - "pid": "496", - "barcode": "10000000496", - "call_number": "00496", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/855" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/470" - } - }, - { - "pid": "497", - "barcode": "10000000497", - "call_number": "00497", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/854" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/471" - } - }, - { - "pid": "498", - "barcode": "10000000498", - "call_number": "00498", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/854" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/472" - } - }, - { - "pid": "499", - "barcode": "10000000499", - "call_number": "00499", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/853" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/473" - } - }, - { - "pid": "500", - "barcode": "10000000500", - "call_number": "00500", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/852" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/474" - } - }, - { - "pid": "501", - "barcode": "10000000501", - "call_number": "00501", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/852" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/475" - } - }, - { - "pid": "502", - "barcode": "10000000502", - "call_number": "00502", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/851" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/476" - } - }, - { - "pid": "503", - "barcode": "10000000503", - "call_number": "00503", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/850" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/477" - } - }, - { - "pid": "504", - "barcode": "10000000504", - "call_number": "00504", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/850" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/478" - } - }, - { - "pid": "505", - "barcode": "10000000505", - "call_number": "00505", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/849" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/479" - } - }, - { - "pid": "506", - "barcode": "10000000506", - "call_number": "00506", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/849" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/480" - } - }, - { - "pid": "507", - "barcode": "10000000507", - "call_number": "00507", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/848" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/481" - } - }, - { - "pid": "508", - "barcode": "10000000508", - "call_number": "00508", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/847" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/482" - } - }, - { - "pid": "509", - "barcode": "10000000509", - "call_number": "00509", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/847" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/483" - } - }, - { - "pid": "510", - "barcode": "10000000510", - "call_number": "00510", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/846" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/484" - } - }, - { - "pid": "511", - "barcode": "10000000511", - "call_number": "00511", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/845" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/485" - } - }, - { - "pid": "512", - "barcode": "10000000512", - "call_number": "00512", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/845" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/486" - } - }, - { - "pid": "513", - "barcode": "10000000513", - "call_number": "00513", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/844" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/487" - } - }, - { - "pid": "514", - "barcode": "10000000514", - "call_number": "00514", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/843" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/488" - } - }, - { - "pid": "515", - "barcode": "10000000515", - "call_number": "00515", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/843" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/488" - } - }, - { - "pid": "516", - "barcode": "10000000516", - "call_number": "00516", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/842" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/489" - } - }, - { - "pid": "517", - "barcode": "10000000517", - "call_number": "00517", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/842" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/490" - } - }, - { - "pid": "518", - "barcode": "10000000518", - "call_number": "00518", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/841" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/491" - } - }, - { - "pid": "519", - "barcode": "10000000519", - "call_number": "00519", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/840" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/492" - } - }, - { - "pid": "520", - "barcode": "10000000520", - "call_number": "00520", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/840" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/493" - } - }, - { - "pid": "521", - "barcode": "10000000521", - "call_number": "00521", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/839" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/494" - } - }, - { - "pid": "522", - "barcode": "10000000522", - "call_number": "00522", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/839" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/495" - } - }, - { - "pid": "523", - "barcode": "10000000523", - "call_number": "00523", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/838" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/496" - } - }, - { - "pid": "524", - "barcode": "10000000524", - "call_number": "00524", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/838" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/496" - } - }, - { - "pid": "525", - "barcode": "10000000525", - "call_number": "00525", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/837" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/497" - } - }, - { - "pid": "526", - "barcode": "10000000526", - "call_number": "00526", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/836" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/498" - } - }, - { - "pid": "527", - "barcode": "10000000527", - "call_number": "00527", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/835" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/499" - } - }, - { - "pid": "528", - "barcode": "10000000528", - "call_number": "00528", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/835" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/500" - } - }, - { - "pid": "529", - "barcode": "10000000529", - "call_number": "00529", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/834" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/501" - } - }, - { - "pid": "530", - "barcode": "10000000530", - "call_number": "00530", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/834" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/502" - } - }, - { - "pid": "531", - "barcode": "10000000531", - "call_number": "00531", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/833" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/503" - } - }, - { - "pid": "532", - "barcode": "10000000532", - "call_number": "00532", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/832" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/504" - } - }, - { - "pid": "533", - "barcode": "10000000533", - "call_number": "00533", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/832" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/505" - } - }, - { - "pid": "534", - "barcode": "10000000534", - "call_number": "00534", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/831" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/506" - } - }, - { - "pid": "535", - "barcode": "10000000535", - "call_number": "00535", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/831" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/507" - } - }, - { - "pid": "536", - "barcode": "10000000536", - "call_number": "00536", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/830" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/508" - } - }, - { - "pid": "537", - "barcode": "10000000537", - "call_number": "00537", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/829" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/509" - } - }, - { - "pid": "538", - "barcode": "10000000538", - "call_number": "00538", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/828" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/510" - } - }, - { - "pid": "539", - "barcode": "10000000539", - "call_number": "00539", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/828" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/511" - } - }, - { - "pid": "540", - "barcode": "10000000540", - "call_number": "00540", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/827" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/512" - } - }, - { - "pid": "541", - "barcode": "10000000541", - "call_number": "00541", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/827" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/513" - } - }, - { - "pid": "542", - "barcode": "10000000542", - "call_number": "00542", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/826" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/514" - } - }, - { - "pid": "543", - "barcode": "10000000543", - "call_number": "00543", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/826" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/514" - } - }, - { - "pid": "544", - "barcode": "10000000544", - "call_number": "00544", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/825" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/515" - } - }, - { - "pid": "545", - "barcode": "10000000545", - "call_number": "00545", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/824" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/516" - } - }, - { - "pid": "546", - "barcode": "10000000546", - "call_number": "00546", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/824" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/517" - } - }, - { - "pid": "547", - "barcode": "10000000547", - "call_number": "00547", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/823" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/518" - } - }, - { - "pid": "548", - "barcode": "10000000548", - "call_number": "00548", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/822" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/519" - } - }, - { - "pid": "549", - "barcode": "10000000549", - "call_number": "00549", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/821" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/520" - } - }, - { - "pid": "550", - "barcode": "10000000550", - "call_number": "00550", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/820" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/521" - } - }, - { - "pid": "551", - "barcode": "10000000551", - "call_number": "00551", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/819" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/522" - } - }, - { - "pid": "552", - "barcode": "10000000552", - "call_number": "00552", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/819" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/522" - } - }, - { - "pid": "553", - "barcode": "10000000553", - "call_number": "00553", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/818" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/523" - } - }, - { - "pid": "554", - "barcode": "10000000554", - "call_number": "00554", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/817" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/524" - } - }, - { - "pid": "555", - "barcode": "10000000555", - "call_number": "00555", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/816" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/525" - } - }, - { - "pid": "556", - "barcode": "10000000556", - "call_number": "00556", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/815" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/526" - } - }, - { - "pid": "557", - "barcode": "10000000557", - "call_number": "00557", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/815" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/527" - } - }, - { - "pid": "558", - "barcode": "10000000558", - "call_number": "00558", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/814" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/528" - } - }, - { - "pid": "559", - "barcode": "10000000559", - "call_number": "00559", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/813" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/529" - } - }, - { - "pid": "560", - "barcode": "10000000560", - "call_number": "00560", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/812" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/530" - } - }, - { - "pid": "561", - "barcode": "10000000561", - "call_number": "00561", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/811" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/531" - } - }, - { - "pid": "562", - "barcode": "10000000562", - "call_number": "00562", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/811" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/532" - } - }, - { - "pid": "563", - "barcode": "10000000563", - "call_number": "00563", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/810" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/533" - } - }, - { - "pid": "564", - "barcode": "10000000564", - "call_number": "00564", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/809" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/534" - } - }, - { - "pid": "565", - "barcode": "10000000565", - "call_number": "00565", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/808" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/535" - } - }, - { - "pid": "566", - "barcode": "10000000566", - "call_number": "00566", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/808" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/536" - } - }, - { - "pid": "567", - "barcode": "10000000567", - "call_number": "00567", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/807" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/537" - } - }, - { - "pid": "568", - "barcode": "10000000568", - "call_number": "00568", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/806" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/538" - } - }, - { - "pid": "569", - "barcode": "10000000569", - "call_number": "00569", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/806" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/538" - } - }, - { - "pid": "570", - "barcode": "10000000570", - "call_number": "00570", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/805" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/539" - } - }, - { - "pid": "571", - "barcode": "10000000571", - "call_number": "00571", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/804" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/540" - } - }, - { - "pid": "572", - "barcode": "10000000572", - "call_number": "00572", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/803" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/541" - } - }, - { - "pid": "573", - "barcode": "10000000573", - "call_number": "00573", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/802" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/542" - } - }, - { - "pid": "574", - "barcode": "10000000574", - "call_number": "00574", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/802" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/543" - } - }, - { - "pid": "575", - "barcode": "10000000575", - "call_number": "00575", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/801" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/544" - } - }, - { - "pid": "576", - "barcode": "10000000576", - "call_number": "00576", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/800" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/545" - } - }, - { - "pid": "577", - "barcode": "10000000577", - "call_number": "00577", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/799" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/546" - } - }, - { - "pid": "578", - "barcode": "10000000578", - "call_number": "00578", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/798" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/547" - } - }, - { - "pid": "579", - "barcode": "10000000579", - "call_number": "00579", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/798" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/548" - } - }, - { - "pid": "580", - "barcode": "10000000580", - "call_number": "00580", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/797" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/549" - } - }, - { - "pid": "581", - "barcode": "10000000581", - "call_number": "00581", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/796" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/550" - } - }, - { - "pid": "582", - "barcode": "10000000582", - "call_number": "00582", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/795" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/551" - } - }, - { - "pid": "583", - "barcode": "10000000583", - "call_number": "00583", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/795" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/552" - } - }, - { - "pid": "584", - "barcode": "10000000584", - "call_number": "00584", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/794" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/553" - } - }, - { - "pid": "585", - "barcode": "10000000585", - "call_number": "00585", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/794" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/554" - } - }, - { - "pid": "586", - "barcode": "10000000586", - "call_number": "00586", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/793" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/555" - } - }, - { - "pid": "587", - "barcode": "10000000587", - "call_number": "00587", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/793" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/556" - } - }, - { - "pid": "588", - "barcode": "10000000588", - "call_number": "00588", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/792" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/557" - } - }, - { - "pid": "589", - "barcode": "10000000589", - "call_number": "00589", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/791" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/558" - } - }, - { - "pid": "590", - "barcode": "10000000590", - "call_number": "00590", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/791" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/559" - } - }, - { - "pid": "591", - "barcode": "10000000591", - "call_number": "00591", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/790" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/560" - } - }, - { - "pid": "592", - "barcode": "10000000592", - "call_number": "00592", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/790" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/560" - } - }, - { - "pid": "593", - "barcode": "10000000593", - "call_number": "00593", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/789" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/561" - } - }, - { - "pid": "594", - "barcode": "10000000594", - "call_number": "00594", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/788" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/562" - } - }, - { - "pid": "595", - "barcode": "10000000595", - "call_number": "00595", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/788" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/563" - } - }, - { - "pid": "596", - "barcode": "10000000596", - "call_number": "00596", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/787" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/564" - } - }, - { - "pid": "597", - "barcode": "10000000597", - "call_number": "00597", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/787" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/564" - } - }, - { - "pid": "598", - "barcode": "10000000598", - "call_number": "00598", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/786" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/565" - } - }, - { - "pid": "599", - "barcode": "10000000599", - "call_number": "00599", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/785" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/566" - } - }, - { - "pid": "600", - "barcode": "10000000600", - "call_number": "00600", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/785" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/567" - } - }, - { - "pid": "601", - "barcode": "10000000601", - "call_number": "00601", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/784" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/568" - } - }, - { - "pid": "602", - "barcode": "10000000602", - "call_number": "00602", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/783" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/569" - } - }, - { - "pid": "603", - "barcode": "10000000603", - "call_number": "00603", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/782" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/570" - } - }, - { - "pid": "604", - "barcode": "10000000604", - "call_number": "00604", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/781" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/571" - } - }, - { - "pid": "605", - "barcode": "10000000605", - "call_number": "00605", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/781" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/572" - } - }, - { - "pid": "606", - "barcode": "10000000606", - "call_number": "00606", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/780" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/573" - } - }, - { - "pid": "607", - "barcode": "10000000607", - "call_number": "00607", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/780" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/574" - } - }, - { - "pid": "608", - "barcode": "10000000608", - "call_number": "00608", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/779" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/575" - } - }, - { - "pid": "609", - "barcode": "10000000609", - "call_number": "00609", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/779" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/576" - } - }, - { - "pid": "610", - "barcode": "10000000610", - "call_number": "00610", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/778" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/577" - } - }, - { - "pid": "611", - "barcode": "10000000611", - "call_number": "00611", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/778" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/578" - } - }, - { - "pid": "612", - "barcode": "10000000612", - "call_number": "00612", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/777" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/579" - } - }, - { - "pid": "613", - "barcode": "10000000613", - "call_number": "00613", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/776" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/580" - } - }, - { - "pid": "614", - "barcode": "10000000614", - "call_number": "00614", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/776" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/581" - } - }, - { - "pid": "615", - "barcode": "10000000615", - "call_number": "00615", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/775" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/582" - } - }, - { - "pid": "616", - "barcode": "10000000616", - "call_number": "00616", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/775" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/582" - } - }, - { - "pid": "617", - "barcode": "10000000617", - "call_number": "00617", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/774" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/583" - } - }, - { - "pid": "618", - "barcode": "10000000618", - "call_number": "00618", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/773" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/584" - } - }, - { - "pid": "619", - "barcode": "10000000619", - "call_number": "00619", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/772" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/585" - } - }, - { - "pid": "620", - "barcode": "10000000620", - "call_number": "00620", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/772" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/586" - } - }, - { - "pid": "621", - "barcode": "10000000621", - "call_number": "00621", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/771" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/587" - } - }, - { - "pid": "622", - "barcode": "10000000622", - "call_number": "00622", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/771" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/588" - } - }, - { - "pid": "623", - "barcode": "10000000623", - "call_number": "00623", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/770" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/589" - } - }, - { - "pid": "624", - "barcode": "10000000624", - "call_number": "00624", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/769" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/590" - } - }, - { - "pid": "625", - "barcode": "10000000625", - "call_number": "00625", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/769" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/590" - } - }, - { - "pid": "626", - "barcode": "10000000626", - "call_number": "00626", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/768" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/591" - } - }, - { - "pid": "627", - "barcode": "10000000627", - "call_number": "00627", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/768" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/592" - } - }, - { - "pid": "628", - "barcode": "10000000628", - "call_number": "00628", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/767" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/593" - } - }, - { - "pid": "629", - "barcode": "10000000629", - "call_number": "00629", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/766" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/594" - } - }, - { - "pid": "630", - "barcode": "10000000630", - "call_number": "00630", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/766" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/595" - } - }, - { - "pid": "631", - "barcode": "10000000631", - "call_number": "00631", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/765" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/596" - } - }, - { - "pid": "632", - "barcode": "10000000632", - "call_number": "00632", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/764" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/597" - } - }, - { - "pid": "633", - "barcode": "10000000633", - "call_number": "00633", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/763" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/598" - } - }, - { - "pid": "634", - "barcode": "10000000634", - "call_number": "00634", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/763" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/599" - } - }, - { - "pid": "635", - "barcode": "10000000635", - "call_number": "00635", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/762" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/600" - } - }, - { - "pid": "636", - "barcode": "10000000636", - "call_number": "00636", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/762" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/601" - } - }, - { - "pid": "637", - "barcode": "10000000637", - "call_number": "00637", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/761" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/602" - } - }, - { - "pid": "638", - "barcode": "10000000638", - "call_number": "00638", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/760" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/603" - } - }, - { - "pid": "639", - "barcode": "10000000639", - "call_number": "00639", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/759" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/604" - } - }, - { - "pid": "640", - "barcode": "10000000640", - "call_number": "00640", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/758" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/605" - } - }, - { - "pid": "641", - "barcode": "10000000641", - "call_number": "00641", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/757" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/606" - } - }, - { - "pid": "642", - "barcode": "10000000642", - "call_number": "00642", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/756" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/607" - } - }, - { - "pid": "643", - "barcode": "10000000643", - "call_number": "00643", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/755" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/608" - } - }, - { - "pid": "644", - "barcode": "10000000644", - "call_number": "00644", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/754" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/609" - } - }, - { - "pid": "645", - "barcode": "10000000645", - "call_number": "00645", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/754" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/610" - } - }, - { - "pid": "646", - "barcode": "10000000646", - "call_number": "00646", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/753" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/611" - } - }, - { - "pid": "647", - "barcode": "10000000647", - "call_number": "00647", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/753" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/611" - } - }, - { - "pid": "648", - "barcode": "10000000648", - "call_number": "00648", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/752" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/612" - } - }, - { - "pid": "649", - "barcode": "10000000649", - "call_number": "00649", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/752" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/612" - } - }, - { - "pid": "650", - "barcode": "10000000650", - "call_number": "00650", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/751" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/613" - } - }, - { - "pid": "651", - "barcode": "10000000651", - "call_number": "00651", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/751" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/614" - } - }, - { - "pid": "652", - "barcode": "10000000652", - "call_number": "00652", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/750" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/615" - } - }, - { - "pid": "653", - "barcode": "10000000653", - "call_number": "00653", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/749" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/616" - } - }, - { - "pid": "654", - "barcode": "10000000654", - "call_number": "00654", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/749" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/617" - } - }, - { - "pid": "655", - "barcode": "10000000655", - "call_number": "00655", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/748" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/618" - } - }, - { - "pid": "656", - "barcode": "10000000656", - "call_number": "00656", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/748" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/618" - } - }, - { - "pid": "657", - "barcode": "10000000657", - "call_number": "00657", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/747" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/619" - } - }, - { - "pid": "658", - "barcode": "10000000658", - "call_number": "00658", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/746" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/620" - } - }, - { - "pid": "659", - "barcode": "10000000659", - "call_number": "00659", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/746" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/621" - } - }, - { - "pid": "660", - "barcode": "10000000660", - "call_number": "00660", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/745" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/622" - } - }, - { - "pid": "661", - "barcode": "10000000661", - "call_number": "00661", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/745" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/623" - } - }, - { - "pid": "662", - "barcode": "10000000662", - "call_number": "00662", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/744" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/624" - } - }, - { - "pid": "663", - "barcode": "10000000663", - "call_number": "00663", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/744" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/624" - } - }, - { - "pid": "664", - "barcode": "10000000664", - "call_number": "00664", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/743" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/625" - } - }, - { - "pid": "665", - "barcode": "10000000665", - "call_number": "00665", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/743" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/626" - } - }, - { - "pid": "666", - "barcode": "10000000666", - "call_number": "00666", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/742" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/627" - } - }, - { - "pid": "667", - "barcode": "10000000667", - "call_number": "00667", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/742" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/628" - } - }, - { - "pid": "668", - "barcode": "10000000668", - "call_number": "00668", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/741" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/629" - } - }, - { - "pid": "669", - "barcode": "10000000669", - "call_number": "00669", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/741" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/629" - } - }, - { - "pid": "670", - "barcode": "10000000670", - "call_number": "00670", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/740" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/630" - } - }, - { - "pid": "671", - "barcode": "10000000671", - "call_number": "00671", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/739" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/631" - } - }, - { - "pid": "672", - "barcode": "10000000672", - "call_number": "00672", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/739" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/631" - } - }, - { - "pid": "673", - "barcode": "10000000673", - "call_number": "00673", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/738" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/632" - } - }, - { - "pid": "674", - "barcode": "10000000674", - "call_number": "00674", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/737" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/633" - } - }, - { - "pid": "675", - "barcode": "10000000675", - "call_number": "00675", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/736" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/634" - } - }, - { - "pid": "676", - "barcode": "10000000676", - "call_number": "00676", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/735" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/635" - } - }, - { - "pid": "677", - "barcode": "10000000677", - "call_number": "00677", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/734" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/636" - } - }, - { - "pid": "678", - "barcode": "10000000678", - "call_number": "00678", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/734" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/637" - } - }, - { - "pid": "679", - "barcode": "10000000679", - "call_number": "00679", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/733" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/638" - } - }, - { - "pid": "680", - "barcode": "10000000680", - "call_number": "00680", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/732" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/639" - } - }, - { - "pid": "681", - "barcode": "10000000681", - "call_number": "00681", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/731" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/640" - } - }, - { - "pid": "682", - "barcode": "10000000682", - "call_number": "00682", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/731" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/641" - } - }, - { - "pid": "683", - "barcode": "10000000683", - "call_number": "00683", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/730" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/642" - } - }, - { - "pid": "684", - "barcode": "10000000684", - "call_number": "00684", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/729" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/643" - } - }, - { - "pid": "685", - "barcode": "10000000685", - "call_number": "00685", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/728" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/644" - } - }, - { - "pid": "686", - "barcode": "10000000686", - "call_number": "00686", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/728" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/645" - } - }, - { - "pid": "687", - "barcode": "10000000687", - "call_number": "00687", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/727" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/646" - } - }, - { - "pid": "688", - "barcode": "10000000688", - "call_number": "00688", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/726" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/647" - } - }, - { - "pid": "689", - "barcode": "10000000689", - "call_number": "00689", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/725" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/648" - } - }, - { - "pid": "690", - "barcode": "10000000690", - "call_number": "00690", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/724" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/649" - } - }, - { - "pid": "691", - "barcode": "10000000691", - "call_number": "00691", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/723" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/650" - } - }, - { - "pid": "692", - "barcode": "10000000692", - "call_number": "00692", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/723" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/650" - } - }, - { - "pid": "693", - "barcode": "10000000693", - "call_number": "00693", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/722" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/651" - } - }, - { - "pid": "694", - "barcode": "10000000694", - "call_number": "00694", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/722" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/652" - } - }, - { - "pid": "695", - "barcode": "10000000695", - "call_number": "00695", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/721" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/653" - } - }, - { - "pid": "696", - "barcode": "10000000696", - "call_number": "00696", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/721" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/653" - } - }, - { - "pid": "697", - "barcode": "10000000697", - "call_number": "00697", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/720" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/654" - } - }, - { - "pid": "698", - "barcode": "10000000698", - "call_number": "00698", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/719" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/655" - } - }, - { - "pid": "699", - "barcode": "10000000699", - "call_number": "00699", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/719" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/656" - } - }, - { - "pid": "700", - "barcode": "10000000700", - "call_number": "00700", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/718" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/657" - } - }, - { - "pid": "701", - "barcode": "10000000701", - "call_number": "00701", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/718" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/658" - } - }, - { - "pid": "702", - "barcode": "10000000702", - "call_number": "00702", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/717" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/659" - } - }, - { - "pid": "703", - "barcode": "10000000703", - "call_number": "00703", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/717" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/660" - } - }, - { - "pid": "704", - "barcode": "10000000704", - "call_number": "00704", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/716" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/661" - } - }, - { - "pid": "705", - "barcode": "10000000705", - "call_number": "00705", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/715" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/662" - } - }, - { - "pid": "706", - "barcode": "10000000706", - "call_number": "00706", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/714" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/663" - } - }, - { - "pid": "707", - "barcode": "10000000707", - "call_number": "00707", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/713" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/664" - } - }, - { - "pid": "708", - "barcode": "10000000708", - "call_number": "00708", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/713" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/665" - } - }, - { - "pid": "709", - "barcode": "10000000709", - "call_number": "00709", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/712" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/666" - } - }, - { - "pid": "710", - "barcode": "10000000710", - "call_number": "00710", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/712" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/667" - } - }, - { - "pid": "711", - "barcode": "10000000711", - "call_number": "00711", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/711" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/668" - } - }, - { - "pid": "712", - "barcode": "10000000712", - "call_number": "00712", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/711" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/669" - } - }, - { - "pid": "713", - "barcode": "10000000713", - "call_number": "00713", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/710" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/670" - } - }, - { - "pid": "714", - "barcode": "10000000714", - "call_number": "00714", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/710" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/670" - } - }, - { - "pid": "715", - "barcode": "10000000715", - "call_number": "00715", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/709" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/671" - } - }, - { - "pid": "716", - "barcode": "10000000716", - "call_number": "00716", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/709" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/672" - } - }, - { - "pid": "717", - "barcode": "10000000717", - "call_number": "00717", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/708" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/673" - } - }, - { - "pid": "718", - "barcode": "10000000718", - "call_number": "00718", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/707" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/674" - } - }, - { - "pid": "719", - "barcode": "10000000719", - "call_number": "00719", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/707" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/675" - } - }, - { - "pid": "720", - "barcode": "10000000720", - "call_number": "00720", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/706" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/676" - } - }, - { - "pid": "721", - "barcode": "10000000721", - "call_number": "00721", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/705" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/677" - } - }, - { - "pid": "722", - "barcode": "10000000722", - "call_number": "00722", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/705" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/677" - } - }, - { - "pid": "723", - "barcode": "10000000723", - "call_number": "00723", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/704" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/678" - } - }, - { - "pid": "724", - "barcode": "10000000724", - "call_number": "00724", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/703" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/679" - } - }, - { - "pid": "725", - "barcode": "10000000725", - "call_number": "00725", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/703" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/679" - } - }, - { - "pid": "726", - "barcode": "10000000726", - "call_number": "00726", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/702" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/680" - } - }, - { - "pid": "727", - "barcode": "10000000727", - "call_number": "00727", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/702" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/681" - } - }, - { - "pid": "728", - "barcode": "10000000728", - "call_number": "00728", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/701" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/682" - } - }, - { - "pid": "729", - "barcode": "10000000729", - "call_number": "00729", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/701" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/682" - } - }, - { - "pid": "730", - "barcode": "10000000730", - "call_number": "00730", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/700" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/683" - } - }, - { - "pid": "731", - "barcode": "10000000731", - "call_number": "00731", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/700" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/684" - } - }, - { - "pid": "732", - "barcode": "10000000732", - "call_number": "00732", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/699" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/685" - } - }, - { - "pid": "733", - "barcode": "10000000733", - "call_number": "00733", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/699" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/686" - } - }, - { - "pid": "734", - "barcode": "10000000734", - "call_number": "00734", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/698" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/687" - } - }, - { - "pid": "735", - "barcode": "10000000735", - "call_number": "00735", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/697" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/688" - } - }, - { - "pid": "736", - "barcode": "10000000736", - "call_number": "00736", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/697" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/689" - } - }, - { - "pid": "737", - "barcode": "10000000737", - "call_number": "00737", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/696" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/690" - } - }, - { - "pid": "738", - "barcode": "10000000738", - "call_number": "00738", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/695" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/691" - } - }, - { - "pid": "739", - "barcode": "10000000739", - "call_number": "00739", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/694" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/692" - } - }, - { - "pid": "740", - "barcode": "10000000740", - "call_number": "00740", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/693" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/693" - } - }, - { - "pid": "741", - "barcode": "10000000741", - "call_number": "00741", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/692" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/694" - } - }, - { - "pid": "742", - "barcode": "10000000742", - "call_number": "00742", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/691" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/695" - } - }, - { - "pid": "743", - "barcode": "10000000743", - "call_number": "00743", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/690" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/696" - } - }, - { - "pid": "744", - "barcode": "10000000744", - "call_number": "00744", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/690" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/696" - } - }, - { - "pid": "745", - "barcode": "10000000745", - "call_number": "00745", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/689" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/697" - } - }, - { - "pid": "746", - "barcode": "10000000746", - "call_number": "00746", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/689" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/697" - } - }, - { - "pid": "747", - "barcode": "10000000747", - "call_number": "00747", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/688" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/698" - } - }, - { - "pid": "748", - "barcode": "10000000748", - "call_number": "00748", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/688" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/699" - } - }, - { - "pid": "749", - "barcode": "10000000749", - "call_number": "00749", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/687" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/700" - } - }, - { - "pid": "750", - "barcode": "10000000750", - "call_number": "00750", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/686" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/701" - } - }, - { - "pid": "751", - "barcode": "10000000751", - "call_number": "00751", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/685" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/702" - } - }, - { - "pid": "752", - "barcode": "10000000752", - "call_number": "00752", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/684" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/703" - } - }, - { - "pid": "753", - "barcode": "10000000753", - "call_number": "00753", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/683" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/704" - } - }, - { - "pid": "754", - "barcode": "10000000754", - "call_number": "00754", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/683" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/705" - } - }, - { - "pid": "755", - "barcode": "10000000755", - "call_number": "00755", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/682" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/706" - } - }, - { - "pid": "756", - "barcode": "10000000756", - "call_number": "00756", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/682" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/707" - } - }, - { - "pid": "757", - "barcode": "10000000757", - "call_number": "00757", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/681" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/708" - } - }, - { - "pid": "758", - "barcode": "10000000758", - "call_number": "00758", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/680" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/709" - } - }, - { - "pid": "759", - "barcode": "10000000759", - "call_number": "00759", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/680" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/710" - } - }, - { - "pid": "760", - "barcode": "10000000760", - "call_number": "00760", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/679" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/711" - } - }, - { - "pid": "761", - "barcode": "10000000761", - "call_number": "00761", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/679" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/711" - } - }, - { - "pid": "762", - "barcode": "10000000762", - "call_number": "00762", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/678" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/712" - } - }, - { - "pid": "763", - "barcode": "10000000763", - "call_number": "00763", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/678" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/713" - } - }, - { - "pid": "764", - "barcode": "10000000764", - "call_number": "00764", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/677" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/714" - } - }, - { - "pid": "765", - "barcode": "10000000765", - "call_number": "00765", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/677" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/715" - } - }, - { - "pid": "766", - "barcode": "10000000766", - "call_number": "00766", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/676" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/716" - } - }, - { - "pid": "767", - "barcode": "10000000767", - "call_number": "00767", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/676" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/717" - } - }, - { - "pid": "768", - "barcode": "10000000768", - "call_number": "00768", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/675" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/718" - } - }, - { - "pid": "769", - "barcode": "10000000769", - "call_number": "00769", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/675" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/718" - } - }, - { - "pid": "770", - "barcode": "10000000770", - "call_number": "00770", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/674" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/719" - } - }, - { - "pid": "771", - "barcode": "10000000771", - "call_number": "00771", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/673" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/720" - } - }, - { - "pid": "772", - "barcode": "10000000772", - "call_number": "00772", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/673" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/720" - } - }, - { - "pid": "773", - "barcode": "10000000773", - "call_number": "00773", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/672" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/721" - } - }, - { - "pid": "774", - "barcode": "10000000774", - "call_number": "00774", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/672" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/722" - } - }, - { - "pid": "775", - "barcode": "10000000775", - "call_number": "00775", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/671" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/723" - } - }, - { - "pid": "776", - "barcode": "10000000776", - "call_number": "00776", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/671" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/724" - } - }, - { - "pid": "777", - "barcode": "10000000777", - "call_number": "00777", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/670" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/725" - } - }, - { - "pid": "778", - "barcode": "10000000778", - "call_number": "00778", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/670" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/725" - } - }, - { - "pid": "779", - "barcode": "10000000779", - "call_number": "00779", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/669" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/726" - } - }, - { - "pid": "780", - "barcode": "10000000780", - "call_number": "00780", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/668" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/727" - } - }, - { - "pid": "781", - "barcode": "10000000781", - "call_number": "00781", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/668" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/728" - } - }, - { - "pid": "782", - "barcode": "10000000782", - "call_number": "00782", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/667" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/729" - } - }, - { - "pid": "783", - "barcode": "10000000783", - "call_number": "00783", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/666" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/730" - } - }, - { - "pid": "784", - "barcode": "10000000784", - "call_number": "00784", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/666" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/731" - } - }, - { - "pid": "785", - "barcode": "10000000785", - "call_number": "00785", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/665" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/732" - } - }, - { - "pid": "786", - "barcode": "10000000786", - "call_number": "00786", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/664" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/733" - } - }, - { - "pid": "787", - "barcode": "10000000787", - "call_number": "00787", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/663" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/734" - } - }, - { - "pid": "788", - "barcode": "10000000788", - "call_number": "00788", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/662" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/735" - } - }, - { - "pid": "789", - "barcode": "10000000789", - "call_number": "00789", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/661" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/736" - } - }, - { - "pid": "790", - "barcode": "10000000790", - "call_number": "00790", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/661" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/737" - } - }, - { - "pid": "791", - "barcode": "10000000791", - "call_number": "00791", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/660" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/738" - } - }, - { - "pid": "792", - "barcode": "10000000792", - "call_number": "00792", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/660" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/739" - } - }, - { - "pid": "793", - "barcode": "10000000793", - "call_number": "00793", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/659" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/740" - } - }, - { - "pid": "794", - "barcode": "10000000794", - "call_number": "00794", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/658" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/741" - } - }, - { - "pid": "795", - "barcode": "10000000795", - "call_number": "00795", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/658" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/742" - } - }, - { - "pid": "796", - "barcode": "10000000796", - "call_number": "00796", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/657" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/743" - } - }, - { - "pid": "797", - "barcode": "10000000797", - "call_number": "00797", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/656" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/744" - } - }, - { - "pid": "798", - "barcode": "10000000798", - "call_number": "00798", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/655" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/745" - } - }, - { - "pid": "799", - "barcode": "10000000799", - "call_number": "00799", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/654" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/746" - } - }, - { - "pid": "800", - "barcode": "10000000800", - "call_number": "00800", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/653" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/747" - } - }, - { - "pid": "801", - "barcode": "10000000801", - "call_number": "00801", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/652" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/748" - } - }, - { - "pid": "802", - "barcode": "10000000802", - "call_number": "00802", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/652" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/749" - } - }, - { - "pid": "803", - "barcode": "10000000803", - "call_number": "00803", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/651" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/750" - } - }, - { - "pid": "804", - "barcode": "10000000804", - "call_number": "00804", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/650" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/751" - } - }, - { - "pid": "805", - "barcode": "10000000805", - "call_number": "00805", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/650" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/751" - } - }, - { - "pid": "806", - "barcode": "10000000806", - "call_number": "00806", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/649" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/752" - } - }, - { - "pid": "807", - "barcode": "10000000807", - "call_number": "00807", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/648" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/753" - } - }, - { - "pid": "808", - "barcode": "10000000808", - "call_number": "00808", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/648" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/754" - } - }, - { - "pid": "809", - "barcode": "10000000809", - "call_number": "00809", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/647" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/755" - } - }, - { - "pid": "810", - "barcode": "10000000810", - "call_number": "00810", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/646" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/756" - } - }, - { - "pid": "811", - "barcode": "10000000811", - "call_number": "00811", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/646" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/757" - } - }, - { - "pid": "812", - "barcode": "10000000812", - "call_number": "00812", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/645" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/758" - } - }, - { - "pid": "813", - "barcode": "10000000813", - "call_number": "00813", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/644" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/759" - } - }, - { - "pid": "814", - "barcode": "10000000814", - "call_number": "00814", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/644" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/760" - } - }, - { - "pid": "815", - "barcode": "10000000815", - "call_number": "00815", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/643" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/761" - } - }, - { - "pid": "816", - "barcode": "10000000816", - "call_number": "00816", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/643" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/761" - } - }, - { - "pid": "817", - "barcode": "10000000817", - "call_number": "00817", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/642" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/762" - } - }, - { - "pid": "818", - "barcode": "10000000818", - "call_number": "00818", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/642" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/763" - } - }, - { - "pid": "819", - "barcode": "10000000819", - "call_number": "00819", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/641" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/764" - } - }, - { - "pid": "820", - "barcode": "10000000820", - "call_number": "00820", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/640" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/765" - } - }, - { - "pid": "821", - "barcode": "10000000821", - "call_number": "00821", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/639" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/766" - } - }, - { - "pid": "822", - "barcode": "10000000822", - "call_number": "00822", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/638" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/767" - } - }, - { - "pid": "823", - "barcode": "10000000823", - "call_number": "00823", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/638" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/768" - } - }, - { - "pid": "824", - "barcode": "10000000824", - "call_number": "00824", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/637" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/769" - } - }, - { - "pid": "825", - "barcode": "10000000825", - "call_number": "00825", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/637" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/770" - } - }, - { - "pid": "826", - "barcode": "10000000826", - "call_number": "00826", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/636" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/771" - } - }, - { - "pid": "827", - "barcode": "10000000827", - "call_number": "00827", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/635" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/772" - } - }, - { - "pid": "828", - "barcode": "10000000828", - "call_number": "00828", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/635" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/773" - } - }, - { - "pid": "829", - "barcode": "10000000829", - "call_number": "00829", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/634" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/774" - } - }, - { - "pid": "830", - "barcode": "10000000830", - "call_number": "00830", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/634" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/774" - } - }, - { - "pid": "831", - "barcode": "10000000831", - "call_number": "00831", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/633" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/775" - } - }, - { - "pid": "832", - "barcode": "10000000832", - "call_number": "00832", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/633" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/776" - } - }, - { - "pid": "833", - "barcode": "10000000833", - "call_number": "00833", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/632" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/777" - } - }, - { - "pid": "834", - "barcode": "10000000834", - "call_number": "00834", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/631" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/778" - } - }, - { - "pid": "835", - "barcode": "10000000835", - "call_number": "00835", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/631" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/779" - } - }, - { - "pid": "836", - "barcode": "10000000836", - "call_number": "00836", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/630" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/780" - } - }, - { - "pid": "837", - "barcode": "10000000837", - "call_number": "00837", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/630" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/781" - } - }, - { - "pid": "838", - "barcode": "10000000838", - "call_number": "00838", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/629" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/782" - } - }, - { - "pid": "839", - "barcode": "10000000839", - "call_number": "00839", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/628" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/783" - } - }, - { - "pid": "840", - "barcode": "10000000840", - "call_number": "00840", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/627" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/784" - } - }, - { - "pid": "841", - "barcode": "10000000841", - "call_number": "00841", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/626" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/785" - } - }, - { - "pid": "842", - "barcode": "10000000842", - "call_number": "00842", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/625" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/786" - } - }, - { - "pid": "843", - "barcode": "10000000843", - "call_number": "00843", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/624" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/787" - } - }, - { - "pid": "844", - "barcode": "10000000844", - "call_number": "00844", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/623" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/788" - } - }, - { - "pid": "845", - "barcode": "10000000845", - "call_number": "00845", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/622" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/789" - } - }, - { - "pid": "846", - "barcode": "10000000846", - "call_number": "00846", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/621" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/790" - } - }, - { - "pid": "847", - "barcode": "10000000847", - "call_number": "00847", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/620" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/791" - } - }, - { - "pid": "848", - "barcode": "10000000848", - "call_number": "00848", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/619" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/792" - } - }, - { - "pid": "849", - "barcode": "10000000849", - "call_number": "00849", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/619" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/793" - } - }, - { - "pid": "850", - "barcode": "10000000850", - "call_number": "00850", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/618" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/794" - } - }, - { - "pid": "851", - "barcode": "10000000851", - "call_number": "00851", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/617" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/795" - } - }, - { - "pid": "852", - "barcode": "10000000852", - "call_number": "00852", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/616" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/796" - } - }, - { - "pid": "853", - "barcode": "10000000853", - "call_number": "00853", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/616" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/797" - } - }, - { - "pid": "854", - "barcode": "10000000854", - "call_number": "00854", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/615" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/798" - } - }, - { - "pid": "855", - "barcode": "10000000855", - "call_number": "00855", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/614" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/799" - } - }, - { - "pid": "856", - "barcode": "10000000856", - "call_number": "00856", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/614" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/800" - } - }, - { - "pid": "857", - "barcode": "10000000857", - "call_number": "00857", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/613" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/801" - } - }, - { - "pid": "858", - "barcode": "10000000858", - "call_number": "00858", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/612" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/802" - } - }, - { - "pid": "859", - "barcode": "10000000859", - "call_number": "00859", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/612" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/803" - } - }, - { - "pid": "860", - "barcode": "10000000860", - "call_number": "00860", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/611" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/804" - } - }, - { - "pid": "861", - "barcode": "10000000861", - "call_number": "00861", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/610" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/805" - } - }, - { - "pid": "862", - "barcode": "10000000862", - "call_number": "00862", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/609" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/806" - } - }, - { - "pid": "863", - "barcode": "10000000863", - "call_number": "00863", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/609" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/807" - } - }, - { - "pid": "864", - "barcode": "10000000864", - "call_number": "00864", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/608" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/808" - } - }, - { - "pid": "865", - "barcode": "10000000865", - "call_number": "00865", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/607" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/809" - } - }, - { - "pid": "866", - "barcode": "10000000866", - "call_number": "00866", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/607" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/810" - } - }, - { - "pid": "867", - "barcode": "10000000867", - "call_number": "00867", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/606" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/811" - } - }, - { - "pid": "868", - "barcode": "10000000868", - "call_number": "00868", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/605" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/812" - } - }, - { - "pid": "869", - "barcode": "10000000869", - "call_number": "00869", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/605" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/813" - } - }, - { - "pid": "870", - "barcode": "10000000870", - "call_number": "00870", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/604" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/814" - } - }, - { - "pid": "871", - "barcode": "10000000871", - "call_number": "00871", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/603" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/815" - } - }, - { - "pid": "872", - "barcode": "10000000872", - "call_number": "00872", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/603" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/816" - } - }, - { - "pid": "873", - "barcode": "10000000873", - "call_number": "00873", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/602" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/817" - } - }, - { - "pid": "874", - "barcode": "10000000874", - "call_number": "00874", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/601" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/818" - } - }, - { - "pid": "875", - "barcode": "10000000875", - "call_number": "00875", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/600" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/819" - } - }, - { - "pid": "876", - "barcode": "10000000876", - "call_number": "00876", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/599" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/820" - } - }, - { - "pid": "877", - "barcode": "10000000877", - "call_number": "00877", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/598" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/821" - } - }, - { - "pid": "878", - "barcode": "10000000878", - "call_number": "00878", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/598" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/822" - } - }, - { - "pid": "879", - "barcode": "10000000879", - "call_number": "00879", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/597" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/823" - } - }, - { - "pid": "880", - "barcode": "10000000880", - "call_number": "00880", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/596" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/824" - } - }, - { - "pid": "881", - "barcode": "10000000881", - "call_number": "00881", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/596" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/825" - } - }, - { - "pid": "882", - "barcode": "10000000882", - "call_number": "00882", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/595" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/826" - } - }, - { - "pid": "883", - "barcode": "10000000883", - "call_number": "00883", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/595" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/827" - } - }, - { - "pid": "884", - "barcode": "10000000884", - "call_number": "00884", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/594" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/828" - } - }, - { - "pid": "885", - "barcode": "10000000885", - "call_number": "00885", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/593" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/829" - } - }, - { - "pid": "886", - "barcode": "10000000886", - "call_number": "00886", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/593" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/830" - } - }, - { - "pid": "887", - "barcode": "10000000887", - "call_number": "00887", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/592" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/831" - } - }, - { - "pid": "888", - "barcode": "10000000888", - "call_number": "00888", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/591" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/832" - } - }, - { - "pid": "889", - "barcode": "10000000889", - "call_number": "00889", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/590" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/833" - } - }, - { - "pid": "890", - "barcode": "10000000890", - "call_number": "00890", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/589" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/834" - } - }, - { - "pid": "891", - "barcode": "10000000891", - "call_number": "00891", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/589" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/835" - } - }, - { - "pid": "892", - "barcode": "10000000892", - "call_number": "00892", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/588" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/836" - } - }, - { - "pid": "893", - "barcode": "10000000893", - "call_number": "00893", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/588" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/837" - } - }, - { - "pid": "894", - "barcode": "10000000894", - "call_number": "00894", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/587" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/838" - } - }, - { - "pid": "895", - "barcode": "10000000895", - "call_number": "00895", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/586" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/839" - } - }, - { - "pid": "896", - "barcode": "10000000896", - "call_number": "00896", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/586" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/840" - } - }, - { - "pid": "897", - "barcode": "10000000897", - "call_number": "00897", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/585" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/841" - } - }, - { - "pid": "898", - "barcode": "10000000898", - "call_number": "00898", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/585" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/842" - } - }, - { - "pid": "899", - "barcode": "10000000899", - "call_number": "00899", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/584" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/843" - } - }, - { - "pid": "900", - "barcode": "10000000900", - "call_number": "00900", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/584" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/844" - } - }, - { - "pid": "901", - "barcode": "10000000901", - "call_number": "00901", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/583" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/845" - } - }, - { - "pid": "902", - "barcode": "10000000902", - "call_number": "00902", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/583" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/845" - } - }, - { - "pid": "903", - "barcode": "10000000903", - "call_number": "00903", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/582" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/846" - } - }, - { - "pid": "904", - "barcode": "10000000904", - "call_number": "00904", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/581" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/847" - } - }, - { - "pid": "905", - "barcode": "10000000905", - "call_number": "00905", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/581" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/848" - } - }, - { - "pid": "906", - "barcode": "10000000906", - "call_number": "00906", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/580" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/849" - } - }, - { - "pid": "907", - "barcode": "10000000907", - "call_number": "00907", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/580" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/849" - } - }, - { - "pid": "908", - "barcode": "10000000908", - "call_number": "00908", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/579" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/850" - } - }, - { - "pid": "909", - "barcode": "10000000909", - "call_number": "00909", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/578" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/851" - } - }, - { - "pid": "910", - "barcode": "10000000910", - "call_number": "00910", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/578" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/852" - } - }, - { - "pid": "911", - "barcode": "10000000911", - "call_number": "00911", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/577" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/853" - } - }, - { - "pid": "912", - "barcode": "10000000912", - "call_number": "00912", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/576" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/854" - } - }, - { - "pid": "913", - "barcode": "10000000913", - "call_number": "00913", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/575" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/855" - } - }, - { - "pid": "914", - "barcode": "10000000914", - "call_number": "00914", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/575" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/856" - } - }, - { - "pid": "915", - "barcode": "10000000915", - "call_number": "00915", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/574" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/857" - } - }, - { - "pid": "916", - "barcode": "10000000916", - "call_number": "00916", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/574" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/858" - } - }, - { - "pid": "917", - "barcode": "10000000917", - "call_number": "00917", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/573" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/859" - } - }, - { - "pid": "918", - "barcode": "10000000918", - "call_number": "00918", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/572" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/860" - } - }, - { - "pid": "919", - "barcode": "10000000919", - "call_number": "00919", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/572" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/861" - } - }, - { - "pid": "920", - "barcode": "10000000920", - "call_number": "00920", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/571" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/862" - } - }, - { - "pid": "921", - "barcode": "10000000921", - "call_number": "00921", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/570" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/863" - } - }, - { - "pid": "922", - "barcode": "10000000922", - "call_number": "00922", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/570" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/864" - } - }, - { - "pid": "923", - "barcode": "10000000923", - "call_number": "00923", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/569" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/865" - } - }, - { - "pid": "924", - "barcode": "10000000924", - "call_number": "00924", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/569" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/866" - } - }, - { - "pid": "925", - "barcode": "10000000925", - "call_number": "00925", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/568" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/867" - } - }, - { - "pid": "926", - "barcode": "10000000926", - "call_number": "00926", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/568" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/868" - } - }, - { - "pid": "927", - "barcode": "10000000927", - "call_number": "00927", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/567" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/869" - } - }, - { - "pid": "928", - "barcode": "10000000928", - "call_number": "00928", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/566" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/870" - } - }, - { - "pid": "929", - "barcode": "10000000929", - "call_number": "00929", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/565" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/871" - } - }, - { - "pid": "930", - "barcode": "10000000930", - "call_number": "00930", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/565" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/872" - } - }, - { - "pid": "931", - "barcode": "10000000931", - "call_number": "00931", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/564" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/873" - } - }, - { - "pid": "932", - "barcode": "10000000932", - "call_number": "00932", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/563" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/874" - } - }, - { - "pid": "933", - "barcode": "10000000933", - "call_number": "00933", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/562" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/875" - } - }, - { - "pid": "934", - "barcode": "10000000934", - "call_number": "00934", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/562" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/876" - } - }, - { - "pid": "935", - "barcode": "10000000935", - "call_number": "00935", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/561" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/877" - } - }, - { - "pid": "936", - "barcode": "10000000936", - "call_number": "00936", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/561" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/878" - } - }, - { - "pid": "937", - "barcode": "10000000937", - "call_number": "00937", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/560" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/879" - } - }, - { - "pid": "938", - "barcode": "10000000938", - "call_number": "00938", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/560" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/880" - } - }, - { - "pid": "939", - "barcode": "10000000939", - "call_number": "00939", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/559" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/881" - } - }, - { - "pid": "940", - "barcode": "10000000940", - "call_number": "00940", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/559" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/881" - } - }, - { - "pid": "941", - "barcode": "10000000941", - "call_number": "00941", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/558" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/882" - } - }, - { - "pid": "942", - "barcode": "10000000942", - "call_number": "00942", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/558" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/883" - } - }, - { - "pid": "943", - "barcode": "10000000943", - "call_number": "00943", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/557" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/884" - } - }, - { - "pid": "944", - "barcode": "10000000944", - "call_number": "00944", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/557" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/885" - } - }, - { - "pid": "945", - "barcode": "10000000945", - "call_number": "00945", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/556" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/886" - } - }, - { - "pid": "946", - "barcode": "10000000946", - "call_number": "00946", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/555" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/887" - } - }, - { - "pid": "947", - "barcode": "10000000947", - "call_number": "00947", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/555" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/888" - } - }, - { - "pid": "948", - "barcode": "10000000948", - "call_number": "00948", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/554" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/889" - } - }, - { - "pid": "949", - "barcode": "10000000949", - "call_number": "00949", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/553" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/890" - } - }, - { - "pid": "950", - "barcode": "10000000950", - "call_number": "00950", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/552" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/891" - } - }, - { - "pid": "951", - "barcode": "10000000951", - "call_number": "00951", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/551" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/892" - } - }, - { - "pid": "952", - "barcode": "10000000952", - "call_number": "00952", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/551" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/893" - } - }, - { - "pid": "953", - "barcode": "10000000953", - "call_number": "00953", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/550" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/894" - } - }, - { - "pid": "954", - "barcode": "10000000954", - "call_number": "00954", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/550" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/894" - } - }, - { - "pid": "955", - "barcode": "10000000955", - "call_number": "00955", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/549" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/895" - } - }, - { - "pid": "956", - "barcode": "10000000956", - "call_number": "00956", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/548" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/896" - } - }, - { - "pid": "957", - "barcode": "10000000957", - "call_number": "00957", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/547" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/897" - } - }, - { - "pid": "958", - "barcode": "10000000958", - "call_number": "00958", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/546" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/898" - } - }, - { - "pid": "959", - "barcode": "10000000959", - "call_number": "00959", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/545" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/899" - } - }, - { - "pid": "960", - "barcode": "10000000960", - "call_number": "00960", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/544" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/900" - } - }, - { - "pid": "961", - "barcode": "10000000961", - "call_number": "00961", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/544" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/901" - } - }, - { - "pid": "962", - "barcode": "10000000962", - "call_number": "00962", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/543" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/902" - } - }, - { - "pid": "963", - "barcode": "10000000963", - "call_number": "00963", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/542" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/903" - } - }, - { - "pid": "964", - "barcode": "10000000964", - "call_number": "00964", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/542" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/904" - } - }, - { - "pid": "965", - "barcode": "10000000965", - "call_number": "00965", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/541" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/905" - } - }, - { - "pid": "966", - "barcode": "10000000966", - "call_number": "00966", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/541" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/906" - } - }, - { - "pid": "967", - "barcode": "10000000967", - "call_number": "00967", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/540" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/907" - } - }, - { - "pid": "968", - "barcode": "10000000968", - "call_number": "00968", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/539" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/908" - } - }, - { - "pid": "969", - "barcode": "10000000969", - "call_number": "00969", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/538" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/909" - } - }, - { - "pid": "970", - "barcode": "10000000970", - "call_number": "00970", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/537" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/910" - } - }, - { - "pid": "971", - "barcode": "10000000971", - "call_number": "00971", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/537" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/911" - } - }, - { - "pid": "972", - "barcode": "10000000972", - "call_number": "00972", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/536" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/912" - } - }, - { - "pid": "973", - "barcode": "10000000973", - "call_number": "00973", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/535" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/913" - } - }, - { - "pid": "974", - "barcode": "10000000974", - "call_number": "00974", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/535" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/914" - } - }, - { - "pid": "975", - "barcode": "10000000975", - "call_number": "00975", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/534" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/915" - } - }, - { - "pid": "976", - "barcode": "10000000976", - "call_number": "00976", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/533" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/916" - } - }, - { - "pid": "977", - "barcode": "10000000977", - "call_number": "00977", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/533" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/917" - } - }, - { - "pid": "978", - "barcode": "10000000978", - "call_number": "00978", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/532" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/918" - } - }, - { - "pid": "979", - "barcode": "10000000979", - "call_number": "00979", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/531" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/919" - } - }, - { - "pid": "980", - "barcode": "10000000980", - "call_number": "00980", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/530" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/920" - } - }, - { - "pid": "981", - "barcode": "10000000981", - "call_number": "00981", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/529" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/921" - } - }, - { - "pid": "982", - "barcode": "10000000982", - "call_number": "00982", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/529" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/922" - } - }, - { - "pid": "983", - "barcode": "10000000983", - "call_number": "00983", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/528" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/923" - } - }, - { - "pid": "984", - "barcode": "10000000984", - "call_number": "00984", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/528" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/923" - } - }, - { - "pid": "985", - "barcode": "10000000985", - "call_number": "00985", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/527" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/924" - } - }, - { - "pid": "986", - "barcode": "10000000986", - "call_number": "00986", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/527" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/925" - } - }, - { - "pid": "987", - "barcode": "10000000987", - "call_number": "00987", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/526" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/926" - } - }, - { - "pid": "988", - "barcode": "10000000988", - "call_number": "00988", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/525" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/927" - } - }, - { - "pid": "989", - "barcode": "10000000989", - "call_number": "00989", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/524" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/928" - } - }, - { - "pid": "990", - "barcode": "10000000990", - "call_number": "00990", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/523" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/929" - } - }, - { - "pid": "991", - "barcode": "10000000991", - "call_number": "00991", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/523" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/930" - } - }, - { - "pid": "992", - "barcode": "10000000992", - "call_number": "00992", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/522" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/931" - } - }, - { - "pid": "993", - "barcode": "10000000993", - "call_number": "00993", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/522" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/932" - } - }, - { - "pid": "994", - "barcode": "10000000994", - "call_number": "00994", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/521" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/933" - } - }, - { - "pid": "995", - "barcode": "10000000995", - "call_number": "00995", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/520" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/934" - } - }, - { - "pid": "996", - "barcode": "10000000996", - "call_number": "00996", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/520" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/935" - } - }, - { - "pid": "997", - "barcode": "10000000997", - "call_number": "00997", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/519" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/936" - } - }, - { - "pid": "998", - "barcode": "10000000998", - "call_number": "00998", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/519" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/937" - } - }, - { - "pid": "999", - "barcode": "10000000999", - "call_number": "00999", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/518" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/938" - } - }, - { - "pid": "1000", - "barcode": "10000001000", - "call_number": "01000", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/517" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/939" - } - }, - { - "pid": "1001", - "barcode": "10000001001", - "call_number": "01001", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/517" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/940" - } - }, - { - "pid": "1002", - "barcode": "10000001002", - "call_number": "01002", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/516" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/941" - } - }, - { - "pid": "1003", - "barcode": "10000001003", - "call_number": "01003", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/516" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/942" - } - }, - { - "pid": "1004", - "barcode": "10000001004", - "call_number": "01004", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/515" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/943" - } - }, - { - "pid": "1005", - "barcode": "10000001005", - "call_number": "01005", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/515" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/944" - } - }, - { - "pid": "1006", - "barcode": "10000001006", - "call_number": "01006", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/514" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/945" - } - }, - { - "pid": "1007", - "barcode": "10000001007", - "call_number": "01007", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/514" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/946" - } - }, - { - "pid": "1008", - "barcode": "10000001008", - "call_number": "01008", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/513" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/947" - } - }, - { - "pid": "1009", - "barcode": "10000001009", - "call_number": "01009", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/512" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/948" - } - }, - { - "pid": "1010", - "barcode": "10000001010", - "call_number": "01010", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/512" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/949" - } - }, - { - "pid": "1011", - "barcode": "10000001011", - "call_number": "01011", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/511" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/950" - } - }, - { - "pid": "1012", - "barcode": "10000001012", - "call_number": "01012", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/511" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/951" - } - }, - { - "pid": "1013", - "barcode": "10000001013", - "call_number": "01013", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/510" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/952" - } - }, - { - "pid": "1014", - "barcode": "10000001014", - "call_number": "01014", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/509" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/953" - } - }, - { - "pid": "1015", - "barcode": "10000001015", - "call_number": "01015", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/508" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/954" - } - }, - { - "pid": "1016", - "barcode": "10000001016", - "call_number": "01016", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/508" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/955" - } - }, - { - "pid": "1017", - "barcode": "10000001017", - "call_number": "01017", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/507" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/956" - } - }, - { - "pid": "1018", - "barcode": "10000001018", - "call_number": "01018", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/506" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/957" - } - }, - { - "pid": "1019", - "barcode": "10000001019", - "call_number": "01019", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/505" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/958" - } - }, - { - "pid": "1020", - "barcode": "10000001020", - "call_number": "01020", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/504" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/959" - } - }, - { - "pid": "1021", - "barcode": "10000001021", - "call_number": "01021", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/503" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/960" - } - }, - { - "pid": "1022", - "barcode": "10000001022", - "call_number": "01022", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/502" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/961" - } - }, - { - "pid": "1023", - "barcode": "10000001023", - "call_number": "01023", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/502" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/962" - } - }, - { - "pid": "1024", - "barcode": "10000001024", - "call_number": "01024", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/501" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/963" - } - }, - { - "pid": "1025", - "barcode": "10000001025", - "call_number": "01025", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/501" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/964" - } - }, - { - "pid": "1026", - "barcode": "10000001026", - "call_number": "01026", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/500" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/965" - } - }, - { - "pid": "1027", - "barcode": "10000001027", - "call_number": "01027", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/499" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/966" - } - }, - { - "pid": "1028", - "barcode": "10000001028", - "call_number": "01028", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/498" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/967" - } - }, - { - "pid": "1029", - "barcode": "10000001029", - "call_number": "01029", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/497" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/968" - } - }, - { - "pid": "1030", - "barcode": "10000001030", - "call_number": "01030", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/497" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/969" - } - }, - { - "pid": "1031", - "barcode": "10000001031", - "call_number": "01031", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/496" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/970" - } - }, - { - "pid": "1032", - "barcode": "10000001032", - "call_number": "01032", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/495" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/971" - } - }, - { - "pid": "1033", - "barcode": "10000001033", - "call_number": "01033", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/494" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/972" - } - }, - { - "pid": "1034", - "barcode": "10000001034", - "call_number": "01034", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/494" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/973" - } - }, - { - "pid": "1035", - "barcode": "10000001035", - "call_number": "01035", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/493" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/974" - } - }, - { - "pid": "1036", - "barcode": "10000001036", - "call_number": "01036", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/492" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/975" - } - }, - { - "pid": "1037", - "barcode": "10000001037", - "call_number": "01037", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/491" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/976" - } - }, - { - "pid": "1038", - "barcode": "10000001038", - "call_number": "01038", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/490" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/977" - } - }, - { - "pid": "1039", - "barcode": "10000001039", - "call_number": "01039", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/490" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/978" - } - }, - { - "pid": "1040", - "barcode": "10000001040", - "call_number": "01040", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/489" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/979" - } - }, - { - "pid": "1041", - "barcode": "10000001041", - "call_number": "01041", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/489" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/979" - } - }, - { - "pid": "1042", - "barcode": "10000001042", - "call_number": "01042", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/488" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/980" - } - }, - { - "pid": "1043", - "barcode": "10000001043", - "call_number": "01043", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/488" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/981" - } - }, - { - "pid": "1044", - "barcode": "10000001044", - "call_number": "01044", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/487" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/982" - } - }, - { - "pid": "1045", - "barcode": "10000001045", - "call_number": "01045", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/487" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/982" - } - }, - { - "pid": "1046", - "barcode": "10000001046", - "call_number": "01046", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/486" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/983" - } - }, - { - "pid": "1047", - "barcode": "10000001047", - "call_number": "01047", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/486" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/984" - } - }, - { - "pid": "1048", - "barcode": "10000001048", - "call_number": "01048", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/485" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/985" - } - }, - { - "pid": "1049", - "barcode": "10000001049", - "call_number": "01049", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/484" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/986" - } - }, - { - "pid": "1050", - "barcode": "10000001050", - "call_number": "01050", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/483" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/987" - } - }, - { - "pid": "1051", - "barcode": "10000001051", - "call_number": "01051", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/482" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/988" - } - }, - { - "pid": "1052", - "barcode": "10000001052", - "call_number": "01052", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/481" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/989" - } - }, - { - "pid": "1053", - "barcode": "10000001053", - "call_number": "01053", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/480" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/990" - } - }, - { - "pid": "1054", - "barcode": "10000001054", - "call_number": "01054", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/480" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/991" - } - }, - { - "pid": "1055", - "barcode": "10000001055", - "call_number": "01055", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/479" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/992" - } - }, - { - "pid": "1056", - "barcode": "10000001056", - "call_number": "01056", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/478" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/993" - } - }, - { - "pid": "1057", - "barcode": "10000001057", - "call_number": "01057", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/477" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/994" - } - }, - { - "pid": "1058", - "barcode": "10000001058", - "call_number": "01058", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/476" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/995" - } - }, - { - "pid": "1059", - "barcode": "10000001059", - "call_number": "01059", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/476" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/995" - } - }, - { - "pid": "1060", - "barcode": "10000001060", - "call_number": "01060", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/475" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/996" - } - }, - { - "pid": "1061", - "barcode": "10000001061", - "call_number": "01061", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/474" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/997" - } - }, - { - "pid": "1062", - "barcode": "10000001062", - "call_number": "01062", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/474" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/997" - } - }, - { - "pid": "1063", - "barcode": "10000001063", - "call_number": "01063", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/473" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/998" - } - }, - { - "pid": "1064", - "barcode": "10000001064", - "call_number": "01064", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/472" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/999" - } - }, - { - "pid": "1065", - "barcode": "10000001065", - "call_number": "01065", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/472" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1000" - } - }, - { - "pid": "1066", - "barcode": "10000001066", - "call_number": "01066", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/471" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1001" - } - }, - { - "pid": "1067", - "barcode": "10000001067", - "call_number": "01067", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/471" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1001" - } - }, - { - "pid": "1068", - "barcode": "10000001068", - "call_number": "01068", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/470" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1002" - } - }, - { - "pid": "1069", - "barcode": "10000001069", - "call_number": "01069", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/469" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1003" - } - }, - { - "pid": "1070", - "barcode": "10000001070", - "call_number": "01070", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/468" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1004" - } - }, - { - "pid": "1071", - "barcode": "10000001071", - "call_number": "01071", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/467" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1005" - } - }, - { - "pid": "1072", - "barcode": "10000001072", - "call_number": "01072", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/466" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1006" - } - }, - { - "pid": "1073", - "barcode": "10000001073", - "call_number": "01073", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/465" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1007" - } - }, - { - "pid": "1074", - "barcode": "10000001074", - "call_number": "01074", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/465" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1008" - } - }, - { - "pid": "1075", - "barcode": "10000001075", - "call_number": "01075", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/464" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1009" - } - }, - { - "pid": "1076", - "barcode": "10000001076", - "call_number": "01076", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/464" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1010" - } - }, - { - "pid": "1077", - "barcode": "10000001077", - "call_number": "01077", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/463" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1011" - } - }, - { - "pid": "1078", - "barcode": "10000001078", - "call_number": "01078", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/462" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1012" - } - }, - { - "pid": "1079", - "barcode": "10000001079", - "call_number": "01079", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/462" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1013" - } - }, - { - "pid": "1080", - "barcode": "10000001080", - "call_number": "01080", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/461" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1014" - } - }, - { - "pid": "1081", - "barcode": "10000001081", - "call_number": "01081", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/460" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1015" - } - }, - { - "pid": "1082", - "barcode": "10000001082", - "call_number": "01082", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/459" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1016" - } - }, - { - "pid": "1083", - "barcode": "10000001083", - "call_number": "01083", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/459" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1016" - } - }, - { - "pid": "1084", - "barcode": "10000001084", - "call_number": "01084", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/458" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1017" - } - }, - { - "pid": "1085", - "barcode": "10000001085", - "call_number": "01085", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/458" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1018" - } - }, - { - "pid": "1086", - "barcode": "10000001086", - "call_number": "01086", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/457" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1019" - } - }, - { - "pid": "1087", - "barcode": "10000001087", - "call_number": "01087", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/457" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1020" - } - }, - { - "pid": "1088", - "barcode": "10000001088", - "call_number": "01088", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/456" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1021" - } - }, - { - "pid": "1089", - "barcode": "10000001089", - "call_number": "01089", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/456" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1022" - } - }, - { - "pid": "1090", - "barcode": "10000001090", - "call_number": "01090", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/455" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1023" - } - }, - { - "pid": "1091", - "barcode": "10000001091", - "call_number": "01091", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/455" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1023" - } - }, - { - "pid": "1092", - "barcode": "10000001092", - "call_number": "01092", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/454" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1024" - } - }, - { - "pid": "1093", - "barcode": "10000001093", - "call_number": "01093", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/454" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1025" - } - }, - { - "pid": "1094", - "barcode": "10000001094", - "call_number": "01094", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/453" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1026" - } - }, - { - "pid": "1095", - "barcode": "10000001095", - "call_number": "01095", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/452" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1027" - } - }, - { - "pid": "1096", - "barcode": "10000001096", - "call_number": "01096", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/451" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1028" - } - }, - { - "pid": "1097", - "barcode": "10000001097", - "call_number": "01097", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/451" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1029" - } - }, - { - "pid": "1098", - "barcode": "10000001098", - "call_number": "01098", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/450" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1030" - } - }, - { - "pid": "1099", - "barcode": "10000001099", - "call_number": "01099", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/449" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1031" - } - }, - { - "pid": "1100", - "barcode": "10000001100", - "call_number": "01100", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/448" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1032" - } - }, - { - "pid": "1101", - "barcode": "10000001101", - "call_number": "01101", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/448" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1033" - } - }, - { - "pid": "1102", - "barcode": "10000001102", - "call_number": "01102", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/447" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1034" - } - }, - { - "pid": "1103", - "barcode": "10000001103", - "call_number": "01103", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/447" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1034" - } - }, - { - "pid": "1104", - "barcode": "10000001104", - "call_number": "01104", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/446" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1035" - } - }, - { - "pid": "1105", - "barcode": "10000001105", - "call_number": "01105", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/446" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1036" - } - }, - { - "pid": "1106", - "barcode": "10000001106", - "call_number": "01106", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/445" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1037" - } - }, - { - "pid": "1107", - "barcode": "10000001107", - "call_number": "01107", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/445" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1038" - } - }, - { - "pid": "1108", - "barcode": "10000001108", - "call_number": "01108", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/444" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1039" - } - }, - { - "pid": "1109", - "barcode": "10000001109", - "call_number": "01109", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/444" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1040" - } - }, - { - "pid": "1110", - "barcode": "10000001110", - "call_number": "01110", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/443" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1041" - } - }, - { - "pid": "1111", - "barcode": "10000001111", - "call_number": "01111", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/443" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1042" - } - }, - { - "pid": "1112", - "barcode": "10000001112", - "call_number": "01112", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/442" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1043" - } - }, - { - "pid": "1113", - "barcode": "10000001113", - "call_number": "01113", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/441" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1044" - } - }, - { - "pid": "1114", - "barcode": "10000001114", - "call_number": "01114", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/440" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1045" - } - }, - { - "pid": "1115", - "barcode": "10000001115", - "call_number": "01115", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/439" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1046" - } - }, - { - "pid": "1116", - "barcode": "10000001116", - "call_number": "01116", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/439" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1046" - } - }, - { - "pid": "1117", - "barcode": "10000001117", - "call_number": "01117", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/438" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1047" - } - }, - { - "pid": "1118", - "barcode": "10000001118", - "call_number": "01118", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/438" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1048" - } - }, - { - "pid": "1119", - "barcode": "10000001119", - "call_number": "01119", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/437" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1049" - } - }, - { - "pid": "1120", - "barcode": "10000001120", - "call_number": "01120", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/437" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1050" - } - }, - { - "pid": "1121", - "barcode": "10000001121", - "call_number": "01121", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/436" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1051" - } - }, - { - "pid": "1122", - "barcode": "10000001122", - "call_number": "01122", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/436" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1052" - } - }, - { - "pid": "1123", - "barcode": "10000001123", - "call_number": "01123", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/435" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1053" - } - }, - { - "pid": "1124", - "barcode": "10000001124", - "call_number": "01124", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/435" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1054" - } - }, - { - "pid": "1125", - "barcode": "10000001125", - "call_number": "01125", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/434" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1055" - } - }, - { - "pid": "1126", - "barcode": "10000001126", - "call_number": "01126", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/433" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1056" - } - }, - { - "pid": "1127", - "barcode": "10000001127", - "call_number": "01127", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/432" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1057" - } - }, - { - "pid": "1128", - "barcode": "10000001128", - "call_number": "01128", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/431" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1058" - } - }, - { - "pid": "1129", - "barcode": "10000001129", - "call_number": "01129", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/431" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1059" - } - }, - { - "pid": "1130", - "barcode": "10000001130", - "call_number": "01130", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/430" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1060" - } - }, - { - "pid": "1131", - "barcode": "10000001131", - "call_number": "01131", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/429" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1061" - } - }, - { - "pid": "1132", - "barcode": "10000001132", - "call_number": "01132", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/429" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1062" - } - }, - { - "pid": "1133", - "barcode": "10000001133", - "call_number": "01133", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/428" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1063" - } - }, - { - "pid": "1134", - "barcode": "10000001134", - "call_number": "01134", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/427" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1064" - } - }, - { - "pid": "1135", - "barcode": "10000001135", - "call_number": "01135", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/426" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1065" - } - }, - { - "pid": "1136", - "barcode": "10000001136", - "call_number": "01136", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/426" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1066" - } - }, - { - "pid": "1137", - "barcode": "10000001137", - "call_number": "01137", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/425" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1067" - } - }, - { - "pid": "1138", - "barcode": "10000001138", - "call_number": "01138", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/424" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1068" - } - }, - { - "pid": "1139", - "barcode": "10000001139", - "call_number": "01139", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/423" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1069" - } - }, - { - "pid": "1140", - "barcode": "10000001140", - "call_number": "01140", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/422" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1070" - } - }, - { - "pid": "1141", - "barcode": "10000001141", - "call_number": "01141", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/422" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1071" - } - }, - { - "pid": "1142", - "barcode": "10000001142", - "call_number": "01142", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/421" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1072" - } - }, - { - "pid": "1143", - "barcode": "10000001143", - "call_number": "01143", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/421" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1072" - } - }, - { - "pid": "1144", - "barcode": "10000001144", - "call_number": "01144", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/420" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1073" - } - }, - { - "pid": "1145", - "barcode": "10000001145", - "call_number": "01145", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/419" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1074" - } - }, - { - "pid": "1146", - "barcode": "10000001146", - "call_number": "01146", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/419" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1075" - } - }, - { - "pid": "1147", - "barcode": "10000001147", - "call_number": "01147", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/418" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1076" - } - }, - { - "pid": "1148", - "barcode": "10000001148", - "call_number": "01148", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/417" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1077" - } - }, - { - "pid": "1149", - "barcode": "10000001149", - "call_number": "01149", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/416" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1078" - } - }, - { - "pid": "1150", - "barcode": "10000001150", - "call_number": "01150", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/416" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1079" - } - }, - { - "pid": "1151", - "barcode": "10000001151", - "call_number": "01151", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/415" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1080" - } - }, - { - "pid": "1152", - "barcode": "10000001152", - "call_number": "01152", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/415" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1080" - } - }, - { - "pid": "1153", - "barcode": "10000001153", - "call_number": "01153", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/414" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1081" - } - }, - { - "pid": "1154", - "barcode": "10000001154", - "call_number": "01154", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/414" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1081" - } - }, - { - "pid": "1155", - "barcode": "10000001155", - "call_number": "01155", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/413" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1082" - } - }, - { - "pid": "1156", - "barcode": "10000001156", - "call_number": "01156", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/412" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1083" - } - }, - { - "pid": "1157", - "barcode": "10000001157", - "call_number": "01157", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/412" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1084" - } - }, - { - "pid": "1158", - "barcode": "10000001158", - "call_number": "01158", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/411" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1085" - } - }, - { - "pid": "1159", - "barcode": "10000001159", - "call_number": "01159", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/411" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1086" - } - }, - { - "pid": "1160", - "barcode": "10000001160", - "call_number": "01160", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/410" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1087" - } - }, - { - "pid": "1161", - "barcode": "10000001161", - "call_number": "01161", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/409" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1088" - } - }, - { - "pid": "1162", - "barcode": "10000001162", - "call_number": "01162", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/408" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1089" - } - }, - { - "pid": "1163", - "barcode": "10000001163", - "call_number": "01163", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/408" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1090" - } - }, - { - "pid": "1164", - "barcode": "10000001164", - "call_number": "01164", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/407" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1091" - } - }, - { - "pid": "1165", - "barcode": "10000001165", - "call_number": "01165", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/407" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1092" - } - }, - { - "pid": "1166", - "barcode": "10000001166", - "call_number": "01166", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/406" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1093" - } - }, - { - "pid": "1167", - "barcode": "10000001167", - "call_number": "01167", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/406" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1094" - } - }, - { - "pid": "1168", - "barcode": "10000001168", - "call_number": "01168", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/405" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1095" - } - }, - { - "pid": "1169", - "barcode": "10000001169", - "call_number": "01169", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/404" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1096" - } - }, - { - "pid": "1170", - "barcode": "10000001170", - "call_number": "01170", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/404" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1097" - } - }, - { - "pid": "1171", - "barcode": "10000001171", - "call_number": "01171", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/403" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1098" - } - }, - { - "pid": "1172", - "barcode": "10000001172", - "call_number": "01172", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/402" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1099" - } - }, - { - "pid": "1173", - "barcode": "10000001173", - "call_number": "01173", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/401" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1100" - } - }, - { - "pid": "1174", - "barcode": "10000001174", - "call_number": "01174", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/401" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1100" - } - }, - { - "pid": "1175", - "barcode": "10000001175", - "call_number": "01175", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/400" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1101" - } - }, - { - "pid": "1176", - "barcode": "10000001176", - "call_number": "01176", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/400" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1102" - } - }, - { - "pid": "1177", - "barcode": "10000001177", - "call_number": "01177", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/399" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1103" - } - }, - { - "pid": "1178", - "barcode": "10000001178", - "call_number": "01178", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/398" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1104" - } - }, - { - "pid": "1179", - "barcode": "10000001179", - "call_number": "01179", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/397" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1105" - } - }, - { - "pid": "1180", - "barcode": "10000001180", - "call_number": "01180", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/396" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1106" - } - }, - { - "pid": "1181", - "barcode": "10000001181", - "call_number": "01181", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/396" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1107" - } - }, - { - "pid": "1182", - "barcode": "10000001182", - "call_number": "01182", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/395" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1108" - } - }, - { - "pid": "1183", - "barcode": "10000001183", - "call_number": "01183", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/395" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1109" - } - }, - { - "pid": "1184", - "barcode": "10000001184", - "call_number": "01184", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/394" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1110" - } - }, - { - "pid": "1185", - "barcode": "10000001185", - "call_number": "01185", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/394" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1111" - } - }, - { - "pid": "1186", - "barcode": "10000001186", - "call_number": "01186", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/393" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1112" - } - }, - { - "pid": "1187", - "barcode": "10000001187", - "call_number": "01187", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/393" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1112" - } - }, - { - "pid": "1188", - "barcode": "10000001188", - "call_number": "01188", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/392" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1113" - } - }, - { - "pid": "1189", - "barcode": "10000001189", - "call_number": "01189", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/391" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1114" - } - }, - { - "pid": "1190", - "barcode": "10000001190", - "call_number": "01190", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/390" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1115" - } - }, - { - "pid": "1191", - "barcode": "10000001191", - "call_number": "01191", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/389" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1116" - } - }, - { - "pid": "1192", - "barcode": "10000001192", - "call_number": "01192", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/388" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1117" - } - }, - { - "pid": "1193", - "barcode": "10000001193", - "call_number": "01193", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/387" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1118" - } - }, - { - "pid": "1194", - "barcode": "10000001194", - "call_number": "01194", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/386" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1119" - } - }, - { - "pid": "1195", - "barcode": "10000001195", - "call_number": "01195", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/385" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1120" - } - }, - { - "pid": "1196", - "barcode": "10000001196", - "call_number": "01196", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/385" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1121" - } - }, - { - "pid": "1197", - "barcode": "10000001197", - "call_number": "01197", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/384" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1122" - } - }, - { - "pid": "1198", - "barcode": "10000001198", - "call_number": "01198", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/383" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1123" - } - }, - { - "pid": "1199", - "barcode": "10000001199", - "call_number": "01199", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/383" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1124" - } - }, - { - "pid": "1200", - "barcode": "10000001200", - "call_number": "01200", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/382" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1125" - } - }, - { - "pid": "1201", - "barcode": "10000001201", - "call_number": "01201", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/382" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1126" - } - }, - { - "pid": "1202", - "barcode": "10000001202", - "call_number": "01202", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/381" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1127" - } - }, - { - "pid": "1203", - "barcode": "10000001203", - "call_number": "01203", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/380" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1128" - } - }, - { - "pid": "1204", - "barcode": "10000001204", - "call_number": "01204", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/379" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1129" - } - }, - { - "pid": "1205", - "barcode": "10000001205", - "call_number": "01205", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/378" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1130" - } - }, - { - "pid": "1206", - "barcode": "10000001206", - "call_number": "01206", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/377" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1131" - } - }, - { - "pid": "1207", - "barcode": "10000001207", - "call_number": "01207", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/377" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1132" - } - }, - { - "pid": "1208", - "barcode": "10000001208", - "call_number": "01208", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/376" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1133" - } - }, - { - "pid": "1209", - "barcode": "10000001209", - "call_number": "01209", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/375" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1134" - } - }, - { - "pid": "1210", - "barcode": "10000001210", - "call_number": "01210", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/375" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1135" - } - }, - { - "pid": "1211", - "barcode": "10000001211", - "call_number": "01211", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/374" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1136" - } - }, - { - "pid": "1212", - "barcode": "10000001212", - "call_number": "01212", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/373" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1137" - } - }, - { - "pid": "1213", - "barcode": "10000001213", - "call_number": "01213", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/372" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1138" - } - }, - { - "pid": "1214", - "barcode": "10000001214", - "call_number": "01214", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/371" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1139" - } - }, - { - "pid": "1215", - "barcode": "10000001215", - "call_number": "01215", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/370" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1140" - } - }, - { - "pid": "1216", - "barcode": "10000001216", - "call_number": "01216", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/369" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1141" - } - }, - { - "pid": "1217", - "barcode": "10000001217", - "call_number": "01217", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/369" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1141" - } - }, - { - "pid": "1218", - "barcode": "10000001218", - "call_number": "01218", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/368" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1142" - } - }, - { - "pid": "1219", - "barcode": "10000001219", - "call_number": "01219", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/367" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1143" - } - }, - { - "pid": "1220", - "barcode": "10000001220", - "call_number": "01220", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/366" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1144" - } - }, - { - "pid": "1221", - "barcode": "10000001221", - "call_number": "01221", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/365" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1145" - } - }, - { - "pid": "1222", - "barcode": "10000001222", - "call_number": "01222", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/364" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1146" - } - }, - { - "pid": "1223", - "barcode": "10000001223", - "call_number": "01223", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/364" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1147" - } - }, - { - "pid": "1224", - "barcode": "10000001224", - "call_number": "01224", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/363" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1148" - } - }, - { - "pid": "1225", - "barcode": "10000001225", - "call_number": "01225", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/362" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1149" - } - }, - { - "pid": "1226", - "barcode": "10000001226", - "call_number": "01226", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/361" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1150" - } - }, - { - "pid": "1227", - "barcode": "10000001227", - "call_number": "01227", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/361" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1151" - } - }, - { - "pid": "1228", - "barcode": "10000001228", - "call_number": "01228", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/360" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1152" - } - }, - { - "pid": "1229", - "barcode": "10000001229", - "call_number": "01229", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/360" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1153" - } - }, - { - "pid": "1230", - "barcode": "10000001230", - "call_number": "01230", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/359" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1154" - } - }, - { - "pid": "1231", - "barcode": "10000001231", - "call_number": "01231", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/358" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1155" - } - }, - { - "pid": "1232", - "barcode": "10000001232", - "call_number": "01232", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/358" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1156" - } - }, - { - "pid": "1233", - "barcode": "10000001233", - "call_number": "01233", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/357" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1157" - } - }, - { - "pid": "1234", - "barcode": "10000001234", - "call_number": "01234", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/356" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1158" - } - }, - { - "pid": "1235", - "barcode": "10000001235", - "call_number": "01235", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/356" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1159" - } - }, - { - "pid": "1236", - "barcode": "10000001236", - "call_number": "01236", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/355" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1160" - } - }, - { - "pid": "1237", - "barcode": "10000001237", - "call_number": "01237", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/355" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1161" - } - }, - { - "pid": "1238", - "barcode": "10000001238", - "call_number": "01238", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/354" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1162" - } - }, - { - "pid": "1239", - "barcode": "10000001239", - "call_number": "01239", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/354" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1162" - } - }, - { - "pid": "1240", - "barcode": "10000001240", - "call_number": "01240", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/353" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1163" - } - }, - { - "pid": "1241", - "barcode": "10000001241", - "call_number": "01241", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/353" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1164" - } - }, - { - "pid": "1242", - "barcode": "10000001242", - "call_number": "01242", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/352" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1165" - } - }, - { - "pid": "1243", - "barcode": "10000001243", - "call_number": "01243", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/352" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1165" - } - }, - { - "pid": "1244", - "barcode": "10000001244", - "call_number": "01244", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/351" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1166" - } - }, - { - "pid": "1245", - "barcode": "10000001245", - "call_number": "01245", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/350" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1167" - } - }, - { - "pid": "1246", - "barcode": "10000001246", - "call_number": "01246", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/349" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1168" - } - }, - { - "pid": "1247", - "barcode": "10000001247", - "call_number": "01247", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/349" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1169" - } - }, - { - "pid": "1248", - "barcode": "10000001248", - "call_number": "01248", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/348" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1170" - } - }, - { - "pid": "1249", - "barcode": "10000001249", - "call_number": "01249", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/347" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1171" - } - }, - { - "pid": "1250", - "barcode": "10000001250", - "call_number": "01250", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/347" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1171" - } - }, - { - "pid": "1251", - "barcode": "10000001251", - "call_number": "01251", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/346" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1172" - } - }, - { - "pid": "1252", - "barcode": "10000001252", - "call_number": "01252", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/346" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1173" - } - }, - { - "pid": "1253", - "barcode": "10000001253", - "call_number": "01253", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/345" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1174" - } - }, - { - "pid": "1254", - "barcode": "10000001254", - "call_number": "01254", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/344" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1175" - } - }, - { - "pid": "1255", - "barcode": "10000001255", - "call_number": "01255", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/344" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1176" - } - }, - { - "pid": "1256", - "barcode": "10000001256", - "call_number": "01256", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/343" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1177" - } - }, - { - "pid": "1257", - "barcode": "10000001257", - "call_number": "01257", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/342" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1178" - } - }, - { - "pid": "1258", - "barcode": "10000001258", - "call_number": "01258", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/341" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1179" - } - }, - { - "pid": "1259", - "barcode": "10000001259", - "call_number": "01259", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/340" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1180" - } - }, - { - "pid": "1260", - "barcode": "10000001260", - "call_number": "01260", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/340" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1181" - } - }, - { - "pid": "1261", - "barcode": "10000001261", - "call_number": "01261", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/339" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1182" - } - }, - { - "pid": "1262", - "barcode": "10000001262", - "call_number": "01262", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/339" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1183" - } - }, - { - "pid": "1263", - "barcode": "10000001263", - "call_number": "01263", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/338" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1184" - } - }, - { - "pid": "1264", - "barcode": "10000001264", - "call_number": "01264", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/337" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1185" - } - }, - { - "pid": "1265", - "barcode": "10000001265", - "call_number": "01265", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/336" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1186" - } - }, - { - "pid": "1266", - "barcode": "10000001266", - "call_number": "01266", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/335" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1187" - } - }, - { - "pid": "1267", - "barcode": "10000001267", - "call_number": "01267", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/334" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1188" - } - }, - { - "pid": "1268", - "barcode": "10000001268", - "call_number": "01268", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/333" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1189" - } - }, - { - "pid": "1269", - "barcode": "10000001269", - "call_number": "01269", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/332" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1190" - } - }, - { - "pid": "1270", - "barcode": "10000001270", - "call_number": "01270", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/332" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1190" - } - }, - { - "pid": "1271", - "barcode": "10000001271", - "call_number": "01271", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/331" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1191" - } - }, - { - "pid": "1272", - "barcode": "10000001272", - "call_number": "01272", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/330" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1192" - } - }, - { - "pid": "1273", - "barcode": "10000001273", - "call_number": "01273", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/330" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1193" - } - }, - { - "pid": "1274", - "barcode": "10000001274", - "call_number": "01274", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/329" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1194" - } - }, - { - "pid": "1275", - "barcode": "10000001275", - "call_number": "01275", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/329" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1195" - } - }, - { - "pid": "1276", - "barcode": "10000001276", - "call_number": "01276", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/328" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1196" - } - }, - { - "pid": "1277", - "barcode": "10000001277", - "call_number": "01277", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/328" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1197" - } - }, - { - "pid": "1278", - "barcode": "10000001278", - "call_number": "01278", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/327" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1198" - } - }, - { - "pid": "1279", - "barcode": "10000001279", - "call_number": "01279", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/327" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1199" - } - }, - { - "pid": "1280", - "barcode": "10000001280", - "call_number": "01280", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/326" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1200" - } - }, - { - "pid": "1281", - "barcode": "10000001281", - "call_number": "01281", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/325" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1201" - } - }, - { - "pid": "1282", - "barcode": "10000001282", - "call_number": "01282", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/325" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1202" - } - }, - { - "pid": "1283", - "barcode": "10000001283", - "call_number": "01283", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/324" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1203" - } - }, - { - "pid": "1284", - "barcode": "10000001284", - "call_number": "01284", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/323" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1204" - } - }, - { - "pid": "1285", - "barcode": "10000001285", - "call_number": "01285", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/323" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1205" - } - }, - { - "pid": "1286", - "barcode": "10000001286", - "call_number": "01286", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/322" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1206" - } - }, - { - "pid": "1287", - "barcode": "10000001287", - "call_number": "01287", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/322" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1207" - } - }, - { - "pid": "1288", - "barcode": "10000001288", - "call_number": "01288", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/321" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1208" - } - }, - { - "pid": "1289", - "barcode": "10000001289", - "call_number": "01289", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/320" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1209" - } - }, - { - "pid": "1290", - "barcode": "10000001290", - "call_number": "01290", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/320" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1209" - } - }, - { - "pid": "1291", - "barcode": "10000001291", - "call_number": "01291", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/319" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1210" - } - }, - { - "pid": "1292", - "barcode": "10000001292", - "call_number": "01292", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/319" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1211" - } - }, - { - "pid": "1293", - "barcode": "10000001293", - "call_number": "01293", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/318" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1212" - } - }, - { - "pid": "1294", - "barcode": "10000001294", - "call_number": "01294", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/317" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1213" - } - }, - { - "pid": "1295", - "barcode": "10000001295", - "call_number": "01295", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/316" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1214" - } - }, - { - "pid": "1296", - "barcode": "10000001296", - "call_number": "01296", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/316" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1215" - } - }, - { - "pid": "1297", - "barcode": "10000001297", - "call_number": "01297", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/315" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1216" - } - }, - { - "pid": "1298", - "barcode": "10000001298", - "call_number": "01298", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/314" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1217" - } - }, - { - "pid": "1299", - "barcode": "10000001299", - "call_number": "01299", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/313" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1218" - } - }, - { - "pid": "1300", - "barcode": "10000001300", - "call_number": "01300", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/312" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1219" - } - }, - { - "pid": "1301", - "barcode": "10000001301", - "call_number": "01301", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/311" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1220" - } - }, - { - "pid": "1302", - "barcode": "10000001302", - "call_number": "01302", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/310" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1221" - } - }, - { - "pid": "1303", - "barcode": "10000001303", - "call_number": "01303", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/309" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1222" - } - }, - { - "pid": "1304", - "barcode": "10000001304", - "call_number": "01304", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/308" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1223" - } - }, - { - "pid": "1305", - "barcode": "10000001305", - "call_number": "01305", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/307" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1224" - } - }, - { - "pid": "1306", - "barcode": "10000001306", - "call_number": "01306", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/306" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1225" - } - }, - { - "pid": "1307", - "barcode": "10000001307", - "call_number": "01307", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/305" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1226" - } - }, - { - "pid": "1308", - "barcode": "10000001308", - "call_number": "01308", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/305" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1227" - } - }, - { - "pid": "1309", - "barcode": "10000001309", - "call_number": "01309", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/304" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1228" - } - }, - { - "pid": "1310", - "barcode": "10000001310", - "call_number": "01310", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/303" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1229" - } - }, - { - "pid": "1311", - "barcode": "10000001311", - "call_number": "01311", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/303" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1230" - } - }, - { - "pid": "1312", - "barcode": "10000001312", - "call_number": "01312", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/302" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1231" - } - }, - { - "pid": "1313", - "barcode": "10000001313", - "call_number": "01313", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/301" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1232" - } - }, - { - "pid": "1314", - "barcode": "10000001314", - "call_number": "01314", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/301" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1232" - } - }, - { - "pid": "1315", - "barcode": "10000001315", - "call_number": "01315", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/300" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1233" - } - }, - { - "pid": "1316", - "barcode": "10000001316", - "call_number": "01316", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/300" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1233" - } - }, - { - "pid": "1317", - "barcode": "10000001317", - "call_number": "01317", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/299" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1234" - } - }, - { - "pid": "1318", - "barcode": "10000001318", - "call_number": "01318", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/298" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1235" - } - }, - { - "pid": "1319", - "barcode": "10000001319", - "call_number": "01319", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/297" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1236" - } - }, - { - "pid": "1320", - "barcode": "10000001320", - "call_number": "01320", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/297" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1237" - } - }, - { - "pid": "1321", - "barcode": "10000001321", - "call_number": "01321", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/296" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1238" - } - }, - { - "pid": "1322", - "barcode": "10000001322", - "call_number": "01322", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/296" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1239" - } - }, - { - "pid": "1323", - "barcode": "10000001323", - "call_number": "01323", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/295" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1240" - } - }, - { - "pid": "1324", - "barcode": "10000001324", - "call_number": "01324", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/295" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1240" - } - }, - { - "pid": "1325", - "barcode": "10000001325", - "call_number": "01325", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/294" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1241" - } - }, - { - "pid": "1326", - "barcode": "10000001326", - "call_number": "01326", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/294" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1242" - } - }, - { - "pid": "1327", - "barcode": "10000001327", - "call_number": "01327", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/293" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1243" - } - }, - { - "pid": "1328", - "barcode": "10000001328", - "call_number": "01328", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/292" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1244" - } - }, - { - "pid": "1329", - "barcode": "10000001329", - "call_number": "01329", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/292" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1245" - } - }, - { - "pid": "1330", - "barcode": "10000001330", - "call_number": "01330", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/291" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1246" - } - }, - { - "pid": "1331", - "barcode": "10000001331", - "call_number": "01331", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/291" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1247" - } - }, - { - "pid": "1332", - "barcode": "10000001332", - "call_number": "01332", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/290" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1248" - } - }, - { - "pid": "1333", - "barcode": "10000001333", - "call_number": "01333", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/290" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1248" - } - }, - { - "pid": "1334", - "barcode": "10000001334", - "call_number": "01334", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/289" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1249" - } - }, - { - "pid": "1335", - "barcode": "10000001335", - "call_number": "01335", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/289" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1250" - } - }, - { - "pid": "1336", - "barcode": "10000001336", - "call_number": "01336", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/288" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1251" - } - }, - { - "pid": "1337", - "barcode": "10000001337", - "call_number": "01337", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/288" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1252" - } - }, - { - "pid": "1338", - "barcode": "10000001338", - "call_number": "01338", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/287" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1253" - } - }, - { - "pid": "1339", - "barcode": "10000001339", - "call_number": "01339", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/287" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1254" - } - }, - { - "pid": "1340", - "barcode": "10000001340", - "call_number": "01340", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/286" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1255" - } - }, - { - "pid": "1341", - "barcode": "10000001341", - "call_number": "01341", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/286" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1256" - } - }, - { - "pid": "1342", - "barcode": "10000001342", - "call_number": "01342", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/285" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1257" - } - }, - { - "pid": "1343", - "barcode": "10000001343", - "call_number": "01343", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/284" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1258" - } - }, - { - "pid": "1344", - "barcode": "10000001344", - "call_number": "01344", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/283" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1259" - } - }, - { - "pid": "1345", - "barcode": "10000001345", - "call_number": "01345", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/283" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1260" - } - }, - { - "pid": "1346", - "barcode": "10000001346", - "call_number": "01346", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/282" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1261" - } - }, - { - "pid": "1347", - "barcode": "10000001347", - "call_number": "01347", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/281" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1262" - } - }, - { - "pid": "1348", - "barcode": "10000001348", - "call_number": "01348", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/280" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1263" - } - }, - { - "pid": "1349", - "barcode": "10000001349", - "call_number": "01349", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/280" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1264" - } - }, - { - "pid": "1350", - "barcode": "10000001350", - "call_number": "01350", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/279" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1265" - } - }, - { - "pid": "1351", - "barcode": "10000001351", - "call_number": "01351", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/279" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1266" - } - }, - { - "pid": "1352", - "barcode": "10000001352", - "call_number": "01352", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/278" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1267" - } - }, - { - "pid": "1353", - "barcode": "10000001353", - "call_number": "01353", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/278" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1268" - } - }, - { - "pid": "1354", - "barcode": "10000001354", - "call_number": "01354", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/277" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1269" - } - }, - { - "pid": "1355", - "barcode": "10000001355", - "call_number": "01355", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/277" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1270" - } - }, - { - "pid": "1356", - "barcode": "10000001356", - "call_number": "01356", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/276" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1271" - } - }, - { - "pid": "1357", - "barcode": "10000001357", - "call_number": "01357", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/276" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1272" - } - }, - { - "pid": "1358", - "barcode": "10000001358", - "call_number": "01358", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/275" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1273" - } - }, - { - "pid": "1359", - "barcode": "10000001359", - "call_number": "01359", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/275" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1274" - } - }, - { - "pid": "1360", - "barcode": "10000001360", - "call_number": "01360", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/274" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1275" - } - }, - { - "pid": "1361", - "barcode": "10000001361", - "call_number": "01361", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/273" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1276" - } - }, - { - "pid": "1362", - "barcode": "10000001362", - "call_number": "01362", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/273" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1277" - } - }, - { - "pid": "1363", - "barcode": "10000001363", - "call_number": "01363", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/272" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1278" - } - }, - { - "pid": "1364", - "barcode": "10000001364", - "call_number": "01364", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/272" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1278" - } - }, - { - "pid": "1365", - "barcode": "10000001365", - "call_number": "01365", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/271" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1279" - } - }, - { - "pid": "1366", - "barcode": "10000001366", - "call_number": "01366", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/271" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1280" - } - }, - { - "pid": "1367", - "barcode": "10000001367", - "call_number": "01367", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/270" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1281" - } - }, - { - "pid": "1368", - "barcode": "10000001368", - "call_number": "01368", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/270" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1282" - } - }, - { - "pid": "1369", - "barcode": "10000001369", - "call_number": "01369", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/269" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1283" - } - }, - { - "pid": "1370", - "barcode": "10000001370", - "call_number": "01370", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/268" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1284" - } - }, - { - "pid": "1371", - "barcode": "10000001371", - "call_number": "01371", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/267" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1285" - } - }, - { - "pid": "1372", - "barcode": "10000001372", - "call_number": "01372", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/266" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1286" - } - }, - { - "pid": "1373", - "barcode": "10000001373", - "call_number": "01373", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/265" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1287" - } - }, - { - "pid": "1374", - "barcode": "10000001374", - "call_number": "01374", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/265" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1288" - } - }, - { - "pid": "1375", - "barcode": "10000001375", - "call_number": "01375", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/264" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1289" - } - }, - { - "pid": "1376", - "barcode": "10000001376", - "call_number": "01376", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/263" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1290" - } - }, - { - "pid": "1377", - "barcode": "10000001377", - "call_number": "01377", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/263" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1291" - } - }, - { - "pid": "1378", - "barcode": "10000001378", - "call_number": "01378", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/262" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1292" - } - }, - { - "pid": "1379", - "barcode": "10000001379", - "call_number": "01379", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/262" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1293" - } - }, - { - "pid": "1380", - "barcode": "10000001380", - "call_number": "01380", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/261" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1294" - } - }, - { - "pid": "1381", - "barcode": "10000001381", - "call_number": "01381", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/261" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1295" - } - }, - { - "pid": "1382", - "barcode": "10000001382", - "call_number": "01382", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/260" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1296" - } - }, - { - "pid": "1383", - "barcode": "10000001383", - "call_number": "01383", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/259" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1297" - } - }, - { - "pid": "1384", - "barcode": "10000001384", - "call_number": "01384", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/258" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1298" - } - }, - { - "pid": "1385", - "barcode": "10000001385", - "call_number": "01385", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/257" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1299" - } - }, - { - "pid": "1386", - "barcode": "10000001386", - "call_number": "01386", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/256" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1300" - } - }, - { - "pid": "1387", - "barcode": "10000001387", - "call_number": "01387", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/255" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1301" - } - }, - { - "pid": "1388", - "barcode": "10000001388", - "call_number": "01388", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/255" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1302" - } - }, - { - "pid": "1389", - "barcode": "10000001389", - "call_number": "01389", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/254" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1303" - } - }, - { - "pid": "1390", - "barcode": "10000001390", - "call_number": "01390", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/254" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1304" - } - }, - { - "pid": "1391", - "barcode": "10000001391", - "call_number": "01391", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/253" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1305" - } - }, - { - "pid": "1392", - "barcode": "10000001392", - "call_number": "01392", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/252" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1306" - } - }, - { - "pid": "1393", - "barcode": "10000001393", - "call_number": "01393", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/251" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1307" - } - }, - { - "pid": "1394", - "barcode": "10000001394", - "call_number": "01394", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/250" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1308" - } - }, - { - "pid": "1395", - "barcode": "10000001395", - "call_number": "01395", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/249" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1309" - } - }, - { - "pid": "1396", - "barcode": "10000001396", - "call_number": "01396", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/249" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1310" - } - }, - { - "pid": "1397", - "barcode": "10000001397", - "call_number": "01397", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/248" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1311" - } - }, - { - "pid": "1398", - "barcode": "10000001398", - "call_number": "01398", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/247" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1312" - } - }, - { - "pid": "1399", - "barcode": "10000001399", - "call_number": "01399", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/246" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1313" - } - }, - { - "pid": "1400", - "barcode": "10000001400", - "call_number": "01400", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/246" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1314" - } - }, - { - "pid": "1401", - "barcode": "10000001401", - "call_number": "01401", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/245" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1315" - } - }, - { - "pid": "1402", - "barcode": "10000001402", - "call_number": "01402", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/245" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1316" - } - }, - { - "pid": "1403", - "barcode": "10000001403", - "call_number": "01403", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/244" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1317" - } - }, - { - "pid": "1404", - "barcode": "10000001404", - "call_number": "01404", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/244" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1318" - } - }, - { - "pid": "1405", - "barcode": "10000001405", - "call_number": "01405", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/243" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1319" - } - }, - { - "pid": "1406", - "barcode": "10000001406", - "call_number": "01406", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/243" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1320" - } - }, - { - "pid": "1407", - "barcode": "10000001407", - "call_number": "01407", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/242" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1321" - } - }, - { - "pid": "1408", - "barcode": "10000001408", - "call_number": "01408", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/241" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1322" - } - }, - { - "pid": "1409", - "barcode": "10000001409", - "call_number": "01409", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/241" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1323" - } - }, - { - "pid": "1410", - "barcode": "10000001410", - "call_number": "01410", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/240" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1324" - } - }, - { - "pid": "1411", - "barcode": "10000001411", - "call_number": "01411", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/240" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1324" - } - }, - { - "pid": "1412", - "barcode": "10000001412", - "call_number": "01412", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/239" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1325" - } - }, - { - "pid": "1413", - "barcode": "10000001413", - "call_number": "01413", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/238" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1326" - } - }, - { - "pid": "1414", - "barcode": "10000001414", - "call_number": "01414", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/238" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1327" - } - }, - { - "pid": "1415", - "barcode": "10000001415", - "call_number": "01415", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/237" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1328" - } - }, - { - "pid": "1416", - "barcode": "10000001416", - "call_number": "01416", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/237" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1329" - } - }, - { - "pid": "1417", - "barcode": "10000001417", - "call_number": "01417", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/236" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1330" - } - }, - { - "pid": "1418", - "barcode": "10000001418", - "call_number": "01418", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/235" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1331" - } - }, - { - "pid": "1419", - "barcode": "10000001419", - "call_number": "01419", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/234" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1332" - } - }, - { - "pid": "1420", - "barcode": "10000001420", - "call_number": "01420", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/234" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1332" - } - }, - { - "pid": "1421", - "barcode": "10000001421", - "call_number": "01421", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/233" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1333" - } - }, - { - "pid": "1422", - "barcode": "10000001422", - "call_number": "01422", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/233" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1334" - } - }, - { - "pid": "1423", - "barcode": "10000001423", - "call_number": "01423", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/232" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1335" - } - }, - { - "pid": "1424", - "barcode": "10000001424", - "call_number": "01424", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/232" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1336" - } - }, - { - "pid": "1425", - "barcode": "10000001425", - "call_number": "01425", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/231" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1337" - } - }, - { - "pid": "1426", - "barcode": "10000001426", - "call_number": "01426", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/231" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1338" - } - }, - { - "pid": "1427", - "barcode": "10000001427", - "call_number": "01427", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/230" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1339" - } - }, - { - "pid": "1428", - "barcode": "10000001428", - "call_number": "01428", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/230" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1340" - } - }, - { - "pid": "1429", - "barcode": "10000001429", - "call_number": "01429", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/229" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1341" - } - }, - { - "pid": "1430", - "barcode": "10000001430", - "call_number": "01430", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/228" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1342" - } - }, - { - "pid": "1431", - "barcode": "10000001431", - "call_number": "01431", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/227" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1343" - } - }, - { - "pid": "1432", - "barcode": "10000001432", - "call_number": "01432", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/226" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1344" - } - }, - { - "pid": "1433", - "barcode": "10000001433", - "call_number": "01433", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/226" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1345" - } - }, - { - "pid": "1434", - "barcode": "10000001434", - "call_number": "01434", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/225" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1346" - } - }, - { - "pid": "1435", - "barcode": "10000001435", - "call_number": "01435", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/225" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1347" - } - }, - { - "pid": "1436", - "barcode": "10000001436", - "call_number": "01436", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/224" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1348" - } - }, - { - "pid": "1437", - "barcode": "10000001437", - "call_number": "01437", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/223" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1349" - } - }, - { - "pid": "1438", - "barcode": "10000001438", - "call_number": "01438", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/223" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1350" - } - }, - { - "pid": "1439", - "barcode": "10000001439", - "call_number": "01439", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/222" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1351" - } - }, - { - "pid": "1440", - "barcode": "10000001440", - "call_number": "01440", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/221" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1352" - } - }, - { - "pid": "1441", - "barcode": "10000001441", - "call_number": "01441", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/221" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1353" - } - }, - { - "pid": "1442", - "barcode": "10000001442", - "call_number": "01442", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/220" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1354" - } - }, - { - "pid": "1443", - "barcode": "10000001443", - "call_number": "01443", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/219" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1355" - } - }, - { - "pid": "1444", - "barcode": "10000001444", - "call_number": "01444", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/218" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1356" - } - }, - { - "pid": "1445", - "barcode": "10000001445", - "call_number": "01445", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/218" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1357" - } - }, - { - "pid": "1446", - "barcode": "10000001446", - "call_number": "01446", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/217" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1358" - } - }, - { - "pid": "1447", - "barcode": "10000001447", - "call_number": "01447", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/216" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1359" - } - }, - { - "pid": "1448", - "barcode": "10000001448", - "call_number": "01448", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/215" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1360" - } - }, - { - "pid": "1449", - "barcode": "10000001449", - "call_number": "01449", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/214" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1361" - } - }, - { - "pid": "1450", - "barcode": "10000001450", - "call_number": "01450", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/214" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1362" - } - }, - { - "pid": "1451", - "barcode": "10000001451", - "call_number": "01451", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/213" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1363" - } - }, - { - "pid": "1452", - "barcode": "10000001452", - "call_number": "01452", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/212" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1364" - } - }, - { - "pid": "1453", - "barcode": "10000001453", - "call_number": "01453", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/211" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1365" - } - }, - { - "pid": "1454", - "barcode": "10000001454", - "call_number": "01454", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/210" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1366" - } - }, - { - "pid": "1455", - "barcode": "10000001455", - "call_number": "01455", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/209" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1367" - } - }, - { - "pid": "1456", - "barcode": "10000001456", - "call_number": "01456", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/209" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1368" - } - }, - { - "pid": "1457", - "barcode": "10000001457", - "call_number": "01457", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/208" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1369" - } - }, - { - "pid": "1458", - "barcode": "10000001458", - "call_number": "01458", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/208" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1370" - } - }, - { - "pid": "1459", - "barcode": "10000001459", - "call_number": "01459", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/207" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1371" - } - }, - { - "pid": "1460", - "barcode": "10000001460", - "call_number": "01460", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/207" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1372" - } - }, - { - "pid": "1461", - "barcode": "10000001461", - "call_number": "01461", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/206" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1373" - } - }, - { - "pid": "1462", - "barcode": "10000001462", - "call_number": "01462", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/205" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1374" - } - }, - { - "pid": "1463", - "barcode": "10000001463", - "call_number": "01463", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/205" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1375" - } - }, - { - "pid": "1464", - "barcode": "10000001464", - "call_number": "01464", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/204" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1376" - } - }, - { - "pid": "1465", - "barcode": "10000001465", - "call_number": "01465", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/203" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1377" - } - }, - { - "pid": "1466", - "barcode": "10000001466", - "call_number": "01466", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/202" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1378" - } - }, - { - "pid": "1467", - "barcode": "10000001467", - "call_number": "01467", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/202" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1379" - } - }, - { - "pid": "1468", - "barcode": "10000001468", - "call_number": "01468", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/201" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1380" - } - }, - { - "pid": "1469", - "barcode": "10000001469", - "call_number": "01469", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/200" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1381" - } - }, - { - "pid": "1470", - "barcode": "10000001470", - "call_number": "01470", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/200" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1382" - } - }, - { - "pid": "1471", - "barcode": "10000001471", - "call_number": "01471", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/199" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1383" - } - }, - { - "pid": "1472", - "barcode": "10000001472", - "call_number": "01472", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/199" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1384" - } - }, - { - "pid": "1473", - "barcode": "10000001473", - "call_number": "01473", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/198" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1385" - } - }, - { - "pid": "1474", - "barcode": "10000001474", - "call_number": "01474", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/198" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1386" - } - }, - { - "pid": "1475", - "barcode": "10000001475", - "call_number": "01475", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/197" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1387" - } - }, - { - "pid": "1476", - "barcode": "10000001476", - "call_number": "01476", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/196" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1388" - } - }, - { - "pid": "1477", - "barcode": "10000001477", - "call_number": "01477", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/196" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1389" - } - }, - { - "pid": "1478", - "barcode": "10000001478", - "call_number": "01478", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/195" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1390" - } - }, - { - "pid": "1479", - "barcode": "10000001479", - "call_number": "01479", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/194" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1391" - } - }, - { - "pid": "1480", - "barcode": "10000001480", - "call_number": "01480", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/194" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1392" - } - }, - { - "pid": "1481", - "barcode": "10000001481", - "call_number": "01481", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/193" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1393" - } - }, - { - "pid": "1482", - "barcode": "10000001482", - "call_number": "01482", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/193" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1394" - } - }, - { - "pid": "1483", - "barcode": "10000001483", - "call_number": "01483", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/192" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1395" - } - }, - { - "pid": "1484", - "barcode": "10000001484", - "call_number": "01484", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/191" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1396" - } - }, - { - "pid": "1485", - "barcode": "10000001485", - "call_number": "01485", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/191" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1397" - } - }, - { - "pid": "1486", - "barcode": "10000001486", - "call_number": "01486", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/190" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1398" - } - }, - { - "pid": "1487", - "barcode": "10000001487", - "call_number": "01487", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/189" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1399" - } - }, - { - "pid": "1488", - "barcode": "10000001488", - "call_number": "01488", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/189" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1400" - } - }, - { - "pid": "1489", - "barcode": "10000001489", - "call_number": "01489", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/188" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1401" - } - }, - { - "pid": "1490", - "barcode": "10000001490", - "call_number": "01490", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/188" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1402" - } - }, - { - "pid": "1491", - "barcode": "10000001491", - "call_number": "01491", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/187" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1403" - } - }, - { - "pid": "1492", - "barcode": "10000001492", - "call_number": "01492", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/187" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1404" - } - }, - { - "pid": "1493", - "barcode": "10000001493", - "call_number": "01493", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/186" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1405" - } - }, - { - "pid": "1494", - "barcode": "10000001494", - "call_number": "01494", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/185" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1406" - } - }, - { - "pid": "1495", - "barcode": "10000001495", - "call_number": "01495", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/185" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1407" - } - }, - { - "pid": "1496", - "barcode": "10000001496", - "call_number": "01496", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/184" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1408" - } - }, - { - "pid": "1497", - "barcode": "10000001497", - "call_number": "01497", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/184" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1409" - } - }, - { - "pid": "1498", - "barcode": "10000001498", - "call_number": "01498", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/183" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1410" - } - }, - { - "pid": "1499", - "barcode": "10000001499", - "call_number": "01499", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/182" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1411" - } - }, - { - "pid": "1500", - "barcode": "10000001500", - "call_number": "01500", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/182" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1412" - } - }, - { - "pid": "1501", - "barcode": "10000001501", - "call_number": "01501", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/181" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1413" - } - }, - { - "pid": "1502", - "barcode": "10000001502", - "call_number": "01502", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/181" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1414" - } - }, - { - "pid": "1503", - "barcode": "10000001503", - "call_number": "01503", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/180" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1415" - } - }, - { - "pid": "1504", - "barcode": "10000001504", - "call_number": "01504", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/180" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1416" - } - }, - { - "pid": "1505", - "barcode": "10000001505", - "call_number": "01505", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/179" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1417" - } - }, - { - "pid": "1506", - "barcode": "10000001506", - "call_number": "01506", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/178" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1418" - } - }, - { - "pid": "1507", - "barcode": "10000001507", - "call_number": "01507", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/178" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1419" - } - }, - { - "pid": "1508", - "barcode": "10000001508", - "call_number": "01508", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/177" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1420" - } - }, - { - "pid": "1509", - "barcode": "10000001509", - "call_number": "01509", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/177" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1421" - } - }, - { - "pid": "1510", - "barcode": "10000001510", - "call_number": "01510", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/176" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1422" - } - }, - { - "pid": "1511", - "barcode": "10000001511", - "call_number": "01511", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/176" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1423" - } - }, - { - "pid": "1512", - "barcode": "10000001512", - "call_number": "01512", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/175" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1424" - } - }, - { - "pid": "1513", - "barcode": "10000001513", - "call_number": "01513", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/174" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1425" - } - }, - { - "pid": "1514", - "barcode": "10000001514", - "call_number": "01514", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/173" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1426" - } - }, - { - "pid": "1515", - "barcode": "10000001515", - "call_number": "01515", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/172" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1427" - } - }, - { - "pid": "1516", - "barcode": "10000001516", - "call_number": "01516", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/172" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1428" - } - }, - { - "pid": "1517", - "barcode": "10000001517", - "call_number": "01517", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/171" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1429" - } - }, - { - "pid": "1518", - "barcode": "10000001518", - "call_number": "01518", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/171" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1430" - } - }, - { - "pid": "1519", - "barcode": "10000001519", - "call_number": "01519", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/170" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1431" - } - }, - { - "pid": "1520", - "barcode": "10000001520", - "call_number": "01520", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/170" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1432" - } - }, - { - "pid": "1521", - "barcode": "10000001521", - "call_number": "01521", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/169" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1433" - } - }, - { - "pid": "1522", - "barcode": "10000001522", - "call_number": "01522", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/168" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1434" - } - }, - { - "pid": "1523", - "barcode": "10000001523", - "call_number": "01523", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/167" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1435" - } - }, - { - "pid": "1524", - "barcode": "10000001524", - "call_number": "01524", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/167" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1435" - } - }, - { - "pid": "1525", - "barcode": "10000001525", - "call_number": "01525", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/166" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1436" - } - }, - { - "pid": "1526", - "barcode": "10000001526", - "call_number": "01526", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/165" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1437" - } - }, - { - "pid": "1527", - "barcode": "10000001527", - "call_number": "01527", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/165" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1438" - } - }, - { - "pid": "1528", - "barcode": "10000001528", - "call_number": "01528", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/164" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1439" - } - }, - { - "pid": "1529", - "barcode": "10000001529", - "call_number": "01529", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/164" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1440" - } - }, - { - "pid": "1530", - "barcode": "10000001530", - "call_number": "01530", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/163" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1441" - } - }, - { - "pid": "1531", - "barcode": "10000001531", - "call_number": "01531", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/163" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1442" - } - }, - { - "pid": "1532", - "barcode": "10000001532", - "call_number": "01532", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/162" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1443" - } - }, - { - "pid": "1533", - "barcode": "10000001533", - "call_number": "01533", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/161" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1444" - } - }, - { - "pid": "1534", - "barcode": "10000001534", - "call_number": "01534", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/161" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1445" - } - }, - { - "pid": "1535", - "barcode": "10000001535", - "call_number": "01535", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/160" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1446" - } - }, - { - "pid": "1536", - "barcode": "10000001536", - "call_number": "01536", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/160" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1447" - } - }, - { - "pid": "1537", - "barcode": "10000001537", - "call_number": "01537", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/159" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1448" - } - }, - { - "pid": "1538", - "barcode": "10000001538", - "call_number": "01538", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/158" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1449" - } - }, - { - "pid": "1539", - "barcode": "10000001539", - "call_number": "01539", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/157" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1450" - } - }, - { - "pid": "1540", - "barcode": "10000001540", - "call_number": "01540", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/156" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1451" - } - }, - { - "pid": "1541", - "barcode": "10000001541", - "call_number": "01541", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/156" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1452" - } - }, - { - "pid": "1542", - "barcode": "10000001542", - "call_number": "01542", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/155" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1453" - } - }, - { - "pid": "1543", - "barcode": "10000001543", - "call_number": "01543", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/154" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1454" - } - }, - { - "pid": "1544", - "barcode": "10000001544", - "call_number": "01544", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/154" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1455" - } - }, - { - "pid": "1545", - "barcode": "10000001545", - "call_number": "01545", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/153" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1456" - } - }, - { - "pid": "1546", - "barcode": "10000001546", - "call_number": "01546", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/152" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1457" - } - }, - { - "pid": "1547", - "barcode": "10000001547", - "call_number": "01547", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/152" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1458" - } - }, - { - "pid": "1548", - "barcode": "10000001548", - "call_number": "01548", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/151" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1459" - } - }, - { - "pid": "1549", - "barcode": "10000001549", - "call_number": "01549", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/150" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1460" - } - }, - { - "pid": "1550", - "barcode": "10000001550", - "call_number": "01550", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/150" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1461" - } - }, - { - "pid": "1551", - "barcode": "10000001551", - "call_number": "01551", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/149" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1462" - } - }, - { - "pid": "1552", - "barcode": "10000001552", - "call_number": "01552", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/148" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1463" - } - }, - { - "pid": "1553", - "barcode": "10000001553", - "call_number": "01553", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/148" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1464" - } - }, - { - "pid": "1554", - "barcode": "10000001554", - "call_number": "01554", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/147" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1465" - } - }, - { - "pid": "1555", - "barcode": "10000001555", - "call_number": "01555", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/147" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1466" - } - }, - { - "pid": "1556", - "barcode": "10000001556", - "call_number": "01556", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/146" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1467" - } - }, - { - "pid": "1557", - "barcode": "10000001557", - "call_number": "01557", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/145" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1468" - } - }, - { - "pid": "1558", - "barcode": "10000001558", - "call_number": "01558", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/144" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1469" - } - }, - { - "pid": "1559", - "barcode": "10000001559", - "call_number": "01559", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/144" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1469" - } - }, - { - "pid": "1560", - "barcode": "10000001560", - "call_number": "01560", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/143" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1470" - } - }, - { - "pid": "1561", - "barcode": "10000001561", - "call_number": "01561", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/142" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1471" - } - }, - { - "pid": "1562", - "barcode": "10000001562", - "call_number": "01562", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/141" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1472" - } - }, - { - "pid": "1563", - "barcode": "10000001563", - "call_number": "01563", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/140" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1473" - } - }, - { - "pid": "1564", - "barcode": "10000001564", - "call_number": "01564", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/139" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1474" - } - }, - { - "pid": "1565", - "barcode": "10000001565", - "call_number": "01565", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/139" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1474" - } - }, - { - "pid": "1566", - "barcode": "10000001566", - "call_number": "01566", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/138" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1475" - } - }, - { - "pid": "1567", - "barcode": "10000001567", - "call_number": "01567", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/137" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1476" - } - }, - { - "pid": "1568", - "barcode": "10000001568", - "call_number": "01568", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/136" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1477" - } - }, - { - "pid": "1569", - "barcode": "10000001569", - "call_number": "01569", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/135" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1478" - } - }, - { - "pid": "1570", - "barcode": "10000001570", - "call_number": "01570", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/134" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1479" - } - }, - { - "pid": "1571", - "barcode": "10000001571", - "call_number": "01571", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/133" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1480" - } - }, - { - "pid": "1572", - "barcode": "10000001572", - "call_number": "01572", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/133" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1480" - } - }, - { - "pid": "1573", - "barcode": "10000001573", - "call_number": "01573", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/132" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1481" - } - }, - { - "pid": "1574", - "barcode": "10000001574", - "call_number": "01574", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/132" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1482" - } - }, - { - "pid": "1575", - "barcode": "10000001575", - "call_number": "01575", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/131" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1483" - } - }, - { - "pid": "1576", - "barcode": "10000001576", - "call_number": "01576", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/131" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1484" - } - }, - { - "pid": "1577", - "barcode": "10000001577", - "call_number": "01577", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/130" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1485" - } - }, - { - "pid": "1578", - "barcode": "10000001578", - "call_number": "01578", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/129" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1486" - } - }, - { - "pid": "1579", - "barcode": "10000001579", - "call_number": "01579", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/128" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1487" - } - }, - { - "pid": "1580", - "barcode": "10000001580", - "call_number": "01580", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/127" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1488" - } - }, - { - "pid": "1581", - "barcode": "10000001581", - "call_number": "01581", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/127" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1489" - } - }, - { - "pid": "1582", - "barcode": "10000001582", - "call_number": "01582", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/126" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1490" - } - }, - { - "pid": "1583", - "barcode": "10000001583", - "call_number": "01583", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/126" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1490" - } - }, - { - "pid": "1584", - "barcode": "10000001584", - "call_number": "01584", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/125" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1491" - } - }, - { - "pid": "1585", - "barcode": "10000001585", - "call_number": "01585", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/124" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1492" - } - }, - { - "pid": "1586", - "barcode": "10000001586", - "call_number": "01586", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/123" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1493" - } - }, - { - "pid": "1587", - "barcode": "10000001587", - "call_number": "01587", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/122" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1494" - } - }, - { - "pid": "1588", - "barcode": "10000001588", - "call_number": "01588", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/122" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1495" - } - }, - { - "pid": "1589", - "barcode": "10000001589", - "call_number": "01589", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/121" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1496" - } - }, - { - "pid": "1590", - "barcode": "10000001590", - "call_number": "01590", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/120" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1497" - } - }, - { - "pid": "1591", - "barcode": "10000001591", - "call_number": "01591", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/119" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1498" - } - }, - { - "pid": "1592", - "barcode": "10000001592", - "call_number": "01592", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/119" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1499" - } - }, - { - "pid": "1593", - "barcode": "10000001593", - "call_number": "01593", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/118" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1500" - } - }, - { - "pid": "1594", - "barcode": "10000001594", - "call_number": "01594", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/117" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1501" - } - }, - { - "pid": "1595", - "barcode": "10000001595", - "call_number": "01595", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/116" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1502" - } - }, - { - "pid": "1596", - "barcode": "10000001596", - "call_number": "01596", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/116" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1503" - } - }, - { - "pid": "1597", - "barcode": "10000001597", - "call_number": "01597", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/115" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1504" - } - }, - { - "pid": "1598", - "barcode": "10000001598", - "call_number": "01598", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/114" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1505" - } - }, - { - "pid": "1599", - "barcode": "10000001599", - "call_number": "01599", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/114" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1505" - } - }, - { - "pid": "1600", - "barcode": "10000001600", - "call_number": "01600", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/113" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1506" - } - }, - { - "pid": "1601", - "barcode": "10000001601", - "call_number": "01601", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/112" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1507" - } - }, - { - "pid": "1602", - "barcode": "10000001602", - "call_number": "01602", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/112" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1508" - } - }, - { - "pid": "1603", - "barcode": "10000001603", - "call_number": "01603", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/111" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1509" - } - }, - { - "pid": "1604", - "barcode": "10000001604", - "call_number": "01604", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/110" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1510" - } - }, - { - "pid": "1605", - "barcode": "10000001605", - "call_number": "01605", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/110" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1511" - } - }, - { - "pid": "1606", - "barcode": "10000001606", - "call_number": "01606", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/109" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1512" - } - }, - { - "pid": "1607", - "barcode": "10000001607", - "call_number": "01607", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/108" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1513" - } - }, - { - "pid": "1608", - "barcode": "10000001608", - "call_number": "01608", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/108" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1513" - } - }, - { - "pid": "1609", - "barcode": "10000001609", - "call_number": "01609", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/107" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1514" - } - }, - { - "pid": "1610", - "barcode": "10000001610", - "call_number": "01610", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/106" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1515" - } - }, - { - "pid": "1611", - "barcode": "10000001611", - "call_number": "01611", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/105" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1516" - } - }, - { - "pid": "1612", - "barcode": "10000001612", - "call_number": "01612", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/104" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1517" - } - }, - { - "pid": "1613", - "barcode": "10000001613", - "call_number": "01613", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/104" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1518" - } - }, - { - "pid": "1614", - "barcode": "10000001614", - "call_number": "01614", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/103" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1519" - } - }, - { - "pid": "1615", - "barcode": "10000001615", - "call_number": "01615", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/102" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1520" - } - }, - { - "pid": "1616", - "barcode": "10000001616", - "call_number": "01616", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/102" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1521" - } - }, - { - "pid": "1617", - "barcode": "10000001617", - "call_number": "01617", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/101" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1522" - } - }, - { - "pid": "1618", - "barcode": "10000001618", - "call_number": "01618", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/101" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1523" - } - }, - { - "pid": "1619", - "barcode": "10000001619", - "call_number": "01619", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/100" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1524" - } - }, - { - "pid": "1620", - "barcode": "10000001620", - "call_number": "01620", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/99" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1525" - } - }, - { - "pid": "1621", - "barcode": "10000001621", - "call_number": "01621", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/98" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1526" - } - }, - { - "pid": "1622", - "barcode": "10000001622", - "call_number": "01622", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/98" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1527" - } - }, - { - "pid": "1623", - "barcode": "10000001623", - "call_number": "01623", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/97" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1528" - } - }, - { - "pid": "1624", - "barcode": "10000001624", - "call_number": "01624", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/97" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1529" - } - }, - { - "pid": "1625", - "barcode": "10000001625", - "call_number": "01625", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/96" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1530" - } - }, - { - "pid": "1626", - "barcode": "10000001626", - "call_number": "01626", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/96" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1531" - } - }, - { - "pid": "1627", - "barcode": "10000001627", - "call_number": "01627", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/95" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1532" - } - }, - { - "pid": "1628", - "barcode": "10000001628", - "call_number": "01628", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/95" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1532" - } - }, - { - "pid": "1629", - "barcode": "10000001629", - "call_number": "01629", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/94" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1533" - } - }, - { - "pid": "1630", - "barcode": "10000001630", - "call_number": "01630", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/94" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1534" - } - }, - { - "pid": "1631", - "barcode": "10000001631", - "call_number": "01631", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/93" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1535" - } - }, - { - "pid": "1632", - "barcode": "10000001632", - "call_number": "01632", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/92" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1536" - } - }, - { - "pid": "1633", - "barcode": "10000001633", - "call_number": "01633", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/91" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1537" - } - }, - { - "pid": "1634", - "barcode": "10000001634", - "call_number": "01634", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/91" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1537" - } - }, - { - "pid": "1635", - "barcode": "10000001635", - "call_number": "01635", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/90" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1538" - } - }, - { - "pid": "1636", - "barcode": "10000001636", - "call_number": "01636", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/89" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1539" - } - }, - { - "pid": "1637", - "barcode": "10000001637", - "call_number": "01637", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/89" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1540" - } - }, - { - "pid": "1638", - "barcode": "10000001638", - "call_number": "01638", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/88" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1541" - } - }, - { - "pid": "1639", - "barcode": "10000001639", - "call_number": "01639", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/88" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1542" - } - }, - { - "pid": "1640", - "barcode": "10000001640", - "call_number": "01640", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/87" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1543" - } - }, - { - "pid": "1641", - "barcode": "10000001641", - "call_number": "01641", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/87" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1544" - } - }, - { - "pid": "1642", - "barcode": "10000001642", - "call_number": "01642", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/86" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1545" - } - }, - { - "pid": "1643", - "barcode": "10000001643", - "call_number": "01643", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/86" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1545" - } - }, - { - "pid": "1644", - "barcode": "10000001644", - "call_number": "01644", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/85" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1546" - } - }, - { - "pid": "1645", - "barcode": "10000001645", - "call_number": "01645", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/85" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1547" - } - }, - { - "pid": "1646", - "barcode": "10000001646", - "call_number": "01646", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/84" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1548" - } - }, - { - "pid": "1647", - "barcode": "10000001647", - "call_number": "01647", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/84" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1549" - } - }, - { - "pid": "1648", - "barcode": "10000001648", - "call_number": "01648", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/83" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1550" - } - }, - { - "pid": "1649", - "barcode": "10000001649", - "call_number": "01649", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/83" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1551" - } - }, - { - "pid": "1650", - "barcode": "10000001650", - "call_number": "01650", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/82" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1552" - } - }, - { - "pid": "1651", - "barcode": "10000001651", - "call_number": "01651", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/82" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1552" - } - }, - { - "pid": "1652", - "barcode": "10000001652", - "call_number": "01652", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/81" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1553" - } - }, - { - "pid": "1653", - "barcode": "10000001653", - "call_number": "01653", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/80" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1554" - } - }, - { - "pid": "1654", - "barcode": "10000001654", - "call_number": "01654", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/79" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1555" - } - }, - { - "pid": "1655", - "barcode": "10000001655", - "call_number": "01655", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/78" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1556" - } - }, - { - "pid": "1656", - "barcode": "10000001656", - "call_number": "01656", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/77" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1557" - } - }, - { - "pid": "1657", - "barcode": "10000001657", - "call_number": "01657", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/76" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1558" - } - }, - { - "pid": "1658", - "barcode": "10000001658", - "call_number": "01658", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/76" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1559" - } - }, - { - "pid": "1659", - "barcode": "10000001659", - "call_number": "01659", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/75" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1560" - } - }, - { - "pid": "1660", - "barcode": "10000001660", - "call_number": "01660", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/75" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1561" - } - }, - { - "pid": "1661", - "barcode": "10000001661", - "call_number": "01661", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/74" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1562" - } - }, - { - "pid": "1662", - "barcode": "10000001662", - "call_number": "01662", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/73" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1563" - } - }, - { - "pid": "1663", - "barcode": "10000001663", - "call_number": "01663", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/73" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1564" - } - }, - { - "pid": "1664", - "barcode": "10000001664", - "call_number": "01664", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/72" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1565" - } - }, - { - "pid": "1665", - "barcode": "10000001665", - "call_number": "01665", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/71" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1566" - } - }, - { - "pid": "1666", - "barcode": "10000001666", - "call_number": "01666", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/70" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1567" - } - }, - { - "pid": "1667", - "barcode": "10000001667", - "call_number": "01667", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/11" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/70" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1568" - } - }, - { - "pid": "1668", - "barcode": "10000001668", - "call_number": "01668", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/69" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1569" - } - }, - { - "pid": "1669", - "barcode": "10000001669", - "call_number": "01669", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/69" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1570" - } - }, - { - "pid": "1670", - "barcode": "10000001670", - "call_number": "01670", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/68" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1571" - } - }, - { - "pid": "1671", - "barcode": "10000001671", - "call_number": "01671", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/67" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1572" - } - }, - { - "pid": "1672", - "barcode": "10000001672", - "call_number": "01672", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/66" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1573" - } - }, - { - "pid": "1673", - "barcode": "10000001673", - "call_number": "01673", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/66" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1573" - } - }, - { - "pid": "1674", - "barcode": "10000001674", - "call_number": "01674", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/65" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1574" - } - }, - { - "pid": "1675", - "barcode": "10000001675", - "call_number": "01675", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/64" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1575" - } - }, - { - "pid": "1676", - "barcode": "10000001676", - "call_number": "01676", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/63" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1576" - } - }, - { - "pid": "1677", - "barcode": "10000001677", - "call_number": "01677", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/62" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1577" - } - }, - { - "pid": "1678", - "barcode": "10000001678", - "call_number": "01678", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/62" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1578" - } - }, - { - "pid": "1679", - "barcode": "10000001679", - "call_number": "01679", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/61" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1579" - } - }, - { - "pid": "1680", - "barcode": "10000001680", - "call_number": "01680", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/61" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1580" - } - }, - { - "pid": "1681", - "barcode": "10000001681", - "call_number": "01681", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/60" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1581" - } - }, - { - "pid": "1682", - "barcode": "10000001682", - "call_number": "01682", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/59" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1582" - } - }, - { - "pid": "1683", - "barcode": "10000001683", - "call_number": "01683", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/58" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1583" - } - }, - { - "pid": "1684", - "barcode": "10000001684", - "call_number": "01684", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/57" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1584" - } - }, - { - "pid": "1685", - "barcode": "10000001685", - "call_number": "01685", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/57" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1585" - } - }, - { - "pid": "1686", - "barcode": "10000001686", - "call_number": "01686", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/56" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1586" - } - }, - { - "pid": "1687", - "barcode": "10000001687", - "call_number": "01687", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/55" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1587" - } - }, - { - "pid": "1688", - "barcode": "10000001688", - "call_number": "01688", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/55" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1588" - } - }, - { - "pid": "1689", - "barcode": "10000001689", - "call_number": "01689", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/54" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1589" - } - }, - { - "pid": "1690", - "barcode": "10000001690", - "call_number": "01690", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/13" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/54" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1590" - } - }, - { - "pid": "1691", - "barcode": "10000001691", - "call_number": "01691", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/53" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1591" - } - }, - { - "pid": "1692", - "barcode": "10000001692", - "call_number": "01692", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/52" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1592" - } - }, - { - "pid": "1693", - "barcode": "10000001693", - "call_number": "01693", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/51" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1593" - } - }, - { - "pid": "1694", - "barcode": "10000001694", - "call_number": "01694", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/51" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1593" - } - }, - { - "pid": "1695", - "barcode": "10000001695", - "call_number": "01695", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/50" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1594" - } - }, - { - "pid": "1696", - "barcode": "10000001696", - "call_number": "01696", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/50" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1594" - } - }, - { - "pid": "1697", - "barcode": "10000001697", - "call_number": "01697", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/49" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1595" - } - }, - { - "pid": "1698", - "barcode": "10000001698", - "call_number": "01698", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/48" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1596" - } - }, - { - "pid": "1699", - "barcode": "10000001699", - "call_number": "01699", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/48" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1596" - } - }, - { - "pid": "1700", - "barcode": "10000001700", - "call_number": "01700", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/47" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1597" - } - }, - { - "pid": "1701", - "barcode": "10000001701", - "call_number": "01701", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/46" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1598" - } - }, - { - "pid": "1702", - "barcode": "10000001702", - "call_number": "01702", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/46" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1599" - } - }, - { - "pid": "1703", - "barcode": "10000001703", - "call_number": "01703", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/45" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1600" - } - }, - { - "pid": "1704", - "barcode": "10000001704", - "call_number": "01704", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/44" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1601" - } - }, - { - "pid": "1705", - "barcode": "10000001705", - "call_number": "01705", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/44" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1602" - } - }, - { - "pid": "1706", - "barcode": "10000001706", - "call_number": "01706", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/43" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1603" - } - }, - { - "pid": "1707", - "barcode": "10000001707", - "call_number": "01707", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/42" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1604" - } - }, - { - "pid": "1708", - "barcode": "10000001708", - "call_number": "01708", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/41" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1605" - } - }, - { - "pid": "1709", - "barcode": "10000001709", - "call_number": "01709", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/40" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1606" - } - }, - { - "pid": "1710", - "barcode": "10000001710", - "call_number": "01710", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/40" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1607" - } - }, - { - "pid": "1711", - "barcode": "10000001711", - "call_number": "01711", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/39" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1608" - } - }, - { - "pid": "1712", - "barcode": "10000001712", - "call_number": "01712", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/39" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1609" - } - }, - { - "pid": "1713", - "barcode": "10000001713", - "call_number": "01713", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/38" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1610" - } - }, - { - "pid": "1714", - "barcode": "10000001714", - "call_number": "01714", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/37" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1611" - } - }, - { - "pid": "1715", - "barcode": "10000001715", - "call_number": "01715", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/37" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1612" - } - }, - { - "pid": "1716", - "barcode": "10000001716", - "call_number": "01716", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/36" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1613" - } - }, - { - "pid": "1717", - "barcode": "10000001717", - "call_number": "01717", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/36" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1614" - } - }, - { - "pid": "1718", - "barcode": "10000001718", - "call_number": "01718", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/35" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1615" - } - }, - { - "pid": "1719", - "barcode": "10000001719", - "call_number": "01719", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/35" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1616" - } - }, - { - "pid": "1720", - "barcode": "10000001720", - "call_number": "01720", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/34" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1617" - } - }, - { - "pid": "1721", - "barcode": "10000001721", - "call_number": "01721", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/33" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1618" - } - }, - { - "pid": "1722", - "barcode": "10000001722", - "call_number": "01722", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/33" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1619" - } - }, - { - "pid": "1723", - "barcode": "10000001723", - "call_number": "01723", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/32" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1620" - } - }, - { - "pid": "1724", - "barcode": "10000001724", - "call_number": "01724", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/31" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1621" - } - }, - { - "pid": "1725", - "barcode": "10000001725", - "call_number": "01725", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/30" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1622" - } - }, - { - "pid": "1726", - "barcode": "10000001726", - "call_number": "01726", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/29" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1623" - } - }, - { - "pid": "1727", - "barcode": "10000001727", - "call_number": "01727", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/29" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1623" - } - }, - { - "pid": "1728", - "barcode": "10000001728", - "call_number": "01728", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/28" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1624" - } - }, - { - "pid": "1729", - "barcode": "10000001729", - "call_number": "01729", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/28" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1625" - } - }, - { - "pid": "1730", - "barcode": "10000001730", - "call_number": "01730", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/27" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1626" - } - }, - { - "pid": "1731", - "barcode": "10000001731", - "call_number": "01731", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/27" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1627" - } - }, - { - "pid": "1732", - "barcode": "10000001732", - "call_number": "01732", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/26" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1628" - } - }, - { - "pid": "1733", - "barcode": "10000001733", - "call_number": "01733", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/8" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/26" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1629" - } - }, - { - "pid": "1734", - "barcode": "10000001734", - "call_number": "01734", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/25" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1630" - } - }, - { - "pid": "1735", - "barcode": "10000001735", - "call_number": "01735", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/24" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1631" - } - }, - { - "pid": "1736", - "barcode": "10000001736", - "call_number": "01736", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/2" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/23" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1632" - } - }, - { - "pid": "1737", - "barcode": "10000001737", - "call_number": "01737", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/23" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1633" - } - }, - { - "pid": "1738", - "barcode": "10000001738", - "call_number": "01738", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/22" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1634" - } - }, - { - "pid": "1739", - "barcode": "10000001739", - "call_number": "01739", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/7" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/21" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1635" - } - }, - { - "pid": "1740", - "barcode": "10000001740", - "call_number": "01740", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/3" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/20" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1636" - } - }, - { - "pid": "1741", - "barcode": "10000001741", - "call_number": "01741", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/19" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1637" - } - }, - { - "pid": "1742", - "barcode": "10000001742", - "call_number": "01742", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/19" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1638" - } - }, - { - "pid": "1743", - "barcode": "10000001743", - "call_number": "01743", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/18" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1639" - } - }, - { - "pid": "1744", - "barcode": "10000001744", - "call_number": "01744", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/18" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1640" - } - }, - { - "pid": "1745", - "barcode": "10000001745", - "call_number": "01745", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/17" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1641" - } - }, - { - "pid": "1746", - "barcode": "10000001746", - "call_number": "01746", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/16" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1642" - } - }, - { - "pid": "1747", - "barcode": "10000001747", - "call_number": "01747", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/15" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1643" - } - }, - { - "pid": "1748", - "barcode": "10000001748", - "call_number": "01748", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/15" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1644" - } - }, - { - "pid": "1749", - "barcode": "10000001749", - "call_number": "01749", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/14" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1645" - } - }, - { - "pid": "1750", - "barcode": "10000001750", - "call_number": "01750", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/13" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1646" - } - }, - { - "pid": "1751", - "barcode": "10000001751", - "call_number": "01751", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/5" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/13" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1647" - } - }, - { - "pid": "1752", - "barcode": "10000001752", - "call_number": "01752", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/12" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1648" - } - }, - { - "pid": "1753", - "barcode": "10000001753", - "call_number": "01753", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/12" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1648" - } - }, - { - "pid": "1754", - "barcode": "10000001754", - "call_number": "01754", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/11" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1649" - } - }, - { - "pid": "1755", - "barcode": "10000001755", - "call_number": "01755", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/11" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1650" - } - }, - { - "pid": "1756", - "barcode": "10000001756", - "call_number": "01756", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/10" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1651" - } - }, - { - "pid": "1757", - "barcode": "10000001757", - "call_number": "01757", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/9" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/9" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1652" - } - }, - { - "pid": "1758", - "barcode": "10000001758", - "call_number": "01758", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/9" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1653" - } - }, - { - "pid": "1759", - "barcode": "10000001759", - "call_number": "01759", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/8" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1654" - } - }, - { - "pid": "1760", - "barcode": "10000001760", - "call_number": "01760", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/8" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1654" - } - }, - { - "pid": "1761", - "barcode": "10000001761", - "call_number": "01761", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/7" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1655" - } - }, - { - "pid": "1762", - "barcode": "10000001762", - "call_number": "01762", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/6" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1656" - } - }, - { - "pid": "1763", - "barcode": "10000001763", - "call_number": "01763", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/16" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/6" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1657" - } - }, - { - "pid": "1764", - "barcode": "10000001764", - "call_number": "01764", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/10" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/5" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1658" - } - }, - { - "pid": "1765", - "barcode": "10000001765", - "call_number": "01765", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/5" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1659" - } - }, - { - "pid": "1766", - "barcode": "10000001766", - "call_number": "01766", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/4" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1660" - } - }, - { - "pid": "1767", - "barcode": "10000001767", - "call_number": "01767", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/4" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1661" - } - }, - { - "pid": "1768", - "barcode": "10000001768", - "call_number": "01768", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/17" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/3" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1662" - } - }, - { - "pid": "1769", - "barcode": "10000001769", - "call_number": "01769", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/14" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/2" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1663" - } - }, - { - "pid": "1770", - "barcode": "10000001770", - "call_number": "01770", - "status": "on_shelf", - "location": { - "$ref": "https://ils.rero.ch/api/locations/19" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1664" - } - }, - { - "pid": "1771", - "barcode": "10000001771", - "call_number": "01771", - "status": "missing", - "location": { - "$ref": "https://ils.rero.ch/api/locations/1" - }, - "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" - }, - "document": { - "$ref": "https://ils.rero.ch/api/documents/1" - }, - "holding": { - "$ref": "https://ils.rero.ch/api/holdings/1665" + "$ref": "https://ils.rero.ch/api/holdings/229" } } ] \ No newline at end of file diff --git a/data/items_small.json b/data/items_small.json index 1924a05211..ae53a9ba3b 100644 --- a/data/items_small.json +++ b/data/items_small.json @@ -5,10 +5,10 @@ "call_number": "00001", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { "$ref": "https://ils.rero.ch/api/documents/286" @@ -23,10 +23,10 @@ "call_number": "00002", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/285" @@ -41,13 +41,13 @@ "call_number": "00003", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/284" + "$ref": "https://ils.rero.ch/api/documents/285" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/3" @@ -59,10 +59,10 @@ "call_number": "00004", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/284" @@ -77,10 +77,10 @@ "call_number": "00005", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/283" @@ -113,10 +113,10 @@ "call_number": "00007", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { "$ref": "https://ils.rero.ch/api/documents/282" @@ -131,10 +131,10 @@ "call_number": "00008", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/282" @@ -149,10 +149,10 @@ "call_number": "00009", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { "$ref": "https://ils.rero.ch/api/documents/281" @@ -173,7 +173,7 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/280" + "$ref": "https://ils.rero.ch/api/documents/281" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/10" @@ -185,10 +185,10 @@ "call_number": "00011", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { "$ref": "https://ils.rero.ch/api/documents/280" @@ -203,10 +203,10 @@ "call_number": "00012", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { "$ref": "https://ils.rero.ch/api/documents/279" @@ -221,13 +221,13 @@ "call_number": "00013", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/278" + "$ref": "https://ils.rero.ch/api/documents/279" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/13" @@ -239,10 +239,10 @@ "call_number": "00014", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/278" @@ -257,13 +257,13 @@ "call_number": "00015", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/277" + "$ref": "https://ils.rero.ch/api/documents/278" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/15" @@ -275,7 +275,7 @@ "call_number": "00016", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/5" @@ -293,10 +293,10 @@ "call_number": "00017", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { "$ref": "https://ils.rero.ch/api/documents/276" @@ -311,10 +311,10 @@ "call_number": "00018", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { "$ref": "https://ils.rero.ch/api/documents/276" @@ -329,10 +329,10 @@ "call_number": "00019", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { "$ref": "https://ils.rero.ch/api/documents/275" @@ -353,17 +353,17 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/274" + "$ref": "https://ils.rero.ch/api/documents/275" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/20" + "$ref": "https://ils.rero.ch/api/holdings/19" } }, { "pid": "21", "barcode": "10000000021", "call_number": "00021", - "status": "on_shelf", + "status": "missing", "location": { "$ref": "https://ils.rero.ch/api/locations/19" }, @@ -371,10 +371,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/273" + "$ref": "https://ils.rero.ch/api/documents/274" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/21" + "$ref": "https://ils.rero.ch/api/holdings/20" } }, { @@ -383,16 +383,16 @@ "call_number": "00022", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/272" + "$ref": "https://ils.rero.ch/api/documents/274" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/22" + "$ref": "https://ils.rero.ch/api/holdings/20" } }, { @@ -401,16 +401,16 @@ "call_number": "00023", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/272" + "$ref": "https://ils.rero.ch/api/documents/273" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/23" + "$ref": "https://ils.rero.ch/api/holdings/21" } }, { @@ -419,16 +419,16 @@ "call_number": "00024", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/271" + "$ref": "https://ils.rero.ch/api/documents/273" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/24" + "$ref": "https://ils.rero.ch/api/holdings/22" } }, { @@ -437,16 +437,16 @@ "call_number": "00025", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/270" + "$ref": "https://ils.rero.ch/api/documents/272" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/25" + "$ref": "https://ils.rero.ch/api/holdings/23" } }, { @@ -455,16 +455,16 @@ "call_number": "00026", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/269" + "$ref": "https://ils.rero.ch/api/documents/272" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/26" + "$ref": "https://ils.rero.ch/api/holdings/24" } }, { @@ -473,16 +473,16 @@ "call_number": "00027", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/268" + "$ref": "https://ils.rero.ch/api/documents/271" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/27" + "$ref": "https://ils.rero.ch/api/holdings/25" } }, { @@ -497,10 +497,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/268" + "$ref": "https://ils.rero.ch/api/documents/271" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/28" + "$ref": "https://ils.rero.ch/api/holdings/25" } }, { @@ -515,10 +515,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/267" + "$ref": "https://ils.rero.ch/api/documents/270" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/29" + "$ref": "https://ils.rero.ch/api/holdings/26" } }, { @@ -533,10 +533,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/266" + "$ref": "https://ils.rero.ch/api/documents/269" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/30" + "$ref": "https://ils.rero.ch/api/holdings/27" } }, { @@ -545,16 +545,16 @@ "call_number": "00031", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/266" + "$ref": "https://ils.rero.ch/api/documents/269" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/31" + "$ref": "https://ils.rero.ch/api/holdings/28" } }, { @@ -563,16 +563,16 @@ "call_number": "00032", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/265" + "$ref": "https://ils.rero.ch/api/documents/268" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/32" + "$ref": "https://ils.rero.ch/api/holdings/29" } }, { @@ -581,16 +581,16 @@ "call_number": "00033", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/264" + "$ref": "https://ils.rero.ch/api/documents/268" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/33" + "$ref": "https://ils.rero.ch/api/holdings/29" } }, { @@ -599,16 +599,16 @@ "call_number": "00034", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/263" + "$ref": "https://ils.rero.ch/api/documents/267" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/34" + "$ref": "https://ils.rero.ch/api/holdings/30" } }, { @@ -617,16 +617,16 @@ "call_number": "00035", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/262" + "$ref": "https://ils.rero.ch/api/documents/267" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/35" + "$ref": "https://ils.rero.ch/api/holdings/31" } }, { @@ -635,16 +635,16 @@ "call_number": "00036", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/261" + "$ref": "https://ils.rero.ch/api/documents/266" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/36" + "$ref": "https://ils.rero.ch/api/holdings/32" } }, { @@ -659,10 +659,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/261" + "$ref": "https://ils.rero.ch/api/documents/266" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/37" + "$ref": "https://ils.rero.ch/api/holdings/33" } }, { @@ -671,16 +671,16 @@ "call_number": "00038", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/260" + "$ref": "https://ils.rero.ch/api/documents/265" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/38" + "$ref": "https://ils.rero.ch/api/holdings/34" } }, { @@ -689,16 +689,16 @@ "call_number": "00039", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/260" + "$ref": "https://ils.rero.ch/api/documents/265" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/39" + "$ref": "https://ils.rero.ch/api/holdings/35" } }, { @@ -707,16 +707,16 @@ "call_number": "00040", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/259" + "$ref": "https://ils.rero.ch/api/documents/264" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/40" + "$ref": "https://ils.rero.ch/api/holdings/36" } }, { @@ -725,16 +725,16 @@ "call_number": "00041", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/259" + "$ref": "https://ils.rero.ch/api/documents/264" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/41" + "$ref": "https://ils.rero.ch/api/holdings/37" } }, { @@ -743,16 +743,16 @@ "call_number": "00042", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/258" + "$ref": "https://ils.rero.ch/api/documents/263" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/42" + "$ref": "https://ils.rero.ch/api/holdings/38" } }, { @@ -767,10 +767,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/258" + "$ref": "https://ils.rero.ch/api/documents/263" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/43" + "$ref": "https://ils.rero.ch/api/holdings/39" } }, { @@ -779,16 +779,16 @@ "call_number": "00044", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/257" + "$ref": "https://ils.rero.ch/api/documents/262" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/44" + "$ref": "https://ils.rero.ch/api/holdings/40" } }, { @@ -797,16 +797,16 @@ "call_number": "00045", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/257" + "$ref": "https://ils.rero.ch/api/documents/262" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/44" + "$ref": "https://ils.rero.ch/api/holdings/41" } }, { @@ -821,10 +821,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/256" + "$ref": "https://ils.rero.ch/api/documents/261" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/45" + "$ref": "https://ils.rero.ch/api/holdings/42" } }, { @@ -833,16 +833,16 @@ "call_number": "00047", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/255" + "$ref": "https://ils.rero.ch/api/documents/261" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/46" + "$ref": "https://ils.rero.ch/api/holdings/43" } }, { @@ -851,16 +851,16 @@ "call_number": "00048", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/255" + "$ref": "https://ils.rero.ch/api/documents/260" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/46" + "$ref": "https://ils.rero.ch/api/holdings/44" } }, { @@ -869,16 +869,16 @@ "call_number": "00049", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/254" + "$ref": "https://ils.rero.ch/api/documents/259" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/47" + "$ref": "https://ils.rero.ch/api/holdings/45" } }, { @@ -887,16 +887,16 @@ "call_number": "00050", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/254" + "$ref": "https://ils.rero.ch/api/documents/259" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/48" + "$ref": "https://ils.rero.ch/api/holdings/46" } }, { @@ -905,16 +905,16 @@ "call_number": "00051", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/258" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/49" + "$ref": "https://ils.rero.ch/api/holdings/47" } }, { @@ -923,16 +923,16 @@ "call_number": "00052", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/257" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/50" + "$ref": "https://ils.rero.ch/api/holdings/48" } }, { @@ -941,34 +941,34 @@ "call_number": "00053", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/252" + "$ref": "https://ils.rero.ch/api/documents/257" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/51" + "$ref": "https://ils.rero.ch/api/holdings/48" } }, { "pid": "54", "barcode": "10000000054", "call_number": "00054", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/252" + "$ref": "https://ils.rero.ch/api/documents/256" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/51" + "$ref": "https://ils.rero.ch/api/holdings/49" } }, { @@ -983,10 +983,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/251" + "$ref": "https://ils.rero.ch/api/documents/256" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/52" + "$ref": "https://ils.rero.ch/api/holdings/50" } }, { @@ -995,16 +995,16 @@ "call_number": "00056", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/250" + "$ref": "https://ils.rero.ch/api/documents/255" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/53" + "$ref": "https://ils.rero.ch/api/holdings/51" } }, { @@ -1013,16 +1013,16 @@ "call_number": "00057", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/249" + "$ref": "https://ils.rero.ch/api/documents/255" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/54" + "$ref": "https://ils.rero.ch/api/holdings/52" } }, { @@ -1031,16 +1031,16 @@ "call_number": "00058", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/248" + "$ref": "https://ils.rero.ch/api/documents/254" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/55" + "$ref": "https://ils.rero.ch/api/holdings/53" } }, { @@ -1049,16 +1049,16 @@ "call_number": "00059", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/248" + "$ref": "https://ils.rero.ch/api/documents/253" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/55" + "$ref": "https://ils.rero.ch/api/holdings/54" } }, { @@ -1067,16 +1067,16 @@ "call_number": "00060", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/247" + "$ref": "https://ils.rero.ch/api/documents/253" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/56" + "$ref": "https://ils.rero.ch/api/holdings/55" } }, { @@ -1085,16 +1085,16 @@ "call_number": "00061", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/247" + "$ref": "https://ils.rero.ch/api/documents/252" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/57" + "$ref": "https://ils.rero.ch/api/holdings/56" } }, { @@ -1103,16 +1103,16 @@ "call_number": "00062", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/246" + "$ref": "https://ils.rero.ch/api/documents/252" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/58" + "$ref": "https://ils.rero.ch/api/holdings/56" } }, { @@ -1121,16 +1121,16 @@ "call_number": "00063", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/246" + "$ref": "https://ils.rero.ch/api/documents/251" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/59" + "$ref": "https://ils.rero.ch/api/holdings/57" } }, { @@ -1139,16 +1139,16 @@ "call_number": "00064", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/245" + "$ref": "https://ils.rero.ch/api/documents/251" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/60" + "$ref": "https://ils.rero.ch/api/holdings/58" } }, { @@ -1163,10 +1163,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/244" + "$ref": "https://ils.rero.ch/api/documents/250" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/61" + "$ref": "https://ils.rero.ch/api/holdings/59" } }, { @@ -1175,16 +1175,16 @@ "call_number": "00066", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/244" + "$ref": "https://ils.rero.ch/api/documents/249" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/62" + "$ref": "https://ils.rero.ch/api/holdings/60" } }, { @@ -1193,16 +1193,16 @@ "call_number": "00067", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/243" + "$ref": "https://ils.rero.ch/api/documents/248" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/63" + "$ref": "https://ils.rero.ch/api/holdings/61" } }, { @@ -1211,16 +1211,16 @@ "call_number": "00068", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/242" + "$ref": "https://ils.rero.ch/api/documents/247" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/64" + "$ref": "https://ils.rero.ch/api/holdings/62" } }, { @@ -1235,10 +1235,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/242" + "$ref": "https://ils.rero.ch/api/documents/246" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/65" + "$ref": "https://ils.rero.ch/api/holdings/63" } }, { @@ -1247,16 +1247,16 @@ "call_number": "00070", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/241" + "$ref": "https://ils.rero.ch/api/documents/245" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/66" + "$ref": "https://ils.rero.ch/api/holdings/64" } }, { @@ -1271,10 +1271,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/241" + "$ref": "https://ils.rero.ch/api/documents/245" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/66" + "$ref": "https://ils.rero.ch/api/holdings/65" } }, { @@ -1283,16 +1283,16 @@ "call_number": "00072", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/240" + "$ref": "https://ils.rero.ch/api/documents/244" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/67" + "$ref": "https://ils.rero.ch/api/holdings/66" } }, { @@ -1301,23 +1301,23 @@ "call_number": "00073", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/240" + "$ref": "https://ils.rero.ch/api/documents/244" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/68" + "$ref": "https://ils.rero.ch/api/holdings/67" } }, { "pid": "74", "barcode": "10000000074", "call_number": "00074", - "status": "on_shelf", + "status": "missing", "location": { "$ref": "https://ils.rero.ch/api/locations/19" }, @@ -1325,10 +1325,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/239" + "$ref": "https://ils.rero.ch/api/documents/243" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/69" + "$ref": "https://ils.rero.ch/api/holdings/68" } }, { @@ -1337,13 +1337,13 @@ "call_number": "00075", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/239" + "$ref": "https://ils.rero.ch/api/documents/243" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/69" @@ -1355,13 +1355,13 @@ "call_number": "00076", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/238" + "$ref": "https://ils.rero.ch/api/documents/242" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/70" @@ -1373,13 +1373,13 @@ "call_number": "00077", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/237" + "$ref": "https://ils.rero.ch/api/documents/242" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/71" @@ -1391,13 +1391,13 @@ "call_number": "00078", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/236" + "$ref": "https://ils.rero.ch/api/documents/241" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/72" @@ -1409,13 +1409,13 @@ "call_number": "00079", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/235" + "$ref": "https://ils.rero.ch/api/documents/241" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/73" @@ -1427,13 +1427,13 @@ "call_number": "00080", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/234" + "$ref": "https://ils.rero.ch/api/documents/240" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/74" @@ -1443,15 +1443,15 @@ "pid": "81", "barcode": "10000000081", "call_number": "00081", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/234" + "$ref": "https://ils.rero.ch/api/documents/240" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/75" @@ -1463,13 +1463,13 @@ "call_number": "00082", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/233" + "$ref": "https://ils.rero.ch/api/documents/239" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/76" @@ -1481,13 +1481,13 @@ "call_number": "00083", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/233" + "$ref": "https://ils.rero.ch/api/documents/238" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/77" @@ -1499,13 +1499,13 @@ "call_number": "00084", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/232" + "$ref": "https://ils.rero.ch/api/documents/237" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/78" @@ -1515,15 +1515,15 @@ "pid": "85", "barcode": "10000000085", "call_number": "00085", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/232" + "$ref": "https://ils.rero.ch/api/documents/237" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/78" @@ -1535,13 +1535,13 @@ "call_number": "00086", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/231" + "$ref": "https://ils.rero.ch/api/documents/236" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/79" @@ -1559,7 +1559,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/230" + "$ref": "https://ils.rero.ch/api/documents/235" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/80" @@ -1571,16 +1571,16 @@ "call_number": "00088", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/230" + "$ref": "https://ils.rero.ch/api/documents/235" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/81" + "$ref": "https://ils.rero.ch/api/holdings/80" } }, { @@ -1589,16 +1589,16 @@ "call_number": "00089", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/229" + "$ref": "https://ils.rero.ch/api/documents/234" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/82" + "$ref": "https://ils.rero.ch/api/holdings/81" } }, { @@ -1607,16 +1607,16 @@ "call_number": "00090", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/228" + "$ref": "https://ils.rero.ch/api/documents/234" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/83" + "$ref": "https://ils.rero.ch/api/holdings/81" } }, { @@ -1625,16 +1625,16 @@ "call_number": "00091", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/227" + "$ref": "https://ils.rero.ch/api/documents/233" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/84" + "$ref": "https://ils.rero.ch/api/holdings/82" } }, { @@ -1643,16 +1643,16 @@ "call_number": "00092", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/227" + "$ref": "https://ils.rero.ch/api/documents/233" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/85" + "$ref": "https://ils.rero.ch/api/holdings/83" } }, { @@ -1661,23 +1661,23 @@ "call_number": "00093", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/226" + "$ref": "https://ils.rero.ch/api/documents/232" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/86" + "$ref": "https://ils.rero.ch/api/holdings/84" } }, { "pid": "94", "barcode": "10000000094", "call_number": "00094", - "status": "on_shelf", + "status": "missing", "location": { "$ref": "https://ils.rero.ch/api/locations/19" }, @@ -1685,10 +1685,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/226" + "$ref": "https://ils.rero.ch/api/documents/231" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/86" + "$ref": "https://ils.rero.ch/api/holdings/85" } }, { @@ -1697,16 +1697,16 @@ "call_number": "00095", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/225" + "$ref": "https://ils.rero.ch/api/documents/230" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/87" + "$ref": "https://ils.rero.ch/api/holdings/86" } }, { @@ -1715,13 +1715,13 @@ "call_number": "00096", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/225" + "$ref": "https://ils.rero.ch/api/documents/230" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/87" @@ -1733,13 +1733,13 @@ "call_number": "00097", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/224" + "$ref": "https://ils.rero.ch/api/documents/229" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/88" @@ -1751,16 +1751,16 @@ "call_number": "00098", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/223" + "$ref": "https://ils.rero.ch/api/documents/229" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/89" + "$ref": "https://ils.rero.ch/api/holdings/88" } }, { @@ -1769,16 +1769,16 @@ "call_number": "00099", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/222" + "$ref": "https://ils.rero.ch/api/documents/228" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/90" + "$ref": "https://ils.rero.ch/api/holdings/89" } }, { @@ -1787,16 +1787,16 @@ "call_number": "00100", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/222" + "$ref": "https://ils.rero.ch/api/documents/228" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/91" + "$ref": "https://ils.rero.ch/api/holdings/90" } }, { @@ -1805,16 +1805,16 @@ "call_number": "00101", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/221" + "$ref": "https://ils.rero.ch/api/documents/227" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/92" + "$ref": "https://ils.rero.ch/api/holdings/91" } }, { @@ -1823,16 +1823,16 @@ "call_number": "00102", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/220" + "$ref": "https://ils.rero.ch/api/documents/227" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/93" + "$ref": "https://ils.rero.ch/api/holdings/92" } }, { @@ -1841,16 +1841,16 @@ "call_number": "00103", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/220" + "$ref": "https://ils.rero.ch/api/documents/226" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/94" + "$ref": "https://ils.rero.ch/api/holdings/93" } }, { @@ -1859,16 +1859,16 @@ "call_number": "00104", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/219" + "$ref": "https://ils.rero.ch/api/documents/225" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/95" + "$ref": "https://ils.rero.ch/api/holdings/94" } }, { @@ -1883,10 +1883,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/218" + "$ref": "https://ils.rero.ch/api/documents/224" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/96" + "$ref": "https://ils.rero.ch/api/holdings/95" } }, { @@ -1895,16 +1895,16 @@ "call_number": "00106", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/218" + "$ref": "https://ils.rero.ch/api/documents/223" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/97" + "$ref": "https://ils.rero.ch/api/holdings/96" } }, { @@ -1913,16 +1913,16 @@ "call_number": "00107", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/217" + "$ref": "https://ils.rero.ch/api/documents/222" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/98" + "$ref": "https://ils.rero.ch/api/holdings/97" } }, { @@ -1931,16 +1931,16 @@ "call_number": "00108", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/216" + "$ref": "https://ils.rero.ch/api/documents/221" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/99" + "$ref": "https://ils.rero.ch/api/holdings/98" } }, { @@ -1949,16 +1949,16 @@ "call_number": "00109", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/215" + "$ref": "https://ils.rero.ch/api/documents/220" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/100" + "$ref": "https://ils.rero.ch/api/holdings/99" } }, { @@ -1973,10 +1973,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/214" + "$ref": "https://ils.rero.ch/api/documents/220" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/101" + "$ref": "https://ils.rero.ch/api/holdings/99" } }, { @@ -1985,16 +1985,16 @@ "call_number": "00111", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/213" + "$ref": "https://ils.rero.ch/api/documents/219" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/102" + "$ref": "https://ils.rero.ch/api/holdings/100" } }, { @@ -2009,10 +2009,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/212" + "$ref": "https://ils.rero.ch/api/documents/219" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/103" + "$ref": "https://ils.rero.ch/api/holdings/101" } }, { @@ -2021,16 +2021,16 @@ "call_number": "00113", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/211" + "$ref": "https://ils.rero.ch/api/documents/218" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/104" + "$ref": "https://ils.rero.ch/api/holdings/102" } }, { @@ -2045,10 +2045,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/211" + "$ref": "https://ils.rero.ch/api/documents/217" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/105" + "$ref": "https://ils.rero.ch/api/holdings/103" } }, { @@ -2057,16 +2057,16 @@ "call_number": "00115", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/210" + "$ref": "https://ils.rero.ch/api/documents/216" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/106" + "$ref": "https://ils.rero.ch/api/holdings/104" } }, { @@ -2075,16 +2075,16 @@ "call_number": "00116", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/209" + "$ref": "https://ils.rero.ch/api/documents/216" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/107" + "$ref": "https://ils.rero.ch/api/holdings/105" } }, { @@ -2093,16 +2093,16 @@ "call_number": "00117", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/208" + "$ref": "https://ils.rero.ch/api/documents/215" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/108" + "$ref": "https://ils.rero.ch/api/holdings/106" } }, { @@ -2111,16 +2111,16 @@ "call_number": "00118", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/207" + "$ref": "https://ils.rero.ch/api/documents/214" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/109" + "$ref": "https://ils.rero.ch/api/holdings/107" } }, { @@ -2135,10 +2135,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/206" + "$ref": "https://ils.rero.ch/api/documents/214" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/110" + "$ref": "https://ils.rero.ch/api/holdings/108" } }, { @@ -2147,16 +2147,16 @@ "call_number": "00120", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/205" + "$ref": "https://ils.rero.ch/api/documents/213" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/111" + "$ref": "https://ils.rero.ch/api/holdings/109" } }, { @@ -2165,16 +2165,16 @@ "call_number": "00121", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/205" + "$ref": "https://ils.rero.ch/api/documents/213" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/112" + "$ref": "https://ils.rero.ch/api/holdings/110" } }, { @@ -2183,16 +2183,16 @@ "call_number": "00122", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/204" + "$ref": "https://ils.rero.ch/api/documents/212" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/113" + "$ref": "https://ils.rero.ch/api/holdings/111" } }, { @@ -2201,16 +2201,16 @@ "call_number": "00123", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/204" + "$ref": "https://ils.rero.ch/api/documents/211" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/113" + "$ref": "https://ils.rero.ch/api/holdings/112" } }, { @@ -2219,16 +2219,16 @@ "call_number": "00124", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/203" + "$ref": "https://ils.rero.ch/api/documents/211" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/114" + "$ref": "https://ils.rero.ch/api/holdings/113" } }, { @@ -2237,16 +2237,16 @@ "call_number": "00125", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/203" + "$ref": "https://ils.rero.ch/api/documents/210" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/115" + "$ref": "https://ils.rero.ch/api/holdings/114" } }, { @@ -2261,10 +2261,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/202" + "$ref": "https://ils.rero.ch/api/documents/210" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/116" + "$ref": "https://ils.rero.ch/api/holdings/114" } }, { @@ -2273,16 +2273,16 @@ "call_number": "00127", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/209" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/117" + "$ref": "https://ils.rero.ch/api/holdings/115" } }, { @@ -2291,16 +2291,16 @@ "call_number": "00128", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/209" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/118" + "$ref": "https://ils.rero.ch/api/holdings/115" } }, { @@ -2309,16 +2309,16 @@ "call_number": "00129", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/200" + "$ref": "https://ils.rero.ch/api/documents/208" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/119" + "$ref": "https://ils.rero.ch/api/holdings/116" } }, { @@ -2333,10 +2333,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/200" + "$ref": "https://ils.rero.ch/api/documents/207" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/119" + "$ref": "https://ils.rero.ch/api/holdings/117" } }, { @@ -2345,16 +2345,16 @@ "call_number": "00131", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/199" + "$ref": "https://ils.rero.ch/api/documents/206" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/120" + "$ref": "https://ils.rero.ch/api/holdings/118" } }, { @@ -2363,16 +2363,16 @@ "call_number": "00132", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/199" + "$ref": "https://ils.rero.ch/api/documents/205" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/121" + "$ref": "https://ils.rero.ch/api/holdings/119" } }, { @@ -2381,16 +2381,16 @@ "call_number": "00133", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/198" + "$ref": "https://ils.rero.ch/api/documents/205" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/122" + "$ref": "https://ils.rero.ch/api/holdings/120" } }, { @@ -2399,16 +2399,16 @@ "call_number": "00134", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/198" + "$ref": "https://ils.rero.ch/api/documents/204" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/123" + "$ref": "https://ils.rero.ch/api/holdings/121" } }, { @@ -2417,16 +2417,16 @@ "call_number": "00135", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/197" + "$ref": "https://ils.rero.ch/api/documents/204" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/124" + "$ref": "https://ils.rero.ch/api/holdings/122" } }, { @@ -2435,16 +2435,16 @@ "call_number": "00136", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/196" + "$ref": "https://ils.rero.ch/api/documents/203" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/125" + "$ref": "https://ils.rero.ch/api/holdings/123" } }, { @@ -2453,16 +2453,16 @@ "call_number": "00137", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/203" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/126" + "$ref": "https://ils.rero.ch/api/holdings/123" } }, { @@ -2471,16 +2471,16 @@ "call_number": "00138", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/202" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/127" + "$ref": "https://ils.rero.ch/api/holdings/124" } }, { @@ -2489,16 +2489,16 @@ "call_number": "00139", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/194" + "$ref": "https://ils.rero.ch/api/documents/201" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/128" + "$ref": "https://ils.rero.ch/api/holdings/125" } }, { @@ -2507,16 +2507,16 @@ "call_number": "00140", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/194" + "$ref": "https://ils.rero.ch/api/documents/201" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/129" + "$ref": "https://ils.rero.ch/api/holdings/126" } }, { @@ -2525,16 +2525,16 @@ "call_number": "00141", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/200" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/130" + "$ref": "https://ils.rero.ch/api/holdings/127" } }, { @@ -2543,16 +2543,16 @@ "call_number": "00142", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/199" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/131" + "$ref": "https://ils.rero.ch/api/holdings/128" } }, { @@ -2561,16 +2561,16 @@ "call_number": "00143", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/192" + "$ref": "https://ils.rero.ch/api/documents/198" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/132" + "$ref": "https://ils.rero.ch/api/holdings/129" } }, { @@ -2579,16 +2579,16 @@ "call_number": "00144", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/191" + "$ref": "https://ils.rero.ch/api/documents/198" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/133" + "$ref": "https://ils.rero.ch/api/holdings/129" } }, { @@ -2597,16 +2597,16 @@ "call_number": "00145", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/190" + "$ref": "https://ils.rero.ch/api/documents/197" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/134" + "$ref": "https://ils.rero.ch/api/holdings/130" } }, { @@ -2615,16 +2615,16 @@ "call_number": "00146", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/190" + "$ref": "https://ils.rero.ch/api/documents/197" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/134" + "$ref": "https://ils.rero.ch/api/holdings/131" } }, { @@ -2633,16 +2633,16 @@ "call_number": "00147", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/189" + "$ref": "https://ils.rero.ch/api/documents/196" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/135" + "$ref": "https://ils.rero.ch/api/holdings/132" } }, { @@ -2651,16 +2651,16 @@ "call_number": "00148", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/189" + "$ref": "https://ils.rero.ch/api/documents/195" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/135" + "$ref": "https://ils.rero.ch/api/holdings/133" } }, { @@ -2675,10 +2675,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/188" + "$ref": "https://ils.rero.ch/api/documents/195" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/136" + "$ref": "https://ils.rero.ch/api/holdings/134" } }, { @@ -2693,10 +2693,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/188" + "$ref": "https://ils.rero.ch/api/documents/194" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/136" + "$ref": "https://ils.rero.ch/api/holdings/135" } }, { @@ -2711,10 +2711,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/187" + "$ref": "https://ils.rero.ch/api/documents/193" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/137" + "$ref": "https://ils.rero.ch/api/holdings/136" } }, { @@ -2723,16 +2723,16 @@ "call_number": "00152", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/186" + "$ref": "https://ils.rero.ch/api/documents/192" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/138" + "$ref": "https://ils.rero.ch/api/holdings/137" } }, { @@ -2741,13 +2741,13 @@ "call_number": "00153", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/186" + "$ref": "https://ils.rero.ch/api/documents/191" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/138" @@ -2765,7 +2765,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/185" + "$ref": "https://ils.rero.ch/api/documents/191" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/139" @@ -2777,13 +2777,13 @@ "call_number": "00155", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/185" + "$ref": "https://ils.rero.ch/api/documents/190" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/140" @@ -2795,13 +2795,13 @@ "call_number": "00156", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/184" + "$ref": "https://ils.rero.ch/api/documents/190" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/141" @@ -2813,13 +2813,13 @@ "call_number": "00157", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/183" + "$ref": "https://ils.rero.ch/api/documents/189" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/142" @@ -2837,10 +2837,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/183" + "$ref": "https://ils.rero.ch/api/documents/188" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/142" + "$ref": "https://ils.rero.ch/api/holdings/143" } }, { @@ -2849,16 +2849,16 @@ "call_number": "00159", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/182" + "$ref": "https://ils.rero.ch/api/documents/187" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/143" + "$ref": "https://ils.rero.ch/api/holdings/144" } }, { @@ -2873,10 +2873,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/182" + "$ref": "https://ils.rero.ch/api/documents/186" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/144" + "$ref": "https://ils.rero.ch/api/holdings/145" } }, { @@ -2885,16 +2885,16 @@ "call_number": "00161", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/181" + "$ref": "https://ils.rero.ch/api/documents/185" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/145" + "$ref": "https://ils.rero.ch/api/holdings/146" } }, { @@ -2903,16 +2903,16 @@ "call_number": "00162", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/180" + "$ref": "https://ils.rero.ch/api/documents/185" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/146" + "$ref": "https://ils.rero.ch/api/holdings/147" } }, { @@ -2921,16 +2921,16 @@ "call_number": "00163", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/180" + "$ref": "https://ils.rero.ch/api/documents/184" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/147" + "$ref": "https://ils.rero.ch/api/holdings/148" } }, { @@ -2939,16 +2939,16 @@ "call_number": "00164", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/179" + "$ref": "https://ils.rero.ch/api/documents/183" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/148" + "$ref": "https://ils.rero.ch/api/holdings/149" } }, { @@ -2957,16 +2957,16 @@ "call_number": "00165", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/178" + "$ref": "https://ils.rero.ch/api/documents/183" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/149" + "$ref": "https://ils.rero.ch/api/holdings/150" } }, { @@ -2981,10 +2981,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/178" + "$ref": "https://ils.rero.ch/api/documents/182" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/149" + "$ref": "https://ils.rero.ch/api/holdings/151" } }, { @@ -2993,16 +2993,16 @@ "call_number": "00167", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/177" + "$ref": "https://ils.rero.ch/api/documents/181" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/150" + "$ref": "https://ils.rero.ch/api/holdings/152" } }, { @@ -3011,16 +3011,16 @@ "call_number": "00168", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/176" + "$ref": "https://ils.rero.ch/api/documents/180" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/151" + "$ref": "https://ils.rero.ch/api/holdings/153" } }, { @@ -3029,16 +3029,16 @@ "call_number": "00169", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/176" + "$ref": "https://ils.rero.ch/api/documents/180" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/152" + "$ref": "https://ils.rero.ch/api/holdings/154" } }, { @@ -3047,16 +3047,16 @@ "call_number": "00170", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/175" + "$ref": "https://ils.rero.ch/api/documents/179" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/153" + "$ref": "https://ils.rero.ch/api/holdings/155" } }, { @@ -3065,16 +3065,16 @@ "call_number": "00171", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/175" + "$ref": "https://ils.rero.ch/api/documents/178" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/154" + "$ref": "https://ils.rero.ch/api/holdings/156" } }, { @@ -3089,10 +3089,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/174" + "$ref": "https://ils.rero.ch/api/documents/177" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/155" + "$ref": "https://ils.rero.ch/api/holdings/157" } }, { @@ -3101,16 +3101,16 @@ "call_number": "00173", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/173" + "$ref": "https://ils.rero.ch/api/documents/177" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/156" + "$ref": "https://ils.rero.ch/api/holdings/158" } }, { @@ -3119,16 +3119,16 @@ "call_number": "00174", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/173" + "$ref": "https://ils.rero.ch/api/documents/176" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/157" + "$ref": "https://ils.rero.ch/api/holdings/159" } }, { @@ -3137,16 +3137,16 @@ "call_number": "00175", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/172" + "$ref": "https://ils.rero.ch/api/documents/176" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/158" + "$ref": "https://ils.rero.ch/api/holdings/160" } }, { @@ -3155,16 +3155,16 @@ "call_number": "00176", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/171" + "$ref": "https://ils.rero.ch/api/documents/175" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/159" + "$ref": "https://ils.rero.ch/api/holdings/161" } }, { @@ -3173,16 +3173,16 @@ "call_number": "00177", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/170" + "$ref": "https://ils.rero.ch/api/documents/175" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/160" + "$ref": "https://ils.rero.ch/api/holdings/162" } }, { @@ -3191,34 +3191,34 @@ "call_number": "00178", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/174" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/161" + "$ref": "https://ils.rero.ch/api/holdings/163" } }, { "pid": "179", "barcode": "10000000179", "call_number": "00179", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/174" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/162" + "$ref": "https://ils.rero.ch/api/holdings/164" } }, { @@ -3227,16 +3227,16 @@ "call_number": "00180", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/168" + "$ref": "https://ils.rero.ch/api/documents/173" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/163" + "$ref": "https://ils.rero.ch/api/holdings/165" } }, { @@ -3245,16 +3245,16 @@ "call_number": "00181", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/167" + "$ref": "https://ils.rero.ch/api/documents/173" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/164" + "$ref": "https://ils.rero.ch/api/holdings/165" } }, { @@ -3263,16 +3263,16 @@ "call_number": "00182", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/166" + "$ref": "https://ils.rero.ch/api/documents/172" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/165" + "$ref": "https://ils.rero.ch/api/holdings/166" } }, { @@ -3281,13 +3281,13 @@ "call_number": "00183", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/166" + "$ref": "https://ils.rero.ch/api/documents/172" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/166" @@ -3299,13 +3299,13 @@ "call_number": "00184", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/165" + "$ref": "https://ils.rero.ch/api/documents/171" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/167" @@ -3317,13 +3317,13 @@ "call_number": "00185", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/164" + "$ref": "https://ils.rero.ch/api/documents/171" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/168" @@ -3335,13 +3335,13 @@ "call_number": "00186", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/163" + "$ref": "https://ils.rero.ch/api/documents/170" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/169" @@ -3359,7 +3359,7 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/162" + "$ref": "https://ils.rero.ch/api/documents/169" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/170" @@ -3371,13 +3371,13 @@ "call_number": "00188", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/162" + "$ref": "https://ils.rero.ch/api/documents/168" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/171" @@ -3389,13 +3389,13 @@ "call_number": "00189", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/161" + "$ref": "https://ils.rero.ch/api/documents/168" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/172" @@ -3407,13 +3407,13 @@ "call_number": "00190", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/160" + "$ref": "https://ils.rero.ch/api/documents/167" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/173" @@ -3425,13 +3425,13 @@ "call_number": "00191", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/159" + "$ref": "https://ils.rero.ch/api/documents/167" }, "holding": { "$ref": "https://ils.rero.ch/api/holdings/174" @@ -3443,34 +3443,34 @@ "call_number": "00192", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/159" + "$ref": "https://ils.rero.ch/api/documents/166" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/174" + "$ref": "https://ils.rero.ch/api/holdings/175" } }, { "pid": "193", "barcode": "10000000193", "call_number": "00193", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/158" + "$ref": "https://ils.rero.ch/api/documents/165" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/175" + "$ref": "https://ils.rero.ch/api/holdings/176" } }, { @@ -3479,16 +3479,16 @@ "call_number": "00194", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/157" + "$ref": "https://ils.rero.ch/api/documents/164" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/176" + "$ref": "https://ils.rero.ch/api/holdings/177" } }, { @@ -3497,16 +3497,16 @@ "call_number": "00195", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/157" + "$ref": "https://ils.rero.ch/api/documents/163" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/177" + "$ref": "https://ils.rero.ch/api/holdings/178" } }, { @@ -3515,16 +3515,16 @@ "call_number": "00196", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/156" + "$ref": "https://ils.rero.ch/api/documents/163" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/178" + "$ref": "https://ils.rero.ch/api/holdings/179" } }, { @@ -3539,10 +3539,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/155" + "$ref": "https://ils.rero.ch/api/documents/162" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/179" + "$ref": "https://ils.rero.ch/api/holdings/180" } }, { @@ -3551,34 +3551,34 @@ "call_number": "00198", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/154" + "$ref": "https://ils.rero.ch/api/documents/162" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/180" + "$ref": "https://ils.rero.ch/api/holdings/181" } }, { "pid": "199", "barcode": "10000000199", "call_number": "00199", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/154" + "$ref": "https://ils.rero.ch/api/documents/161" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/181" + "$ref": "https://ils.rero.ch/api/holdings/182" } }, { @@ -3593,10 +3593,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/153" + "$ref": "https://ils.rero.ch/api/documents/160" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/182" + "$ref": "https://ils.rero.ch/api/holdings/183" } }, { @@ -3605,16 +3605,16 @@ "call_number": "00201", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/152" + "$ref": "https://ils.rero.ch/api/documents/159" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/183" + "$ref": "https://ils.rero.ch/api/holdings/184" } }, { @@ -3623,16 +3623,16 @@ "call_number": "00202", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/152" + "$ref": "https://ils.rero.ch/api/documents/159" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/183" + "$ref": "https://ils.rero.ch/api/holdings/185" } }, { @@ -3641,16 +3641,16 @@ "call_number": "00203", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/151" + "$ref": "https://ils.rero.ch/api/documents/158" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/184" + "$ref": "https://ils.rero.ch/api/holdings/186" } }, { @@ -3659,16 +3659,16 @@ "call_number": "00204", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/151" + "$ref": "https://ils.rero.ch/api/documents/158" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/185" + "$ref": "https://ils.rero.ch/api/holdings/187" } }, { @@ -3683,10 +3683,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/150" + "$ref": "https://ils.rero.ch/api/documents/157" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/186" + "$ref": "https://ils.rero.ch/api/holdings/188" } }, { @@ -3695,16 +3695,16 @@ "call_number": "00206", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/150" + "$ref": "https://ils.rero.ch/api/documents/157" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/187" + "$ref": "https://ils.rero.ch/api/holdings/188" } }, { @@ -3713,16 +3713,16 @@ "call_number": "00207", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/149" + "$ref": "https://ils.rero.ch/api/documents/156" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/188" + "$ref": "https://ils.rero.ch/api/holdings/189" } }, { @@ -3737,10 +3737,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/148" + "$ref": "https://ils.rero.ch/api/documents/155" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/189" + "$ref": "https://ils.rero.ch/api/holdings/190" } }, { @@ -3749,16 +3749,16 @@ "call_number": "00209", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/148" + "$ref": "https://ils.rero.ch/api/documents/155" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/190" + "$ref": "https://ils.rero.ch/api/holdings/191" } }, { @@ -3767,16 +3767,16 @@ "call_number": "00210", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/147" + "$ref": "https://ils.rero.ch/api/documents/154" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/191" + "$ref": "https://ils.rero.ch/api/holdings/192" } }, { @@ -3791,10 +3791,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/147" + "$ref": "https://ils.rero.ch/api/documents/153" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/192" + "$ref": "https://ils.rero.ch/api/holdings/193" } }, { @@ -3803,34 +3803,34 @@ "call_number": "00212", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/152" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/193" + "$ref": "https://ils.rero.ch/api/holdings/194" } }, { "pid": "213", "barcode": "10000000213", "call_number": "00213", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/151" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/194" + "$ref": "https://ils.rero.ch/api/holdings/195" } }, { @@ -3839,16 +3839,16 @@ "call_number": "00214", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/145" + "$ref": "https://ils.rero.ch/api/documents/150" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/195" + "$ref": "https://ils.rero.ch/api/holdings/196" } }, { @@ -3857,16 +3857,16 @@ "call_number": "00215", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/144" + "$ref": "https://ils.rero.ch/api/documents/149" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/196" + "$ref": "https://ils.rero.ch/api/holdings/197" } }, { @@ -3875,16 +3875,16 @@ "call_number": "00216", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/143" + "$ref": "https://ils.rero.ch/api/documents/149" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/197" + "$ref": "https://ils.rero.ch/api/holdings/198" } }, { @@ -3893,16 +3893,16 @@ "call_number": "00217", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/143" + "$ref": "https://ils.rero.ch/api/documents/148" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/198" + "$ref": "https://ils.rero.ch/api/holdings/199" } }, { @@ -3911,16 +3911,16 @@ "call_number": "00218", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/142" + "$ref": "https://ils.rero.ch/api/documents/148" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/199" + "$ref": "https://ils.rero.ch/api/holdings/200" } }, { @@ -3929,16 +3929,16 @@ "call_number": "00219", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/142" + "$ref": "https://ils.rero.ch/api/documents/147" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/199" + "$ref": "https://ils.rero.ch/api/holdings/201" } }, { @@ -3947,16 +3947,16 @@ "call_number": "00220", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/141" + "$ref": "https://ils.rero.ch/api/documents/146" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/200" + "$ref": "https://ils.rero.ch/api/holdings/202" } }, { @@ -3965,16 +3965,16 @@ "call_number": "00221", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/141" + "$ref": "https://ils.rero.ch/api/documents/145" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/200" + "$ref": "https://ils.rero.ch/api/holdings/203" } }, { @@ -3983,16 +3983,16 @@ "call_number": "00222", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/145" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/201" + "$ref": "https://ils.rero.ch/api/holdings/204" } }, { @@ -4001,16 +4001,16 @@ "call_number": "00223", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/144" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/202" + "$ref": "https://ils.rero.ch/api/holdings/205" } }, { @@ -4019,16 +4019,16 @@ "call_number": "00224", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/139" + "$ref": "https://ils.rero.ch/api/documents/144" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/203" + "$ref": "https://ils.rero.ch/api/holdings/206" } }, { @@ -4037,16 +4037,16 @@ "call_number": "00225", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/138" + "$ref": "https://ils.rero.ch/api/documents/143" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/204" + "$ref": "https://ils.rero.ch/api/holdings/207" } }, { @@ -4055,16 +4055,16 @@ "call_number": "00226", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/138" + "$ref": "https://ils.rero.ch/api/documents/142" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/205" + "$ref": "https://ils.rero.ch/api/holdings/208" } }, { @@ -4073,16 +4073,16 @@ "call_number": "00227", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/137" + "$ref": "https://ils.rero.ch/api/documents/141" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/206" + "$ref": "https://ils.rero.ch/api/holdings/209" } }, { @@ -4091,16 +4091,16 @@ "call_number": "00228", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/141" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/207" + "$ref": "https://ils.rero.ch/api/holdings/210" } }, { @@ -4109,16 +4109,16 @@ "call_number": "00229", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/140" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/208" + "$ref": "https://ils.rero.ch/api/holdings/211" } }, { @@ -4127,16 +4127,16 @@ "call_number": "00230", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/135" + "$ref": "https://ils.rero.ch/api/documents/140" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/209" + "$ref": "https://ils.rero.ch/api/holdings/212" } }, { @@ -4145,16 +4145,16 @@ "call_number": "00231", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/135" + "$ref": "https://ils.rero.ch/api/documents/139" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/210" + "$ref": "https://ils.rero.ch/api/holdings/213" } }, { @@ -4169,10 +4169,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/134" + "$ref": "https://ils.rero.ch/api/documents/139" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/211" + "$ref": "https://ils.rero.ch/api/holdings/214" } }, { @@ -4181,16 +4181,16 @@ "call_number": "00233", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/133" + "$ref": "https://ils.rero.ch/api/documents/138" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/212" + "$ref": "https://ils.rero.ch/api/holdings/215" } }, { @@ -4199,16 +4199,16 @@ "call_number": "00234", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/133" + "$ref": "https://ils.rero.ch/api/documents/137" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/213" + "$ref": "https://ils.rero.ch/api/holdings/216" } }, { @@ -4220,13 +4220,13 @@ "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/132" + "$ref": "https://ils.rero.ch/api/documents/136" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/214" + "$ref": "https://ils.rero.ch/api/holdings/217" } }, { @@ -4235,16 +4235,16 @@ "call_number": "00236", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/131" + "$ref": "https://ils.rero.ch/api/documents/136" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/215" + "$ref": "https://ils.rero.ch/api/holdings/218" } }, { @@ -4253,16 +4253,16 @@ "call_number": "00237", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/130" + "$ref": "https://ils.rero.ch/api/documents/135" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/216" + "$ref": "https://ils.rero.ch/api/holdings/219" } }, { @@ -4271,16 +4271,16 @@ "call_number": "00238", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/129" + "$ref": "https://ils.rero.ch/api/documents/135" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/217" + "$ref": "https://ils.rero.ch/api/holdings/220" } }, { @@ -4289,16 +4289,16 @@ "call_number": "00239", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/129" + "$ref": "https://ils.rero.ch/api/documents/134" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/218" + "$ref": "https://ils.rero.ch/api/holdings/221" } }, { @@ -4307,16 +4307,16 @@ "call_number": "00240", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/128" + "$ref": "https://ils.rero.ch/api/documents/133" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/219" + "$ref": "https://ils.rero.ch/api/holdings/222" } }, { @@ -4325,16 +4325,16 @@ "call_number": "00241", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/127" + "$ref": "https://ils.rero.ch/api/documents/132" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/220" + "$ref": "https://ils.rero.ch/api/holdings/223" } }, { @@ -4343,16 +4343,16 @@ "call_number": "00242", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/127" + "$ref": "https://ils.rero.ch/api/documents/132" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/221" + "$ref": "https://ils.rero.ch/api/holdings/224" } }, { @@ -4367,10 +4367,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/126" + "$ref": "https://ils.rero.ch/api/documents/131" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/222" + "$ref": "https://ils.rero.ch/api/holdings/225" } }, { @@ -4379,16 +4379,16 @@ "call_number": "00244", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/126" + "$ref": "https://ils.rero.ch/api/documents/131" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/222" + "$ref": "https://ils.rero.ch/api/holdings/226" } }, { @@ -4397,16 +4397,16 @@ "call_number": "00245", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/125" + "$ref": "https://ils.rero.ch/api/documents/130" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/223" + "$ref": "https://ils.rero.ch/api/holdings/227" } }, { @@ -4421,10 +4421,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/124" + "$ref": "https://ils.rero.ch/api/documents/129" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/224" + "$ref": "https://ils.rero.ch/api/holdings/228" } }, { @@ -4433,16 +4433,16 @@ "call_number": "00247", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/124" + "$ref": "https://ils.rero.ch/api/documents/129" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/224" + "$ref": "https://ils.rero.ch/api/holdings/229" } }, { @@ -4451,16 +4451,16 @@ "call_number": "00248", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/123" + "$ref": "https://ils.rero.ch/api/documents/128" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/225" + "$ref": "https://ils.rero.ch/api/holdings/230" } }, { @@ -4469,16 +4469,16 @@ "call_number": "00249", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/123" + "$ref": "https://ils.rero.ch/api/documents/127" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/226" + "$ref": "https://ils.rero.ch/api/holdings/231" } }, { @@ -4487,16 +4487,16 @@ "call_number": "00250", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/122" + "$ref": "https://ils.rero.ch/api/documents/126" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/227" + "$ref": "https://ils.rero.ch/api/holdings/232" } }, { @@ -4505,16 +4505,16 @@ "call_number": "00251", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/125" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/228" + "$ref": "https://ils.rero.ch/api/holdings/233" } }, { @@ -4529,10 +4529,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/125" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/229" + "$ref": "https://ils.rero.ch/api/holdings/234" } }, { @@ -4541,16 +4541,16 @@ "call_number": "00253", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/120" + "$ref": "https://ils.rero.ch/api/documents/124" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/230" + "$ref": "https://ils.rero.ch/api/holdings/235" } }, { @@ -4559,16 +4559,16 @@ "call_number": "00254", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/120" + "$ref": "https://ils.rero.ch/api/documents/124" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/231" + "$ref": "https://ils.rero.ch/api/holdings/236" } }, { @@ -4577,16 +4577,16 @@ "call_number": "00255", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/119" + "$ref": "https://ils.rero.ch/api/documents/123" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/232" + "$ref": "https://ils.rero.ch/api/holdings/237" } }, { @@ -4595,16 +4595,16 @@ "call_number": "00256", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/118" + "$ref": "https://ils.rero.ch/api/documents/123" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/233" + "$ref": "https://ils.rero.ch/api/holdings/238" } }, { @@ -4613,16 +4613,16 @@ "call_number": "00257", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/117" + "$ref": "https://ils.rero.ch/api/documents/122" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/234" + "$ref": "https://ils.rero.ch/api/holdings/239" } }, { @@ -4631,16 +4631,16 @@ "call_number": "00258", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/116" + "$ref": "https://ils.rero.ch/api/documents/121" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/235" + "$ref": "https://ils.rero.ch/api/holdings/240" } }, { @@ -4649,16 +4649,16 @@ "call_number": "00259", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/116" + "$ref": "https://ils.rero.ch/api/documents/120" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/236" + "$ref": "https://ils.rero.ch/api/holdings/241" } }, { @@ -4667,16 +4667,16 @@ "call_number": "00260", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/115" + "$ref": "https://ils.rero.ch/api/documents/120" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/237" + "$ref": "https://ils.rero.ch/api/holdings/242" } }, { @@ -4685,16 +4685,16 @@ "call_number": "00261", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/114" + "$ref": "https://ils.rero.ch/api/documents/119" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/238" + "$ref": "https://ils.rero.ch/api/holdings/243" } }, { @@ -4703,16 +4703,16 @@ "call_number": "00262", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/114" + "$ref": "https://ils.rero.ch/api/documents/119" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/239" + "$ref": "https://ils.rero.ch/api/holdings/244" } }, { @@ -4727,10 +4727,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/113" + "$ref": "https://ils.rero.ch/api/documents/118" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/240" + "$ref": "https://ils.rero.ch/api/holdings/245" } }, { @@ -4739,16 +4739,16 @@ "call_number": "00264", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/112" + "$ref": "https://ils.rero.ch/api/documents/118" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/241" + "$ref": "https://ils.rero.ch/api/holdings/246" } }, { @@ -4757,16 +4757,16 @@ "call_number": "00265", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/111" + "$ref": "https://ils.rero.ch/api/documents/117" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/242" + "$ref": "https://ils.rero.ch/api/holdings/247" } }, { @@ -4775,16 +4775,16 @@ "call_number": "00266", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/110" + "$ref": "https://ils.rero.ch/api/documents/117" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/243" + "$ref": "https://ils.rero.ch/api/holdings/248" } }, { @@ -4793,16 +4793,16 @@ "call_number": "00267", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/109" + "$ref": "https://ils.rero.ch/api/documents/116" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/244" + "$ref": "https://ils.rero.ch/api/holdings/249" } }, { @@ -4811,16 +4811,16 @@ "call_number": "00268", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/108" + "$ref": "https://ils.rero.ch/api/documents/115" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/245" + "$ref": "https://ils.rero.ch/api/holdings/250" } }, { @@ -4829,16 +4829,16 @@ "call_number": "00269", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/108" + "$ref": "https://ils.rero.ch/api/documents/114" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/246" + "$ref": "https://ils.rero.ch/api/holdings/251" } }, { @@ -4847,16 +4847,16 @@ "call_number": "00270", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/107" + "$ref": "https://ils.rero.ch/api/documents/113" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/247" + "$ref": "https://ils.rero.ch/api/holdings/252" } }, { @@ -4865,16 +4865,16 @@ "call_number": "00271", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/107" + "$ref": "https://ils.rero.ch/api/documents/113" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/248" + "$ref": "https://ils.rero.ch/api/holdings/253" } }, { @@ -4883,16 +4883,16 @@ "call_number": "00272", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/106" + "$ref": "https://ils.rero.ch/api/documents/112" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/249" + "$ref": "https://ils.rero.ch/api/holdings/254" } }, { @@ -4901,16 +4901,16 @@ "call_number": "00273", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/106" + "$ref": "https://ils.rero.ch/api/documents/111" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/249" + "$ref": "https://ils.rero.ch/api/holdings/255" } }, { @@ -4919,16 +4919,16 @@ "call_number": "00274", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/105" + "$ref": "https://ils.rero.ch/api/documents/110" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/250" + "$ref": "https://ils.rero.ch/api/holdings/256" } }, { @@ -4937,16 +4937,16 @@ "call_number": "00275", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/104" + "$ref": "https://ils.rero.ch/api/documents/109" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/251" + "$ref": "https://ils.rero.ch/api/holdings/257" } }, { @@ -4961,10 +4961,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/103" + "$ref": "https://ils.rero.ch/api/documents/109" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/252" + "$ref": "https://ils.rero.ch/api/holdings/258" } }, { @@ -4973,16 +4973,16 @@ "call_number": "00277", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/102" + "$ref": "https://ils.rero.ch/api/documents/108" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/253" + "$ref": "https://ils.rero.ch/api/holdings/259" } }, { @@ -4991,16 +4991,16 @@ "call_number": "00278", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/101" + "$ref": "https://ils.rero.ch/api/documents/108" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/254" + "$ref": "https://ils.rero.ch/api/holdings/259" } }, { @@ -5009,16 +5009,16 @@ "call_number": "00279", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/101" + "$ref": "https://ils.rero.ch/api/documents/107" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/255" + "$ref": "https://ils.rero.ch/api/holdings/260" } }, { @@ -5027,16 +5027,16 @@ "call_number": "00280", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/100" + "$ref": "https://ils.rero.ch/api/documents/107" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/256" + "$ref": "https://ils.rero.ch/api/holdings/261" } }, { @@ -5045,23 +5045,23 @@ "call_number": "00281", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/99" + "$ref": "https://ils.rero.ch/api/documents/106" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/257" + "$ref": "https://ils.rero.ch/api/holdings/262" } }, { "pid": "282", "barcode": "10000000282", "call_number": "00282", - "status": "missing", + "status": "on_shelf", "location": { "$ref": "https://ils.rero.ch/api/locations/17" }, @@ -5069,10 +5069,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/98" + "$ref": "https://ils.rero.ch/api/documents/106" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/258" + "$ref": "https://ils.rero.ch/api/holdings/263" } }, { @@ -5081,16 +5081,16 @@ "call_number": "00283", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/97" + "$ref": "https://ils.rero.ch/api/documents/105" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/259" + "$ref": "https://ils.rero.ch/api/holdings/264" } }, { @@ -5099,16 +5099,16 @@ "call_number": "00284", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/96" + "$ref": "https://ils.rero.ch/api/documents/104" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/260" + "$ref": "https://ils.rero.ch/api/holdings/265" } }, { @@ -5117,16 +5117,16 @@ "call_number": "00285", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/104" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/261" + "$ref": "https://ils.rero.ch/api/holdings/266" } }, { @@ -5135,16 +5135,16 @@ "call_number": "00286", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/103" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/262" + "$ref": "https://ils.rero.ch/api/holdings/267" } }, { @@ -5153,16 +5153,16 @@ "call_number": "00287", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/94" + "$ref": "https://ils.rero.ch/api/documents/103" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/263" + "$ref": "https://ils.rero.ch/api/holdings/268" } }, { @@ -5171,16 +5171,16 @@ "call_number": "00288", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/93" + "$ref": "https://ils.rero.ch/api/documents/102" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/264" + "$ref": "https://ils.rero.ch/api/holdings/269" } }, { @@ -5195,10 +5195,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/92" + "$ref": "https://ils.rero.ch/api/documents/101" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/265" + "$ref": "https://ils.rero.ch/api/holdings/270" } }, { @@ -5207,16 +5207,16 @@ "call_number": "00290", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/92" + "$ref": "https://ils.rero.ch/api/documents/101" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/265" + "$ref": "https://ils.rero.ch/api/holdings/271" } }, { @@ -5225,16 +5225,16 @@ "call_number": "00291", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/91" + "$ref": "https://ils.rero.ch/api/documents/100" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/266" + "$ref": "https://ils.rero.ch/api/holdings/272" } }, { @@ -5243,16 +5243,16 @@ "call_number": "00292", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/91" + "$ref": "https://ils.rero.ch/api/documents/100" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/266" + "$ref": "https://ils.rero.ch/api/holdings/272" } }, { @@ -5261,16 +5261,16 @@ "call_number": "00293", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/90" + "$ref": "https://ils.rero.ch/api/documents/99" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/267" + "$ref": "https://ils.rero.ch/api/holdings/273" } }, { @@ -5279,16 +5279,16 @@ "call_number": "00294", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/89" + "$ref": "https://ils.rero.ch/api/documents/99" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/268" + "$ref": "https://ils.rero.ch/api/holdings/274" } }, { @@ -5303,10 +5303,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/89" + "$ref": "https://ils.rero.ch/api/documents/98" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/269" + "$ref": "https://ils.rero.ch/api/holdings/275" } }, { @@ -5315,16 +5315,16 @@ "call_number": "00296", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/88" + "$ref": "https://ils.rero.ch/api/documents/98" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/270" + "$ref": "https://ils.rero.ch/api/holdings/276" } }, { @@ -5339,10 +5339,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/88" + "$ref": "https://ils.rero.ch/api/documents/97" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/271" + "$ref": "https://ils.rero.ch/api/holdings/277" } }, { @@ -5351,16 +5351,16 @@ "call_number": "00298", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/87" + "$ref": "https://ils.rero.ch/api/documents/97" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/272" + "$ref": "https://ils.rero.ch/api/holdings/277" } }, { @@ -5369,16 +5369,16 @@ "call_number": "00299", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/87" + "$ref": "https://ils.rero.ch/api/documents/96" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/273" + "$ref": "https://ils.rero.ch/api/holdings/278" } }, { @@ -5387,16 +5387,16 @@ "call_number": "00300", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/86" + "$ref": "https://ils.rero.ch/api/documents/96" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/274" + "$ref": "https://ils.rero.ch/api/holdings/279" } }, { @@ -5405,16 +5405,16 @@ "call_number": "00301", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/85" + "$ref": "https://ils.rero.ch/api/documents/95" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/275" + "$ref": "https://ils.rero.ch/api/holdings/280" } }, { @@ -5423,16 +5423,16 @@ "call_number": "00302", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/94" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/276" + "$ref": "https://ils.rero.ch/api/holdings/281" } }, { @@ -5441,16 +5441,16 @@ "call_number": "00303", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/94" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/277" + "$ref": "https://ils.rero.ch/api/holdings/282" } }, { @@ -5459,16 +5459,16 @@ "call_number": "00304", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/83" + "$ref": "https://ils.rero.ch/api/documents/93" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/278" + "$ref": "https://ils.rero.ch/api/holdings/283" } }, { @@ -5477,16 +5477,16 @@ "call_number": "00305", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/83" + "$ref": "https://ils.rero.ch/api/documents/93" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/279" + "$ref": "https://ils.rero.ch/api/holdings/284" } }, { @@ -5495,16 +5495,16 @@ "call_number": "00306", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/82" + "$ref": "https://ils.rero.ch/api/documents/92" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/280" + "$ref": "https://ils.rero.ch/api/holdings/285" } }, { @@ -5519,10 +5519,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/81" + "$ref": "https://ils.rero.ch/api/documents/91" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/281" + "$ref": "https://ils.rero.ch/api/holdings/286" } }, { @@ -5531,16 +5531,16 @@ "call_number": "00308", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/81" + "$ref": "https://ils.rero.ch/api/documents/91" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/281" + "$ref": "https://ils.rero.ch/api/holdings/287" } }, { @@ -5549,16 +5549,16 @@ "call_number": "00309", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/80" + "$ref": "https://ils.rero.ch/api/documents/90" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/282" + "$ref": "https://ils.rero.ch/api/holdings/288" } }, { @@ -5567,16 +5567,16 @@ "call_number": "00310", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/79" + "$ref": "https://ils.rero.ch/api/documents/90" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/283" + "$ref": "https://ils.rero.ch/api/holdings/289" } }, { @@ -5585,16 +5585,16 @@ "call_number": "00311", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/79" + "$ref": "https://ils.rero.ch/api/documents/89" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/284" + "$ref": "https://ils.rero.ch/api/holdings/290" } }, { @@ -5603,16 +5603,16 @@ "call_number": "00312", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/78" + "$ref": "https://ils.rero.ch/api/documents/89" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/285" + "$ref": "https://ils.rero.ch/api/holdings/291" } }, { @@ -5621,16 +5621,16 @@ "call_number": "00313", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/77" + "$ref": "https://ils.rero.ch/api/documents/88" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/286" + "$ref": "https://ils.rero.ch/api/holdings/292" } }, { @@ -5639,16 +5639,16 @@ "call_number": "00314", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/76" + "$ref": "https://ils.rero.ch/api/documents/88" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/287" + "$ref": "https://ils.rero.ch/api/holdings/293" } }, { @@ -5663,10 +5663,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/75" + "$ref": "https://ils.rero.ch/api/documents/87" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/288" + "$ref": "https://ils.rero.ch/api/holdings/294" } }, { @@ -5675,16 +5675,16 @@ "call_number": "00316", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/74" + "$ref": "https://ils.rero.ch/api/documents/86" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/289" + "$ref": "https://ils.rero.ch/api/holdings/295" } }, { @@ -5693,16 +5693,16 @@ "call_number": "00317", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/73" + "$ref": "https://ils.rero.ch/api/documents/85" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/290" + "$ref": "https://ils.rero.ch/api/holdings/296" } }, { @@ -5717,10 +5717,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/73" + "$ref": "https://ils.rero.ch/api/documents/84" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/291" + "$ref": "https://ils.rero.ch/api/holdings/297" } }, { @@ -5729,16 +5729,16 @@ "call_number": "00319", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/72" + "$ref": "https://ils.rero.ch/api/documents/83" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/292" + "$ref": "https://ils.rero.ch/api/holdings/298" } }, { @@ -5747,16 +5747,16 @@ "call_number": "00320", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/72" + "$ref": "https://ils.rero.ch/api/documents/82" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/292" + "$ref": "https://ils.rero.ch/api/holdings/299" } }, { @@ -5771,10 +5771,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/71" + "$ref": "https://ils.rero.ch/api/documents/81" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/293" + "$ref": "https://ils.rero.ch/api/holdings/300" } }, { @@ -5783,16 +5783,16 @@ "call_number": "00322", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/70" + "$ref": "https://ils.rero.ch/api/documents/81" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/294" + "$ref": "https://ils.rero.ch/api/holdings/301" } }, { @@ -5801,16 +5801,16 @@ "call_number": "00323", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/70" + "$ref": "https://ils.rero.ch/api/documents/80" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/295" + "$ref": "https://ils.rero.ch/api/holdings/302" } }, { @@ -5819,34 +5819,34 @@ "call_number": "00324", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/69" + "$ref": "https://ils.rero.ch/api/documents/80" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/296" + "$ref": "https://ils.rero.ch/api/holdings/302" } }, { "pid": "325", "barcode": "10000000325", "call_number": "00325", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/68" + "$ref": "https://ils.rero.ch/api/documents/79" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/297" + "$ref": "https://ils.rero.ch/api/holdings/303" } }, { @@ -5855,16 +5855,16 @@ "call_number": "00326", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/67" + "$ref": "https://ils.rero.ch/api/documents/78" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/298" + "$ref": "https://ils.rero.ch/api/holdings/304" } }, { @@ -5879,10 +5879,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/66" + "$ref": "https://ils.rero.ch/api/documents/77" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/299" + "$ref": "https://ils.rero.ch/api/holdings/305" } }, { @@ -5891,16 +5891,16 @@ "call_number": "00328", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/66" + "$ref": "https://ils.rero.ch/api/documents/76" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/300" + "$ref": "https://ils.rero.ch/api/holdings/306" } }, { @@ -5909,16 +5909,16 @@ "call_number": "00329", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/65" + "$ref": "https://ils.rero.ch/api/documents/76" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/301" + "$ref": "https://ils.rero.ch/api/holdings/307" } }, { @@ -5927,16 +5927,16 @@ "call_number": "00330", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/64" + "$ref": "https://ils.rero.ch/api/documents/75" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/302" + "$ref": "https://ils.rero.ch/api/holdings/308" } }, { @@ -5945,16 +5945,16 @@ "call_number": "00331", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/63" + "$ref": "https://ils.rero.ch/api/documents/75" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/303" + "$ref": "https://ils.rero.ch/api/holdings/309" } }, { @@ -5963,16 +5963,16 @@ "call_number": "00332", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/62" + "$ref": "https://ils.rero.ch/api/documents/74" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/304" + "$ref": "https://ils.rero.ch/api/holdings/310" } }, { @@ -5981,16 +5981,16 @@ "call_number": "00333", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/62" + "$ref": "https://ils.rero.ch/api/documents/73" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/305" + "$ref": "https://ils.rero.ch/api/holdings/311" } }, { @@ -5999,16 +5999,16 @@ "call_number": "00334", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/61" + "$ref": "https://ils.rero.ch/api/documents/73" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/306" + "$ref": "https://ils.rero.ch/api/holdings/312" } }, { @@ -6017,16 +6017,16 @@ "call_number": "00335", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/60" + "$ref": "https://ils.rero.ch/api/documents/72" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/307" + "$ref": "https://ils.rero.ch/api/holdings/313" } }, { @@ -6035,16 +6035,16 @@ "call_number": "00336", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/59" + "$ref": "https://ils.rero.ch/api/documents/71" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/308" + "$ref": "https://ils.rero.ch/api/holdings/314" } }, { @@ -6053,16 +6053,16 @@ "call_number": "00337", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/59" + "$ref": "https://ils.rero.ch/api/documents/70" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/308" + "$ref": "https://ils.rero.ch/api/holdings/315" } }, { @@ -6071,16 +6071,16 @@ "call_number": "00338", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/58" + "$ref": "https://ils.rero.ch/api/documents/69" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/309" + "$ref": "https://ils.rero.ch/api/holdings/316" } }, { @@ -6089,16 +6089,16 @@ "call_number": "00339", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/57" + "$ref": "https://ils.rero.ch/api/documents/68" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/310" + "$ref": "https://ils.rero.ch/api/holdings/317" } }, { @@ -6113,10 +6113,10 @@ "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/56" + "$ref": "https://ils.rero.ch/api/documents/67" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/311" + "$ref": "https://ils.rero.ch/api/holdings/318" } }, { @@ -6125,16 +6125,16 @@ "call_number": "00341", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/56" + "$ref": "https://ils.rero.ch/api/documents/66" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/312" + "$ref": "https://ils.rero.ch/api/holdings/319" } }, { @@ -6143,16 +6143,16 @@ "call_number": "00342", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/66" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/313" + "$ref": "https://ils.rero.ch/api/holdings/320" } }, { @@ -6167,10 +6167,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/65" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/314" + "$ref": "https://ils.rero.ch/api/holdings/321" } }, { @@ -6179,16 +6179,16 @@ "call_number": "00344", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/54" + "$ref": "https://ils.rero.ch/api/documents/65" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/315" + "$ref": "https://ils.rero.ch/api/holdings/321" } }, { @@ -6197,16 +6197,16 @@ "call_number": "00345", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/53" + "$ref": "https://ils.rero.ch/api/documents/64" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/316" + "$ref": "https://ils.rero.ch/api/holdings/322" } }, { @@ -6215,16 +6215,16 @@ "call_number": "00346", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/52" + "$ref": "https://ils.rero.ch/api/documents/63" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/317" + "$ref": "https://ils.rero.ch/api/holdings/323" } }, { @@ -6233,16 +6233,16 @@ "call_number": "00347", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/51" + "$ref": "https://ils.rero.ch/api/documents/63" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/318" + "$ref": "https://ils.rero.ch/api/holdings/323" } }, { @@ -6251,16 +6251,16 @@ "call_number": "00348", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/51" + "$ref": "https://ils.rero.ch/api/documents/62" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/319" + "$ref": "https://ils.rero.ch/api/holdings/324" } }, { @@ -6275,10 +6275,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/50" + "$ref": "https://ils.rero.ch/api/documents/61" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/320" + "$ref": "https://ils.rero.ch/api/holdings/325" } }, { @@ -6287,16 +6287,16 @@ "call_number": "00350", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/50" + "$ref": "https://ils.rero.ch/api/documents/61" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/321" + "$ref": "https://ils.rero.ch/api/holdings/326" } }, { @@ -6305,16 +6305,16 @@ "call_number": "00351", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/49" + "$ref": "https://ils.rero.ch/api/documents/60" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/322" + "$ref": "https://ils.rero.ch/api/holdings/327" } }, { @@ -6323,16 +6323,16 @@ "call_number": "00352", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/49" + "$ref": "https://ils.rero.ch/api/documents/60" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/323" + "$ref": "https://ils.rero.ch/api/holdings/328" } }, { @@ -6341,16 +6341,16 @@ "call_number": "00353", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/48" + "$ref": "https://ils.rero.ch/api/documents/59" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/324" + "$ref": "https://ils.rero.ch/api/holdings/329" } }, { @@ -6359,34 +6359,34 @@ "call_number": "00354", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/48" + "$ref": "https://ils.rero.ch/api/documents/59" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/325" + "$ref": "https://ils.rero.ch/api/holdings/330" } }, { "pid": "355", "barcode": "10000000355", "call_number": "00355", - "status": "on_shelf", + "status": "missing", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/47" + "$ref": "https://ils.rero.ch/api/documents/58" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/326" + "$ref": "https://ils.rero.ch/api/holdings/331" } }, { @@ -6395,16 +6395,16 @@ "call_number": "00356", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/46" + "$ref": "https://ils.rero.ch/api/documents/57" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/327" + "$ref": "https://ils.rero.ch/api/holdings/332" } }, { @@ -6413,16 +6413,16 @@ "call_number": "00357", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/45" + "$ref": "https://ils.rero.ch/api/documents/57" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/328" + "$ref": "https://ils.rero.ch/api/holdings/333" } }, { @@ -6431,16 +6431,16 @@ "call_number": "00358", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/45" + "$ref": "https://ils.rero.ch/api/documents/56" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/329" + "$ref": "https://ils.rero.ch/api/holdings/334" } }, { @@ -6449,16 +6449,16 @@ "call_number": "00359", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/44" + "$ref": "https://ils.rero.ch/api/documents/56" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/330" + "$ref": "https://ils.rero.ch/api/holdings/335" } }, { @@ -6467,16 +6467,16 @@ "call_number": "00360", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/43" + "$ref": "https://ils.rero.ch/api/documents/55" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/331" + "$ref": "https://ils.rero.ch/api/holdings/336" } }, { @@ -6485,16 +6485,16 @@ "call_number": "00361", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/42" + "$ref": "https://ils.rero.ch/api/documents/55" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/332" + "$ref": "https://ils.rero.ch/api/holdings/337" } }, { @@ -6503,16 +6503,16 @@ "call_number": "00362", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/42" + "$ref": "https://ils.rero.ch/api/documents/54" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/333" + "$ref": "https://ils.rero.ch/api/holdings/338" } }, { @@ -6521,16 +6521,16 @@ "call_number": "00363", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/41" + "$ref": "https://ils.rero.ch/api/documents/54" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/334" + "$ref": "https://ils.rero.ch/api/holdings/339" } }, { @@ -6539,16 +6539,16 @@ "call_number": "00364", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/40" + "$ref": "https://ils.rero.ch/api/documents/53" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/335" + "$ref": "https://ils.rero.ch/api/holdings/340" } }, { @@ -6557,16 +6557,16 @@ "call_number": "00365", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/39" + "$ref": "https://ils.rero.ch/api/documents/52" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/336" + "$ref": "https://ils.rero.ch/api/holdings/341" } }, { @@ -6575,16 +6575,16 @@ "call_number": "00366", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/52" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/337" + "$ref": "https://ils.rero.ch/api/holdings/342" } }, { @@ -6593,16 +6593,16 @@ "call_number": "00367", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/51" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/338" + "$ref": "https://ils.rero.ch/api/holdings/343" } }, { @@ -6611,16 +6611,16 @@ "call_number": "00368", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/37" + "$ref": "https://ils.rero.ch/api/documents/50" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/339" + "$ref": "https://ils.rero.ch/api/holdings/344" } }, { @@ -6635,10 +6635,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/37" + "$ref": "https://ils.rero.ch/api/documents/49" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/340" + "$ref": "https://ils.rero.ch/api/holdings/345" } }, { @@ -6647,16 +6647,16 @@ "call_number": "00370", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/36" + "$ref": "https://ils.rero.ch/api/documents/49" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/341" + "$ref": "https://ils.rero.ch/api/holdings/345" } }, { @@ -6665,16 +6665,16 @@ "call_number": "00371", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/36" + "$ref": "https://ils.rero.ch/api/documents/48" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/341" + "$ref": "https://ils.rero.ch/api/holdings/346" } }, { @@ -6683,16 +6683,16 @@ "call_number": "00372", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/35" + "$ref": "https://ils.rero.ch/api/documents/47" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/342" + "$ref": "https://ils.rero.ch/api/holdings/347" } }, { @@ -6701,16 +6701,16 @@ "call_number": "00373", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/35" + "$ref": "https://ils.rero.ch/api/documents/46" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/343" + "$ref": "https://ils.rero.ch/api/holdings/348" } }, { @@ -6722,13 +6722,13 @@ "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/34" + "$ref": "https://ils.rero.ch/api/documents/46" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/344" + "$ref": "https://ils.rero.ch/api/holdings/349" } }, { @@ -6737,16 +6737,16 @@ "call_number": "00375", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/34" + "$ref": "https://ils.rero.ch/api/documents/45" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/345" + "$ref": "https://ils.rero.ch/api/holdings/350" } }, { @@ -6755,16 +6755,16 @@ "call_number": "00376", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/33" + "$ref": "https://ils.rero.ch/api/documents/45" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/346" + "$ref": "https://ils.rero.ch/api/holdings/351" } }, { @@ -6779,10 +6779,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/33" + "$ref": "https://ils.rero.ch/api/documents/44" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/347" + "$ref": "https://ils.rero.ch/api/holdings/352" } }, { @@ -6791,16 +6791,16 @@ "call_number": "00378", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/32" + "$ref": "https://ils.rero.ch/api/documents/43" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/348" + "$ref": "https://ils.rero.ch/api/holdings/353" } }, { @@ -6812,13 +6812,13 @@ "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/32" + "$ref": "https://ils.rero.ch/api/documents/42" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/349" + "$ref": "https://ils.rero.ch/api/holdings/354" } }, { @@ -6827,16 +6827,16 @@ "call_number": "00380", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/31" + "$ref": "https://ils.rero.ch/api/documents/41" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/350" + "$ref": "https://ils.rero.ch/api/holdings/355" } }, { @@ -6845,16 +6845,16 @@ "call_number": "00381", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/31" + "$ref": "https://ils.rero.ch/api/documents/40" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/351" + "$ref": "https://ils.rero.ch/api/holdings/356" } }, { @@ -6869,10 +6869,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/30" + "$ref": "https://ils.rero.ch/api/documents/40" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/352" + "$ref": "https://ils.rero.ch/api/holdings/357" } }, { @@ -6881,16 +6881,16 @@ "call_number": "00383", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/30" + "$ref": "https://ils.rero.ch/api/documents/39" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/353" + "$ref": "https://ils.rero.ch/api/holdings/358" } }, { @@ -6905,10 +6905,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/29" + "$ref": "https://ils.rero.ch/api/documents/38" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/354" + "$ref": "https://ils.rero.ch/api/holdings/359" } }, { @@ -6917,16 +6917,16 @@ "call_number": "00385", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/29" + "$ref": "https://ils.rero.ch/api/documents/38" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/355" + "$ref": "https://ils.rero.ch/api/holdings/360" } }, { @@ -6935,16 +6935,16 @@ "call_number": "00386", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/28" + "$ref": "https://ils.rero.ch/api/documents/37" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/356" + "$ref": "https://ils.rero.ch/api/holdings/361" } }, { @@ -6953,16 +6953,16 @@ "call_number": "00387", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/27" + "$ref": "https://ils.rero.ch/api/documents/36" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/357" + "$ref": "https://ils.rero.ch/api/holdings/362" } }, { @@ -6971,16 +6971,16 @@ "call_number": "00388", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/27" + "$ref": "https://ils.rero.ch/api/documents/35" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/357" + "$ref": "https://ils.rero.ch/api/holdings/363" } }, { @@ -6992,13 +6992,13 @@ "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/26" + "$ref": "https://ils.rero.ch/api/documents/34" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/358" + "$ref": "https://ils.rero.ch/api/holdings/364" } }, { @@ -7007,16 +7007,16 @@ "call_number": "00390", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/25" + "$ref": "https://ils.rero.ch/api/documents/33" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/359" + "$ref": "https://ils.rero.ch/api/holdings/365" } }, { @@ -7025,16 +7025,16 @@ "call_number": "00391", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/25" + "$ref": "https://ils.rero.ch/api/documents/32" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/360" + "$ref": "https://ils.rero.ch/api/holdings/366" } }, { @@ -7043,16 +7043,16 @@ "call_number": "00392", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/13" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/24" + "$ref": "https://ils.rero.ch/api/documents/32" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/361" + "$ref": "https://ils.rero.ch/api/holdings/366" } }, { @@ -7061,16 +7061,16 @@ "call_number": "00393", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/24" + "$ref": "https://ils.rero.ch/api/documents/31" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/362" + "$ref": "https://ils.rero.ch/api/holdings/367" } }, { @@ -7079,16 +7079,16 @@ "call_number": "00394", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/23" + "$ref": "https://ils.rero.ch/api/documents/31" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/363" + "$ref": "https://ils.rero.ch/api/holdings/368" } }, { @@ -7097,16 +7097,16 @@ "call_number": "00395", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/23" + "$ref": "https://ils.rero.ch/api/documents/30" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/363" + "$ref": "https://ils.rero.ch/api/holdings/369" } }, { @@ -7115,16 +7115,16 @@ "call_number": "00396", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/22" + "$ref": "https://ils.rero.ch/api/documents/29" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/364" + "$ref": "https://ils.rero.ch/api/holdings/370" } }, { @@ -7133,16 +7133,16 @@ "call_number": "00397", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/22" + "$ref": "https://ils.rero.ch/api/documents/28" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/364" + "$ref": "https://ils.rero.ch/api/holdings/371" } }, { @@ -7151,16 +7151,16 @@ "call_number": "00398", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/21" + "$ref": "https://ils.rero.ch/api/documents/28" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/365" + "$ref": "https://ils.rero.ch/api/holdings/372" } }, { @@ -7169,16 +7169,16 @@ "call_number": "00399", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/20" + "$ref": "https://ils.rero.ch/api/documents/27" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/366" + "$ref": "https://ils.rero.ch/api/holdings/373" } }, { @@ -7187,16 +7187,16 @@ "call_number": "00400", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/20" + "$ref": "https://ils.rero.ch/api/documents/26" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/366" + "$ref": "https://ils.rero.ch/api/holdings/374" } }, { @@ -7205,16 +7205,16 @@ "call_number": "00401", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/5" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/19" + "$ref": "https://ils.rero.ch/api/documents/25" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/367" + "$ref": "https://ils.rero.ch/api/holdings/375" } }, { @@ -7223,16 +7223,16 @@ "call_number": "00402", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/18" + "$ref": "https://ils.rero.ch/api/documents/25" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/368" + "$ref": "https://ils.rero.ch/api/holdings/376" } }, { @@ -7241,16 +7241,16 @@ "call_number": "00403", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/17" + "$ref": "https://ils.rero.ch/api/documents/24" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/369" + "$ref": "https://ils.rero.ch/api/holdings/377" } }, { @@ -7259,16 +7259,16 @@ "call_number": "00404", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/16" + "$ref": "https://ils.rero.ch/api/documents/24" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/370" + "$ref": "https://ils.rero.ch/api/holdings/378" } }, { @@ -7277,16 +7277,16 @@ "call_number": "00405", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/16" + "$ref": "https://ils.rero.ch/api/documents/23" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/371" + "$ref": "https://ils.rero.ch/api/holdings/379" } }, { @@ -7301,10 +7301,10 @@ "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/15" + "$ref": "https://ils.rero.ch/api/documents/22" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/372" + "$ref": "https://ils.rero.ch/api/holdings/380" } }, { @@ -7313,16 +7313,16 @@ "call_number": "00407", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/14" + "$ref": "https://ils.rero.ch/api/documents/22" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/373" + "$ref": "https://ils.rero.ch/api/holdings/381" } }, { @@ -7331,16 +7331,16 @@ "call_number": "00408", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/13" + "$ref": "https://ils.rero.ch/api/documents/21" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/374" + "$ref": "https://ils.rero.ch/api/holdings/382" } }, { @@ -7349,16 +7349,16 @@ "call_number": "00409", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/13" + "$ref": "https://ils.rero.ch/api/documents/20" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/375" + "$ref": "https://ils.rero.ch/api/holdings/383" } }, { @@ -7367,16 +7367,16 @@ "call_number": "00410", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/12" + "$ref": "https://ils.rero.ch/api/documents/20" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/376" + "$ref": "https://ils.rero.ch/api/holdings/383" } }, { @@ -7385,16 +7385,16 @@ "call_number": "00411", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/12" + "$ref": "https://ils.rero.ch/api/documents/19" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/377" + "$ref": "https://ils.rero.ch/api/holdings/384" } }, { @@ -7403,16 +7403,16 @@ "call_number": "00412", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/11" + "$ref": "https://ils.rero.ch/api/documents/19" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/378" + "$ref": "https://ils.rero.ch/api/holdings/384" } }, { @@ -7421,16 +7421,16 @@ "call_number": "00413", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/10" + "$ref": "https://ils.rero.ch/api/documents/18" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/379" + "$ref": "https://ils.rero.ch/api/holdings/385" } }, { @@ -7439,16 +7439,16 @@ "call_number": "00414", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/10" + "$ref": "https://ils.rero.ch/api/documents/17" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/380" + "$ref": "https://ils.rero.ch/api/holdings/386" } }, { @@ -7457,16 +7457,16 @@ "call_number": "00415", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/9" + "$ref": "https://ils.rero.ch/api/documents/17" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/381" + "$ref": "https://ils.rero.ch/api/holdings/386" } }, { @@ -7475,16 +7475,16 @@ "call_number": "00416", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/8" + "$ref": "https://ils.rero.ch/api/documents/16" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/382" + "$ref": "https://ils.rero.ch/api/holdings/387" } }, { @@ -7493,52 +7493,52 @@ "call_number": "00417", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/8" + "$ref": "https://ils.rero.ch/api/documents/16" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/383" + "$ref": "https://ils.rero.ch/api/holdings/387" } }, { "pid": "418", "barcode": "10000000418", "call_number": "00418", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/6" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/7" + "$ref": "https://ils.rero.ch/api/documents/15" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/384" + "$ref": "https://ils.rero.ch/api/holdings/388" } }, { "pid": "419", "barcode": "10000000419", "call_number": "00419", - "status": "missing", + "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/13" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/7" + "$ref": "https://ils.rero.ch/api/documents/14" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/384" + "$ref": "https://ils.rero.ch/api/holdings/389" } }, { @@ -7547,16 +7547,16 @@ "call_number": "00420", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/14" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/6" + "$ref": "https://ils.rero.ch/api/documents/14" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/385" + "$ref": "https://ils.rero.ch/api/holdings/390" } }, { @@ -7565,16 +7565,16 @@ "call_number": "00421", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/5" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/13" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/386" + "$ref": "https://ils.rero.ch/api/holdings/391" } }, { @@ -7583,16 +7583,16 @@ "call_number": "00422", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/17" + "$ref": "https://ils.rero.ch/api/locations/19" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/12" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/387" + "$ref": "https://ils.rero.ch/api/holdings/392" } }, { @@ -7601,16 +7601,16 @@ "call_number": "00423", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/14" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/6" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/4" + "$ref": "https://ils.rero.ch/api/documents/12" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/388" + "$ref": "https://ils.rero.ch/api/holdings/393" } }, { @@ -7619,16 +7619,16 @@ "call_number": "00424", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/16" + "$ref": "https://ils.rero.ch/api/locations/17" }, "item_type": { "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/3" + "$ref": "https://ils.rero.ch/api/documents/11" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/389" + "$ref": "https://ils.rero.ch/api/holdings/394" } }, { @@ -7637,16 +7637,16 @@ "call_number": "00425", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/3" + "$ref": "https://ils.rero.ch/api/documents/11" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/390" + "$ref": "https://ils.rero.ch/api/holdings/395" } }, { @@ -7661,10 +7661,10 @@ "$ref": "https://ils.rero.ch/api/item_types/10" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/10" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/391" + "$ref": "https://ils.rero.ch/api/holdings/396" } }, { @@ -7673,16 +7673,16 @@ "call_number": "00427", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/10" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/392" + "$ref": "https://ils.rero.ch/api/holdings/397" } }, { @@ -7691,16 +7691,16 @@ "call_number": "00428", "status": "on_shelf", "location": { - "$ref": "https://ils.rero.ch/api/locations/19" + "$ref": "https://ils.rero.ch/api/locations/16" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/10" + "$ref": "https://ils.rero.ch/api/item_types/7" }, "document": { - "$ref": "https://ils.rero.ch/api/documents/1" + "$ref": "https://ils.rero.ch/api/documents/9" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/393" + "$ref": "https://ils.rero.ch/api/holdings/398" } }, { @@ -7708,17 +7708,287 @@ "barcode": "10000000429", "call_number": "00429", "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/9" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/399" + } + }, + { + "pid": "430", + "barcode": "10000000430", + "call_number": "00430", + "status": "on_shelf", "location": { "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/2" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/8" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/400" + } + }, + { + "pid": "431", + "barcode": "10000000431", + "call_number": "00431", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/7" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/401" + } + }, + { + "pid": "432", + "barcode": "10000000432", + "call_number": "00432", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/19" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/10" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/7" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/402" + } + }, + { + "pid": "433", + "barcode": "10000000433", + "call_number": "00433", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/1" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/6" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/6" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/403" + } + }, + { + "pid": "434", + "barcode": "10000000434", + "call_number": "00434", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/11" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/4" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/6" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/404" + } + }, + { + "pid": "435", + "barcode": "10000000435", + "call_number": "00435", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/1" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/6" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/5" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/405" + } + }, + { + "pid": "436", + "barcode": "10000000436", + "call_number": "00436", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/5" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/406" + } + }, + { + "pid": "437", + "barcode": "10000000437", + "call_number": "00437", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/2" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/1" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/4" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/407" + } + }, + { + "pid": "438", + "barcode": "10000000438", + "call_number": "00438", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/2" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/1" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/4" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/407" + } + }, + { + "pid": "439", + "barcode": "10000000439", + "call_number": "00439", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/3" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/408" + } + }, + { + "pid": "440", + "barcode": "10000000440", + "call_number": "00440", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/17" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/7" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/3" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/408" + } + }, + { + "pid": "441", + "barcode": "10000000441", + "call_number": "00441", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/19" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/10" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/2" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/409" + } + }, + { + "pid": "442", + "barcode": "10000000442", + "call_number": "00442", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/19" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/10" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/2" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/409" + } + }, + { + "pid": "443", + "barcode": "10000000443", + "call_number": "00443", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/10" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { "$ref": "https://ils.rero.ch/api/documents/1" }, "holding": { - "$ref": "https://ils.rero.ch/api/holdings/394" + "$ref": "https://ils.rero.ch/api/holdings/410" + } + }, + { + "pid": "444", + "barcode": "10000000444", + "call_number": "00444", + "status": "on_shelf", + "location": { + "$ref": "https://ils.rero.ch/api/locations/19" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/10" + }, + "document": { + "$ref": "https://ils.rero.ch/api/documents/1" + }, + "holding": { + "$ref": "https://ils.rero.ch/api/holdings/411" } } ] \ No newline at end of file diff --git a/data/organisations.json b/data/organisations.json index b3f99a2ced..b7515171e2 100644 --- a/data/organisations.json +++ b/data/organisations.json @@ -25,4 +25,4 @@ "code": "cantonal", "default_currency": "CHF" } -] \ No newline at end of file +] diff --git a/rero_ils/dojson/utils.py b/rero_ils/dojson/utils.py index b9cd90ddce..619e402016 100644 --- a/rero_ils/dojson/utils.py +++ b/rero_ils/dojson/utils.py @@ -18,11 +18,35 @@ """Dojson utils.""" import re +import sys +import traceback import click from dojson import Overdo, utils +def error_print(*args): + """Error printing to sdterr.""" + msg = '' + for arg in args: + msg += str(arg) + '\t' + msg.strip() + click.echo(msg, err=True) + sys.stderr.flush() + + +def not_repetitive(bibid, key, value, subfield, default=None): + """Get the first value if the value is a list or tuple.""" + if default is None: + data = value.get(subfield) + else: + data = value.get(subfield, default) + if isinstance(data, (list, tuple)): + error_print('WARNING NOT REPETITIVE:', bibid, key, subfield, value) + data = data[0] + return data + + def remove_trailing_punctuation( data, punctuation=',', @@ -81,7 +105,7 @@ def get_fields(self, tag=None): if (tag_value == tag) or not tag: field_data['tag'] = tag_value if len(blob_key) == 3: # if control field - field_data['data'] = blob_value.strip() + field_data['data'] = blob_value.replace('\n', '') else: field_data['ind1'] = blob_key[3:4] field_data['ind2'] = blob_key[4:5] @@ -121,6 +145,7 @@ class ReroIlsMarc21Overdo(ReroIlsOverdo): This class adds RERO Marc21 properties and functions to the ReroIlsOverdo. """ + bib_id = '' field_008_data = '' lang_from_008 = None date1_from_008 = None @@ -134,29 +159,40 @@ def __init__(self, bases=None, entry_point_group=None): """Reroilsmarc21overdo init.""" super(ReroIlsMarc21Overdo, self).__init__( bases=bases, entry_point_group=entry_point_group) + self.count = 0 def do(self, blob, ignore_missing=True, exception_handlers=None): """Translate blob values and instantiate new model instance.""" - self.blob_record = blob - self.field_008_data = '' - self.date1_from_008 = None - self.date2_from_008 = None - self.date_type_from_008 = '' - fields_008 = self.get_fields(tag='008') - if fields_008: - self.field_008_data = self.get_control_field_data( - fields_008[0]).replace('\n', '') - self.date1_from_008 = self.field_008_data[7:11] - self.date2_from_008 = self.field_008_data[11:15] - self.date_type_from_008 = self.field_008_data[6] - self.init_lang() - self.init_country() - self.init_alternate_graphic() - result = super(ReroIlsMarc21Overdo, self).do( - blob, - ignore_missing=ignore_missing, - exception_handlers=exception_handlers - ) + self.count += 1 + result = None + try: + self.blob_record = blob + try: + self.bib_id = self.get_fields(tag='001')[0]['data'] + except Exception as err: + self.bib_id = '???' + self.field_008_data = '' + self.date1_from_008 = None + self.date2_from_008 = None + self.date_type_from_008 = '' + fields_008 = self.get_fields(tag='008') + if fields_008: + self.field_008_data = self.get_control_field_data( + fields_008[0]).rstrip() + self.date1_from_008 = self.field_008_data[7:11] + self.date2_from_008 = self.field_008_data[11:15] + self.date_type_from_008 = self.field_008_data[6] + self.init_lang() + self.init_country() + self.init_alternate_graphic() + result = super(ReroIlsMarc21Overdo, self).do( + blob, + ignore_missing=ignore_missing, + exception_handlers=exception_handlers + ) + except Exception as err: + error_print('ERROR:', self.bib_id, self.count, err) + traceback.print_exc() return result def get_link_data(self, subfields_6_data): @@ -168,11 +204,11 @@ def get_link_data(self, subfields_6_data): link = link_and_script_data[0] try: script_code = link_and_script_data[1] - except Exception: + except Exception as err: script_code = 'latn' try: script_dir = link_and_script_data[2] - except Exception: + except Exception as err: script_dir = '' return tag, link, script_code, script_dir @@ -185,12 +221,19 @@ def init_country(self): field_044 = fields_044[0] cantons_codes = self.get_subfields(field_044, 'c') for cantons_codes in self.get_subfields(field_044, 'c'): - self.cantons.append(cantons_codes.split('-')[1]) + try: + canton = cantons_codes.split('-')[1].strip() + self.cantons.append(canton) + except Exception as err: + error_print('ERROR INIT CANTONS:', self.bib_id, + cantons_codes) if self.cantons: self.country = 'sz' else: - if len(self.field_008_data) > 18: + try: self.country = self.field_008_data[15:18].rstrip() + except Exception as err: + pass def init_lang(self): """Initialization languages (008 and 041).""" @@ -204,12 +247,15 @@ def init_lang_from(fields_041, code): langs_from_041.append(lang_from_041) return langs_from_041 - # check len(value) to avoid getting char[35:38] if data is invalid self.lang_from_008 = '' self.langs_from_041_a = [] self.langs_from_041_h = [] - if len(self.field_008_data) > 38: + try: self.lang_from_008 = self.field_008_data[35:38] + except Exception as err: + self.lang_from_008 = 'und' + error_print('WARNING:', "set 008 language to 'und'") + fields_041 = self.get_fields(tag='041') self.langs_from_041_a = init_lang_from(fields_041, code='a') self.langs_from_041_h = init_lang_from(fields_041, code='h') diff --git a/rero_ils/modules/cli.py b/rero_ils/modules/cli.py index 7870ea4faf..a111c4b628 100644 --- a/rero_ils/modules/cli.py +++ b/rero_ils/modules/cli.py @@ -20,16 +20,20 @@ from __future__ import absolute_import, print_function import difflib +import gc import json +import logging +import multiprocessing import os import sys from collections import OrderedDict from glob import glob -from json import loads +from json import JSONDecodeError, JSONDecoder, loads import click import jsonref import yaml +from dojson.contrib.marc21.utils import create_record, split_stream from flask import current_app from flask.cli import with_appcontext from flask_security.confirmable import confirm_user @@ -41,9 +45,11 @@ from invenio_search.proxies import current_search from jsonschema import validate from jsonschema.exceptions import ValidationError +from lxml import etree from pkg_resources import resource_string from werkzeug.local import LocalProxy +from .documents.dojson.contrib.marc21tojson import marc21tojson from .items.cli import create_items, reindex_items from .loans.cli import create_loans from .patrons.cli import import_users @@ -155,6 +161,8 @@ def check_json(paths, replace, indent, sort_keys, verbose): click.echo(fname + ': ', nl=False) click.secho('Invalid JSON', fg='red', nl=False) click.echo(' -- ' + e.msg) + import traceback + traceback.print_exc() error_cnt = 1 tot_error_cnt += error_cnt @@ -193,12 +201,35 @@ def init(force): bar.label = name +def read_json_record(json_file, buf_size=1024, decoder=JSONDecoder()): + """Read lasy json records from file.""" + buffer = "" + json_file.readline() + while True: + block = json_file.read(buf_size) + if not block: + break + buffer += block + pos = 0 + while True: + try: + buffer = buffer.lstrip() + obj, pos = decoder.raw_decode(buffer) + except JSONDecodeError as err: + break + else: + yield obj + buffer = buffer[pos:] + if buffer.startswith(','): + buffer = buffer[1:] + + @click.command('create') -@click.option('-v', '--verbose', 'verbose', is_flag=True, default=True) -@click.option('-c', '--dbcommit', 'dbcommit', is_flag=True, default=True) +@click.option('-a', '--append', 'append', is_flag=True, default=False) @click.option('-r', '--reindex', 'reindex', is_flag=True, default=False) +@click.option('-c', '--dbcommit', 'dbcommit', is_flag=True, default=True) +@click.option('-v', '--verbose', 'verbose', is_flag=True, default=True) @click.option('-s', '--schema', 'schema', default=None) -@click.option('-a', '--append', 'append', is_flag=True, default=False) @click.option('-p', '--pid_type', 'pid_type', default=None) @click.argument('infile', type=click.File('r'), default=sys.stdin) @with_appcontext @@ -222,25 +253,55 @@ def create(infile, pid_type, schema, verbose, dbcommit, reindex, append): current_app.config .get('RECORDS_REST_ENDPOINTS') .get(pid_type).get('record_class', Record)) - data = json.load(infile) count = 0 - for record in data: + error_records = [] + pids = [] + for record in read_json_record(infile): count += 1 if schema: record['$schema'] = schema - rec = record_class.create(record, dbcommit=dbcommit, reindex=reindex) - if verbose: - click.echo( - '{count: <8} {pid_type} created {id}'.format( + try: + rec = record_class.create(record, dbcommit=dbcommit, + reindex=reindex) + if append: + pids.append(rec.pid) + if verbose: + click.echo( + '{count: <8} {pid_type} created {pid}:{id}'.format( + count=count, + pid_type=pid_type, + pid=rec.pid, + id=rec.id + ) + ) + except Exception as err: + error_records.append(record) + click.secho( + '{count: <8} {pid_type} creat error {pid}: {err}'.format( count=count, pid_type=pid_type, - id=rec.id + pid=record.get('pid', '???'), + err=err.args[0] + ), + err=True, + fg='red' ) - ) + + if error_records: + err_file_name = '{pid_type}_error.json'.format(pid_type=pid_type) + with open(err_file_name, 'w') as error_file: + error_file.write('[\n') + for error_record in error_records: + for line in json.dumps(error_record, indent=2).split('\n'): + error_file.write(' ' + line + '\n') + error_file.write(']') + if append: - pids = record_class.get_all_pids() table = record_class.provider.identifier - append_fixtures_new_identifiers(table, pids) + try: + append_fixtures_new_identifiers(table, sorted(pids)) + except Exception as err: + pass fixtures.add_command(create) @@ -427,8 +488,10 @@ def test_license(file, extension, copyrights, license_lines, verbose): @click.argument('type', default='documents') @click.argument('schema', default='document-v0.0.1.json') @click.option('-v', '--verbose', 'verbose', is_flag=True, default=False) -@click.option('-s', '--save', 'savefile', type=click.File('w'), default=None) -def check_validate(jsonfile, type, schema, verbose, savefile): +@click.option('-e', '--error_file', 'error_file', type=click.File('w'), + default=None) +@click.option('-o', '--ok_file', 'ok_file', type=click.File('w'), default=None) +def check_validate(jsonfile, type, schema, verbose, error_file, ok_file): """Check record validation.""" click.secho('Testing json schema for file', fg='green') schema_in_bytes = resource_string( @@ -438,7 +501,6 @@ def check_validate(jsonfile, type, schema, verbose, savefile): schema=schema ) ) - schema = loads(schema_in_bytes.decode('utf8')) datas = json.load(jsonfile) count = 0 @@ -454,13 +516,17 @@ def check_validate(jsonfile, type, schema, verbose, savefile): data["pid"] = 'dummy' try: validate(data, schema) - except ValidationError as excp: - if savefile: - savefile.write(json.dumps(data, indent=2)) + if ok_file: + if data["pid"] == 'dummy': + del data["pid"] + ok_file.write(json.dumps(data, indent=2)) + except ValidationError as err: + if error_file: + error_file.write(json.dumps(data, indent=2)) click.secho( 'Error validate in record: {count}'.format(count=count), fg='red') - click.secho(str(excp)) + click.secho(str(err)) @utils.command('compile_json') @@ -475,3 +541,243 @@ def compile_json(src_jsonfile, output, verbose): if not output: output = sys.stdout json.dump(data, fp=output, indent=2) + + +def do_worker(marc21records, results, pid_required): + """Worker for marc21 to json transformation.""" + schema_in_bytes = resource_string( + 'rero_ils.modules.documents.jsonschemas', + 'documents/document-v0.0.1.json' + ) + schema = loads(schema_in_bytes.decode('utf8')) + for data in marc21records: + data_json = data['json'] + pid = data_json.get('001', '???') + try: + record = marc21tojson.do(data_json) + if not record.get("$schema"): + # create dummy schema in data + record["$schema"] = 'dummy' + if not pid_required: + if not record.get("pid"): + # create dummy pid in data + record["pid"] = 'dummy' + validate(record, schema) + if record["$schema"] == 'dummy': + del record["$schema"] + if not pid_required: + if record["pid"] == 'dummy': + del record["pid"] + results.append({ + 'status': True, + 'data': record + }) + except Exception as err: + msg = 'ERROR:\t{pid}\t{err}'.format(pid=pid, err=err.args[0]) + click.secho(msg, err=True, fg='red') + # import traceback + # traceback.print_exc() + results.append({ + 'pid': pid, + 'status': False, + 'data': data['xml'] + }) + + +class Marc21toJson(): + """Class for Marc21 recorts to Json transformation.""" + + __slots__ = ['xml_file', 'json_file_ok', 'xml_file_error', 'parallel', + 'chunk', 'verbose', 'debug', 'pid_required', + 'count', 'count_ok', 'count_ko', 'ctx', + 'results', 'active_buffer', 'buffer', 'first_result'] + + def __init__(self, xml_file, json_file_ok, xml_file_error, + parallel=8, chunk=5000, + verbose=False, debug=False, pid_required=False): + """Constructor.""" + self.count = 0 + self.count_ok = 0 + self.count_ko = 0 + self.xml_file = xml_file + self.json_file_ok = json_file_ok + self.xml_file_error = xml_file_error + self.parallel = parallel + self.chunk = chunk + self.verbose = verbose + self.first_result = True + if verbose: + click.echo('Main process pid: {pid}'.format( + pid=multiprocessing.current_process().pid + )) + self.debug = debug + if debug: + multiprocessing.log_to_stderr(logging.DEBUG) + self.pid_required = pid_required + self.ctx = multiprocessing.get_context("spawn") + manager = self.ctx.Manager() + self.results = manager.list() + self.active_buffer = 0 + self.buffer = [] + for index in range(parallel): + self.buffer.append({'process': None, 'records': []}) + self.start() + + def counts(self): + """Get the counters.""" + return self.count, self.count_ok, self.count_ko + + def write_results(self): + """Write results from multiprocess to file.""" + while self.results: + value = self.results.pop(0) + status = value.get('status') + data = value.get('data') + if status: + self.count_ok += 1 + if self.first_result: + self.first_result = False + else: + self.json_file_ok.write(',') + for line in json.dumps(data, indent=2).split('\n'): + self.json_file_ok.write('\n ' + line) + else: + self.count_ko += 1 + self.xml_file_error.write(data) + # free memory from garbage collector + gc.collect() + + def wait_free_process(self): + """Wait for next process to finish.""" + index = (self.active_buffer + 1) % self.parallel + process = self.buffer[index]['process'] + if process: + process.join() + # reset data for finished jobs + for index in range(self.parallel): + process = self.buffer[index].get('process') + if process and process.exitcode is not None: + del self.buffer[index]['process'] + self.buffer[index].clear() + self.buffer[index] = {'process': None, 'records': []} + + def next_active_buffer(self): + """Set the next active buffer index.""" + self.active_buffer = (self.active_buffer + 1) % self.parallel + + def wait_all_free_process(self): + """Wait for all processes to finish.""" + for index in range(self.parallel): + self.wait_free_process() + self.next_active_buffer() + + def start_new_process(self): + """Start a new process in context.""" + new_process = self.ctx.Process( + target=do_worker, + args=(self.active_records, self.results, self.pid_required) + ) + self.wait_free_process() + new_process.start() + self.active_process = new_process + if self.verbose: + if self.count < self.chunk: + start = 1 + else: + start = self.count - len(self.active_records) + 1 + click.echo('Start process: {pid} records: {start}..{end}'.format( + pid=new_process.pid, + start=start, + end=self.count + )) + self.next_active_buffer() + + def write_start(self): + """Write initial lines to files.""" + self.json_file_ok.write('[') + self.xml_file_error.write(b'\n') + self.xml_file_error.write( + b'\n\n' + ) + + def write_stop(self): + """Write finishing lines to files.""" + self.json_file_ok.write('\n]') + self.xml_file_error.write(b'\n') + + def start(self): + """Start the transformation.""" + self.write_start() + for marc21xml in split_stream(self.xml_file): + marc21json_record = create_record(marc21xml) + self.active_records.append({ + 'json': marc21json_record, + 'xml': etree.tostring( + marc21xml, + pretty_print=True, + encoding='UTF-8' + ).strip() + }) + self.count += 1 + if len(self.active_records) % self.chunk == 0: + self.write_results() + self.start_new_process() + + # process the remaining records + self.write_results() + if self.active_records: + self.start_new_process() + self.wait_all_free_process() + self.write_results() + self.write_stop() + return self.count, self.count_ok, self.count_ko + + @property + def active_process(self): + """Get the active process.""" + return self.buffer[self.active_buffer]['process'] + + @active_process.setter + def active_process(self, process): + """Set the active process.""" + self.buffer[self.active_buffer]['process'] = process + + @property + def active_records(self): + """Get the active records.""" + return self.buffer[self.active_buffer]['records'] + + +@utils.command('marc21tojson') +@click.argument('xml_file', type=click.File('rb')) +@click.argument('json_file_ok', type=click.File('w')) +@click.argument('xml_file_error', type=click.File('wb')) +@click.option('-p', '--parallel', 'parallel', default=8) +@click.option('-c', '--chunk', 'chunk', default=5000) +@click.option('-v', '--verbose', 'verbose', is_flag=True, default=False) +@click.option('-d', '--debug', 'debug', is_flag=True, default=False) +@click.option('-r', '--pidrequired', 'pid_required', is_flag=True, + default=False) +def marc21json(xml_file, json_file_ok, xml_file_error, parallel, chunk, + verbose, debug, pid_required): + """Convert xml file to json with dojson.""" + click.secho('Marc21 to Json transform: ', fg='green', nl=False) + if pid_required and verbose: + click.secho(' (validation tests pid) ', nl=False) + click.secho(xml_file.name) + + transform = Marc21toJson(xml_file, json_file_ok, xml_file_error, + parallel, chunk, verbose, debug, pid_required) + + count, count_ok, count_ko = transform.counts() + + click.secho('Total records: ', fg='green', nl=False) + click.secho(str(count), nl=False) + click.secho('-', nl=False) + click.secho(str(count_ok + count_ko)) + + click.secho('Records transformed: ', fg='green', nl=False) + click.secho(str(count_ok)) + if count_ko: + click.secho('Records with errors: ', fg='red', nl=False) + click.secho(str(count_ko)) diff --git a/rero_ils/modules/documents/dojson/contrib/marc21tojson/model.py b/rero_ils/modules/documents/dojson/contrib/marc21tojson/model.py index b297b44048..aa33f209c8 100644 --- a/rero_ils/modules/documents/dojson/contrib/marc21tojson/model.py +++ b/rero_ils/modules/documents/dojson/contrib/marc21tojson/model.py @@ -19,13 +19,12 @@ import os import re -import sys import requests from dojson import utils -from rero_ils.dojson.utils import ReroIlsMarc21Overdo, \ - remove_trailing_punctuation +from rero_ils.dojson.utils import ReroIlsMarc21Overdo, error_print, \ + not_repetitive, remove_trailing_punctuation marc21tojson = ReroIlsMarc21Overdo() @@ -38,7 +37,7 @@ def list_of_langs(data): return lang_codes -def get_mef_person_link(id, key, value): +def get_mef_person_link(bibid, id, key, value): """Get mef person link.""" # https://mef.test.rero.ch/api/mef/?q=rero.rero_pid:A012327677 PROD_HOST = 'mef.rero.ch' @@ -47,7 +46,7 @@ def get_mef_person_link(id, key, value): else: DEV_HOST = 'mef.test.rero.ch' mef_url = None - if id: + try: identifier = id[1:].split(')') url = "{mef}/?q={org}.pid:{pid}".format( mef="https://{host}/api/mef".format(host=DEV_HOST), @@ -61,21 +60,14 @@ def get_mef_person_link(id, key, value): if hits: mef_url = hits[0].get('links').get('self') mef_url = mef_url.replace(DEV_HOST, PROD_HOST) - else: - print( - 'ERROR: MEF person not found', - url, - key, - value, - file=sys.stderr - ) + # else: + # error_print('WARNING MEF NOT FOUND:', bibid, url, + # key, value) else: - print( - 'ERROR: MEF request', - url, - request.status_code, - file=sys.stderr - ) + error_print('ERROR MEF REQUEST:', bibid, url, + request.status_code) + except Exception as err: + error_print('WARNING NOT MEF REF:', bibid, id, key, value) return mef_url @@ -92,7 +84,7 @@ def marc21_to_type(self, key, value): Sounds: LDR/6: i|j E-books (imported from Cantook) """ - type = None + type = 'other' type_of_record = value[6] bibliographic_level = value[7] if type_of_record == 'a': @@ -112,6 +104,20 @@ def marc21_to_type(self, key, value): return type +@marc21tojson.over('pid', '^001') +@utils.ignore_value +def marc21_to_pid(self, key, value): + """Get pid. + + If 001 starts with 'REROILS:' save as pid. + """ + pid = None + value = value.strip().split(':') + if value[0] == 'REROILS': + pid = value[1] + return pid + + @marc21tojson.over('language', '^008') @utils.ignore_value def marc21_to_language(self, key, value): @@ -134,6 +140,9 @@ def marc21_to_language(self, key, value): 'type': 'bf:Language' }) lang_codes.append(lang_value) + # if not language: + # error_print('ERROR LANGUAGE:', marc21tojson.bib_id, 'set to "und"') + # language = [{'value': 'und', 'type': 'bf:Language'}] return language or None @@ -145,12 +154,14 @@ def marc21_to_title(self, key, value): title: 245$a without the punctuaction. If there's a $b, then 245$a : $b without the " /" """ - main_title = remove_trailing_punctuation(value.get('a')) - sub_title = value.get('b') + data = not_repetitive(marc21tojson.bib_id, key, value, 'a') + main_title = remove_trailing_punctuation(data) + sub_title = not_repetitive(marc21tojson.bib_id, key, value, 'b') # responsability = value.get('c') if sub_title: main_title += ' : ' + ' : '.join( - utils.force_list(remove_trailing_punctuation(sub_title)) + utils.force_list( + remove_trailing_punctuation(sub_title)) ) return main_title @@ -163,7 +174,7 @@ def marc21_to_titlesProper(self, key, value): titleProper: 730$a """ - return value.get('a') + return not_repetitive(marc21tojson.bib_id, key, value, 'a') @marc21tojson.over('authors', '[17][01]0..') @@ -184,12 +195,17 @@ def marc21_to_author(self, key, value): author = {} author['type'] = 'person' if value.get('0'): - ref = get_mef_person_link(value.get('0'), key, value) - if ref: - author['$ref'] = ref + refs = utils.force_list(value.get('0')) + for ref in refs: + ref = get_mef_person_link(marc21tojson.bib_id, ref, key, value) + if ref: + author['$ref'] = ref # we do not have a $ref if not author.get('$ref'): - author['name'] = remove_trailing_punctuation(value.get('a')) + author['name'] = '' + if value.get('a'): + data = not_repetitive(marc21tojson.bib_id, key, value, 'a') + author['name'] = remove_trailing_punctuation(data) author_subs = utils.force_list(value.get('b')) if author_subs: for author_sub in author_subs: @@ -199,11 +215,11 @@ def marc21_to_author(self, key, value): author['type'] = 'organisation' else: if value.get('c'): - author['qualifier'] = \ - remove_trailing_punctuation(value.get('c')) + data = not_repetitive(marc21tojson.bib_id, key, value, 'c') + author['qualifier'] = remove_trailing_punctuation(data) if value.get('d'): - author['date'] = \ - remove_trailing_punctuation(value.get('d')) + data = not_repetitive(marc21tojson.bib_id, key, value, 'd') + author['date'] = remove_trailing_punctuation(data) return author else: return None @@ -214,17 +230,18 @@ def marc21_to_author(self, key, value): def marc21_to_copyright_date(self, key, value): """Get Copyright Date.""" copyright_dates = self.get('copyrightDate', []) - copyright_date = value.get('c') - if copyright_date: - match = re.search(r'^([©℗])+\s*(\d{4}.*)', copyright_date) - if match: - copyright_date = ' '.join(( - match.group(1), - match.group(2) - )) - else: - raise ValueError('Bad format of copyright date') - copyright_dates.append(copyright_date) + copyrights_date = utils.force_list(value.get('c')) + if copyrights_date: + for copyright_date in copyrights_date: + match = re.search(r'^([©℗])+\s*(\d{4}.*)', copyright_date) + if match: + copyright_date = ' '.join(( + match.group(1), + match.group(2) + )) + copyright_dates.append(copyright_date) + # else: + # raise ValueError('Bad format of copyright date') return copyright_dates or None @@ -240,6 +257,30 @@ def marc21_to_provisionActivity(self, key, value): """ def build_statement(field_value, ind2): + def get_language_script(script): + languages_scripts = { + 'arab': ('ara', 'per'), + 'cyrl': ('bel', 'chu', 'mac', 'rus', 'srp', 'ukr'), + 'grek': ('grc', 'gre'), + 'hani': ('chi', 'jpn'), + 'hebr': ('heb', 'lad', 'yid'), + 'jpan': ('jpn', ), + 'kore': ('kor', ), + 'zyyy': ('chi', ) + } + if script in languages_scripts: + languages = ([marc21tojson.lang_from_008] + + marc21tojson.langs_from_041_a + + marc21tojson.langs_from_041_h) + for lang in languages: + if lang in languages_scripts[script]: + return '-'.join([lang, script]) + error_print('WARNING LANGUAGE SCRIPTS:', marc21tojson.bib_id, + script, '008:', marc21tojson.lang_from_008, + '041$a:', marc21tojson.langs_from_041_a, + '041$h:', marc21tojson.langs_from_041_h) + return '-'.join(['und', script]) + def build_place_or_agent_data(code, label, index, link, add_country): type_per_code = { 'a': 'bf:Place', @@ -261,12 +302,11 @@ def build_place_or_agent_data(code, label, index, link, add_country): marc21tojson.get_subfields(alt_gr['field'])[index] place_or_agent_data['label'].append({ 'value': remove_trailing_punctuation(subfield), - 'language': '-'.join( - (marc21tojson.lang_from_008, alt_gr['script']) - ) + 'language': get_language_script(alt_gr['script']) }) - except Exception: + except Exception as err: pass + # print('++++', err) return place_or_agent_data # function build_statement start here @@ -338,12 +378,12 @@ def marc21_to_description(self, key, value): if value.get('a'): if not self.get('extent', None): self['extent'] = remove_trailing_punctuation( - utils.force_list(value.get('a'))[0] + not_repetitive(marc21tojson.bib_id, key, value, 'a') ) if value.get('b'): if self.get('otherMaterialCharacteristics', []) == []: self['otherMaterialCharacteristics'] = remove_trailing_punctuation( - utils.force_list(value.get('b'))[0] + not_repetitive(marc21tojson.bib_id, key, value, 'b') ) if value.get('c'): formats = self.get('formats', None) @@ -382,7 +422,10 @@ def marc21_to_abstracts(self, key, value): abstract: [520$a repetitive] """ - return ', '.join(utils.force_list(value.get('a'))) + abstracts = None + if value.get('a'): + abstracts = ', '.join(utils.force_list(value.get('a'))) + return abstracts @marc21tojson.over('identifiedBy', '^020..') @@ -392,14 +435,15 @@ def marc21_to_identifiedBy_from_field_020(self, key, value): def build_identifier_from(subfield_data, status=None): subfield_data = subfield_data.strip() identifier = {'value': subfield_data} - subfield_c = value.get('c', '').strip() + subfield_c = not_repetitive( + marc21tojson.bib_id, key, value, 'c', default='').strip() if subfield_c: identifier['acquisitionTerms'] = subfield_c if value.get('q'): # $q is repetitive identifier['qualifier'] = \ ', '.join(utils.force_list(value.get('q'))) - match = re.search(r'^(.+?)\s*\((.*)\)$', subfield_data) + match = re.search(r'^(.+?)\s*\((.+)\)$', subfield_data) if match: # match.group(2) : parentheses content identifier['qualifier'] = ', '.join( @@ -416,12 +460,13 @@ def build_identifier_from(subfield_data, status=None): identifiedBy.append(identifier) identifiedBy = self.get('identifiedBy', []) - subfield_a = value.get('a') + subfield_a = not_repetitive(marc21tojson.bib_id, key, value, 'a') if subfield_a: build_identifier_from(subfield_a) - subfield_z = value.get('z') - if subfield_z: - build_identifier_from(subfield_z, status='invalid or cancelled') + subfields_z = value.get('z') + if subfields_z: + for subfield_z in utils.force_list(subfields_z): + build_identifier_from(subfield_z, status='invalid or cancelled') return identifiedBy or None @@ -442,14 +487,18 @@ def marc21_to_identifiedBy_from_field_022(self, key, value): identifiedBy = self.get('identifiedBy', []) for subfield_code in ['a', 'l', 'm', 'y']: - subfield_data = value.get(subfield_code, '').strip() - if subfield_data: - identifier = {} - identifier['type'] = type_for[subfield_code] - identifier['value'] = subfield_data - if subfield_code in status_for: - identifier['status'] = status_for[subfield_code] - identifiedBy.append(identifier) + subfields_data = value.get(subfield_code) + if subfields_data: + if isinstance(subfields_data, str): + subfields_data = [subfields_data] + for subfield_data in subfields_data: + subfield_data = subfield_data.strip() + identifier = {} + identifier['type'] = type_for[subfield_code] + identifier['value'] = subfield_data + if subfield_code in status_for: + identifier['status'] = status_for[subfield_code] + identifiedBy.append(identifier) return identifiedBy or None @@ -458,10 +507,12 @@ def marc21_to_identifiedBy_from_field_022(self, key, value): def marc21_to_identifiedBy_from_field_024(self, key, value): """Get identifier from field 024.""" def populate_acquisitionTerms_note_qualifier(identifier): - subfield_c = value.get('c', '').strip() + subfield_c = not_repetitive( + marc21tojson.bib_id, key, value, 'c', default='').strip() if subfield_c: - identifier['acquisitionTerms'] = subfield_c - subfield_d = value.get('d', '').strip() + identifier['acquisitionsTerms'] = subfield_c + subfield_d = not_repetitive( + marc21tojson.bib_id, key, value, 'd', default='').strip() if subfield_d: identifier['note'] = subfield_d if value.get('q'): # $q is repetitive @@ -511,8 +562,10 @@ def populate_acquisitionTerms_note_qualifier(identifier): } identifier = {} - subfield_a = value.get('a', '').strip() - subfield_2 = value.get('2', '').strip() + subfield_a = not_repetitive( + marc21tojson.bib_id, key, value, 'a', default='').strip() + subfield_2 = not_repetitive( + marc21tojson.bib_id, key, value, '2', default='').strip() if subfield_a: if re.search(r'permalink\.snl\.ch', subfield_a, re.IGNORECASE): identifier.update({ @@ -566,6 +619,8 @@ def populate_acquisitionTerms_note_qualifier(identifier): 'type': 'bf:Identifier' }) identifiedBy = self.get('identifiedBy', []) + if not identifier.get('type'): + identifier['type'] = 'bf:Identifier' identifiedBy.append(identifier) return identifiedBy or None @@ -585,13 +640,15 @@ def marc21_to_identifiedBy_from_field_028(self, key, value): } identifier = {} - subfield_a = value.get('a', '').strip() + subfield_a = not_repetitive( + marc21tojson.bib_id, key, value, 'a', default='').strip() if subfield_a: identifier['value'] = subfield_a if value.get('q'): # $q is repetitive identifier['qualifier'] = \ ', '.join(utils.force_list(value.get('q'))) - subfield_b = value.get('b', '').strip() + subfield_b = not_repetitive( + marc21tojson.bib_id, key, value, 'b', default='').strip() if subfield_b: identifier['source'] = subfield_b # key[3] is the indicateur_1 @@ -605,7 +662,8 @@ def marc21_to_identifiedBy_from_field_028(self, key, value): @utils.ignore_value def marc21_to_identifiedBy_from_field_035(self, key, value): """Get identifier from field 035.""" - subfield_a = value.get('a', '').strip() + subfield_a = not_repetitive( + marc21tojson.bib_id, key, value, 'a', default='').strip() if subfield_a: identifier = { 'value': subfield_a, @@ -621,7 +679,8 @@ def marc21_to_identifiedBy_from_field_035(self, key, value): @utils.ignore_value def marc21_to_identifiedBy_from_field_930(self, key, value): """Get identifier from field 930.""" - subfield_a = value.get('a', '').strip() + subfield_a = not_repetitive( + marc21tojson.bib_id, key, value, 'a', default='').strip() if subfield_a: identifier = {} match = re.search(r'^\((.+?)\)\s*(.*)$', subfield_a) @@ -646,7 +705,7 @@ def marc21_to_notes(self, key, value): note: [500$a repetitive] """ - return value.get('a') + return not_repetitive(marc21tojson.bib_id, key, value, 'a') @marc21tojson.over('is_part_of', '^773..') @@ -657,7 +716,7 @@ def marc21_to_is_part_of(self, key, value): is_part_of: [773$t repetitive] """ if not self.get('is_part_of', None): - return value.get('t') + return not_repetitive(marc21tojson.bib_id, key, value, 't') @marc21tojson.over('subjects', '^6....') diff --git a/rero_ils/modules/documents/jsonschemas/documents/document-minimal-v0.0.1.json b/rero_ils/modules/documents/jsonschemas/documents/document-minimal-v0.0.1.json index c1efbd3721..9fcb7dd5ec 100644 --- a/rero_ils/modules/documents/jsonschemas/documents/document-minimal-v0.0.1.json +++ b/rero_ils/modules/documents/jsonschemas/documents/document-minimal-v0.0.1.json @@ -3,6 +3,497 @@ "title": "Schema for document", "type": "object", "definitions": { + "language": { + "title": "Language value", + "type": "string", + "enum": [ + "aar", + "abk", + "ace", + "ach", + "ada", + "ady", + "afa", + "afh", + "afr", + "ain", + "aka", + "akk", + "alb", + "ale", + "alg", + "alt", + "amh", + "ang", + "anp", + "apa", + "ara", + "arc", + "arg", + "arm", + "arn", + "arp", + "art", + "arw", + "asm", + "ast", + "ath", + "aus", + "ava", + "ave", + "awa", + "aym", + "aze", + "bad", + "bai", + "bak", + "bal", + "bam", + "ban", + "baq", + "bas", + "bat", + "bej", + "bel", + "bem", + "ben", + "ber", + "bho", + "bih", + "bik", + "bin", + "bis", + "bla", + "bnt", + "bos", + "bra", + "bre", + "btk", + "bua", + "bug", + "bul", + "bur", + "byn", + "cad", + "cai", + "car", + "cat", + "cau", + "ceb", + "cel", + "cha", + "chb", + "che", + "chg", + "chi", + "chk", + "chm", + "chn", + "cho", + "chp", + "chr", + "chu", + "chv", + "chy", + "cmc", + "cnr", + "cop", + "cor", + "cos", + "cpe", + "cpf", + "cpp", + "cre", + "crh", + "crp", + "csb", + "cus", + "cze", + "dak", + "dan", + "dar", + "day", + "del", + "den", + "dgr", + "din", + "div", + "doi", + "dra", + "dsb", + "dua", + "dum", + "dut", + "dyu", + "dzo", + "efi", + "egy", + "eka", + "elx", + "eng", + "enm", + "epo", + "est", + "ewe", + "ewo", + "fan", + "fao", + "fat", + "fij", + "fil", + "fin", + "fiu", + "fon", + "fre", + "frm", + "fro", + "frr", + "frs", + "fry", + "ful", + "fur", + "gaa", + "gay", + "gba", + "gem", + "geo", + "ger", + "gez", + "gil", + "gla", + "gle", + "glg", + "glv", + "gmh", + "goh", + "gon", + "gor", + "got", + "grb", + "grc", + "gre", + "grn", + "gsw", + "guj", + "gwi", + "hai", + "hat", + "hau", + "haw", + "heb", + "her", + "hil", + "him", + "hin", + "hit", + "hmn", + "hmo", + "hrv", + "hsb", + "hun", + "hup", + "iba", + "ibo", + "ice", + "ido", + "iii", + "ijo", + "iku", + "ile", + "ilo", + "ina", + "inc", + "ind", + "ine", + "inh", + "ipk", + "ira", + "iro", + "ita", + "jav", + "jbo", + "jpn", + "jpr", + "jrb", + "kaa", + "kab", + "kac", + "kal", + "kam", + "kan", + "kar", + "kas", + "kau", + "kaw", + "kaz", + "kbd", + "kha", + "khi", + "khm", + "kho", + "kik", + "kin", + "kir", + "kmb", + "kok", + "kom", + "kon", + "kor", + "kos", + "kpe", + "krc", + "krl", + "kro", + "kru", + "kua", + "kum", + "kur", + "kut", + "lad", + "lah", + "lam", + "lao", + "lat", + "lav", + "lez", + "lim", + "lin", + "lit", + "lol", + "loz", + "ltz", + "lua", + "lub", + "lug", + "lui", + "lun", + "luo", + "lus", + "mac", + "mad", + "mag", + "mah", + "mai", + "mak", + "mal", + "man", + "mao", + "map", + "mar", + "mas", + "may", + "mdf", + "mdr", + "men", + "mga", + "mic", + "min", + "mis", + "mkh", + "mlg", + "mlt", + "mnc", + "mni", + "mno", + "moh", + "mon", + "mos", + "mul", + "mun", + "mus", + "mwl", + "mwr", + "myn", + "myv", + "nah", + "nai", + "nap", + "nau", + "nav", + "nbl", + "nde", + "ndo", + "nds", + "nep", + "new", + "nia", + "nic", + "niu", + "nno", + "nob", + "nog", + "non", + "nor", + "nqo", + "nso", + "nub", + "nwc", + "nya", + "nym", + "nyn", + "nyo", + "nzi", + "oci", + "oji", + "ori", + "orm", + "osa", + "oss", + "ota", + "oto", + "paa", + "pag", + "pal", + "pam", + "pan", + "pap", + "pau", + "peo", + "per", + "phi", + "phn", + "pli", + "pol", + "pon", + "por", + "pra", + "pro", + "pus", + "que", + "raj", + "rap", + "rar", + "roa", + "roh", + "rom", + "rum", + "run", + "rup", + "rus", + "sad", + "sag", + "sah", + "sai", + "sal", + "sam", + "san", + "sas", + "sat", + "scn", + "sco", + "sel", + "sem", + "sga", + "sgn", + "shn", + "sid", + "sin", + "sio", + "sit", + "sla", + "slo", + "slv", + "sma", + "sme", + "smi", + "smj", + "smn", + "smo", + "sms", + "sna", + "snd", + "snk", + "sog", + "som", + "son", + "sot", + "spa", + "srd", + "srn", + "srp", + "srr", + "ssa", + "ssw", + "suk", + "sun", + "sus", + "sux", + "swa", + "swe", + "syc", + "syr", + "tah", + "tai", + "tam", + "tat", + "tel", + "tem", + "ter", + "tet", + "tgk", + "tgl", + "tha", + "tib", + "tig", + "tir", + "tiv", + "tkl", + "tlh", + "tli", + "tmh", + "tog", + "ton", + "tpi", + "tsi", + "tsn", + "tso", + "tuk", + "tum", + "tup", + "tur", + "tut", + "tvl", + "twi", + "tyv", + "udm", + "uga", + "uig", + "ukr", + "umb", + "und", + "urd", + "uzb", + "vai", + "ven", + "vie", + "vol", + "vot", + "wak", + "wal", + "war", + "was", + "wel", + "wen", + "wln", + "wol", + "xal", + "xho", + "yao", + "yap", + "yid", + "yor", + "ypk", + "zap", + "zbl", + "zen", + "zha", + "znd", + "zul", + "zun", + "zxx", + "zza" + ] + }, "language_script": { "enum": [ "ara-arab", @@ -22,7 +513,15 @@ "rus-cyrl", "srp-cyrl", "ukr-cyrl", - "yid-hebr" + "yid-hebr", + "und-arab", + "und-cyrl", + "und-grek", + "und-hani", + "und-hebr", + "und-jpan", + "und-kore", + "und-zyyy" ] }, "country": { @@ -468,6 +967,7 @@ "description": "Required. Type of the document. Should be selected in the list below.", "type": "string", "enum": [ + "other", "article", "book", "ebook", @@ -500,7 +1000,7 @@ "title": "Is part of", "description": "Title of the host document.", "type": "string", - "minLength": 3 + "minLength": 1 }, "language": { "title": "Language", @@ -528,21 +1028,491 @@ "title": "Language value", "type": "string", "enum": [ + "aar", + "abk", + "ace", + "ach", + "ada", + "ady", + "afa", + "afh", + "afr", + "ain", + "aka", + "akk", + "alb", + "ale", + "alg", + "alt", + "amh", + "ang", + "anp", + "apa", "ara", + "arc", + "arg", + "arm", + "arn", + "arp", + "art", + "arw", + "asm", + "ast", + "ath", + "aus", + "ava", + "ave", + "awa", + "aym", + "aze", + "bad", + "bai", + "bak", + "bal", + "bam", + "ban", + "baq", + "bas", + "bat", + "bej", + "bel", + "bem", + "ben", + "ber", + "bho", + "bih", + "bik", + "bin", + "bis", + "bla", + "bnt", + "bos", + "bra", + "bre", + "btk", + "bua", + "bug", + "bul", + "bur", + "byn", + "cad", + "cai", + "car", + "cat", + "cau", + "ceb", + "cel", + "cha", + "chb", + "che", + "chg", "chi", + "chk", + "chm", + "chn", + "cho", + "chp", + "chr", + "chu", + "chv", + "chy", + "cmc", + "cnr", + "cop", + "cor", + "cos", + "cpe", + "cpf", + "cpp", + "cre", + "crh", + "crp", + "csb", + "cus", + "cze", + "dak", + "dan", + "dar", + "day", + "del", + "den", + "dgr", + "din", + "div", + "doi", + "dra", + "dsb", + "dua", + "dum", + "dut", + "dyu", + "dzo", + "efi", + "egy", + "eka", + "elx", "eng", + "enm", + "epo", + "est", + "ewe", + "ewo", + "fan", + "fao", + "fat", + "fij", + "fil", + "fin", + "fiu", + "fon", "fre", + "frm", + "fro", + "frr", + "frs", + "fry", + "ful", + "fur", + "gaa", + "gay", + "gba", + "gem", + "geo", "ger", + "gez", + "gil", + "gla", + "gle", + "glg", + "glv", + "gmh", + "goh", + "gon", + "gor", + "got", + "grb", + "grc", "gre", + "grn", + "gsw", + "guj", + "gwi", + "hai", + "hat", + "hau", + "haw", "heb", + "her", + "hil", + "him", + "hin", + "hit", + "hmn", + "hmo", + "hrv", + "hsb", + "hun", + "hup", + "iba", + "ibo", + "ice", + "ido", + "iii", + "ijo", + "iku", + "ile", + "ilo", + "ina", + "inc", + "ind", + "ine", + "inh", + "ipk", + "ira", + "iro", "ita", + "jav", + "jbo", "jpn", + "jpr", + "jrb", + "kaa", + "kab", + "kac", + "kal", + "kam", + "kan", + "kar", + "kas", + "kau", + "kaw", + "kaz", + "kbd", + "kha", + "khi", + "khm", + "kho", + "kik", + "kin", + "kir", + "kmb", + "kok", + "kom", + "kon", + "kor", + "kos", + "kpe", + "krc", + "krl", + "kro", + "kru", + "kua", + "kum", + "kur", + "kut", + "lad", + "lah", + "lam", + "lao", "lat", + "lav", + "lez", + "lim", + "lin", + "lit", + "lol", + "loz", + "ltz", + "lua", + "lub", + "lug", + "lui", + "lun", + "luo", + "lus", + "mac", + "mad", + "mag", + "mah", + "mai", + "mak", + "mal", + "man", + "mao", + "map", + "mar", + "mas", + "may", + "mdf", + "mdr", + "men", + "mga", + "mic", + "min", + "mis", + "mkh", + "mlg", + "mlt", + "mnc", + "mni", + "mno", + "moh", + "mon", + "mos", + "mul", + "mun", + "mus", + "mwl", + "mwr", + "myn", + "myv", + "nah", + "nai", + "nap", + "nau", + "nav", + "nbl", + "nde", + "ndo", + "nds", + "nep", + "new", + "nia", + "nic", + "niu", + "nno", + "nob", + "nog", + "non", + "nor", + "nqo", + "nso", + "nub", + "nwc", + "nya", + "nym", + "nyn", + "nyo", + "nzi", + "oci", + "oji", + "ori", + "orm", + "osa", + "oss", + "ota", + "oto", + "paa", + "pag", + "pal", + "pam", + "pan", + "pap", + "pau", + "peo", + "per", + "phi", + "phn", + "pli", "pol", + "pon", "por", + "pra", + "pro", + "pus", + "que", + "raj", + "rap", + "rar", + "roa", + "roh", + "rom", + "rum", + "run", + "rup", "rus", + "sad", + "sag", + "sah", + "sai", + "sal", + "sam", + "san", + "sas", + "sat", + "scn", + "sco", + "sel", + "sem", + "sga", + "sgn", + "shn", + "sid", + "sin", + "sio", + "sit", + "sla", + "slo", + "slv", + "sma", + "sme", + "smi", + "smj", + "smn", + "smo", + "sms", + "sna", + "snd", + "snk", + "sog", + "som", + "son", + "sot", "spa", - "und" + "srd", + "srn", + "srp", + "srr", + "ssa", + "ssw", + "suk", + "sun", + "sus", + "sux", + "swa", + "swe", + "syc", + "syr", + "tah", + "tai", + "tam", + "tat", + "tel", + "tem", + "ter", + "tet", + "tgk", + "tgl", + "tha", + "tib", + "tig", + "tir", + "tiv", + "tkl", + "tlh", + "tli", + "tmh", + "tog", + "ton", + "tpi", + "tsi", + "tsn", + "tso", + "tuk", + "tum", + "tup", + "tur", + "tut", + "tvl", + "twi", + "tyv", + "udm", + "uga", + "uig", + "ukr", + "umb", + "und", + "urd", + "uzb", + "vai", + "ven", + "vie", + "vol", + "vot", + "wak", + "wal", + "war", + "was", + "wel", + "wen", + "wln", + "wol", + "xal", + "xho", + "yao", + "yap", + "yid", + "yor", + "ypk", + "zap", + "zbl", + "zen", + "zha", + "znd", + "zul", + "zun", + "zxx", + "zza" ] } } @@ -1083,7 +2053,7 @@ "value": { "title": "Place and/or agent name", "type": "string", - "minLength": 2 + "minLength": 1 }, "language": { "enum": [ @@ -1104,7 +2074,15 @@ "rus-cyrl", "srp-cyrl", "ukr-cyrl", - "yid-hebr" + "yid-hebr", + "und-arab", + "und-cyrl", + "und-grek", + "und-hani", + "und-hebr", + "und-jpan", + "und-kore", + "und-zyyy" ] } } @@ -1212,7 +2190,7 @@ "items": { "title": "Abstract", "type": "string", - "minLength": 3 + "minLength": 2 } }, "identifiedBy": { diff --git a/rero_ils/modules/documents/jsonschemas/documents/document-minimal-v0.0.1_src.json b/rero_ils/modules/documents/jsonschemas/documents/document-minimal-v0.0.1_src.json index 3521955ba8..0080a0d540 100644 --- a/rero_ils/modules/documents/jsonschemas/documents/document-minimal-v0.0.1_src.json +++ b/rero_ils/modules/documents/jsonschemas/documents/document-minimal-v0.0.1_src.json @@ -3,6 +3,497 @@ "title": "Schema for document", "type": "object", "definitions": { + "language": { + "title": "Language value", + "type": "string", + "enum": [ + "aar", + "abk", + "ace", + "ach", + "ada", + "ady", + "afa", + "afh", + "afr", + "ain", + "aka", + "akk", + "alb", + "ale", + "alg", + "alt", + "amh", + "ang", + "anp", + "apa", + "ara", + "arc", + "arg", + "arm", + "arn", + "arp", + "art", + "arw", + "asm", + "ast", + "ath", + "aus", + "ava", + "ave", + "awa", + "aym", + "aze", + "bad", + "bai", + "bak", + "bal", + "bam", + "ban", + "baq", + "bas", + "bat", + "bej", + "bel", + "bem", + "ben", + "ber", + "bho", + "bih", + "bik", + "bin", + "bis", + "bla", + "bnt", + "bos", + "bra", + "bre", + "btk", + "bua", + "bug", + "bul", + "bur", + "byn", + "cad", + "cai", + "car", + "cat", + "cau", + "ceb", + "cel", + "cha", + "chb", + "che", + "chg", + "chi", + "chk", + "chm", + "chn", + "cho", + "chp", + "chr", + "chu", + "chv", + "chy", + "cmc", + "cnr", + "cop", + "cor", + "cos", + "cpe", + "cpf", + "cpp", + "cre", + "crh", + "crp", + "csb", + "cus", + "cze", + "dak", + "dan", + "dar", + "day", + "del", + "den", + "dgr", + "din", + "div", + "doi", + "dra", + "dsb", + "dua", + "dum", + "dut", + "dyu", + "dzo", + "efi", + "egy", + "eka", + "elx", + "eng", + "enm", + "epo", + "est", + "ewe", + "ewo", + "fan", + "fao", + "fat", + "fij", + "fil", + "fin", + "fiu", + "fon", + "fre", + "frm", + "fro", + "frr", + "frs", + "fry", + "ful", + "fur", + "gaa", + "gay", + "gba", + "gem", + "geo", + "ger", + "gez", + "gil", + "gla", + "gle", + "glg", + "glv", + "gmh", + "goh", + "gon", + "gor", + "got", + "grb", + "grc", + "gre", + "grn", + "gsw", + "guj", + "gwi", + "hai", + "hat", + "hau", + "haw", + "heb", + "her", + "hil", + "him", + "hin", + "hit", + "hmn", + "hmo", + "hrv", + "hsb", + "hun", + "hup", + "iba", + "ibo", + "ice", + "ido", + "iii", + "ijo", + "iku", + "ile", + "ilo", + "ina", + "inc", + "ind", + "ine", + "inh", + "ipk", + "ira", + "iro", + "ita", + "jav", + "jbo", + "jpn", + "jpr", + "jrb", + "kaa", + "kab", + "kac", + "kal", + "kam", + "kan", + "kar", + "kas", + "kau", + "kaw", + "kaz", + "kbd", + "kha", + "khi", + "khm", + "kho", + "kik", + "kin", + "kir", + "kmb", + "kok", + "kom", + "kon", + "kor", + "kos", + "kpe", + "krc", + "krl", + "kro", + "kru", + "kua", + "kum", + "kur", + "kut", + "lad", + "lah", + "lam", + "lao", + "lat", + "lav", + "lez", + "lim", + "lin", + "lit", + "lol", + "loz", + "ltz", + "lua", + "lub", + "lug", + "lui", + "lun", + "luo", + "lus", + "mac", + "mad", + "mag", + "mah", + "mai", + "mak", + "mal", + "man", + "mao", + "map", + "mar", + "mas", + "may", + "mdf", + "mdr", + "men", + "mga", + "mic", + "min", + "mis", + "mkh", + "mlg", + "mlt", + "mnc", + "mni", + "mno", + "moh", + "mon", + "mos", + "mul", + "mun", + "mus", + "mwl", + "mwr", + "myn", + "myv", + "nah", + "nai", + "nap", + "nau", + "nav", + "nbl", + "nde", + "ndo", + "nds", + "nep", + "new", + "nia", + "nic", + "niu", + "nno", + "nob", + "nog", + "non", + "nor", + "nqo", + "nso", + "nub", + "nwc", + "nya", + "nym", + "nyn", + "nyo", + "nzi", + "oci", + "oji", + "ori", + "orm", + "osa", + "oss", + "ota", + "oto", + "paa", + "pag", + "pal", + "pam", + "pan", + "pap", + "pau", + "peo", + "per", + "phi", + "phn", + "pli", + "pol", + "pon", + "por", + "pra", + "pro", + "pus", + "que", + "raj", + "rap", + "rar", + "roa", + "roh", + "rom", + "rum", + "run", + "rup", + "rus", + "sad", + "sag", + "sah", + "sai", + "sal", + "sam", + "san", + "sas", + "sat", + "scn", + "sco", + "sel", + "sem", + "sga", + "sgn", + "shn", + "sid", + "sin", + "sio", + "sit", + "sla", + "slo", + "slv", + "sma", + "sme", + "smi", + "smj", + "smn", + "smo", + "sms", + "sna", + "snd", + "snk", + "sog", + "som", + "son", + "sot", + "spa", + "srd", + "srn", + "srp", + "srr", + "ssa", + "ssw", + "suk", + "sun", + "sus", + "sux", + "swa", + "swe", + "syc", + "syr", + "tah", + "tai", + "tam", + "tat", + "tel", + "tem", + "ter", + "tet", + "tgk", + "tgl", + "tha", + "tib", + "tig", + "tir", + "tiv", + "tkl", + "tlh", + "tli", + "tmh", + "tog", + "ton", + "tpi", + "tsi", + "tsn", + "tso", + "tuk", + "tum", + "tup", + "tur", + "tut", + "tvl", + "twi", + "tyv", + "udm", + "uga", + "uig", + "ukr", + "umb", + "und", + "urd", + "uzb", + "vai", + "ven", + "vie", + "vol", + "vot", + "wak", + "wal", + "war", + "was", + "wel", + "wen", + "wln", + "wol", + "xal", + "xho", + "yao", + "yap", + "yid", + "yor", + "ypk", + "zap", + "zbl", + "zen", + "zha", + "znd", + "zul", + "zun", + "zxx", + "zza" + ] + }, "language_script": { "enum": [ "ara-arab", @@ -22,7 +513,15 @@ "rus-cyrl", "srp-cyrl", "ukr-cyrl", - "yid-hebr" + "yid-hebr", + "und-arab", + "und-cyrl", + "und-grek", + "und-hani", + "und-hebr", + "und-jpan", + "und-kore", + "und-zyyy" ] }, "country": { @@ -468,6 +967,7 @@ "description": "Required. Type of the document. Should be selected in the list below.", "type": "string", "enum": [ + "other", "article", "book", "ebook", @@ -500,7 +1000,7 @@ "title": "Is part of", "description": "Title of the host document.", "type": "string", - "minLength": 3 + "minLength": 1 }, "language": { "title": "Language", @@ -527,23 +1027,7 @@ "value": { "title": "Language value", "type": "string", - "enum": [ - "ara", - "chi", - "eng", - "fre", - "ger", - "gre", - "heb", - "ita", - "jpn", - "lat", - "pol", - "por", - "rus", - "spa", - "und" - ] + "$ref": "#/definitions/language" } } } @@ -676,7 +1160,7 @@ "value": { "title": "Place and/or agent name", "type": "string", - "minLength": 2 + "minLength": 1 }, "language": { "title": "Language", @@ -788,7 +1272,7 @@ "items": { "title": "Abstract", "type": "string", - "minLength": 3 + "minLength": 2 } }, "identifiedBy": { diff --git a/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1.json b/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1.json index f4c880f69c..21b3cb3ebd 100644 --- a/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1.json +++ b/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1.json @@ -3,6 +3,497 @@ "title": "Schema for document", "type": "object", "definitions": { + "language": { + "title": "Language value", + "type": "string", + "enum": [ + "aar", + "abk", + "ace", + "ach", + "ada", + "ady", + "afa", + "afh", + "afr", + "ain", + "aka", + "akk", + "alb", + "ale", + "alg", + "alt", + "amh", + "ang", + "anp", + "apa", + "ara", + "arc", + "arg", + "arm", + "arn", + "arp", + "art", + "arw", + "asm", + "ast", + "ath", + "aus", + "ava", + "ave", + "awa", + "aym", + "aze", + "bad", + "bai", + "bak", + "bal", + "bam", + "ban", + "baq", + "bas", + "bat", + "bej", + "bel", + "bem", + "ben", + "ber", + "bho", + "bih", + "bik", + "bin", + "bis", + "bla", + "bnt", + "bos", + "bra", + "bre", + "btk", + "bua", + "bug", + "bul", + "bur", + "byn", + "cad", + "cai", + "car", + "cat", + "cau", + "ceb", + "cel", + "cha", + "chb", + "che", + "chg", + "chi", + "chk", + "chm", + "chn", + "cho", + "chp", + "chr", + "chu", + "chv", + "chy", + "cmc", + "cnr", + "cop", + "cor", + "cos", + "cpe", + "cpf", + "cpp", + "cre", + "crh", + "crp", + "csb", + "cus", + "cze", + "dak", + "dan", + "dar", + "day", + "del", + "den", + "dgr", + "din", + "div", + "doi", + "dra", + "dsb", + "dua", + "dum", + "dut", + "dyu", + "dzo", + "efi", + "egy", + "eka", + "elx", + "eng", + "enm", + "epo", + "est", + "ewe", + "ewo", + "fan", + "fao", + "fat", + "fij", + "fil", + "fin", + "fiu", + "fon", + "fre", + "frm", + "fro", + "frr", + "frs", + "fry", + "ful", + "fur", + "gaa", + "gay", + "gba", + "gem", + "geo", + "ger", + "gez", + "gil", + "gla", + "gle", + "glg", + "glv", + "gmh", + "goh", + "gon", + "gor", + "got", + "grb", + "grc", + "gre", + "grn", + "gsw", + "guj", + "gwi", + "hai", + "hat", + "hau", + "haw", + "heb", + "her", + "hil", + "him", + "hin", + "hit", + "hmn", + "hmo", + "hrv", + "hsb", + "hun", + "hup", + "iba", + "ibo", + "ice", + "ido", + "iii", + "ijo", + "iku", + "ile", + "ilo", + "ina", + "inc", + "ind", + "ine", + "inh", + "ipk", + "ira", + "iro", + "ita", + "jav", + "jbo", + "jpn", + "jpr", + "jrb", + "kaa", + "kab", + "kac", + "kal", + "kam", + "kan", + "kar", + "kas", + "kau", + "kaw", + "kaz", + "kbd", + "kha", + "khi", + "khm", + "kho", + "kik", + "kin", + "kir", + "kmb", + "kok", + "kom", + "kon", + "kor", + "kos", + "kpe", + "krc", + "krl", + "kro", + "kru", + "kua", + "kum", + "kur", + "kut", + "lad", + "lah", + "lam", + "lao", + "lat", + "lav", + "lez", + "lim", + "lin", + "lit", + "lol", + "loz", + "ltz", + "lua", + "lub", + "lug", + "lui", + "lun", + "luo", + "lus", + "mac", + "mad", + "mag", + "mah", + "mai", + "mak", + "mal", + "man", + "mao", + "map", + "mar", + "mas", + "may", + "mdf", + "mdr", + "men", + "mga", + "mic", + "min", + "mis", + "mkh", + "mlg", + "mlt", + "mnc", + "mni", + "mno", + "moh", + "mon", + "mos", + "mul", + "mun", + "mus", + "mwl", + "mwr", + "myn", + "myv", + "nah", + "nai", + "nap", + "nau", + "nav", + "nbl", + "nde", + "ndo", + "nds", + "nep", + "new", + "nia", + "nic", + "niu", + "nno", + "nob", + "nog", + "non", + "nor", + "nqo", + "nso", + "nub", + "nwc", + "nya", + "nym", + "nyn", + "nyo", + "nzi", + "oci", + "oji", + "ori", + "orm", + "osa", + "oss", + "ota", + "oto", + "paa", + "pag", + "pal", + "pam", + "pan", + "pap", + "pau", + "peo", + "per", + "phi", + "phn", + "pli", + "pol", + "pon", + "por", + "pra", + "pro", + "pus", + "que", + "raj", + "rap", + "rar", + "roa", + "roh", + "rom", + "rum", + "run", + "rup", + "rus", + "sad", + "sag", + "sah", + "sai", + "sal", + "sam", + "san", + "sas", + "sat", + "scn", + "sco", + "sel", + "sem", + "sga", + "sgn", + "shn", + "sid", + "sin", + "sio", + "sit", + "sla", + "slo", + "slv", + "sma", + "sme", + "smi", + "smj", + "smn", + "smo", + "sms", + "sna", + "snd", + "snk", + "sog", + "som", + "son", + "sot", + "spa", + "srd", + "srn", + "srp", + "srr", + "ssa", + "ssw", + "suk", + "sun", + "sus", + "sux", + "swa", + "swe", + "syc", + "syr", + "tah", + "tai", + "tam", + "tat", + "tel", + "tem", + "ter", + "tet", + "tgk", + "tgl", + "tha", + "tib", + "tig", + "tir", + "tiv", + "tkl", + "tlh", + "tli", + "tmh", + "tog", + "ton", + "tpi", + "tsi", + "tsn", + "tso", + "tuk", + "tum", + "tup", + "tur", + "tut", + "tvl", + "twi", + "tyv", + "udm", + "uga", + "uig", + "ukr", + "umb", + "und", + "urd", + "uzb", + "vai", + "ven", + "vie", + "vol", + "vot", + "wak", + "wal", + "war", + "was", + "wel", + "wen", + "wln", + "wol", + "xal", + "xho", + "yao", + "yap", + "yid", + "yor", + "ypk", + "zap", + "zbl", + "zen", + "zha", + "znd", + "zul", + "zun", + "zxx", + "zza" + ] + }, "language_script": { "enum": [ "ara-arab", @@ -22,7 +513,15 @@ "rus-cyrl", "srp-cyrl", "ukr-cyrl", - "yid-hebr" + "yid-hebr", + "und-arab", + "und-cyrl", + "und-grek", + "und-hani", + "und-hebr", + "und-jpan", + "und-kore", + "und-zyyy" ] }, "country": { @@ -467,6 +966,7 @@ "description": "Required. Type of the document. Should be selected in the list below.", "type": "string", "enum": [ + "other", "article", "book", "ebook", @@ -499,7 +999,7 @@ "title": "Is part of", "description": "Title of the host document.", "type": "string", - "minLength": 3 + "minLength": 1 }, "language": { "title": "Language", @@ -527,21 +1027,491 @@ "title": "Language value", "type": "string", "enum": [ + "aar", + "abk", + "ace", + "ach", + "ada", + "ady", + "afa", + "afh", + "afr", + "ain", + "aka", + "akk", + "alb", + "ale", + "alg", + "alt", + "amh", + "ang", + "anp", + "apa", "ara", + "arc", + "arg", + "arm", + "arn", + "arp", + "art", + "arw", + "asm", + "ast", + "ath", + "aus", + "ava", + "ave", + "awa", + "aym", + "aze", + "bad", + "bai", + "bak", + "bal", + "bam", + "ban", + "baq", + "bas", + "bat", + "bej", + "bel", + "bem", + "ben", + "ber", + "bho", + "bih", + "bik", + "bin", + "bis", + "bla", + "bnt", + "bos", + "bra", + "bre", + "btk", + "bua", + "bug", + "bul", + "bur", + "byn", + "cad", + "cai", + "car", + "cat", + "cau", + "ceb", + "cel", + "cha", + "chb", + "che", + "chg", "chi", + "chk", + "chm", + "chn", + "cho", + "chp", + "chr", + "chu", + "chv", + "chy", + "cmc", + "cnr", + "cop", + "cor", + "cos", + "cpe", + "cpf", + "cpp", + "cre", + "crh", + "crp", + "csb", + "cus", + "cze", + "dak", + "dan", + "dar", + "day", + "del", + "den", + "dgr", + "din", + "div", + "doi", + "dra", + "dsb", + "dua", + "dum", + "dut", + "dyu", + "dzo", + "efi", + "egy", + "eka", + "elx", "eng", + "enm", + "epo", + "est", + "ewe", + "ewo", + "fan", + "fao", + "fat", + "fij", + "fil", + "fin", + "fiu", + "fon", "fre", + "frm", + "fro", + "frr", + "frs", + "fry", + "ful", + "fur", + "gaa", + "gay", + "gba", + "gem", + "geo", "ger", + "gez", + "gil", + "gla", + "gle", + "glg", + "glv", + "gmh", + "goh", + "gon", + "gor", + "got", + "grb", + "grc", "gre", + "grn", + "gsw", + "guj", + "gwi", + "hai", + "hat", + "hau", + "haw", "heb", + "her", + "hil", + "him", + "hin", + "hit", + "hmn", + "hmo", + "hrv", + "hsb", + "hun", + "hup", + "iba", + "ibo", + "ice", + "ido", + "iii", + "ijo", + "iku", + "ile", + "ilo", + "ina", + "inc", + "ind", + "ine", + "inh", + "ipk", + "ira", + "iro", "ita", + "jav", + "jbo", "jpn", + "jpr", + "jrb", + "kaa", + "kab", + "kac", + "kal", + "kam", + "kan", + "kar", + "kas", + "kau", + "kaw", + "kaz", + "kbd", + "kha", + "khi", + "khm", + "kho", + "kik", + "kin", + "kir", + "kmb", + "kok", + "kom", + "kon", + "kor", + "kos", + "kpe", + "krc", + "krl", + "kro", + "kru", + "kua", + "kum", + "kur", + "kut", + "lad", + "lah", + "lam", + "lao", "lat", + "lav", + "lez", + "lim", + "lin", + "lit", + "lol", + "loz", + "ltz", + "lua", + "lub", + "lug", + "lui", + "lun", + "luo", + "lus", + "mac", + "mad", + "mag", + "mah", + "mai", + "mak", + "mal", + "man", + "mao", + "map", + "mar", + "mas", + "may", + "mdf", + "mdr", + "men", + "mga", + "mic", + "min", + "mis", + "mkh", + "mlg", + "mlt", + "mnc", + "mni", + "mno", + "moh", + "mon", + "mos", + "mul", + "mun", + "mus", + "mwl", + "mwr", + "myn", + "myv", + "nah", + "nai", + "nap", + "nau", + "nav", + "nbl", + "nde", + "ndo", + "nds", + "nep", + "new", + "nia", + "nic", + "niu", + "nno", + "nob", + "nog", + "non", + "nor", + "nqo", + "nso", + "nub", + "nwc", + "nya", + "nym", + "nyn", + "nyo", + "nzi", + "oci", + "oji", + "ori", + "orm", + "osa", + "oss", + "ota", + "oto", + "paa", + "pag", + "pal", + "pam", + "pan", + "pap", + "pau", + "peo", + "per", + "phi", + "phn", + "pli", "pol", + "pon", "por", + "pra", + "pro", + "pus", + "que", + "raj", + "rap", + "rar", + "roa", + "roh", + "rom", + "rum", + "run", + "rup", "rus", + "sad", + "sag", + "sah", + "sai", + "sal", + "sam", + "san", + "sas", + "sat", + "scn", + "sco", + "sel", + "sem", + "sga", + "sgn", + "shn", + "sid", + "sin", + "sio", + "sit", + "sla", + "slo", + "slv", + "sma", + "sme", + "smi", + "smj", + "smn", + "smo", + "sms", + "sna", + "snd", + "snk", + "sog", + "som", + "son", + "sot", "spa", - "und" + "srd", + "srn", + "srp", + "srr", + "ssa", + "ssw", + "suk", + "sun", + "sus", + "sux", + "swa", + "swe", + "syc", + "syr", + "tah", + "tai", + "tam", + "tat", + "tel", + "tem", + "ter", + "tet", + "tgk", + "tgl", + "tha", + "tib", + "tig", + "tir", + "tiv", + "tkl", + "tlh", + "tli", + "tmh", + "tog", + "ton", + "tpi", + "tsi", + "tsn", + "tso", + "tuk", + "tum", + "tup", + "tur", + "tut", + "tvl", + "twi", + "tyv", + "udm", + "uga", + "uig", + "ukr", + "umb", + "und", + "urd", + "uzb", + "vai", + "ven", + "vie", + "vol", + "vot", + "wak", + "wal", + "war", + "was", + "wel", + "wen", + "wln", + "wol", + "xal", + "xho", + "yao", + "yap", + "yid", + "yor", + "ypk", + "zap", + "zbl", + "zen", + "zha", + "znd", + "zul", + "zun", + "zxx", + "zza" ] } } @@ -1081,7 +2051,7 @@ "value": { "title": "Place and/or agent name", "type": "string", - "minLength": 2 + "minLength": 1 }, "language": { "enum": [ @@ -1102,7 +2072,15 @@ "rus-cyrl", "srp-cyrl", "ukr-cyrl", - "yid-hebr" + "yid-hebr", + "und-arab", + "und-cyrl", + "und-grek", + "und-hani", + "und-hebr", + "und-jpan", + "und-kore", + "und-zyyy" ] } } @@ -1210,7 +2188,7 @@ "items": { "title": "Abstract", "type": "string", - "minLength": 3 + "minLength": 2 } }, "identifiedBy": { diff --git a/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1_src.json b/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1_src.json index 13251eba9e..b98020e174 100644 --- a/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1_src.json +++ b/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1_src.json @@ -3,6 +3,497 @@ "title": "Schema for document", "type": "object", "definitions": { + "language": { + "title": "Language value", + "type": "string", + "enum": [ + "aar", + "abk", + "ace", + "ach", + "ada", + "ady", + "afa", + "afh", + "afr", + "ain", + "aka", + "akk", + "alb", + "ale", + "alg", + "alt", + "amh", + "ang", + "anp", + "apa", + "ara", + "arc", + "arg", + "arm", + "arn", + "arp", + "art", + "arw", + "asm", + "ast", + "ath", + "aus", + "ava", + "ave", + "awa", + "aym", + "aze", + "bad", + "bai", + "bak", + "bal", + "bam", + "ban", + "baq", + "bas", + "bat", + "bej", + "bel", + "bem", + "ben", + "ber", + "bho", + "bih", + "bik", + "bin", + "bis", + "bla", + "bnt", + "bos", + "bra", + "bre", + "btk", + "bua", + "bug", + "bul", + "bur", + "byn", + "cad", + "cai", + "car", + "cat", + "cau", + "ceb", + "cel", + "cha", + "chb", + "che", + "chg", + "chi", + "chk", + "chm", + "chn", + "cho", + "chp", + "chr", + "chu", + "chv", + "chy", + "cmc", + "cnr", + "cop", + "cor", + "cos", + "cpe", + "cpf", + "cpp", + "cre", + "crh", + "crp", + "csb", + "cus", + "cze", + "dak", + "dan", + "dar", + "day", + "del", + "den", + "dgr", + "din", + "div", + "doi", + "dra", + "dsb", + "dua", + "dum", + "dut", + "dyu", + "dzo", + "efi", + "egy", + "eka", + "elx", + "eng", + "enm", + "epo", + "est", + "ewe", + "ewo", + "fan", + "fao", + "fat", + "fij", + "fil", + "fin", + "fiu", + "fon", + "fre", + "frm", + "fro", + "frr", + "frs", + "fry", + "ful", + "fur", + "gaa", + "gay", + "gba", + "gem", + "geo", + "ger", + "gez", + "gil", + "gla", + "gle", + "glg", + "glv", + "gmh", + "goh", + "gon", + "gor", + "got", + "grb", + "grc", + "gre", + "grn", + "gsw", + "guj", + "gwi", + "hai", + "hat", + "hau", + "haw", + "heb", + "her", + "hil", + "him", + "hin", + "hit", + "hmn", + "hmo", + "hrv", + "hsb", + "hun", + "hup", + "iba", + "ibo", + "ice", + "ido", + "iii", + "ijo", + "iku", + "ile", + "ilo", + "ina", + "inc", + "ind", + "ine", + "inh", + "ipk", + "ira", + "iro", + "ita", + "jav", + "jbo", + "jpn", + "jpr", + "jrb", + "kaa", + "kab", + "kac", + "kal", + "kam", + "kan", + "kar", + "kas", + "kau", + "kaw", + "kaz", + "kbd", + "kha", + "khi", + "khm", + "kho", + "kik", + "kin", + "kir", + "kmb", + "kok", + "kom", + "kon", + "kor", + "kos", + "kpe", + "krc", + "krl", + "kro", + "kru", + "kua", + "kum", + "kur", + "kut", + "lad", + "lah", + "lam", + "lao", + "lat", + "lav", + "lez", + "lim", + "lin", + "lit", + "lol", + "loz", + "ltz", + "lua", + "lub", + "lug", + "lui", + "lun", + "luo", + "lus", + "mac", + "mad", + "mag", + "mah", + "mai", + "mak", + "mal", + "man", + "mao", + "map", + "mar", + "mas", + "may", + "mdf", + "mdr", + "men", + "mga", + "mic", + "min", + "mis", + "mkh", + "mlg", + "mlt", + "mnc", + "mni", + "mno", + "moh", + "mon", + "mos", + "mul", + "mun", + "mus", + "mwl", + "mwr", + "myn", + "myv", + "nah", + "nai", + "nap", + "nau", + "nav", + "nbl", + "nde", + "ndo", + "nds", + "nep", + "new", + "nia", + "nic", + "niu", + "nno", + "nob", + "nog", + "non", + "nor", + "nqo", + "nso", + "nub", + "nwc", + "nya", + "nym", + "nyn", + "nyo", + "nzi", + "oci", + "oji", + "ori", + "orm", + "osa", + "oss", + "ota", + "oto", + "paa", + "pag", + "pal", + "pam", + "pan", + "pap", + "pau", + "peo", + "per", + "phi", + "phn", + "pli", + "pol", + "pon", + "por", + "pra", + "pro", + "pus", + "que", + "raj", + "rap", + "rar", + "roa", + "roh", + "rom", + "rum", + "run", + "rup", + "rus", + "sad", + "sag", + "sah", + "sai", + "sal", + "sam", + "san", + "sas", + "sat", + "scn", + "sco", + "sel", + "sem", + "sga", + "sgn", + "shn", + "sid", + "sin", + "sio", + "sit", + "sla", + "slo", + "slv", + "sma", + "sme", + "smi", + "smj", + "smn", + "smo", + "sms", + "sna", + "snd", + "snk", + "sog", + "som", + "son", + "sot", + "spa", + "srd", + "srn", + "srp", + "srr", + "ssa", + "ssw", + "suk", + "sun", + "sus", + "sux", + "swa", + "swe", + "syc", + "syr", + "tah", + "tai", + "tam", + "tat", + "tel", + "tem", + "ter", + "tet", + "tgk", + "tgl", + "tha", + "tib", + "tig", + "tir", + "tiv", + "tkl", + "tlh", + "tli", + "tmh", + "tog", + "ton", + "tpi", + "tsi", + "tsn", + "tso", + "tuk", + "tum", + "tup", + "tur", + "tut", + "tvl", + "twi", + "tyv", + "udm", + "uga", + "uig", + "ukr", + "umb", + "und", + "urd", + "uzb", + "vai", + "ven", + "vie", + "vol", + "vot", + "wak", + "wal", + "war", + "was", + "wel", + "wen", + "wln", + "wol", + "xal", + "xho", + "yao", + "yap", + "yid", + "yor", + "ypk", + "zap", + "zbl", + "zen", + "zha", + "znd", + "zul", + "zun", + "zxx", + "zza" + ] + }, "language_script": { "enum": [ "ara-arab", @@ -22,7 +513,15 @@ "rus-cyrl", "srp-cyrl", "ukr-cyrl", - "yid-hebr" + "yid-hebr", + "und-arab", + "und-cyrl", + "und-grek", + "und-hani", + "und-hebr", + "und-jpan", + "und-kore", + "und-zyyy" ] }, "country": { @@ -467,6 +966,7 @@ "description": "Required. Type of the document. Should be selected in the list below.", "type": "string", "enum": [ + "other", "article", "book", "ebook", @@ -499,7 +999,7 @@ "title": "Is part of", "description": "Title of the host document.", "type": "string", - "minLength": 3 + "minLength": 1 }, "language": { "title": "Language", @@ -526,23 +1026,7 @@ "value": { "title": "Language value", "type": "string", - "enum": [ - "ara", - "chi", - "eng", - "fre", - "ger", - "gre", - "heb", - "ita", - "jpn", - "lat", - "pol", - "por", - "rus", - "spa", - "und" - ] + "$ref": "#/definitions/language" } } } @@ -674,7 +1158,7 @@ "value": { "title": "Place and/or agent name", "type": "string", - "minLength": 2 + "minLength": 1 }, "language": { "title": "Language", @@ -786,7 +1270,7 @@ "items": { "title": "Abstract", "type": "string", - "minLength": 3 + "minLength": 2 } }, "identifiedBy": { diff --git a/rero_ils/modules/documents/jsonschemas/form_documents/document-v0.0.1.json b/rero_ils/modules/documents/jsonschemas/form_documents/document-v0.0.1.json index c63bda2e66..637ca67beb 100644 --- a/rero_ils/modules/documents/jsonschemas/form_documents/document-v0.0.1.json +++ b/rero_ils/modules/documents/jsonschemas/form_documents/document-v0.0.1.json @@ -142,65 +142,1945 @@ { "key": "language[].value", "titleMap": [ + { + "value": "aar", + "name": "Afar" + }, + { + "value": "abk", + "name": "Abkhaz" + }, + { + "value": "ace", + "name": "Achinese" + }, + { + "value": "ach", + "name": "Acoli" + }, + { + "value": "ada", + "name": "Adangme" + }, + { + "value": "ady", + "name": "Adygei" + }, + { + "value": "afa", + "name": "Afroasiatic (Other)" + }, + { + "value": "afh", + "name": "Afrihili (Artificial language)" + }, + { + "value": "afr", + "name": "Afrikaans" + }, + { + "value": "ain", + "name": "Ainu" + }, + { + "value": "aka", + "name": "Akan" + }, + { + "value": "akk", + "name": "Akkadian" + }, + { + "value": "alb", + "name": "Albanian" + }, + { + "value": "ale", + "name": "Aleut" + }, + { + "value": "alg", + "name": "Algonquian (Other)" + }, + { + "value": "alt", + "name": "Altai" + }, + { + "value": "amh", + "name": "Amharic" + }, + { + "value": "ang", + "name": "English, Old (ca. 450-1100)" + }, + { + "value": "anp", + "name": "Angika" + }, + { + "value": "apa", + "name": "Apache languages" + }, { "value": "ara", "name": "Arabic" }, + { + "value": "arc", + "name": "Aramaic" + }, + { + "value": "arg", + "name": "Aragonese" + }, + { + "value": "arm", + "name": "Armenian" + }, + { + "value": "arn", + "name": "Mapuche" + }, + { + "value": "arp", + "name": "Arapaho" + }, + { + "value": "art", + "name": "Artificial (Other)" + }, + { + "value": "arw", + "name": "Arawak" + }, + { + "value": "asm", + "name": "Assamese" + }, + { + "value": "ast", + "name": "Bable" + }, + { + "value": "ath", + "name": "Athapascan (Other)" + }, + { + "value": "aus", + "name": "Australian languages" + }, + { + "value": "ava", + "name": "Avaric" + }, + { + "value": "ave", + "name": "Avestan" + }, + { + "value": "awa", + "name": "Awadhi" + }, + { + "value": "aym", + "name": "Aymara" + }, + { + "value": "aze", + "name": "Azerbaijani" + }, + { + "value": "bad", + "name": "Banda languages" + }, + { + "value": "bai", + "name": "Bamileke languages" + }, + { + "value": "bak", + "name": "Bashkir" + }, + { + "value": "bal", + "name": "Baluchi" + }, + { + "value": "bam", + "name": "Bambara" + }, + { + "value": "ban", + "name": "Balinese" + }, + { + "value": "baq", + "name": "Basque" + }, + { + "value": "bas", + "name": "Basa" + }, + { + "value": "bat", + "name": "Baltic (Other)" + }, + { + "value": "bej", + "name": "Beja" + }, + { + "value": "bel", + "name": "Belarusian" + }, + { + "value": "bem", + "name": "Bemba" + }, + { + "value": "ben", + "name": "Bengali" + }, + { + "value": "ber", + "name": "Berber (Other)" + }, + { + "value": "bho", + "name": "Bhojpuri" + }, + { + "value": "bih", + "name": "Bihari (Other)" + }, + { + "value": "bik", + "name": "Bikol" + }, + { + "value": "bin", + "name": "Edo" + }, + { + "value": "bis", + "name": "Bislama" + }, + { + "value": "bla", + "name": "Siksika" + }, + { + "value": "bnt", + "name": "Bantu (Other)" + }, + { + "value": "bos", + "name": "Bosnian" + }, + { + "value": "bra", + "name": "Braj" + }, + { + "value": "bre", + "name": "Breton" + }, + { + "value": "btk", + "name": "Batak" + }, + { + "value": "bua", + "name": "Buriat" + }, + { + "value": "bug", + "name": "Bugis" + }, + { + "value": "bul", + "name": "Bulgarian" + }, + { + "value": "bur", + "name": "Burmese" + }, + { + "value": "byn", + "name": "Bilin" + }, + { + "value": "cad", + "name": "Caddo" + }, + { + "value": "cai", + "name": "Central American Indian (Other)" + }, + { + "value": "car", + "name": "Carib" + }, + { + "value": "cat", + "name": "Catalan" + }, + { + "value": "cau", + "name": "Caucasian (Other)" + }, + { + "value": "ceb", + "name": "Cebuano" + }, + { + "value": "cel", + "name": "Celtic (Other)" + }, + { + "value": "cha", + "name": "Chamorro" + }, + { + "value": "chb", + "name": "Chibcha" + }, + { + "value": "che", + "name": "Chechen" + }, + { + "value": "chg", + "name": "Chagatai" + }, { "value": "chi", "name": "Chinese" }, { - "value": "eng", - "name": "English" + "value": "chk", + "name": "Chuukese" }, { - "value": "fre", - "name": "French" + "value": "chm", + "name": "Mari" }, { - "value": "ger", - "name": "German" + "value": "chn", + "name": "Chinook jargon" }, { - "value": "gre", - "name": "Greek" + "value": "cho", + "name": "Choctaw" }, { - "value": "heb", - "name": "Hebrew" + "value": "chp", + "name": "Chipewyan" }, { - "value": "ita", - "name": "Italian" + "value": "chr", + "name": "Cherokee" }, { - "value": "jpn", - "name": "Japanese" + "value": "chu", + "name": "Church Slavic" }, { - "value": "lat", - "name": "Latin" + "value": "chv", + "name": "Chuvash" }, { - "value": "pol", - "name": "Polish" + "value": "chy", + "name": "Cheyenne" }, { - "value": "por", - "name": "Portuguese" + "value": "cmc", + "name": "Chamic languages" }, { - "value": "rus", - "name": "Russian" + "value": "cnr", + "name": "Montenegrin" }, { - "value": "spa", - "name": "Spanish" + "value": "cop", + "name": "Coptic" }, { - "value": "und", - "name": "Undefined" + "value": "cor", + "name": "Cornish" + }, + { + "value": "cos", + "name": "Corsican" + }, + { + "value": "cpe", + "name": "Creoles and Pidgins, English-based (Other)" + }, + { + "value": "cpf", + "name": "Creoles and Pidgins, French-based (Other)" + }, + { + "value": "cpp", + "name": "Creoles and Pidgins, Portuguese-based (Other)" + }, + { + "value": "cre", + "name": "Cree" + }, + { + "value": "crh", + "name": "Crimean Tatar" + }, + { + "value": "crp", + "name": "Creoles and Pidgins (Other)" + }, + { + "value": "csb", + "name": "Kashubian" + }, + { + "value": "cus", + "name": "Cushitic (Other)" + }, + { + "value": "cze", + "name": "Czech" + }, + { + "value": "dak", + "name": "Dakota" + }, + { + "value": "dan", + "name": "Danish" + }, + { + "value": "dar", + "name": "Dargwa" + }, + { + "value": "day", + "name": "Dayak" + }, + { + "value": "del", + "name": "Delaware" + }, + { + "value": "den", + "name": "Slavey" + }, + { + "value": "dgr", + "name": "Dogrib" + }, + { + "value": "din", + "name": "Dinka" + }, + { + "value": "div", + "name": "Divehi" + }, + { + "value": "doi", + "name": "Dogri" + }, + { + "value": "dra", + "name": "Dravidian (Other)" + }, + { + "value": "dsb", + "name": "Lower Sorbian" + }, + { + "value": "dua", + "name": "Duala" + }, + { + "value": "dum", + "name": "Dutch, Middle (ca. 1050-1350)" + }, + { + "value": "dut", + "name": "Dutch" + }, + { + "value": "dyu", + "name": "Dyula" + }, + { + "value": "dzo", + "name": "Dzongkha" + }, + { + "value": "efi", + "name": "Efik" + }, + { + "value": "egy", + "name": "Egyptian" + }, + { + "value": "eka", + "name": "Ekajuk" + }, + { + "value": "elx", + "name": "Elamite" + }, + { + "value": "eng", + "name": "English" + }, + { + "value": "enm", + "name": "English, Middle (1100-1500)" + }, + { + "value": "epo", + "name": "Esperanto" + }, + { + "value": "est", + "name": "Estonian" + }, + { + "value": "ewe", + "name": "Ewe" + }, + { + "value": "ewo", + "name": "Ewondo" + }, + { + "value": "fan", + "name": "Fang" + }, + { + "value": "fao", + "name": "Faroese" + }, + { + "value": "fat", + "name": "Fanti" + }, + { + "value": "fij", + "name": "Fijian" + }, + { + "value": "fil", + "name": "Filipino" + }, + { + "value": "fin", + "name": "Finnish" + }, + { + "value": "fiu", + "name": "Finno-Ugrian (Other)" + }, + { + "value": "fon", + "name": "Fon" + }, + { + "value": "fre", + "name": "French" + }, + { + "value": "frm", + "name": "French, Middle (ca. 1300-1600)" + }, + { + "value": "fro", + "name": "French, Old (ca. 842-1300)" + }, + { + "value": "frr", + "name": "North Frisian" + }, + { + "value": "frs", + "name": "East Frisian" + }, + { + "value": "fry", + "name": "Frisian" + }, + { + "value": "ful", + "name": "Fula" + }, + { + "value": "fur", + "name": "Friulian" + }, + { + "value": "gaa", + "name": "G\u00e3" + }, + { + "value": "gay", + "name": "Gayo" + }, + { + "value": "gba", + "name": "Gbaya" + }, + { + "value": "gem", + "name": "Germanic (Other)" + }, + { + "value": "geo", + "name": "Georgian" + }, + { + "value": "ger", + "name": "German" + }, + { + "value": "gez", + "name": "Ethiopic" + }, + { + "value": "gil", + "name": "Gilbertese" + }, + { + "value": "gla", + "name": "Scottish Gaelic" + }, + { + "value": "gle", + "name": "Irish" + }, + { + "value": "glg", + "name": "Galician" + }, + { + "value": "glv", + "name": "Manx" + }, + { + "value": "gmh", + "name": "German, Middle High (ca. 1050-1500)" + }, + { + "value": "goh", + "name": "German, Old High (ca. 750-1050)" + }, + { + "value": "gon", + "name": "Gondi" + }, + { + "value": "gor", + "name": "Gorontalo" + }, + { + "value": "got", + "name": "Gothic" + }, + { + "value": "grb", + "name": "Grebo" + }, + { + "value": "grc", + "name": "Greek, Ancient (to 1453)" + }, + { + "value": "gre", + "name": "Greek, Modern (1453-)" + }, + { + "value": "grn", + "name": "Guarani" + }, + { + "value": "gsw", + "name": "Swiss German" + }, + { + "value": "guj", + "name": "Gujarati" + }, + { + "value": "gwi", + "name": "Gwich'in" + }, + { + "value": "hai", + "name": "Haida" + }, + { + "value": "hat", + "name": "Haitian French Creole" + }, + { + "value": "hau", + "name": "Hausa" + }, + { + "value": "haw", + "name": "Hawaiian" + }, + { + "value": "heb", + "name": "Hebrew" + }, + { + "value": "her", + "name": "Herero" + }, + { + "value": "hil", + "name": "Hiligaynon" + }, + { + "value": "him", + "name": "Western Pahari languages" + }, + { + "value": "hin", + "name": "Hindi" + }, + { + "value": "hit", + "name": "Hittite" + }, + { + "value": "hmn", + "name": "Hmong" + }, + { + "value": "hmo", + "name": "Hiri Motu" + }, + { + "value": "hrv", + "name": "Croatian" + }, + { + "value": "hsb", + "name": "Upper Sorbian" + }, + { + "value": "hun", + "name": "Hungarian" + }, + { + "value": "hup", + "name": "Hupa" + }, + { + "value": "iba", + "name": "Iban" + }, + { + "value": "ibo", + "name": "Igbo" + }, + { + "value": "ice", + "name": "Icelandic" + }, + { + "value": "ido", + "name": "Ido" + }, + { + "value": "iii", + "name": "Sichuan Yi" + }, + { + "value": "ijo", + "name": "Ijo" + }, + { + "value": "iku", + "name": "Inuktitut" + }, + { + "value": "ile", + "name": "Interlingue" + }, + { + "value": "ilo", + "name": "Iloko" + }, + { + "value": "ina", + "name": "Interlingua (International Auxiliary Language Association)" + }, + { + "value": "inc", + "name": "Indic (Other)" + }, + { + "value": "ind", + "name": "Indonesian" + }, + { + "value": "ine", + "name": "Indo-European (Other)" + }, + { + "value": "inh", + "name": "Ingush" + }, + { + "value": "ipk", + "name": "Inupiaq" + }, + { + "value": "ira", + "name": "Iranian (Other)" + }, + { + "value": "iro", + "name": "Iroquoian (Other)" + }, + { + "value": "ita", + "name": "Italian" + }, + { + "value": "jav", + "name": "Javanese" + }, + { + "value": "jbo", + "name": "Lojban (Artificial language)" + }, + { + "value": "jpn", + "name": "Japanese" + }, + { + "value": "jpr", + "name": "Judeo-Persian" + }, + { + "value": "jrb", + "name": "Judeo-Arabic" + }, + { + "value": "kaa", + "name": "Kara-Kalpak" + }, + { + "value": "kab", + "name": "Kabyle" + }, + { + "value": "kac", + "name": "Kachin" + }, + { + "value": "kal", + "name": "Kal\u00e2tdlisut" + }, + { + "value": "kam", + "name": "Kamba" + }, + { + "value": "kan", + "name": "Kannada" + }, + { + "value": "kar", + "name": "Karen languages" + }, + { + "value": "kas", + "name": "Kashmiri" + }, + { + "value": "kau", + "name": "Kanuri" + }, + { + "value": "kaw", + "name": "Kawi" + }, + { + "value": "kaz", + "name": "Kazakh" + }, + { + "value": "kbd", + "name": "Kabardian" + }, + { + "value": "kha", + "name": "Khasi" + }, + { + "value": "khi", + "name": "Khoisan (Other)" + }, + { + "value": "khm", + "name": "Khmer" + }, + { + "value": "kho", + "name": "Khotanese" + }, + { + "value": "kik", + "name": "Kikuyu" + }, + { + "value": "kin", + "name": "Kinyarwanda" + }, + { + "value": "kir", + "name": "Kyrgyz" + }, + { + "value": "kmb", + "name": "Kimbundu" + }, + { + "value": "kok", + "name": "Konkani" + }, + { + "value": "kom", + "name": "Komi" + }, + { + "value": "kon", + "name": "Kongo" + }, + { + "value": "kor", + "name": "Korean" + }, + { + "value": "kos", + "name": "Kosraean" + }, + { + "value": "kpe", + "name": "Kpelle" + }, + { + "value": "krc", + "name": "Karachay-Balkar" + }, + { + "value": "krl", + "name": "Karelian" + }, + { + "value": "kro", + "name": "Kru (Other)" + }, + { + "value": "kru", + "name": "Kurukh" + }, + { + "value": "kua", + "name": "Kuanyama" + }, + { + "value": "kum", + "name": "Kumyk" + }, + { + "value": "kur", + "name": "Kurdish" + }, + { + "value": "kut", + "name": "Kootenai" + }, + { + "value": "lad", + "name": "Ladino" + }, + { + "value": "lah", + "name": "Lahnd\u0101" + }, + { + "value": "lam", + "name": "Lamba (Zambia and Congo)" + }, + { + "value": "lao", + "name": "Lao" + }, + { + "value": "lat", + "name": "Latin" + }, + { + "value": "lav", + "name": "Latvian" + }, + { + "value": "lez", + "name": "Lezgian" + }, + { + "value": "lim", + "name": "Limburgish" + }, + { + "value": "lin", + "name": "Lingala" + }, + { + "value": "lit", + "name": "Lithuanian" + }, + { + "value": "lol", + "name": "Mongo-Nkundu" + }, + { + "value": "loz", + "name": "Lozi" + }, + { + "value": "ltz", + "name": "Luxembourgish" + }, + { + "value": "lua", + "name": "Luba-Lulua" + }, + { + "value": "lub", + "name": "Luba-Katanga" + }, + { + "value": "lug", + "name": "Ganda" + }, + { + "value": "lui", + "name": "Luise\u00f1o" + }, + { + "value": "lun", + "name": "Lunda" + }, + { + "value": "luo", + "name": "Luo (Kenya and Tanzania)" + }, + { + "value": "lus", + "name": "Lushai" + }, + { + "value": "mac", + "name": "Macedonian" + }, + { + "value": "mad", + "name": "Madurese" + }, + { + "value": "mag", + "name": "Magahi" + }, + { + "value": "mah", + "name": "Marshallese" + }, + { + "value": "mai", + "name": "Maithili" + }, + { + "value": "mak", + "name": "Makasar" + }, + { + "value": "mal", + "name": "Malayalam" + }, + { + "value": "man", + "name": "Mandingo" + }, + { + "value": "mao", + "name": "Maori" + }, + { + "value": "map", + "name": "Austronesian (Other)" + }, + { + "value": "mar", + "name": "Marathi" + }, + { + "value": "mas", + "name": "Maasai" + }, + { + "value": "may", + "name": "Malay" + }, + { + "value": "mdf", + "name": "Moksha" + }, + { + "value": "mdr", + "name": "Mandar" + }, + { + "value": "men", + "name": "Mende" + }, + { + "value": "mga", + "name": "Irish, Middle (ca. 1100-1550)" + }, + { + "value": "mic", + "name": "Micmac" + }, + { + "value": "min", + "name": "Minangkabau" + }, + { + "value": "mis", + "name": "Miscellaneous languages" + }, + { + "value": "mkh", + "name": "Mon-Khmer (Other)" + }, + { + "value": "mlg", + "name": "Malagasy" + }, + { + "value": "mlt", + "name": "Maltese" + }, + { + "value": "mnc", + "name": "Manchu" + }, + { + "value": "mni", + "name": "Manipuri" + }, + { + "value": "mno", + "name": "Manobo languages" + }, + { + "value": "moh", + "name": "Mohawk" + }, + { + "value": "mon", + "name": "Mongolian" + }, + { + "value": "mos", + "name": "Moor\u00e9" + }, + { + "value": "mul", + "name": "Multiple languages" + }, + { + "value": "mun", + "name": "Munda (Other)" + }, + { + "value": "mus", + "name": "Creek" + }, + { + "value": "mwl", + "name": "Mirandese" + }, + { + "value": "mwr", + "name": "Marwari" + }, + { + "value": "myn", + "name": "Mayan languages" + }, + { + "value": "myv", + "name": "Erzya" + }, + { + "value": "nah", + "name": "Nahuatl" + }, + { + "value": "nai", + "name": "North American Indian (Other)" + }, + { + "value": "nap", + "name": "Neapolitan Italian" + }, + { + "value": "nau", + "name": "Nauru" + }, + { + "value": "nav", + "name": "Navajo" + }, + { + "value": "nbl", + "name": "Ndebele (South Africa)" + }, + { + "value": "nde", + "name": "Ndebele (Zimbabwe)" + }, + { + "value": "ndo", + "name": "Ndonga" + }, + { + "value": "nds", + "name": "Low German" + }, + { + "value": "nep", + "name": "Nepali" + }, + { + "value": "new", + "name": "Newari" + }, + { + "value": "nia", + "name": "Nias" + }, + { + "value": "nic", + "name": "Niger-Kordofanian (Other)" + }, + { + "value": "niu", + "name": "Niuean" + }, + { + "value": "nno", + "name": "Norwegian (Nynorsk)" + }, + { + "value": "nob", + "name": "Norwegian (Bokm\u00e5l)" + }, + { + "value": "nog", + "name": "Nogai" + }, + { + "value": "non", + "name": "Old Norse" + }, + { + "value": "nor", + "name": "Norwegian" + }, + { + "value": "nqo", + "name": "N'Ko" + }, + { + "value": "nso", + "name": "Northern Sotho" + }, + { + "value": "nub", + "name": "Nubian languages" + }, + { + "value": "nwc", + "name": "Newari, Old" + }, + { + "value": "nya", + "name": "Nyanja" + }, + { + "value": "nym", + "name": "Nyamwezi" + }, + { + "value": "nyn", + "name": "Nyankole" + }, + { + "value": "nyo", + "name": "Nyoro" + }, + { + "value": "nzi", + "name": "Nzima" + }, + { + "value": "oci", + "name": "Occitan (post-1500)" + }, + { + "value": "oji", + "name": "Ojibwa" + }, + { + "value": "ori", + "name": "Oriya" + }, + { + "value": "orm", + "name": "Oromo" + }, + { + "value": "osa", + "name": "Osage" + }, + { + "value": "oss", + "name": "Ossetic" + }, + { + "value": "ota", + "name": "Turkish, Ottoman" + }, + { + "value": "oto", + "name": "Otomian languages" + }, + { + "value": "paa", + "name": "Papuan (Other)" + }, + { + "value": "pag", + "name": "Pangasinan" + }, + { + "value": "pal", + "name": "Pahlavi" + }, + { + "value": "pam", + "name": "Pampanga" + }, + { + "value": "pan", + "name": "Panjabi" + }, + { + "value": "pap", + "name": "Papiamento" + }, + { + "value": "pau", + "name": "Palauan" + }, + { + "value": "peo", + "name": "Old Persian (ca. 600-400 B.C.)" + }, + { + "value": "per", + "name": "Persian" + }, + { + "value": "phi", + "name": "Philippine (Other)" + }, + { + "value": "phn", + "name": "Phoenician" + }, + { + "value": "pli", + "name": "Pali" + }, + { + "value": "pol", + "name": "Polish" + }, + { + "value": "pon", + "name": "Pohnpeian" + }, + { + "value": "por", + "name": "Portuguese" + }, + { + "value": "pra", + "name": "Prakrit languages" + }, + { + "value": "pro", + "name": "Proven\u00e7al (to 1500)" + }, + { + "value": "pus", + "name": "Pushto" + }, + { + "value": "que", + "name": "Quechua" + }, + { + "value": "raj", + "name": "Rajasthani" + }, + { + "value": "rap", + "name": "Rapanui" + }, + { + "value": "rar", + "name": "Rarotongan" + }, + { + "value": "roa", + "name": "Romance (Other)" + }, + { + "value": "roh", + "name": "Raeto-Romance" + }, + { + "value": "rom", + "name": "Romani" + }, + { + "value": "rum", + "name": "Romanian" + }, + { + "value": "run", + "name": "Rundi" + }, + { + "value": "rup", + "name": "Aromanian" + }, + { + "value": "rus", + "name": "Russian" + }, + { + "value": "sad", + "name": "Sandawe" + }, + { + "value": "sag", + "name": "Sango (Ubangi Creole)" + }, + { + "value": "sah", + "name": "Yakut" + }, + { + "value": "sai", + "name": "South American Indian (Other)" + }, + { + "value": "sal", + "name": "Salishan languages" + }, + { + "value": "sam", + "name": "Samaritan Aramaic" + }, + { + "value": "san", + "name": "Sanskrit" + }, + { + "value": "sas", + "name": "Sasak" + }, + { + "value": "sat", + "name": "Santali" + }, + { + "value": "scn", + "name": "Sicilian Italian" + }, + { + "value": "sco", + "name": "Scots" + }, + { + "value": "sel", + "name": "Selkup" + }, + { + "value": "sem", + "name": "Semitic (Other)" + }, + { + "value": "sga", + "name": "Irish, Old (to 1100)" + }, + { + "value": "sgn", + "name": "Sign languages" + }, + { + "value": "shn", + "name": "Shan" + }, + { + "value": "sid", + "name": "Sidamo" + }, + { + "value": "sin", + "name": "Sinhalese" + }, + { + "value": "sio", + "name": "Siouan (Other)" + }, + { + "value": "sit", + "name": "Sino-Tibetan (Other)" + }, + { + "value": "sla", + "name": "Slavic (Other)" + }, + { + "value": "slo", + "name": "Slovak" + }, + { + "value": "slv", + "name": "Slovenian" + }, + { + "value": "sma", + "name": "Southern Sami" + }, + { + "value": "sme", + "name": "Northern Sami" + }, + { + "value": "smi", + "name": "Sami" + }, + { + "value": "smj", + "name": "Lule Sami" + }, + { + "value": "smn", + "name": "Inari Sami" + }, + { + "value": "smo", + "name": "Samoan" + }, + { + "value": "sms", + "name": "Skolt Sami" + }, + { + "value": "sna", + "name": "Shona" + }, + { + "value": "snd", + "name": "Sindhi" + }, + { + "value": "snk", + "name": "Soninke" + }, + { + "value": "sog", + "name": "Sogdian" + }, + { + "value": "som", + "name": "Somali" + }, + { + "value": "son", + "name": "Songhai" + }, + { + "value": "sot", + "name": "Sotho" + }, + { + "value": "spa", + "name": "Spanish" + }, + { + "value": "srd", + "name": "Sardinian" + }, + { + "value": "srn", + "name": "Sranan" + }, + { + "value": "srp", + "name": "Serbian" + }, + { + "value": "srr", + "name": "Serer" + }, + { + "value": "ssa", + "name": "Nilo-Saharan (Other)" + }, + { + "value": "ssw", + "name": "Swazi" + }, + { + "value": "suk", + "name": "Sukuma" + }, + { + "value": "sun", + "name": "Sundanese" + }, + { + "value": "sus", + "name": "Susu" + }, + { + "value": "sux", + "name": "Sumerian" + }, + { + "value": "swa", + "name": "Swahili" + }, + { + "value": "swe", + "name": "Swedish" + }, + { + "value": "syc", + "name": "Syriac" + }, + { + "value": "syr", + "name": "Syriac, Modern" + }, + { + "value": "tah", + "name": "Tahitian" + }, + { + "value": "tai", + "name": "Tai (Other)" + }, + { + "value": "tam", + "name": "Tamil" + }, + { + "value": "tat", + "name": "Tatar" + }, + { + "value": "tel", + "name": "Telugu" + }, + { + "value": "tem", + "name": "Temne" + }, + { + "value": "ter", + "name": "Terena" + }, + { + "value": "tet", + "name": "Tetum" + }, + { + "value": "tgk", + "name": "Tajik" + }, + { + "value": "tgl", + "name": "Tagalog" + }, + { + "value": "tha", + "name": "Thai" + }, + { + "value": "tib", + "name": "Tibetan" + }, + { + "value": "tig", + "name": "Tigr\u00e9" + }, + { + "value": "tir", + "name": "Tigrinya" + }, + { + "value": "tiv", + "name": "Tiv" + }, + { + "value": "tkl", + "name": "Tokelauan" + }, + { + "value": "tlh", + "name": "Klingon (Artificial language)" + }, + { + "value": "tli", + "name": "Tlingit" + }, + { + "value": "tmh", + "name": "Tamashek" + }, + { + "value": "tog", + "name": "Tonga (Nyasa)" + }, + { + "value": "ton", + "name": "Tongan" + }, + { + "value": "tpi", + "name": "Tok Pisin" + }, + { + "value": "tsi", + "name": "Tsimshian" + }, + { + "value": "tsn", + "name": "Tswana" + }, + { + "value": "tso", + "name": "Tsonga" + }, + { + "value": "tuk", + "name": "Turkmen" + }, + { + "value": "tum", + "name": "Tumbuka" + }, + { + "value": "tup", + "name": "Tupi languages" + }, + { + "value": "tur", + "name": "Turkish" + }, + { + "value": "tut", + "name": "Altaic (Other)" + }, + { + "value": "tvl", + "name": "Tuvaluan" + }, + { + "value": "twi", + "name": "Twi" + }, + { + "value": "tyv", + "name": "Tuvinian" + }, + { + "value": "udm", + "name": "Udmurt" + }, + { + "value": "uga", + "name": "Ugaritic" + }, + { + "value": "uig", + "name": "Uighur" + }, + { + "value": "ukr", + "name": "Ukrainian" + }, + { + "value": "umb", + "name": "Umbundu" + }, + { + "value": "und", + "name": "Undetermined" + }, + { + "value": "urd", + "name": "Urdu" + }, + { + "value": "uzb", + "name": "Uzbek" + }, + { + "value": "vai", + "name": "Vai" + }, + { + "value": "ven", + "name": "Venda" + }, + { + "value": "vie", + "name": "Vietnamese" + }, + { + "value": "vol", + "name": "Volap\u00fck" + }, + { + "value": "vot", + "name": "Votic" + }, + { + "value": "wak", + "name": "Wakashan languages" + }, + { + "value": "wal", + "name": "Wolayta" + }, + { + "value": "war", + "name": "Waray" + }, + { + "value": "was", + "name": "Washoe" + }, + { + "value": "wel", + "name": "Welsh" + }, + { + "value": "wen", + "name": "Sorbian (Other)" + }, + { + "value": "wln", + "name": "Walloon" + }, + { + "value": "wol", + "name": "Wolof" + }, + { + "value": "xal", + "name": "Oirat" + }, + { + "value": "xho", + "name": "Xhosa" + }, + { + "value": "yao", + "name": "Yao (Africa)" + }, + { + "value": "yap", + "name": "Yapese" + }, + { + "value": "yid", + "name": "Yiddish" + }, + { + "value": "yor", + "name": "Yoruba" + }, + { + "value": "ypk", + "name": "Yupik languages" + }, + { + "value": "zap", + "name": "Zapotec" + }, + { + "value": "zbl", + "name": "Blissymbolics" + }, + { + "value": "zen", + "name": "Zenaga" + }, + { + "value": "zha", + "name": "Zhuang" + }, + { + "value": "znd", + "name": "Zande languages" + }, + { + "value": "zul", + "name": "Zulu" + }, + { + "value": "zun", + "name": "Zuni" + }, + { + "value": "zxx", + "name": "No linguistic content" + }, + { + "value": "zza", + "name": "Zaza" } ] } diff --git a/rero_ils/modules/loans/cli.py b/rero_ils/modules/loans/cli.py index b92e8d02f1..f82efca220 100644 --- a/rero_ils/modules/loans/cli.py +++ b/rero_ils/modules/loans/cli.py @@ -106,107 +106,126 @@ def create_loans(infile, fee, verbose): def print_message(barcode, item_barcode, transaction_type): """Print confirmation message.""" - click.echo( - ( - '\t' - '{transaction_type} created for patron {barcode} ' - 'and item {item_barcode}' - ).format( - transaction_type=transaction_type, - barcode=barcode, item_barcode=item_barcode + if item_barcode: + click.echo( + ( + '\t' + '{transaction_type} created for patron {barcode} ' + 'and item {item_barcode}' + ).format( + transaction_type=transaction_type, + barcode=barcode, + item_barcode=item_barcode + ) + ) + else: + click.secho( + ( + '\t' + '{transaction_type} creation error for patron {barcode} ' + ).format( + transaction_type=transaction_type, + barcode=barcode, + ), + fg='red' ) - ) def create_loan(barcode, transaction_type, loanable_items): """Create loans transactions.""" - item = next(loanable_items) - patron = Patron.get_patron_by_barcode(barcode=barcode) - transaction_date = datetime.now(timezone.utc).isoformat() - user_pid, user_location = get_random_librarian_and_transaction_location( - patron) - item.checkout( - patron_pid=patron.pid, - transaction_user_pid=user_pid, - transaction_location_pid=user_location, - transaction_date=transaction_date, - document_pid=item.replace_refs()['document']['pid'], - item_pid=item.pid, - ) - if transaction_type == 'extended': - loan = get_loan_for_item(item.pid) - loan_pid = loan.get('pid') + try: + item = next(loanable_items) + patron = Patron.get_patron_by_barcode(barcode=barcode) + transaction_date = datetime.now(timezone.utc).isoformat() user_pid, user_location = \ get_random_librarian_and_transaction_location(patron) - item.extend_loan( - pid=loan_pid, + item.checkout( patron_pid=patron.pid, - transaction_location_pid=user_location, transaction_user_pid=user_pid, + transaction_location_pid=user_location, transaction_date=transaction_date, document_pid=item.replace_refs()['document']['pid'], item_pid=item.pid, ) - if transaction_type == 'requested_by_others': - requested_patron = get_random_patron(barcode) - user_pid, user_location = \ - get_random_librarian_and_transaction_location(patron) - circ_policy = CircPolicy.provide_circ_policy( - item.library_pid, - requested_patron.patron_type_pid, - item.item_type_pid - ) - if circ_policy.get('allow_requests'): - item.request( - patron_pid=requested_patron.pid, + if transaction_type == 'extended': + loan = get_loan_for_item(item.pid) + loan_pid = loan.get('pid') + user_pid, user_location = \ + get_random_librarian_and_transaction_location(patron) + item.extend_loan( + pid=loan_pid, + patron_pid=patron.pid, transaction_location_pid=user_location, transaction_user_pid=user_pid, transaction_date=transaction_date, - pickup_location_pid=get_random_pickup_location( - requested_patron.pid), document_pid=item.replace_refs()['document']['pid'], + item_pid=item.pid, + ) + if transaction_type == 'requested_by_others': + requested_patron = get_random_patron(barcode) + user_pid, user_location = \ + get_random_librarian_and_transaction_location(patron) + circ_policy = CircPolicy.provide_circ_policy( + item.library_pid, + requested_patron.patron_type_pid, + item.item_type_pid ) - return item['barcode'] + if circ_policy.get('allow_requests'): + item.request( + patron_pid=requested_patron.pid, + transaction_location_pid=user_location, + transaction_user_pid=user_pid, + transaction_date=transaction_date, + pickup_location_pid=get_random_pickup_location( + requested_patron.pid), + document_pid=item.replace_refs()['document']['pid'], + ) + return item['barcode'] + except Exception as err: + return None def create_request(barcode, transaction_type, loanable_items): """Create request transactions.""" - item = next(loanable_items) - rank_1_patron = get_random_patron(barcode) - patron = Patron.get_patron_by_barcode(barcode) - if transaction_type == 'rank_2': - transaction_date = \ - (datetime.now(timezone.utc) - timedelta(2)).isoformat() + try: + item = next(loanable_items) + rank_1_patron = get_random_patron(barcode) + patron = Patron.get_patron_by_barcode(barcode) + if transaction_type == 'rank_2': + transaction_date = \ + (datetime.now(timezone.utc) - timedelta(2)).isoformat() + user_pid, user_location = \ + get_random_librarian_and_transaction_location(patron) + + circ_policy = CircPolicy.provide_circ_policy( + item.holding_library_pid, + rank_1_patron.patron_type_pid, + item.holding_circulation_category_pid + ) + if circ_policy.get('allow_requests'): + item.request( + patron_pid=rank_1_patron.pid, + transaction_location_pid=user_location, + transaction_user_pid=user_pid, + transaction_date=transaction_date, + pickup_location_pid=get_random_pickup_location( + rank_1_patron.pid), + document_pid=item.replace_refs()['document']['pid'], + ) + transaction_date = datetime.now(timezone.utc).isoformat() user_pid, user_location = \ get_random_librarian_and_transaction_location(patron) - - circ_policy = CircPolicy.provide_circ_policy( - item.holding_library_pid, - rank_1_patron.patron_type_pid, - item.holding_circulation_category_pid + item.request( + patron_pid=patron.pid, + transaction_location_pid=user_location, + transaction_user_pid=user_pid, + transaction_date=transaction_date, + pickup_location_pid=get_random_pickup_location(patron.pid), + document_pid=item.replace_refs()['document']['pid'], ) - if circ_policy.get('allow_requests'): - item.request( - patron_pid=rank_1_patron.pid, - transaction_location_pid=user_location, - transaction_user_pid=user_pid, - transaction_date=transaction_date, - pickup_location_pid=get_random_pickup_location( - rank_1_patron.pid), - document_pid=item.replace_refs()['document']['pid'], - ) - transaction_date = datetime.now(timezone.utc).isoformat() - user_pid, user_location = get_random_librarian_and_transaction_location( - patron) - item.request( - patron_pid=patron.pid, - transaction_location_pid=user_location, - transaction_user_pid=user_pid, - transaction_date=transaction_date, - pickup_location_pid=get_random_pickup_location(patron.pid), - document_pid=item.replace_refs()['document']['pid'], - ) - return item['barcode'] + return item['barcode'] + except Exception as err: + return None def get_loanable_items(patron_type_pid): @@ -250,6 +269,7 @@ def get_random_patron(exclude_this_barcode): for patron in patrons: if patron.barcode != exclude_this_barcode: return Patron.get_patron_by_barcode(barcode=patron.barcode) + return None def get_random_librarian(patron): @@ -263,6 +283,7 @@ def get_random_librarian(patron): .source(['pid']).scan() for patron in patrons: return Patron.get_record_by_pid(patron.pid) + return None def get_random_librarian_and_transaction_location(patron): diff --git a/rero_ils/modules/patrons/jsonschemas/patrons/patron-v0.0.1.json b/rero_ils/modules/patrons/jsonschemas/patrons/patron-v0.0.1.json index 4fc18a7aec..a6e2596d51 100644 --- a/rero_ils/modules/patrons/jsonschemas/patrons/patron-v0.0.1.json +++ b/rero_ils/modules/patrons/jsonschemas/patrons/patron-v0.0.1.json @@ -11,9 +11,6 @@ "last_name", "birth_date", "email", - "street", - "postal_code", - "city", "roles" ], "properties": { @@ -59,7 +56,7 @@ "title": "Street", "description": "Street and number of the address, separated by a coma.", "type": "string", - "minLength": 4, + "minLength": 3, "validationMessage": "Required." }, "postal_code": { diff --git a/scripts/dojson_virtua b/scripts/dojson_virtua new file mode 100644 index 0000000000..ba97dabb92 --- /dev/null +++ b/scripts/dojson_virtua @@ -0,0 +1,32 @@ +#!/usr/bin/env bash +# -*- coding: utf-8 -*- +# +# RERO ILS +# Copyright (C) 2019 RERO +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +NC='\033[0m' # Default color +COLORED='\033[1;97;44m' # Bold + white + blue background + +set -e + +msg() { + echo -e "${COLORED}${EMPHASIS}[INFO]${NC}${COLORED}: ${1}${NC}" 1>&2 +} + +msg Dojson ${1} +pipenv run dojson -i ${1} -l marcxml -d pjson do marc21tojson >${1%.*}.json 2>${1%.*}.log + +msg Validate: ${1%.*}.json +pipenv run invenio utils validate ${1%.*}.json documents document-v0.0.1.json -e ${1%.*}_error.json -o ${1%.*}_ok.json diff --git a/scripts/setup b/scripts/setup index a748a65c56..e368643e94 100755 --- a/scripts/setup +++ b/scripts/setup @@ -44,7 +44,7 @@ CREATE_ITEMS_HOLDINGS_BIG=false STOP_EXECUTION=true # options may be followed by one colon to indicate they have a required argument -if ! options=$(getopt -o dsb -l deployment,create_items_holdings_small,create_items_holdings_big -- "$@") +if ! options=$(getopt -o dsb -l deployment,create_items_holdings_small,create_items_holdings_big,data_path: -- "$@") then # something went wrong, getopt will put out an error message for us exit 1 @@ -57,6 +57,7 @@ do -s|--create_items_holdings_small) CREATE_ITEMS_HOLDINGS_SMALL=true ;; -b|--create_items_holdings_big) CREATE_ITEMS_HOLDINGS_BIG=true ;; -c|--continue) STOP_EXECUTION=false ;; + -D|--data_path) DATA_PATH=$2 ;; (--) shift; break;; (-*) display_error_message "$0: error - unrecognized option $1"; exit 1;; (*) break;; @@ -64,6 +65,12 @@ do shift done + +if [ ! -d $DATA_PATH ]; then + display_error_message "Error - data path does not exist: $DATA_PATH" + exit 1 +fi + if $CREATE_ITEMS_HOLDINGS_SMALL && $CREATE_ITEMS_HOLDINGS_BIG then display_error_message "Error - chose option for 'small' or 'big' documents generation" @@ -162,10 +169,8 @@ pipenv run invenio fixtures import_users ${DATA_PATH}/users.json -v # yaz-marcdump -o marcxml data/documents_big.mrc > data/documents_big.xml # # xml to json transformation for rero marcxml records -# pipenv run dojson -i ${DATA_PATH}/documents_big.xml -l marcxml -d pjson do marc21tojson > ${DATA_PATH}/documents_big.json -# pipenv run invenio utils validate data/documents_big.json documents document-v0.0.1.json -s documents_big_errors.json -# pipenv run dojson -i ${DATA_PATH}/documents_small.xml -l marcxml -d pjson do marc21tojson > ${DATA_PATH}/documents_small.json -# pipenv run invenio utils validate data/documents_small.json documents document-v0.0.1.json -s documents_small_errors.json +# pipenv run invenio utils marc21tojson ${DATA_PATH}/documents_big.xml ${DATA_PATH}/documents_big.json ${DATA_PATH}/documents_big_errors.xml -v -r +# pipenv run invenio utils marc21tojson ${DATA_PATH}/documents_small.xml ${DATA_PATH}/documents_small.json ${DATA_PATH}/documents_small_errors.xml -v -r if $DEPLOYMENT then @@ -180,7 +185,7 @@ fi display_success_message "Documents:" echo -e ${DOCUMENTS} -pipenv run invenio fixtures create --pid_type doc --schema 'http://ils.rero.ch/schema/documents/document-v0.0.1.json' ${DOCUMENTS} +pipenv run invenio fixtures create --pid_type doc --schema 'http://ils.rero.ch/schema/documents/document-v0.0.1.json' ${DOCUMENTS} --append if $CREATE_ITEMS_HOLDINGS_SMALL then @@ -206,18 +211,13 @@ fi display_success_message "Holdings:" echo -e ${HOLDINGS} - pipenv run invenio fixtures create --pid_type hold --schema 'http://ils.rero.ch/schema/holdings/holding-v0.0.1.json' ${HOLDINGS} --append - pipenv run invenio index reindex -t hold --yes-i-know pipenv run invenio index run -c 4 --raise-on-error display_success_message "Items:" echo -e ${ITEMS} - pipenv run invenio fixtures create --pid_type item --schema 'http://ils.rero.ch/schema/items/item-v0.0.1.json' ${ITEMS} --append - -# index items pipenv run invenio index reindex -t item --yes-i-know pipenv run invenio index run -c 4 --raise-on-error @@ -225,7 +225,6 @@ pipenv run invenio index run -c 4 --raise-on-error pipenv run invenio index reindex -t doc --yes-i-know pipenv run invenio index run -c 4 --raise-on-error -# # create circulation transactions display_success_message "Circulation transactions:" pipenv run invenio fixtures create_loans --fee ${DATA_PATH}/loans.json diff --git a/setup.py b/setup.py index 7e7481e93a..fe09d0ac1c 100644 --- a/setup.py +++ b/setup.py @@ -155,7 +155,7 @@ def run(self): 'head = rero_ils.dojson.cli:head', ], 'dojson.cli.dump': [ - 'pjson = rero_ils.dojson.cli:pretty_json_dump', + 'pjson = rero_ils.dojson.cli:pretty_json_dump' ], 'dojson.cli.rule': [ 'marc21tojson = rero_ils.modules.documents.dojson' diff --git a/tests/unit/test_documents_dojson.py b/tests/unit/test_documents_dojson.py index 3a95a792b9..9f0133007c 100644 --- a/tests/unit/test_documents_dojson.py +++ b/tests/unit/test_documents_dojson.py @@ -25,12 +25,29 @@ from dojson.contrib.marc21.utils import create_record from utils import mock_response +from rero_ils.dojson.utils import not_repetitive from rero_ils.modules.documents.dojson.contrib.marc21tojson import marc21tojson from rero_ils.modules.documents.dojson.contrib.marc21tojson.model import \ get_mef_person_link from rero_ils.modules.documents.views import create_publication_statement +def test_not_repetetive(capsys): + """Test the function not_repetetive.""" + data_dict = {'sub': ('first', 'second')} + data = not_repetitive('pid1', 'key', data_dict, 'sub') + assert data == 'first' + out, err = capsys.readouterr() + assert err == 'WARNING NOT REPETITIVE:\tpid1\tkey\tsub\t{data}\t\n'.format( + data=str(data_dict) + ) + data = {'sub': 'only'} + data = not_repetitive('pid1', 'key', data, 'sub', '') + assert data == 'only' + out, err = capsys.readouterr() + assert err == "" + + # type: leader def test_marc21_to_type(): """ @@ -116,6 +133,32 @@ def test_marc21_to_type(): assert data.get('type') == 'video' +# pid: 001 +def test_marc21_to_pid(): + """Test dojson marc21languages.""" + + marc21xml = """ + + + REROILS:123456789 + + + """ + marc21json = create_record(marc21xml) + data = marc21tojson.do(marc21json) + assert data.get('pid') == '123456789' + marc21xml = """ + + + 123456789 + + + """ + marc21json = create_record(marc21xml) + data = marc21tojson.do(marc21json) + assert data.get('pid') is None + + # title: 245$a # without the punctuaction. If there's a $b, then 245$a : $b without the " /" def test_marc21_to_title(): @@ -195,15 +238,15 @@ def test_marc21_to_language(): marc21xml = """ - - 881005s1984 xxu|||||| ||||00|| |ara d - + {field_008} ara eng - """ + """.format( + field_008='881005s1984 xxu|||||| ||||00|| |ara d' + ) marc21json = create_record(marc21xml) data = marc21tojson.do(marc21json) @@ -220,9 +263,7 @@ def test_marc21_to_language(): marc21xml = """ - - 881005s1984 xxu|||||| ||||00|| |ara d - + {field_008} eng @@ -230,7 +271,9 @@ def test_marc21_to_language(): fre - """ + """.format( + field_008='881005s1984 xxu|||||| ||||00|| |ara d' + ) marc21json = create_record(marc21xml) data = marc21tojson.do(marc21json) assert data.get('language') == [ @@ -252,11 +295,11 @@ def test_marc21_to_language(): eng - - 881005s1984 xxu|||||| ||||00|| |ara d - + {field_008} - """ + """.format( + field_008='881005s1984 xxu|||||| ||||00|| |ara d' + ) marc21json = create_record(marc21xml) data = marc21tojson.do(marc21json) @@ -273,15 +316,15 @@ def test_marc21_to_language(): marc21xml = """ - - 881005s1984 xxu|||||| ||||00|| |ara d - + {field_008} eng rus - """ + """.format( + field_008='881005s1984 xxu|||||| ||||00|| |ara d' + ) marc21json = create_record(marc21xml) data = marc21tojson.do(marc21json) assert data.get('language') == [ @@ -301,11 +344,11 @@ def test_marc21_to_language(): marc21xml = """ - - 881005s1984 xxu|||||| ||||00|| |ara d - + {field_008} - """ + """.format( + field_008='881005s1984 xxu|||||| ||||00|| |ara d' + ) marc21json = create_record(marc21xml) data = marc21tojson.do(marc21json) assert data.get('language') == [ @@ -1097,6 +1140,60 @@ def test_marc21_to_provisionActivity_2_places_2_agents_rus_cyrl(): } +def test_marc21_to_provisionActivity_exceptions(capsys): + """Test dojson publication statement. + - exceptions + """ + marc21xml = """ + + 170626s2017 ru ||| | ||||00| | + + 880-02 + Ierusalim : + + + 264-02/(N + Иерусалим : + + + """ + marc21json = create_record(marc21xml) + data = marc21tojson.do(marc21json) + out, err = capsys.readouterr() + assert data.get('provisionActivity') == [ + { + 'type': 'bf:Publication', + 'statement': [ + { + 'country': 'ru', + 'label': [ + {'value': 'Ierusalim'}, + {'value': 'Иерусалим', + 'language': 'und-cyrl'} + ], + 'type': 'bf:Place' + }, + ], + 'startDate': '2017' + } + ] + assert err.strip() == ('WARNING LANGUAGE SCRIPTS:\t???\tcyrl\t008:' + '\t\t041$a:\t[]\t041$h:\t[]') + + marc21xml = """ + + + chbe + + + """ + marc21json = create_record(marc21xml) + data = marc21tojson.do(marc21json) + out, err = capsys.readouterr() + assert err.strip() == 'ERROR INIT CANTONS:\t???\tchbe' + + # extent: 300$a (the first one if many) # otherMaterialCharacteristics: 300$b (the first one if many) # formats: 300 [$c repetitive] @@ -1397,7 +1494,7 @@ def test_marc21_to_identifiedBy_from_024_with_subfield_2(): { 'type': 'bf:Doi', 'value': '10.1007/978-3-540-37973-7', - 'acquisitionTerms': '£125.00', + 'acquisitionsTerms': '£125.00', 'note': 'note' }, { @@ -1663,6 +1760,7 @@ def test_get_mef_person_link(mock_get, capsys): } }) mef_url = get_mef_person_link( + bibid='1', id='(RERO)A003945843', key='100..', value={'0': '(RERO)A003945843'} @@ -1671,6 +1769,7 @@ def test_get_mef_person_link(mock_get, capsys): os.environ['RERO_ILS_MEF_HOST'] = 'mefdev.test.rero.ch' mef_url = get_mef_person_link( + bibid='1', id='(RERO)A003945843', key='100..', value={'0': '(RERO)A003945843'} @@ -1679,11 +1778,24 @@ def test_get_mef_person_link(mock_get, capsys): mock_get.return_value = mock_response(status=400) mef_url = get_mef_person_link( - id='(RERO)AXXXXXXXXX', + bibid='1', + id='(RERO)A123456789', + key='100..', + value={'0': '(RERO)A123456789'} + ) + assert not mef_url + out, err = capsys.readouterr() + assert err == "ERROR MEF REQUEST:\t1\t" + \ + 'https://mefdev.test.rero.ch/api/mef/?q=rero.pid:A123456789\t400\t\n' + + mock_get.return_value = mock_response(status=400) + mef_url = get_mef_person_link( + bibid='1', + id='X123456789', key='100..', - value={'0': '(RERO)AAXXXXXXXXX'} + value={'0': 'X123456789'} ) assert not mef_url out, err = capsys.readouterr() - assert err == 'ERROR: MEF request ' +\ - 'https://mefdev.test.rero.ch/api/mef/?q=rero.pid:AXXXXXXXXX 400\n' + assert err == 'WARNING NOT MEF REF:\t1\tX123456789\t100..\t' + \ + "{'0': 'X123456789'}\t\n" diff --git a/tests/unit/test_documents_dojson_unimarc.py b/tests/unit/test_documents_dojson_unimarc.py index e9e5f08e7b..a1b43fb0f6 100644 --- a/tests/unit/test_documents_dojson_unimarc.py +++ b/tests/unit/test_documents_dojson_unimarc.py @@ -619,7 +619,7 @@ def test_unimarc_identifiers(): unimarcxml = """ http://catalogue.bnf.fr/ark:/12148/cb350330441 + tag="003">http://catalogue.bnf.fr/ark:/12148/cb350330441 9782370550163