-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathredirects.xml
More file actions
11027 lines (11027 loc) · 434 KB
/
redirects.xml
File metadata and controls
11027 lines (11027 loc) · 434 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<root>
<row>
<Deprecated_URI>https://syriaca.org/place/4074</Deprecated_URI>
<Redirect_URI>https://syriaca.org/place/4027</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/place/4061</Deprecated_URI>
<Redirect_URI>https://syriaca.org/place/22</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/place/4044</Deprecated_URI>
<Redirect_URI>https://syriaca.org/place/22</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/q</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/q/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/bhse</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/bhse/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/documentation</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/documentation/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/nhsl</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/nhsl/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/cbss/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/cbss/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/geo/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/geo/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/persons/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/persons/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/authors/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/authors/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/saints/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/saints/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/q/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/q/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/bhse/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/bhse/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/documentation/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/documentation/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://dev.syriaca.org/nhsl/</Deprecated_URI>
<Redirect_URI>https://dev.syriaca.org/nhsl/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/q</Deprecated_URI>
<Redirect_URI>https://syriaca.org/q/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/bhse</Deprecated_URI>
<Redirect_URI>https://syriaca.org/bhse/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/documentation</Deprecated_URI>
<Redirect_URI>https://syriaca.org/documentation/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/nhsl</Deprecated_URI>
<Redirect_URI>https://syriaca.org/nhsl/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/cbss/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/cbss/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/geo/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/geo/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/persons/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/persons/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/authors/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/authors/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/saints/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/saints/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/q/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/q/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/bhse/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/bhse/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/documentation/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/documentation/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://syriaca.org/nhsl/</Deprecated_URI>
<Redirect_URI>https://syriaca.org/nhsl/index.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://d2iy9xuv4su69v.cloudfront.net/test/2</Deprecated_URI>
<Redirect_URI></Redirect_URI>
</row>
<row>
<Deprecated_URI>https://d2iy9xuv4su69v.cloudfront.net/test/1</Deprecated_URI>
<Redirect_URI>https://d2iy9xuv4su69v.cloudfront.net/cbss/search.html</Redirect_URI>
</row>
<row>
<Deprecated_URI>https://d2iy9xuv4su69v.cloudfront.net/bibl/1</Deprecated_URI>
<Redirect_URI>https://d2iy9xuv4su69v.cloudfront.net/cbss/P8KQJ7AE</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/P8KQJ7AE</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/10</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/EMRDQ42E</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/100</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/87GMRCYF</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1000</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/I7YSLFWN</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1001</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/26HQ238M</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1002</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/XCXNUXFH</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1003</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/9AIE29U5</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1004</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/23A3S5WR</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1005</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/LI34BSJZ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1006</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/PQQXLEXZ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1007</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/7EQ7PGSJ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1008</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/L949XCBN</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1009</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/Q8MUKI67</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/101</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/YGTZDSM7</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1010</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/QLESYMHQ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1011</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/LV9LTY5X</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1012</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/WQGHMZLJ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1013</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/KC66ZW74</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1014</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/EM9N2AM2</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1015</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/RU73X7D8</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1016</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/JHR4CLHT</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1017</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/QRJXTBZV</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1018</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/SQ3LCKE3</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1019</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/HSLMPKWB</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/102</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/U3EX6TI7</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1020</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/9GFC5QRP</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1021</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/6MNEE5GL</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1022</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/7RPLAUPQ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1023</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/9JUNNNBZ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1024</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/XHQMW97K</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1025</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/LGLBL8UG</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1026</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/X7SPX46K</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1027</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ZEUT6IJX</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1028</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/LB7ERVZ3</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1029</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/5Z9BM884</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/103</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/E2MXNL2K</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1030</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/GL7B9826</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1031</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/3Q2H2QMS</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1032</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/Z33A5TIE</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1033</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/XXU8ZL9G</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1034</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/HK93QAFN</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1035</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ZHNFUWW6</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1036</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/TAYCN78F</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1037</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/JLE8NNQ5</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1038</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/W34I8MF7</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1039</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/VGELIH5F</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/104</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/HIJSJ6IA</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1041</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/6P5FDG38</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1042</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/45M5LUYG</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1043</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/36JCDQ6R</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1044</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/CATAWSVD</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1045</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/3HXWTCNC</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1046</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/W9DKSHUK</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1047</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/B9WQ89XA</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1049</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/VNQB426Q</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/105</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/JGW6699J</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1050</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/A74G63KI</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1051</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/UTLQ22K6</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1052</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ZB9G5RLW</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1053</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/8ISL3HVG</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1054</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/VBNCU4B8</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1055</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/JK5ZPZAD</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1056</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/CSNZSGNB</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1057</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/QVTA7HCX</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1058</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/L5QJKH4A</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1059</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/MMJB7HZZ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/106</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/U8MU5MN3</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1060</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/7TKM3JVU</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1061</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/9E9DFXRT</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1062</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/6FTNQDEU</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1063</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/2E94LHK6</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1064</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/9IA6FP7V</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1065</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/8DP2NMIB</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1066</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/QKY8ENTM</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1067</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/7HV6LIKV</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1068</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/8CN5D4U8</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1069</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/NBK76V4W</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/107</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/TX4VIRB6</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1070</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/RBS4BBKQ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1071</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/G464BGR3</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1072</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/YP5V65PR</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1073</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/6S4V88MA</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1074</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/9Q4VGZR4</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1075</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/RZCSIPNW</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1076</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/MEWTGC2Z</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1077</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/U78PKIZ6</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1078</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/GMEJ77AZ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1079</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/FEA72GYP</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/108</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/5KCA7VP5</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1080</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/48RBAHT4</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1081</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/UYZTK8SH</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1082</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/NM3FUHQC</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1083</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/MUY4BENF</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1084</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/PI6J3ZKR</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1085</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/QYID9ZIE</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1086</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/FL7BSIEZ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1089</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/VS6ZT5QW</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/109</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/6BMQ4L5Y</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1091</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/8PCE55SL</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1092</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/WFVTWZMK</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1093</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/AFIQB8DJ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1094</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/H7HZTIBK</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1096</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/NU8NJQ5P</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1097</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/G52ESCPR</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1098</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/T3CXMGYC</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1099</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/SNIGLMZ6</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/11</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/I9VJMUXD</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/110</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/IZ98TNKE</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1102</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/LTQYATTJ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1103</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/WQ75TE8N</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1104</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/LV9LTY5X</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1105</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/KC66ZW74</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1106</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/8UGIYT33</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1107</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/TBZHRL68</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1108</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/5852EJ5Z</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1109</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/8XU45YH9</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/111</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/WXETALMU</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1110</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/MS8WZM9Z</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/11107</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/MS8WZM9Z</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1112</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/Z5U5X5ZV</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1113</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/G8TGGVHV</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1114</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/FYVMV2FK</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1115</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/8FQM7BRR</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1116</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/E3UDVKZ9</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1118</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/UAAY26P4</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1119</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/DKVNSGCD</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/112</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/TUXC3HGM</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1121</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/XVF6L3V7</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1122</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/7YZIKXXG</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1123</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/464JKHWF</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1124</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/YFBNX2ZL</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1125</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/DNKNCFMN</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1126</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ITKGIBVT</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1128</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/KNH6HTGW</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1129</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/UGFBI4TX</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/113</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/PBGREV3V</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1130</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/YIJTX75H</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1131</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/WCBAAB6F</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1132</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/KG5RLVXY</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1133</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/C8VCCNZ7</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1134</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/HF852ZC2</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1135</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/FTY4H97J</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1136</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/27JEYTJ5</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1137</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/LGKSLEKS</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1138</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ZHVML357</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1139</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/QT5DY5ZC</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/114</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/R7PIXETX</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1140</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/GEHWFQXD</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1141</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/EYIRR374</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1142</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/DBGPN5FB</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1143</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/XR7P4RJG</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1144</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ILLS7EIR</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1145</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/LWYNKALT</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1146</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/7452QPEH</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1147</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/7ESFKTPQ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1148</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/WRWBNP8F</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1149</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/UW36DPTQ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/115</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/HSEVL2CE</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1150</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/CWJ5P6NP</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1151</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/2IVEMN9X</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1152</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/787R63J2</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1153</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/V8GS8N4F</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1154</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/TEST35X2</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1155</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/DB8IMEEA</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1156</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/V8W8PRY2</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1157</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/G6RST38A</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/116</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/JZ3GG6UV</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/117</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/M4AGLIEN</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/118</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/UJXUDDD7</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/119</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/KAWKTDBC</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/12</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/PBDIJS5B</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/120</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/UI4J68Q2</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1200</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/XNH32CJ7</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1201</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/PY77BTUM</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1202</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/4YP3QWAA</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1203</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/DFVNXJA2</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1204</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/YLW6229N</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1205</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/X5JBE9K5</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1206</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/79BQYAKI</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1207</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/L5UXYVTL</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1208</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/M5T6X262</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1209</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/8RDQK4BB</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/121</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/JHGGJ2D3</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1210</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/SHW49CMC</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/122</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/TAJWKNZC</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/123</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/L6A83DAP</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/124</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/Q34CKB7L</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/125</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/65YG8DEQ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/126</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/A4PYVUZ9</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/127</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/U8AQ786Q</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/128</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/7SASH37C</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/129</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/44T22EYZ</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/13</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ZQJ8W6H9</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/130</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/MMH3CL9L</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1300</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/A8NIGYSB</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1301</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/XD3U8TMA</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1302</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/CUQHEXNG</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1303</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ZHEQJXWT</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1304</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/MGTQAKF5</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1305</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ABSUFMM8</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1306</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/EKJQ2NBB</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1307</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/TYMHQY7K</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1308</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ADHR56LC</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1309</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/PY6RKAL5</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/131</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/9JRBVZ66</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1310</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/CJTQL3Y9</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1311</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/82LXM9RL</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1312</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/S2LFTGCH</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1313</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/UFGI2DFT</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1314</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/2GQIEB8Y</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1315</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/ZB9G5RLW</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1316</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/M4Q5WC4E</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1317</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/DTKQKNAY</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1318</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/A9E569VT</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1319</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/GF7W7LGR</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/132</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/DRLCB5WD</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1320</Deprecated_URI>
<Redirect_URI>http://syriaca.org/cbss/A948VLW7</Redirect_URI>
</row>
<row>
<Deprecated_URI>http://syriaca.org/bibl/1321</Deprecated_URI>