-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzotero-tei-2017-09-29.xml
17682 lines (17682 loc) · 759 KB
/
zotero-tei-2017-09-29.xml
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"?>
<listBibl xmlns="http://www.tei-c.org/ns/1.0">
<biblStruct type="book">
<monogr>
<title level="m">Kurze Uebersicht seiner biblischkritischen Reise nach Rom</title>
<idno type="callNumber">49817160</idno>
<author>
<forename>Jacob Georg Christian</forename>
<surname>Adler</surname>
</author>
<imprint>
<pubPlace>Altona</pubPlace>
<publisher>J.D.A. Eckhardt</publisher>
<date>1783</date>
<note type="url">https://books.google.de/books?id=ACUUAAAAQAAJ</note>
</imprint>
</monogr>
<note>MS: Vienna, ÖNP, NF. 97 is cited as Lambecii codex XLIV</note>
<note>PP: 13, 23, 67-69, 73, 133-138, 148-162, 173-184 and 208-212</note>
<note type="abstract">The author reports and describes his manuscript finds in various libraries on his journey to Rome.</note>
<note type="tags">
<note type="tag">ID: 4</note>
<note type="tag">MS: Florence, BML, Or. 57 (formerly 12)</note>
<note type="tag">MS: Florence, BML, Or. 112 (olim 21)</note>
<note type="tag">MS: Paris, BNF, Ar. 1</note>
<note type="tag">MS: Vatican, Barberini, Or. 1</note>
<note type="tag">MS: Vatican, BAV, Ar. 5</note>
<note type="tag">MS: Vatican, BAV, Syr. 10</note>
<note type="tag">MS: Vatican, Borg. Ar. 129</note>
<note type="tag">MS: Venice, St. Mark, Cod. 11</note>
<note type="tag">MS: Vienna, ÖNP, NF. 97</note>
<note type="tag">SU: Generalia</note>
</note>
</biblStruct>
<biblStruct type="manuscript">
<monogr>
<title level="m">Vienna, ÖNP, NF. 97</title>
<imprint>
<pubPlace>Vienna</pubPlace>
</imprint>
</monogr>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabische christliche Literatur</title>
<author>
<forename>Julius</forename>
<surname>Aßfalg</surname>
</author>
</analytic>
<monogr>
<title level="m">Die Religion in Geschichte und Gegenwart: Handwörterbuch für Theologie und Religionswissenschaft</title>
<idno type="ISBN">978-3-16-145098-3</idno>
<edition>3</edition>
<imprint>
<pubPlace>Tübingen</pubPlace>
<biblScope unit="volume">1</biblScope>
<biblScope unit="page">cols. 529-531</biblScope>
<publisher>Mohr Siebeck</publisher>
<date>1957</date>
</imprint>
</monogr>
<note type="tags">
<note type="tag">ID: 3</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabische B[ibelübersetzungen]</title>
<author>
<forename>Julius</forename>
<surname>Aßfalg</surname>
</author>
</analytic>
<monogr>
<title level="m">Lexikon für Theologie und Kirche</title>
<editor>
<forename>Michael</forename>
<surname>Buchberger</surname>
</editor>
<editor>
<forename>Josef</forename>
<surname>Höfer</surname>
</editor>
<editor>
<forename>Karl</forename>
<surname>Rahner</surname>
</editor>
<edition>2</edition>
<imprint>
<pubPlace>Freiburg im Breisgau</pubPlace>
<biblScope unit="volume">2</biblScope>
<biblScope unit="page">cols. 394-396</biblScope>
<publisher>Herder & Co. GMBH Verlagsbuchhandlung</publisher>
<date>1958</date>
</imprint>
</monogr>
<note type="abstract">An update of Baumstark {1}</note>
<note type="tags">
<note type="tag">ID: 2</note>
<note type="tag">MS: London, BL, Or. 2291</note>
<note type="tag">MS: Munich, Staatsbibliothek, Ar. 234</note>
<note type="tag">MS: Sinai, Ar. 154</note>
<note type="tag">MS: Sinai, Ar. 155</note>
<note type="tag">MS: Vatican, BAV, Ar. 28</note>
<note type="tag">MS: Vatican, BAV, Ar. 468</note>
<note type="tag">MS: Vatican, BAV, Ar. 605</note>
</note>
</biblStruct>
<biblStruct type="book">
<monogr>
<title level="m">Die christlichen literaturen des Orients</title>
<idno type="callNumber">932786</idno>
<author>
<forename>Anton</forename>
<surname>Baumstark</surname>
</author>
<imprint>
<pubPlace>Leipzig</pubPlace>
<biblScope unit="volume">2</biblScope>
<publisher>Göschen‘sche Verlagshandlung</publisher>
<date>1911</date>
<note type="url">https://archive.org/stream/diechristlichenl02baum#page/12</note>
</imprint>
</monogr>
<note>PP: 12-15</note>
<note type="tags">
<note type="tag">ID: 1</note>
</note>
</biblStruct>
<biblStruct type="journalArticle">
<analytic>
<title level="a">“Die arabische Übersetzung des Micha in der Pariser und Londoner Polyglotte,”</title>
<author>
<forename>Viktor</forename>
<surname>Ryssel</surname>
</author>
</analytic>
<monogr>
<imprint>
<biblScope unit="volume">5</biblScope>
<biblScope unit="page">102-138</biblScope>
<date>1885</date>
</imprint>
</monogr>
<note type="abstract">Discusses the rendition of Mica in the Paris and London Polyglots with a focus on its date of composition, its origin, common translation techniques and its value for textual criticism of the Septuagint.</note>
<note type="tags">
<note type="tag">MS: Paris, BNF, Ar. 1</note>
</note>
</biblStruct>
<biblStruct type="journalArticle">
<analytic>
<title level="a">A tract on the triune nature of God</title>
<author>
<forename>James Rendel</forename>
<surname>Harris</surname>
</author>
</analytic>
<monogr>
<title level="j">American Journal of Theology</title>
<imprint>
<biblScope unit="volume">5</biblScope>
<biblScope unit="issue">1901</biblScope>
<biblScope unit="page">75-86</biblScope><!-- no publisher, publication date or place given -->
</imprint>
</monogr>
<note/>
<note type="tags">
<note type="tag">Biblical quotations in Christian Arabic writings</note>
<note type="tag">ID: 5</note>
<note type="tag">On the Triune Nature of God</note>
</note>
</biblStruct>
<biblStruct type="thesis">
<monogr>
<title/>
<imprint><!-- no publisher, publication date or place given --></imprint>
</monogr>
</biblStruct>
<biblStruct type="book">
<monogr>
<title/>
<imprint><!-- no publisher, publication date or place given --></imprint>
</monogr>
</biblStruct>
<biblStruct type="book">
<monogr>
<title/>
<imprint><!-- no publisher, publication date or place given --></imprint>
</monogr>
</biblStruct>
<biblStruct type="thesis">
<monogr>
<title level="m">Les Enluminures du ms. Copte 13 de la B.N.</title>
<author>
<forename>G.</forename>
<surname>Theodoraki</surname>
</author>
<imprint>
<pubPlace>Paris</pubPlace>
<date>1966</date>
<note type="thesisType">Ph.D.</note>
</imprint>
</monogr>
</biblStruct>
<biblStruct type="encyclopediaArticle">
<monogr>
<title level="m">Bible Translations, Judeo-Arabic Shurūḥ (since the Fourteenth Century)</title>
<author>
<forename>Benjamin</forename>
<surname>Harry</surname>
</author>
<editor>
<forename>Norman A.</forename>
<surname>Stillman</surname>
</editor>
<imprint>
<pubPlace>Leiden</pubPlace>
<biblScope unit="volume">1</biblScope>
<biblScope unit="page">469-472</biblScope>
<publisher>Brill</publisher>
<date>2010</date>
</imprint>
</monogr>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Torah</title>
<author>
<forename>Camilla</forename>
<surname>Adang</surname>
</author>
</analytic>
<monogr>
<title level="m">Encyclopaedia of the Qur’ān</title>
<editor>
<forename>Jane Dammen</forename>
<surname>McAuliffe</surname>
</editor>
<imprint>
<pubPlace>Leiden</pubPlace>
<biblScope unit="volume">5</biblScope>
<biblScope unit="page">300-311</biblScope>
<publisher>Brill</publisher>
<date>2006</date>
</imprint>
</monogr>
</biblStruct>
<biblStruct type="book">
<monogr>
<title level="m">Bibliotheca Biblica. Serenissimi Würtenbergensium Ducis olim Lorckiana</title>
<idno type="callNumber">43408342</idno>
<author>
<forename>Jacob Georg Christian</forename>
<surname>Adler</surname>
</author>
<imprint>
<pubPlace>Altona</pubPlace>
<publisher>J.D.A. Eckhardt</publisher>
<date>1787</date>
<note type="url">https://books.google.de/books?id=54b46CzohmUC&printsec=frontcover&dq=Bibliotheca+Biblica.+Serenissimi+W%C3%BCrtenbergensium+Ducis+olim+Lorckiana&hl=en&sa=X&redir_esc=y#v=onepage&q=Bibliotheca%20Biblica.%20Serenissimi%20W%C3%BCrtenbergensium%20Ducis%20olim%20Lorckiana&f=true</note>
</imprint>
</monogr>
<note type="abstract">Lists printed Arabic versions and Polyglot Bibles.</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabische christliche Literatur</title>
<author>
<forename>Julius</forename>
<surname>Aßfalg</surname>
</author>
</analytic>
<monogr>
<title level="m">Die Religion in Geschichte und Gegenwart: Handwörterbuch für Theologie und Religionswissenschaft</title>
<edition>3.</edition>
<imprint>
<pubPlace>Tübingen</pubPlace>
<biblScope unit="volume">1</biblScope>
<biblScope unit="page">cols. 529-531</biblScope>
<publisher>Mohr Siebeck</publisher>
<date>1957</date>
</imprint>
</monogr>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabische B[ibelübersetzungen]</title>
<author>
<forename>Julius</forename>
<surname>Aßfalg</surname>
</author>
</analytic>
<monogr>
<title level="m">Lexikon für Theologie und Kirche</title>
<edition>2.</edition>
<imprint>
<pubPlace>Freiburg im Breisgau</pubPlace>
<biblScope unit="volume">2</biblScope>
<biblScope unit="page">cols. 394-396</biblScope>
<publisher>Herder & Co. GMBH Verlagsbuchhandlung</publisher>
<date>1958</date>
</imprint>
</monogr>
<note type="abstract">An update of Baumstark [#].</note>
<note type="tags">
<note type="tag">MS: London, BL, Or. 2291</note>
<note type="tag">MS: Munich, Staatsbibliothek, Ar. 234</note>
<note type="tag">MS: Sinai, Ar. 154</note>
<note type="tag">MS: Sinai, Ar. 155</note>
<note type="tag">MS: Vatican, BAV, Ar. 28</note>
<note type="tag">MS: Vatican, BAV, Ar. 468</note>
<note type="tag">MS: Vatican, BAV, Ar. 605</note>
</note>
</biblStruct>
<biblStruct type="journalArticle">
<analytic>
<title level="a">The Arabic Versions of the Bible [in Arabic]</title>
<author>
<forename>Kenneth E.</forename>
<surname>Bailey</surname>
</author>
</analytic>
<monogr>
<title level="j">Near East Theological Review</title>
<imprint>
<biblScope unit="volume">5</biblScope>
<biblScope unit="page">155-243</biblScope>
<date>1982</date>
</imprint>
</monogr>
<note type="abstract">Presents the
most famous manuscripts and historic printings.</note>
<note type="tags">
<note type="tag">MS: Sinai, Ar. 151</note>
<note type="tag">MS: Vatican, BAV, Ar. 13</note>
<note type="tag">MS: Vatican, BAV, Ar. 71</note>
<note type="tag">MS: Vatican, BAV, Ar. 95</note>
<note type="tag">MS: Vatican, BAV, Copt. 9</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Torah</title>
<author>
<forename>Camilla</forename>
<surname>Adang</surname>
</author>
</analytic>
<monogr>
<title level="m">Encyclopaedia of the Qur’ān</title>
<editor>
<forename>Jane Dammen</forename>
<surname>McAuliffe</surname>
</editor>
<imprint>
<pubPlace>Leiden</pubPlace>
<biblScope unit="volume">5</biblScope>
<biblScope unit="page">300-311</biblScope>
<publisher>Brill</publisher>
<date>2006</date>
</imprint>
</monogr>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">ID: 1</note>
<note type="tag">MS: Berlin, Staatsbibliothek, Violet fragment</note>
<note type="tag">MS: Cambridge, CUL, T-S Ar. 1a.55.</note>
<note type="tag">MS: Istanbul, Süleymaniye, Carullah 3</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="journalArticle">
<analytic>
<title level="a">The Task of Translation | L’onore della traduzione | La tâche de la traduction</title>
<author>
<forename>Camilla</forename>
<surname>Adang</surname>
</author>
<author>
<forename>Sabine</forename>
<surname>Schmidtke</surname>
</author>
<author>
<forename>Meira</forename>
<surname>Polliack</surname>
</author>
</analytic>
<monogr>
<title level="j">Oasis: Rivista semestrale della Fondazione Internazionale/ Oasis: A Biannual Journal of the Oasis International Foundation</title>
<imprint>
<biblScope unit="volume">17</biblScope>
<biblScope unit="page">90-97</biblScope>
<date>2013</date>
</imprint>
</monogr>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">ID: 2</note>
<note type="tag">MS: Berlin, Staatsbibliothek, Violet fragment</note>
<note type="tag">MS: Cambridge, CUL, T-S Ar. 1a.55.</note>
<note type="tag">MS: Istanbul, Süleymaniye, Carullah 3</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="book">
<monogr>
<title level="m">Kurze Uebersicht seiner biblischkritischen Reise nach Rom</title>
<author>
<forename>Jacob Georg Christian</forename>
<surname>Adler</surname>
</author>
<imprint>
<pubPlace>Altona</pubPlace>
<publisher>J.D.A. Eckhardt</publisher>
<date>1783</date>
</imprint>
</monogr>
<note>PP: 13, 23, 67-69, 73,
133-138, 148-162, 173-184 and 208-212</note>
<note type="abstract">The author reports and describes his manuscript finds in various libraries on his
journey to Rome.</note>
<note type="tags">
<note type="tag">ID: 4</note>
<note type="tag">MS: Florence, BML, 112 (olim 21)</note>
<note type="tag">MS: Florence, BML, Or. Or. Or. 57 (formerly 12)</note>
<note type="tag">MS: Paris, BNF, Ar. 1</note>
<note type="tag">MS: Vatican, BAV, Ar. 5</note>
<note type="tag">MS: Vatican, BAV, Barberini</note>
<note type="tag">MS: Vatican, BAV, Borg. Ar. 129.</note>
<note type="tag">MS: Vatican, BAV, Or. 1</note>
<note type="tag">MS: Vatican, BAV, Syr. 10</note>
<note type="tag">MS: Venice, St. Mark, Cod. 11</note>
<note type="tag">MS: Vienna, ÖNP, NF. 97 (cited as Lambecii codex XLIV)</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="book">
<monogr>
<title level="m">Bibliotheca Biblica. Serenissimi Würtenbergensium Ducis olim Lorckiana</title>
<author>
<forename>Jacob Georg Christian</forename>
<surname>Adler</surname>
</author>
<imprint>
<pubPlace>Altona</pubPlace>
<publisher>J.D.A. Eckhardt</publisher>
<date>1787</date>
</imprint>
</monogr>
<note>PP: 1-13
and 134-139</note>
<note type="abstract">Lists printed Arabic versions and Polyglot Bibles.</note>
<note type="tags">
<note type="tag">ID: 3</note>
<note type="tag">MS: Florence, BML, 112 (olim 21)</note>
<note type="tag">MS: Florence, BML, Or. Or. Or. 57 (formerly 12)</note>
<note type="tag">MS: Paris, BNF, Ar. 1</note>
<note type="tag">MS: Vatican, BAV, Ar. 5</note>
<note type="tag">MS: Vatican, BAV, Barberini</note>
<note type="tag">MS: Vatican, BAV, Borg. Ar. 129.</note>
<note type="tag">MS: Vatican, BAV, Or. 1</note>
<note type="tag">MS: Vatican, BAV, Syr. 10</note>
<note type="tag">MS: Venice, St. Mark, Cod. 11</note>
<note type="tag">MS: Vienna, ÖNP, NF. 97 (cited as Lambecii codex XLIV)</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabische christliche Literatur</title>
<author>
<forename>Julius</forename>
<surname>Aßfalg</surname>
</author>
</analytic>
<monogr>
<title level="m">Die Religion in Geschichte und Gegenwart: Handwörterbuch für Theologie und Religionswissenschaft</title>
<edition>3</edition>
<imprint>
<pubPlace>Tübingen</pubPlace>
<biblScope unit="volume">1</biblScope>
<biblScope unit="page">529-531</biblScope>
<publisher>Mohr Siebeck</publisher>
<date>1957</date>
</imprint>
</monogr>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">?MS: 605</note>
<note type="tag">ID: 5</note>
<note type="tag">MS: London, BL, Or. 2291.</note>
<note type="tag">MS: Munich, Staatsbibliothek, Ar. 234</note>
<note type="tag">MS: Sinai, Ar. 154</note>
<note type="tag">MS: Sinai, Ar. 155</note>
<note type="tag">MS: Vatican, BAV, 468</note>
<note type="tag">MS: Vatican, BAV, and</note>
<note type="tag">MS: Vatican, BAV, Ar. 28</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabische B[ibelübersetzungen]</title>
<author>
<forename>Julius</forename>
<surname>Aßfalg</surname>
</author>
</analytic>
<monogr>
<title level="m">Lexikon für Theologie und Kirche</title>
<edition>2</edition>
<imprint>
<pubPlace>Freiburg im Breisgau</pubPlace>
<biblScope unit="volume">2</biblScope>
<biblScope unit="page">394-396</biblScope>
<publisher>Herder & Co. GMBH Verlagsbuchhandlung</publisher>
<date>1958</date>
</imprint>
</monogr>
<note type="abstract">An update of Baumstark [#].</note>
<note type="tags">
<note type="tag">?MS: 605</note>
<note type="tag">ID: 6</note>
<note type="tag">MS: London, BL, Or. 2291.</note>
<note type="tag">MS: Munich, Staatsbibliothek, Ar. 234</note>
<note type="tag">MS: Sinai, Ar. 154</note>
<note type="tag">MS: Sinai, Ar. 155</note>
<note type="tag">MS: Vatican, BAV, 468</note>
<note type="tag">MS: Vatican, BAV, and</note>
<note type="tag">MS: Vatican, BAV, Ar. 28</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="journalArticle">
<analytic>
<title level="a">The Arabic Versions of the Bible</title>
<author>
<forename>Kenneth Ewing</forename>
<surname>Bailey</surname>
</author>
</analytic>
<monogr>
<title level="j">Near East Theological Review</title>
<imprint>
<biblScope unit="volume">5</biblScope>
<biblScope unit="page">155-243</biblScope>
<date>1982</date>
</imprint>
</monogr>
<note type="abstract">Presents the most famous manuscripts and historic printings.</note>
<note type="tags">
<note type="tag">ID: 12</note>
<note type="tag">MS: Sinai, Ar. 151</note>
<note type="tag">MS: Vatican, BAV, Ar. 13</note>
<note type="tag">MS: Vatican, BAV, Ar. 71</note>
<note type="tag">MS: Vatican, BAV, Ar. 95</note>
<note type="tag">MS: Vatican, BAV, Copt. 9</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="journalArticle">
<analytic>
<title level="a">Allah in Translations of the Bible</title>
<author>
<forename>Kenneth Ewing</forename>
<surname>Bailey</surname>
</author>
</analytic>
<monogr>
<title level="j">The Bible Translator: Technical Papers 52</title>
<imprint>
<biblScope unit="page">301-305</biblScope>
<date>2001</date>
</imprint>
</monogr>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">!no volume</note>
<note type="tag">ID: 11</note>
<note type="tag">MS: Sinai, Ar. 151</note>
<note type="tag">MS: Vatican, BAV, Ar. 13</note>
<note type="tag">MS: Vatican, BAV, Ar. 71</note>
<note type="tag">MS: Vatican, BAV, Ar. 95</note>
<note type="tag">MS: Vatican, BAV, Copt. 9</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="book">
<monogr>
<title level="m">The Scattered Pearls: A History of Syriac Literature and Sciences</title>
<author>
<forename>Ignatius Aphram</forename>
<surname>Barsoum</surname>
</author>
<author>
<forename>trans. Matti</forename>
<surname>Moosa</surname>
</author>
<edition>and</edition>
<imprint>
<pubPlace>Piscataway</pubPlace>
<publisher>Gorgias Press</publisher>
<date>2003</date>
</imprint>
</monogr>
<note>PP: 62-64</note>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">ID: 8</note>
<note type="tag">MS: , an unspecified Ms. from the monastery of St. Matthew., an unspecified Ms. from the monastery of St. Matthew.</note>
<note type="tag">MS: Birmingham, Mingana, Chr. Ar. 431</note>
<note type="tag">MS: Coptic Orthodox Patriarchate, Bibl. 23, Bibl. 23</note>
<note type="tag">MS: Florence, BML, Or. 112 (formerly 21)</note>
<note type="tag">MS: Paris, BNF. Ar. 42, BNF. Ar. 42</note>
<note type="tag">MS: Vatican, BAV, Ar. 145</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="book">
<monogr>
<title level="m">Die christlichen Literaturen des Orients</title>
<author>
<forename>Anton</forename>
<surname>Baumstark</surname>
</author>
<imprint>
<pubPlace>Leipzig</pubPlace>
<biblScope unit="volume">2</biblScope>
<publisher>Göschen</publisher>
<date>1911</date>
</imprint>
</monogr>
<note>PP: 12-15</note>
<note>'sche Verlagshandlung, ,</note>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">!uncaptured data</note>
<note type="tag">ID: 9</note>
<note type="tag">MS: Sinai, Ar. 151</note>
<note type="tag">MS: Vatican, BAV, Ar. 13</note>
<note type="tag">MS: Vatican, BAV, Ar. 71</note>
<note type="tag">MS: Vatican, BAV, Ar. 95</note>
<note type="tag">MS: Vatican, BAV, Copt. 9</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabische B[ibelübersetzungen]</title>
<author>
<forename>Anton</forename>
<surname>Baumstark</surname>
</author>
</analytic>
<monogr>
<title level="m">Lexikon für Theologie und Kirche</title>
<edition>1</edition>
<imprint>
<pubPlace>Freiburg im Breisgau</pubPlace>
<biblScope unit="volume">2</biblScope>
<biblScope unit="page">317-319</biblScope>
<publisher>Herder & Co. GMBH Verlagsbuchhandlung</publisher>
<date>1931</date>
</imprint>
</monogr>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">ID: 10</note>
<note type="tag">MS: Sinai, Ar. 151</note>
<note type="tag">MS: Vatican, BAV, Ar. 13</note>
<note type="tag">MS: Vatican, BAV, Ar. 71</note>
<note type="tag">MS: Vatican, BAV, Ar. 95</note>
<note type="tag">MS: Vatican, BAV, Copt. 9</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">מקראת, תרגומים, ערבית</title>
<author>
<forename>Haggai</forename>
<surname>Ben-Shammai</surname>
</author>
</analytic>
<monogr>
<imprint>
<biblScope unit="volume">24</biblScope>
<biblScope unit="page">cols. 304-305</biblScope><!-- no publisher, publication date or place given -->
</imprint>
</monogr>
<note>, in האנציקלופדיה העברית,</note>
<note type="tags">
<note type="tag">!missing title</note>
<note type="tag">!no abstract</note>
<note type="tag">!no date</note>
<note type="tag">!no publisher</note>
<note type="tag">!uncaptured data</note>
<note type="tag">!unknown type</note>
<note type="tag">?MS: College Library, BV 47 (formerly Zurich Or. 94).</note>
<note type="tag">ID: 13</note>
<note type="tag">MS: , Bryn Mawr, Bryn Mawr</note>
<note type="tag">MS: St Petersburg, RNL, D 226</note>
<note type="tag">MS: Vatican, BAV, Ar. 467</note>
<note type="tag">MS: Vatican, BAV, Ar. 468</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Bibelübersetzungen</title>
<author/>
</analytic>
<monogr>
<title level="m">Kleines Wörterbuch des Christlichen Orients</title>
<imprint>
<pubPlace>Wiesbaden</pubPlace>
<biblScope unit="page">78-79</biblScope>
<publisher>Harrassowitz</publisher>
<date>1975</date>
</imprint>
</monogr>
<note type="abstract">Julius Aßfalg, Trans. Paul Krüger, “Versions bibliques,” in
Petit dictionnaire de l'orient chrétien (Turnhout: Brepols, 1991), p.
465.</note>
<note type="tags">
<note type="tag">ID: 7</note>
<note type="tag">MS: , an unspecified Ms. from the monastery of St. Matthew., an unspecified Ms. from the monastery of St. Matthew.</note>
<note type="tag">MS: Birmingham, Mingana, Chr. Ar. 431</note>
<note type="tag">MS: Coptic Orthodox Patriarchate, Bibl. 23, Bibl. 23</note>
<note type="tag">MS: Florence, BML, Or. 112 (formerly 21)</note>
<note type="tag">MS: Paris, BNF. Ar. 42, BNF. Ar. 42</note>
<note type="tag">MS: Vatican, BAV, Ar. 145</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Translating the Bible into Arabic: historical, text-critical and literary aspects</title>
</analytic>
<monogr>
<title level="m">Beiruter Texte und Studien 131</title>
<editor>
<forename>Sara</forename>
<surname>Binay</surname>
</editor>
<editor>
<forename>Stefan</forename>
<surname>Leder</surname>
</editor>
<imprint>
<pubPlace>Beirut</pubPlace>
<publisher>Ergon Verlag Würzburg in Kommission</publisher>
<date>2012</date>
</imprint>
</monogr>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">!no author</note>
<note type="tag">!no pages</note>
<note type="tag">?MS: College Library, BV 47 (formerly Zurich Or. 94).</note>
<note type="tag">ID: 14</note>
<note type="tag">MS: , Bryn Mawr, Bryn Mawr</note>
<note type="tag">MS: St Petersburg, RNL, D 226</note>
<note type="tag">MS: Vatican, BAV, Ar. 467</note>
<note type="tag">MS: Vatican, BAV, Ar. 468</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">תרגומים ערביים</title>
<author>
<forename>Joshua</forename>
<surname>Blau</surname>
</author>
</analytic>
<monogr>
<editor>
<forename>Chaim</forename>
<surname>Rabin</surname>
</editor>
<imprint>
<pubPlace>Jerusalem</pubPlace>
<biblScope unit="page">157-163</biblScope>
<publisher>Mossad Bialiq</publisher>
<date>1984</date>
</imprint>
</monogr>
<note>תרגומי מקרא. פרקי מבוא ,</note>
<note type="tags">
<note type="tag">!missing title</note>
<note type="tag">!no abstract</note>
<note type="tag">!uncaptured data</note>
<note type="tag">!unknown type</note>
<note type="tag">?MS: College Library, BV 47 (formerly Zurich Or. 94).</note>
<note type="tag">ID: 16</note>
<note type="tag">MS: , Bryn Mawr, Bryn Mawr</note>
<note type="tag">MS: St Petersburg, RNL, D 226</note>
<note type="tag">MS: Vatican, BAV, Ar. 467</note>
<note type="tag">MS: Vatican, BAV, Ar. 468</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">מקרא, תרגומים, תתרגומיים נוצריים לערבית</title>
<author>
<forename>Joshua</forename>
<surname>Blau</surname>
</author>
</analytic>
<monogr>
<imprint>
<pubPlace>Jerusalem/Tel Aviv</pubPlace>
<biblScope unit="volume">24</biblScope>
<biblScope unit="page">cols. 305-306</biblScope>
<publisher>ha</publisher>
</imprint>
</monogr>
<note>, in האנציקלופדיה
העברית -Ḥevra le-hozaʾat Enṣiqlodediyot, ,</note>
<note type="tags">
<note type="tag">!missing title</note>
<note type="tag">!no abstract</note>
<note type="tag">!no date</note>
<note type="tag">!uncaptured data</note>
<note type="tag">!unknown type</note>
<note type="tag">?MS: College Library, BV 47 (formerly Zurich Or. 94).</note>
<note type="tag">ID: 15</note>
<note type="tag">MS: , Bryn Mawr, Bryn Mawr</note>
<note type="tag">MS: St Petersburg, RNL, D 226</note>
<note type="tag">MS: Vatican, BAV, Ar. 467</note>
<note type="tag">MS: Vatican, BAV, Ar. 468</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Versions orientales de la Bible, Versions arabes</title>
<author>
<forename>Bernard</forename>
<surname>Botte</surname>
</author>
</analytic>
<monogr>
<title level="m">Supplément au Dictionnaire de la Bible</title>
<imprint>
<pubPlace>Paris</pubPlace>
<biblScope unit="page">cols. 807-810</biblScope>
<publisher>Libraire Letouzey et Ané</publisher>
<date>1960</date>
</imprint>
</monogr>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">?MS: 155</note>
<note type="tag">ID: 17</note>
<note type="tag">MS: Berlin, Staatsbibliothek, Or. Quart. 2101</note>
<note type="tag">MS: London, BL, Add. 9060</note>
<note type="tag">MS: London, BL, Or. 1475</note>
<note type="tag">MS: Sinai, Ar. 82 and, Ar. 82 and</note>
<note type="tag">MS: Vatican, BAV, Ar. 5.</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Übersetzungen ins Arabische</title>
<author>
<forename>Sebastian Paul</forename>
<surname>Brock</surname>
</author>
</analytic>
<monogr>
<title level="m">Theologische Realenzyklopädie</title>
<imprint>
<pubPlace>Berlin/New York</pubPlace>
<biblScope unit="page">209-211</biblScope>
<publisher>de Gruyter</publisher>
<date>1980</date>
</imprint>
</monogr>
<note>in 6 , ,</note>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">!uncaptured data</note>
<note type="tag">?MS: Mingana, Chris. Ar. Add. 137</note>
<note type="tag">ID: 18</note>
<note type="tag">MS: Bryn Mawr College Library, BV 47 (formerly Zurich Or. 94),</note>
<note type="tag">MS: Bryn Mawr College Library, BV 47 (formerly Zurich Or. 94), Birmingham</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="book">
<monogr>
<title level="m">Geschichte der chistlichen Litteraturen des Orients</title>
<author>
<forename>Carl</forename>
<surname>Brockelmann</surname>
</author>
<imprint>
<pubPlace>Leipzig</pubPlace>
<publisher>C. F. Amelangs Verlag</publisher>
<date>1909</date>
</imprint>
</monogr>
<note>PP: 67-68</note>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">?MS: Arund. Or. 15</note>
<note type="tag">ID: 19</note>
<note type="tag">MS: Leipzig, Universitätsbibliothek, Tisch. 12</note>
<note type="tag">MS: London, BL, 5505</note>
<note type="tag">MS: London, BL, and</note>
<note type="tag">MS: London, BL, Harl. 5474</note>
<note type="tag">MS: Paris, BNF, Ar. 1</note>
<note type="tag">MS: Sinai, Ar. 75 and Ar. 154, Ar. 75</note>
<note type="tag">MS: Sinai, Ar. 75 and Ar. 154, Ar. 154</note>
<note type="tag">MS: St Petersburg, RNL, Ar. NS. 327.</note>
<note type="tag">MS: Vatican, BAV, Ar. 13</note>
<note type="tag">MS: Vatican, BAV, Copt. 9</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabic Versions</title>
<author>
<forename>Francis Crawford</forename>
<surname>Burkitt</surname>
</author>
</analytic>
<monogr>
<title level="m">A Dictionary of the Bible</title>
<imprint>
<pubPlace>London/ New York</pubPlace>
<biblScope unit="volume">1</biblScope>
<biblScope unit="page">136-138</biblScope>
<date>1898</date>
</imprint>
</monogr>
<note>in , ed. James Hastings et al., ,</note>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">!uncaptured data</note>
<note type="tag">?MS: Arund. Or. 15</note>
<note type="tag">ID: 20</note>
<note type="tag">MS: Leipzig, Universitätsbibliothek, Tisch. 12</note>
<note type="tag">MS: London, BL, 5505</note>
<note type="tag">MS: London, BL, and</note>
<note type="tag">MS: London, BL, Harl. 5474</note>
<note type="tag">MS: Paris, BNF, Ar. 1</note>
<note type="tag">MS: Sinai, Ar. 75 and Ar. 154, Ar. 75</note>
<note type="tag">MS: Sinai, Ar. 75 and Ar. 154, Ar. 154</note>
<note type="tag">MS: St Petersburg, RNL, Ar. NS. 327.</note>
<note type="tag">MS: Vatican, BAV, Ar. 13</note>
<note type="tag">MS: Vatican, BAV, Copt. 9</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Arabic, Other Versions</title>
<author>
<forename>Francis Crawford</forename>
<surname>Burkitt</surname>
</author>
</analytic>
<monogr>
<title level="m">Encyclopaedia Biblica</title>
<imprint>
<biblScope unit="page">col. 5012</biblScope><!-- no publisher, publication date or place given -->
</imprint>
</monogr>
<note>Text and Versions, ,</note>
<note type="tags">
<note type="tag">!no abstract</note>
<note type="tag">!no date</note>
<note type="tag">!no publisher</note>
<note type="tag">!uncaptured data</note>
<note type="tag">ID: 21</note>
<note type="tag">MS: Berlin, Staatsbibliothek, Or. Oct. 1108.</note>
<note type="tag">MS: Sinai, Ar. 74, Ar. 74</note>
<note type="tag">MS: Vatican, BAV, Ar. 13</note>
<note type="tag">MS: Vatican, BAV, Borg. Ar. 95</note>
<note type="tag">Subject: Generalia</note>
</note>
</biblStruct>
<biblStruct type="bookSection">
<analytic>
<title level="a">Biblia, Versiones</title>
<author>
<forename>Caubet</forename>
<surname>Iturbe</surname>
</author>
<author>
<forename>Francisco</forename>
<surname>Javier</surname>
</author>