-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINDEXEDLOCATIONSPERSONSORGANIZATIONSHOLDINGINSTITUTIONS_ARABIC.xml
executable file
·6168 lines (6166 loc) · 279 KB
/
INDEXEDLOCATIONSPERSONSORGANIZATIONSHOLDINGINSTITUTIONS_ARABIC.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"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<?xml-stylesheet type="text/css" href="../css/oxygen.css"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0"
xmlns:oape="https://openarabicpe.github.io/ns"
xmlns:tei="http://www.tei-c.org/ns/1.0">
<teiHeader xml:lang="en">
<fileDesc xml:lang="en">
<titleStmt xml:lang="en">
<title level="m" xml:lang="en">Project Jarāʾid</title>
<title level="m" xml:lang="en">A Chronology of Arabic Periodicals (1800-1929)</title>
<title level="m" type="sub" xml:lang="en">A research tool</title>
<respStmt xml:lang="en">
<resp xml:lang="en">Prepared and supervised by</resp>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:5" xml:lang="en">
<forename xml:lang="en">Adam</forename>
<surname xml:lang="en">Mestyan</surname>
</persName>
</respStmt>
<respStmt xml:lang="en">
<resp xml:lang="en">and contributions from</resp>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:10" xml:lang="en">
<forename xml:lang="en">Hala</forename>
<surname xml:lang="en">Auji</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:2" xml:lang="en">
<forename xml:lang="en">Philippe</forename>
<surname xml:lang="en">Chevrant</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:3" xml:lang="en">
<forename xml:lang="en">Lamia</forename>
<surname xml:lang="en">Eid</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:4" xml:lang="en">
<forename xml:lang="en">Till</forename>
<surname xml:lang="en">Grallert</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:5" xml:lang="en">
<forename xml:lang="en">Adam</forename>
<surname xml:lang="en">Mestyan</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:6" xml:lang="en">
<forename xml:lang="en">Christian</forename>
<surname xml:lang="en">Meier</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:1" xml:lang="en">
<forename xml:lang="en">Philip</forename>
<surname xml:lang="en">Sadgrove</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:12" xml:lang="en">
<forename xml:lang="en">Daniel</forename>
<surname xml:lang="en">Newman</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:7" xml:lang="en">
<forename xml:lang="en">Geoffrey</forename>
<surname xml:lang="en">Roper</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:8" xml:lang="en">
<forename xml:lang="en">Ola</forename>
<surname xml:lang="en">Seif</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:9" xml:lang="en">
<forename xml:lang="en">Rana</forename>
<surname xml:lang="en">Issa</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:11" xml:lang="en">
<forename xml:lang="en">Rogier</forename>
<surname xml:lang="en">Visser</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:13" xml:lang="en">
<forename xml:lang="en">Marina</forename>
<surname xml:lang="en">Demetriadou</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:14" xml:lang="en">
<forename xml:lang="en">Nicole</forename>
<surname xml:lang="en">Khayat</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:16" xml:lang="en">
<forename xml:lang="en">Sinai</forename>
<surname xml:lang="en">Rusinek</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:17" xml:lang="en">
<forename xml:lang="en">Peter</forename>
<surname xml:lang="en">Magierski</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:18" xml:lang="en">
<forename xml:lang="en">Leyla</forename>
<surname xml:lang="en">von Mende</surname>
</persName>
<persName change="#d3e781 #d3e1000" ref="jaraid:pers:19" xml:lang="en">
<forename xml:lang="en">Stacy</forename>
<surname xml:lang="en">Fahrenthold</surname>
</persName>
</respStmt>
</titleStmt>
<editionStmt xml:lang="en">
<edition xml:lang="en">
<date when="2012-04-02" xml:lang="en">2 Apr 2012</date>
</edition>
<respStmt xml:lang="en">
<resp xml:lang="en">contributed data</resp>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:1"
xml:id="pPS"
xml:lang="en">
<forename xml:lang="en">Philip</forename>
<surname xml:lang="en">Sadgrove</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:2"
xml:id="pPC"
xml:lang="en">
<forename xml:lang="en">Philippe</forename>
<surname xml:lang="en">Chevrant</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:3"
xml:id="pLE"
xml:lang="en">
<forename xml:lang="en">Lamia</forename>
<surname xml:lang="en">Eid</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:4"
xml:id="pTG"
xml:lang="en">
<forename xml:lang="en">Till</forename>
<surname xml:lang="en">Grallert</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:5"
xml:id="pAM"
xml:lang="en">
<forename xml:lang="en">Adam</forename>
<surname xml:lang="en">Mestyan</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:6"
xml:id="pCM"
xml:lang="en">
<forename xml:lang="en">Christian</forename>
<surname xml:lang="en">Meier</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:7"
xml:id="pGR"
xml:lang="en">
<forename xml:lang="en">Geoffrey</forename>
<surname xml:lang="en">Roper</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:8"
xml:id="pOS"
xml:lang="en">
<forename xml:lang="en">Ola</forename>
<surname xml:lang="en">Seif</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:9"
xml:id="pRI"
xml:lang="en">
<forename xml:lang="en">Rana</forename>
<surname xml:lang="en">Issa</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:10"
xml:id="pHA"
xml:lang="en">
<forename xml:lang="en">Hala</forename>
<surname xml:lang="en">Auji</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:11"
xml:id="pRV"
xml:lang="en">
<forename xml:lang="en">Rogier</forename>
<surname xml:lang="en">Visser</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:12"
xml:id="pDN"
xml:lang="en">
<forename xml:lang="en">Daniel</forename>
<surname xml:lang="en">Newman</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:13"
xml:id="pMD"
xml:lang="en">
<forename xml:lang="en">Marina</forename>
<surname xml:lang="en">Demetriadou</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:14"
xml:id="pNH"
xml:lang="en">
<forename xml:lang="en">Nicole</forename>
<surname xml:lang="en">Khayat</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:20"
xml:id="pHC"
xml:lang="en">
<forename xml:lang="en">Hugh</forename>
<surname xml:lang="en">Cayless</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:16"
xml:id="pSR"
xml:lang="en">
<forename xml:lang="en">Sinai</forename>
<surname xml:lang="en">Rusinek</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:17"
xml:id="pPM"
xml:lang="en">
<forename xml:lang="en">Peter</forename>
<surname xml:lang="en">Magierski</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:18"
xml:id="pLM"
xml:lang="en">
<forename xml:lang="en">Leyla</forename>
<surname xml:lang="en">von Mende</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:19"
xml:id="pSF"
xml:lang="en">
<forename xml:lang="en">Stacy</forename>
<surname xml:lang="en">Fahrenthold</surname>
</persName>
<!-- all contributors should be included here and their contributions should be marked with the @resp attributed and a reference to the contributor's xml:id -->
</respStmt>
<respStmt xml:lang="en">
<resp xml:lang="en">The 2012 edition's digital production: conversion into XML, mark-up, design and implementation of the website, including indexes, maps, and rss feeds</resp>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:4"
sameAs="#pTG"
xml:lang="en">
<forename xml:lang="en">Till</forename>
<surname xml:lang="en">Grallert</surname>
</persName>
</respStmt>
<respStmt xml:lang="en">
<resp xml:lang="en">The 2020 edition's digital production: XML mark-up, corrections and additions</resp>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:5"
resp="#pAM"
xml:lang="en">
<forename xml:lang="en">Adam</forename>
<surname xml:lang="en">Mestyan</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:4"
resp="#pTG"
xml:lang="en">
<forename xml:lang="en">Till</forename>
<surname xml:lang="en">Grallert</surname>
</persName>
</respStmt>
<respStmt xml:lang="en">
<resp>The 2020 edition's XSLT-coding and Javascript-coding</resp>
<persName ref="jaraid:pers:20" resp="#pHC" xml:lang="en">Hugh Cayless</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:5"
resp="#pAM"
xml:lang="en">
<forename xml:lang="en">Adam</forename>
<surname xml:lang="en">Mestyan</surname>
</persName>
<persName change="#d3e781 #d3e1000"
ref="jaraid:pers:4"
resp="#pTG"
xml:lang="en">
<forename xml:lang="en">Till</forename>
<surname xml:lang="en">Grallert</surname>
</persName>
</respStmt>
<respStmt xml:lang="en">
<resp xml:lang="en">XML, JavaScript, and CETEIcean advisor</resp>
<persName ref="jaraid:pers:20" resp="#pHC" xml:lang="en">Hugh Cayless</persName>
</respStmt>
</editionStmt>
<publicationStmt xml:lang="en">
<distributor xml:lang="en">Zenodo</distributor>
<idno xml:lang="en">DOI: http://doi.org/10.5281/zenodo.4264986</idno>
<availability xml:lang="en" default="false">
<p xml:lang="en" part="N">This is an open access work licensed under the Creative Commons <ref target="https://creativecommons.org/licenses/by-nc/4.0/">Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)</ref>.</p>
</availability>
</publicationStmt>
<sourceDesc xml:lang="en" default="false">
<p xml:lang="en" part="N">born digital document</p>
</sourceDesc>
</fileDesc>
<encodingDesc xml:lang="en">
<projectDesc xml:lang="en" default="false">
<p xml:lang="en" part="N">The basis of this TEI file was produced by Till Grallert in preparation for the on-line publication from a table originally drawn up by Adam Mestyan. From 2017 December Adam Mestyan also directly edits the TEI file. The 2020 Edition was produced through Github by Adam Mestyan et al.</p>
</projectDesc>
<editorialDecl xml:lang="en" default="false">
<p xml:lang="en" part="N">This project uses the IJMES standards for Arabic transliteration.</p>
<p xml:lang="en" part="N">New entries should be made using copies of the model entry at the end of the first table (<tag xml:lang="en" scheme="TEI">table xml:id="t1"</tag>).</p>
<p xml:lang="en" part="N">All changes, additions, etc. should be marked with <att xml:lang="en" scheme="TEI">resp</att> and a reference to the contributors above, i.e. <att xml:lang="en" scheme="TEI">resp</att>="#pTG".</p>
<p xml:lang="en" part="N">Changes are to be recorded in the <gi xml:lang="en" scheme="TEI">revisionDesc</gi> of this file as
<gi xml:lang="en" scheme="TEI">change</gi> nodes with a <att xml:lang="en" scheme="TEI">who</att>, <att xml:lang="en" scheme="TEI">when</att>, and <att xml:lang="en" scheme="TEI">type</att>
attribute. The <att xml:lang="en" scheme="TEI">type</att> can take the following values: 'content', 'xml'</p>
<p xml:lang="en" part="N">Internal references to holding institutions use the <gi xml:lang="en" scheme="TEI">rs</gi> tag and a
<att xml:lang="en" scheme="TEI">ref</att> attribute pointing to an <att xml:lang="en" scheme="TEI">xml:id</att> that starts with 'h',
i.e. <tag xml:lang="en" scheme="TEI">rs ref=#hINL</tag> for Iraqi National Library.</p>
<p xml:lang="en" part="N">Various information still needs to be encoded: <list xml:lang="en">
<item xml:lang="en">the date of the last publication (cell 3) is only partially encoded</item>
<item xml:lang="en">persNames need further granulation and mark-up of forename, surname, and honorary titles. All the contributors should be included in a persList in the teiHeader for reference. Such a list could be compiled using the index of persons produced for output on the website</item>
<item xml:lang="en">t1r12: seems to be faulty</item>
</list>
</p>
<p xml:lang="en" part="N">2020 Edition is using <ref target="https://github.com/TEIC/CETEIcean" xml:lang="en">CETEICean</ref> transformation from TEI XML to HTML</p>
</editorialDecl>
</encodingDesc>
<profileDesc>
<langUsage default="false">
<language ident="und-Latn">Undetermined language in Latin transliteration</language>
<language ident="mul">Multiple languages</language>
<language ident="en">English</language>
<language ident="ar">Arabic</language>
<language ident="ar-Latn-x-ijmes">Arabic in Latin (IJMES) transliteration</language>
<language ident="tr">Turkish</language>
<language ident="ota">Ottoman Turkish</language>
<language ident="ota-Latn-x-ijmes">Ottoman Turkish in Latin (IJMES) transliteration</language>
<language ident="fa">Persian</language>
<language ident="fa-Latn-x-ijmes">Persian in Latin (IJMES) transliteration</language>
<language ident="de">German</language>
<language ident="fr">French</language>
<language ident="it">Italian</language>
</langUsage>
</profileDesc>
<revisionDesc status="draft">
<change when="2020-12-29"
who="#pers_TG"
xml:id="d3e1000"
xml:lang="en"
status="draft">Added references to local authority file (<ref target="../authority-files/jaraid_authority-file.TEIP5.xml">../authority-files/jaraid_authority-file.TEIP5.xml</ref>) and VIAF to <gi scheme="TEI">persName</gi>s without such references based on <gi scheme="TEI">person</gi>s in the local authority file. If the source <gi scheme="TEI">persName</gi> did not contain any further TEI mark-up, this has been added from the local authority file.</change>
<change when="2020-12-29"
who="#pers_TG"
xml:id="d3e987"
xml:lang="en"
status="draft">Added references to local authority file (<ref target="../authority-files/jaraid_authority-file.TEIP5.xml">../authority-files/jaraid_authority-file.TEIP5.xml</ref>) to <gi scheme="TEI">orgName</gi>s without such references based on <gi scheme="TEI">org</gi>s mentioned in the authority file.</change>
<change when="2020-12-15"
who="#pers_TG"
xml:id="d3e975"
xml:lang="en"
status="draft">Added references to local authority file (<ref target="../authority-files/jaraid_authority-file.TEIP5.xml">../authority-files/jaraid_authority-file.TEIP5.xml</ref>) to <gi scheme="TEI">orgName</gi>s without such references based on <gi scheme="TEI">org</gi>s mentioned in the authority file.</change>
<change when="2020-12-08"
who="#github"
xml:id="d2e960"
xml:lang="en"
status="draft">Updated Arabic content of rows 11 and 12 based on recent changes to the authority file</change>
<change when="2020-12-08"
who="#github"
xml:id="d2e958"
xml:lang="en"
status="draft">Updated Arabic content of rows 11 and 12 based on recent changes to the authority file</change>
<change when="2020-12-08"
who="#github"
xml:id="d2e956"
xml:lang="en"
status="draft">Updated Arabic content of rows 11 and 12 based on recent changes to the authority file</change>
<change when="2020-12-06"
who="#github"
xml:id="d2e953"
xml:lang="en"
status="draft">Updated Arabic content of rows 11 and 12 based on recent changes to the authority file</change>
<change when="2020-12-06"
who="#github"
xml:id="d2e951"
xml:lang="en"
status="draft">Updated Arabic content of rows 11 and 12 based on recent changes to the authority file</change>
<change when="2020-11-07" who="#pTG" xml:lang="en" status="draft">Added columns for titles, people, and places in Arabic. The latter are based on the authority file. Corrections to personal names and toponyms shall therefore be made in the authority file only</change>
<change when="2020-11-05"
who="#pTG"
xml:id="d6e936"
xml:lang="en"
status="draft">Added references to local authority file (<ref target="../authority-files/jaraid_authority-file.TEIP5.xml">../authority-files/jaraid_authority-file.TEIP5.xml</ref>) and to GeoNames IDs to <gi scheme="TEI">placeName</gi>s without such references based on <gi scheme="TEI">place</gi>s mentioned in the authority file.</change>
<change when="2020-11-05"
who="#pTG"
xml:id="d3e781"
xml:lang="en"
status="draft">Added references to local authority file (<ref target="../authority-files/jaraid_authority-file.TEIP5.xml">../authority-files/jaraid_authority-file.TEIP5.xml</ref>) and VIAF to <gi scheme="TEI">persName</gi>s without such references based on <gi scheme="TEI">person</gi>s in the local authority file. If the source <gi scheme="TEI">persName</gi> did not contain any further TEI mark-up, this has been added from the local authority file.</change>
<change when="2020-05-22" who="#pAm" xml:lang="en" status="draft">AM adds transliterated data for journals 1901-1929 from Ṭarrāzī, vol. 2. pt.4 from the Arabic list, and from other sources, without cross-checking or without collections; principles: 1) if there were two editors with the same family name (like Imīl and Shukrī Zaydān) I added them separately (Imīl Zaydān, Shukrī Zaydān) 2) some illustrated journals noted in notes 3) certain journals cross-referncess in notes because they are similar/perhaps duplicate/or same owners 4) since AM transliterates the Arabic there are differences compared to Ṭarrāzī's transliterated data; source of data is always indicated</change>
<change when="2019-04-17" who="#pAM" xml:lang="en" status="draft">adds Nicole Hayat and her online suggestions</change>
<change when="2019-02-27" who="#pAM" xml:lang="en" status="draft">corrects bibliographical data based on new data in email from Sadgrove and his own research, deleted t1r32, t1r170</change>
<change when="2018-01-04" who="#pAM" xml:lang="en" status="draft">adds holdings to <ref target="#t1r375" xml:lang="en">Al-Hilāl</ref>, and <ref target="#t1r100" xml:lang="en"> al-Ahrām</ref>
</change>
<change when="2018-11-21" who="#pTG" status="draft">Deleted duplicate entry for <title level="j">al-Mishkāt</title> in row t1r114.</change>
<change when="2018-01-04" who="#pAM" xml:lang="en" status="draft"> adds holdings to <ref target="#t1r375" xml:lang="en">Al-Hilāl</ref>, and <ref target="#t1r100" xml:lang="en"> al-Ahrām</ref>
</change>
<change when="2017-12-31" who="#pAM" xml:lang="en" status="draft">adds holding institution DMW</change>
<change when="2017-12-30" who="#pAM" xml:lang="en" status="draft">adds holding institution UJ</change>
<change when="2017-12-29" who="#pAM" xml:lang="en" status="draft">adds <ref target="#t1r861" xml:lang="en">t1r861</ref>
</change>
<change when="2017-12-10" who="#pAM" xml:lang="en" status="draft">adds HARV holdings for <ref target="#t1r100" xml:lang="en">t1r100</ref>
</change>
<change when="2016-11-11" status="draft">Added the <att scheme="TEI">xml:lang</att> attribute to all nodes that lacked this attribute. The value is based on the closest ancestor.</change>
<change type="xml"
when="2015-07-21"
who="#pTG"
xml:lang="en"
status="draft">Made corrections to the TEI and moved all introductory material to the <gi xml:lang="en" scheme="TEI">front</gi>.</change>
<change when="2015-05-21" who="#pTG" xml:lang="en" status="draft">added digital holdings for <ref target="#t1r379" xml:lang="en">t1r379</ref>
</change>
<change when="2015-05-14" who="#pTG" xml:lang="en" status="draft">corrected bibliographic data</change>
<change when="2015-05-08" who="#pTG" xml:lang="en" status="draft">Added collections and secondary literature</change>
<change when="2015-01-26" who="#pTG" xml:lang="en" status="draft">made corrections to the XML</change>
<change when="2015-01-23" who="#pAM" xml:lang="en" status="draft"> added new corrections provided by Daniel Newman</change>
<change when="2014-11-11" who="#pTG" xml:lang="en" status="draft">Added AUB holdings to <ref target="#t1r76" xml:lang="en">t1r76</ref>
</change>
<change when="2014-07-20" who="#pTG" xml:lang="en" status="draft">add further references to the Translatio digitisation project at Bonn.</change>
<change when="2014-07-20" who="#pTG" xml:lang="en" status="draft">corrected same internal references to Princeton University Library</change>
<change when="2014-05-09" who="#pTG" xml:lang="en" status="draft">corrected referrences to LaH and Mak Kull al-Lah with NEST on request of the institution itself.</change>
<change when="2014-05-09" who="#pTG" xml:lang="en" status="draft">added references to the Translatio digitisation project at Bonn.</change>
<change type="xml"
when="2014-04-15"
who="#pTG"
xml:lang="en"
status="draft">corrected some errors introduced to the xml by earlier edits</change>
<change when="2014-04-14" who="#pAM" xml:lang="en" status="draft"> added other corrections provided by Daniel Newman</change>
<change when="2014-04-13" who="#pAM" xml:lang="en" status="draft"> added corrections provided by Adam Mestyan</change>
<change when="2014-04-13" who="#pAM" xml:lang="en" status="draft"> added contributor Daniel Newman</change>
<change when="2014-04-13" who="#pAM" xml:lang="en" status="draft"> added corrections provided by Daniel Newman</change>
<change when="2014-04-13" who="#pAM" xml:lang="en" status="draft"> added corrections provided by Till Grallert</change>
<change type="xml"
when="2013-04-24"
who="#pTG"
xml:lang="en"
status="draft"> corrected some errors introduced in the previous update, included an erroneous reference to #hBOSJ. As the xslt ingnors the <gi xml:lang="en" scheme="TEI">del</gi>
tag in cell 9 (references to holding institutions), I finally deleted the references marked as such in May 2012, i.e. in rows <ref target="#t1r25" xml:lang="en">t1r25</ref>, t1r339,
t1r133</change>
<change type="xml"
when="2013-04-16"
who="#pTG"
xml:lang="en"
status="draft"> made some changes to the internal links</change>
<change when="2013-04-16" who="#pTG" xml:lang="en" status="draft"> added information on the Iraqi National Library provided by Adam Mestyan</change>
<change when="2013-04-14" who="#pAM" xml:lang="en" status="draft"> added corrections provided by Till Grallert</change>
<change when="2013-04-14" who="#pAM" xml:lang="en" status="draft"> added corrections provided by Adam Mestyan</change>
<change when="2013-03-31" who="#pAM" xml:lang="en" status="draft"> added Rogier Visser to the contributors</change>
<change when="2013-03-31" who="#pAM" xml:lang="en" status="draft"> added corrections provided by Rogier Visser</change>
<change type="xml"
when="2012-11-21"
who="#pTG"
xml:lang="en"
status="draft">corrected some markup</change>
<change type="xml"
when="2012-11-01"
who="#pTG"
xml:lang="en"
status="draft">corrected the markup of some persNames</change>
<change when="2012-10-19" who="#pTG" xml:lang="en" status="draft">corrected the references to Ibrāhīm ʿAbduh based on Adam Mestyan's data</change>
<change when="2012-10-15" who="#pTG" xml:lang="en" status="draft">After inquiring with Philip Sadgrove, it was established that Ibrāhīm ʿAbduh is indeed not the name of a collection but points towards the source of information</change>
<change type="xml"
when="2012-10-10"
who="#pTG"
xml:lang="en"
status="draft"> made some corrections to the markup,
correcting minor errors introduced by the previous additions</change>
<change when="2012-10-10" who="#pTG" xml:lang="en" status="draft">added 3 periodicals to the chronology (<ref target="#t1r847" xml:lang="en">t1r847</ref>, <ref target="#t1r848" xml:lang="en">t1r848</ref>, and <ref target="#t1r849" xml:lang="en">t1r849</ref>), added further holding institutions (UPenn, Stan, and Col)</change>
<change when="2012-10-09" who="#pAM" xml:lang="en" status="draft"> added some new data from MEC</change>
<change when="2012-10-09" who="#pAM" xml:lang="en" status="draft"> corrected t1r11 based on HA</change>
<change when="2012-10-06" who="#pAM" xml:lang="en" status="draft"> added some corrections of PS</change>
<change when="2012-10-05" who="#pAM" xml:lang="en" status="draft"> added some corrections of HA, additions left to TG</change>
<change when="2012-10-04" who="#pAM" xml:lang="en" status="draft"> added Hala Auji to contributors</change>
<change when="2012-10-04" who="#pAM" xml:lang="en" status="draft"> corrected typos</change>
<change when="2012-10-04" who="#pAM" xml:lang="en" status="draft"> added the corrections of TG from his email 13 September 2012</change>
<change type="xml"
when="2012-09-24"
who="#pAM"
xml:lang="en"
status="draft"> deleted official paper indications and moved to comments</change>
<change type="xml"
when="2012-09-01"
who="#pTG"
xml:lang="en"
status="draft"> added automated markup for the date of last publication (cell 3)</change>
<change when="2012-08-29" who="#pTG" xml:lang="en" status="draft"> added links to the digital collection of Abū Naẓẓāra at IMA</change>
<change type="xml"
when="2012-08-22"
who="#pTG"
xml:lang="en"
status="draft"> corrected some links to online resources</change>
<change type="xml"
when="2012-08-16"
who="#pTG"
xml:lang="en"
status="draft"> added abbreviations for months longer then 5 letters</change>
<change type="xml"
when="2012-08-16"
who="#pTG"
xml:lang="en"
status="draft"> included the day and month of the first issue (cell 2) in the @when, @notBefore, and @notAfter attributes of cell 1 through XSLT conversion</change>
<change when="2012-07-26" who="#pTG" xml:lang="en" status="draft"> added references to the al-Aqṣā collection</change>
<change when="2012-07-26" who="#pTG" xml:lang="en" status="draft"> unified the abbreviations DKT and DKWT for the Dār al-Kutub al-Waṭaniyya in Tunis into DKWT</change>
<change when="2012-07-01" who="#pTG" xml:lang="en" status="draft"> edited the title cells: 126, 245, 202, 176, 230, 159,
140, 158, 368, 443, 129; corrected misspelling of Abū Naẓẓāra</change>
<change when="2012-06-22" who="#pTG" xml:lang="en" status="draft"> made final corrections</change>
<change when="2012-06-17" who="#pTG" xml:lang="en" status="draft"> made final corrections</change>
<change when="2012-06-16" who="#pTG" xml:lang="en" status="draft"> added union catalogues and did final maintenance work</change>
<change when="2012-06-15" who="#pTG #pAM" xml:lang="en" status="draft"> rewrote the introduction, corrected the bibliography, added a row and some details to others</change>
<change type="xml"
when="2012-06-07"
who="#pTG"
xml:lang="en"
status="draft"> added row 844 and machine-readable dates for 1883 and 1884</change>
<change type="xml"
when="2012-06-07"
who="#pTG"
xml:lang="en"
status="draft">added markup for languages other than Arabic with "lang"</change>
<change when="2012-06-01" who="#pTG" xml:lang="en" status="draft"> incorporated some last abbreviations: EN (=BnF), IE,
Ind Off, and omitted Beir</change>
<change when="2012-05-30" who="#pAM" xml:lang="en" status="draft"> corrected typos, changed Alg Lib to BnA and BM to BL</change>
<change type="xml"
when="2012-05-30"
who="#pTG"
xml:lang="en"
status="draft"> deleted "Cent Lib"; replace "Lan" and "Lan Or" with "INALCO"; marked TGK and THC as deleted; marked up the last place names; found another holding institution not yet accounted for: "EN"</change>
<change when="2012-05-29" who="#pAM" xml:lang="en" status="draft"> corrected typos, added some data, clarified L'Oranais</change>
<change when="2012-05-21" who="#pAM" xml:lang="en" status="draft"> corrected typos, added some data, added dots, added data, added Rana Issa</change>
<change type="xml"
when="2012-05-15"
who="#pTG"
xml:lang="en"
status="draft"> marked up some missing place names</change>
<change type="xml"
when="2012-05-10"
who="#pTG"
xml:lang="en"
status="draft"> added the choice tag to the abbreviations</change>
<change when="2012-04-27" who="#pTG" xml:lang="en" status="draft"> copy-edited the text of the introduction and added a paragraph.</change>
<change when="2012-04-25" who="#pAM" xml:lang="en" status="draft"> finalised a first unification of personal names</change>
<change when="2012-04-18" who="#pTG #pAM" xml:lang="en" status="draft">Replaced DKQW with DWKT</change>
<change type="xml"
when="2012-04-11"
who="#pTG"
xml:lang="en"
status="draft">Provided xml:ids for every row, based on the position of the row in the original data as provided</change>
<change type="xml"
when="2012-04-10"
who="#pTG"
xml:lang="en"
status="draft">Original TEI enhanced with semantic markup,
including dates, placeName, and references to the legend</change>
<change when="2012-04-10" who="#pTG" xml:lang="en" status="draft">Unified the references to "BLO = Bodleian Library,
Oxford" and "Bod = Bodliean Library, Oxford" as "Bod = Bodleian Library,
Oxford"</change>
<change when="2012-04-10" who="#pTG" xml:lang="en" status="draft">Changed "LC" and "OB" to the commonly used "LoC" and
"OIB"</change>
<change when="2012-04-10" who="#pTG" xml:lang="en" status="draft">Added missing values to the list of abbreviations:
DKQW, "Baghdad Univ", "CU", "DKT", "Dur", "DWQ", "Lan", "National Library of Israel",
BM, Tet, Alg Lib</change>
<change type="xml"
when="2012-04-10"
who="#pTG"
xml:lang="en"
status="draft">Performed some transformations with custom XSLT to improve machine-readability</change>
<change type="xml"
when="2012-04-09"
who="#pTG"
xml:lang="en"
status="draft">Table first converted into TEI using OxGarage</change>
</revisionDesc>
</teiHeader>
<text xmlns:t="http://www.tei-c.org/ns/1.0">
<body>
<list xml:id="institutions" type="firstList">
<head xml:id="headInstitutions">Holding Institutions</head>
<item n="1institutions">
<orgName>
<ref target="pages/abbrev.html#hAEK">AEK</ref>
</orgName>
<list type="holdings">
<item>
<ref target="pages/chrono.html#t1r209">
<title level="j" xml:lang="ar">مدرسة الفنون </title> / <title xml:lang="und-Latn">Medrese-i Fünun</title>
</ref>
</item>
</list>
</item>
<item n="1institutions">
<orgName>
<ref target="pages/abbrev.html#hAH">AʿH</ref>
</orgName>
<list type="holdings">
<item>
<ref target="pages/chrono.html#t1r294">
<title level="j" xml:lang="ar">الحاضرة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r27">
<title level="j" xml:lang="ar">الرائد التونسي</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r382">
<title level="j" xml:lang="ar">المبشر التونسي </title> / <title level="j" xml:lang="fr">Le Messager Tunisien</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r92">
<title level="j" xml:lang="ar">النزهة الخيرية</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r512">
<title level="j" xml:lang="ar">سبيل الرشاد</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r547">
<title level="j" xml:lang="ar">لسان الحق</title> / <title level="j" xml:lang="und-Latn">Liçan El-Hak</title>
</ref>
</item>
</list>
</item>
<item n="1institutions">
<orgName>
<ref target="pages/abbrev.html#hAKI">AKI</ref>
</orgName>
<list type="holdings">
<item>
<ref target="pages/chrono.html#t1r25">
<title level="j" xml:lang="ar">الجوائب</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r339">
<title level="j" xml:lang="ar">الحقوق</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r693">
<title level="j" xml:lang="ar">القانون الاساسي</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r722">
<title level="j" xml:lang="ar">انين مظلوم</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r666">
<title level="j" xml:lang="ota">كوكب عثماني</title> / <title level="j" xml:lang="ar"> الكوكب العثماني </title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r209">
<title level="j" xml:lang="ar">مدرسة الفنون </title> / <title xml:lang="und-Latn">Medrese-i Fünun</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r5">
<title level="j" xml:lang="ota"> وقايع مصرية</title>
<title level="j" xml:lang="ar">الوقائع المصرية</title>
</ref>
</item>
</list>
</item>
<item n="1institutions">
<orgName>
<ref target="pages/abbrev.html#hAKID">AKID</ref>
</orgName>
<list type="holdings">
<item>
<ref target="pages/chrono.html#t1r25">
<title level="j" xml:lang="ar">الجوائب</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r133">
<title level="j" xml:lang="ar">رحلة ابي نظارة زرقا</title>
</ref>
</item>
</list>
</item>
<item n="1institutions">
<orgName>
<ref target="pages/abbrev.html#hAM">Alex Mun</ref>
</orgName>
<list type="holdings">
<item>
<ref target="pages/chrono.html#t1r713">
<title level="j" xml:lang="ar">تسلية الخواطر</title>
</ref>
</item>
</list>
</item>
<item n="1institutions">
<orgName>
<ref target="pages/abbrev.html#hFUAS">FUAS</ref>
</orgName>
<list type="holdings">
<item>
<ref target="pages/chrono.html#t1r61">
<title level="j" xml:lang="ar">الجنان</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r104">
<title level="j" xml:lang="ar">المقتطف</title>
</ref>
</item>
</list>
</item>
<item n="1institutions">
<orgName>
<ref target="pages/abbrev.html#hAUB">AUB</ref>
</orgName>
<list type="holdings">
<item>
<ref target="pages/chrono.html#t1r2225">
<title level="j" xml:lang="ar">ابو الهول</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r31">
<title level="j" xml:lang="ar">اخبار عن انتشار الانجيل في اماكن مختلفة / العالم </title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r51">
<title level="j" xml:lang="ar">اعمال الجمعية العلمية السورية</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r2173">
<title level="j" xml:lang="ar">الاخلاق</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r58">
<title level="j" xml:lang="ar">البشير</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r592">
<title level="j" xml:lang="ar">البيان</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r94">
<title level="j" xml:lang="ar">التقدم</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r135">
<title level="j" xml:lang="ar">التقدم</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r772">
<title level="j" xml:lang="ar">التمدن</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r741">
<title level="j" xml:lang="ar">الجامعة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r742">
<title level="j" xml:lang="ar">الجامعة العثمانية</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r61">
<title level="j" xml:lang="ar">الجنان</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r60">
<title level="j" xml:lang="ar">الجنة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r25">
<title level="j" xml:lang="ar">الجوائب</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r251">
<title level="j" xml:lang="ar">الحقوق</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r323">
<title level="j" xml:lang="ar">الحقيقة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r805">
<title level="j" xml:lang="ar">الخزانة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r391">
<title level="j" xml:lang="ar">الرأي العام</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r824">
<title level="j" xml:lang="ar">الرئيس</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r563">
<title level="j" xml:lang="ar">الرائد المصري</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r695">
<title level="j" xml:lang="ar">الرائد المصري</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r468">
<title level="j" xml:lang="ar">الروضة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r310">
<title level="j" xml:lang="ar">الرياض المصرية</title> / <title level="j" xml:lang="ar">الرياض السورية</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r366">
<title level="j" xml:lang="ar">الزراعة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r68">
<title level="j" xml:lang="ar">الزهرة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r698">
<title level="j" xml:lang="ar">السعادة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r705">
<title level="j" xml:lang="ar">السلام</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r628">
<title level="j" xml:lang="ar">السلطنة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r514">
<title level="j" xml:lang="ar">السيار</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r150">
<title level="j" xml:lang="ar">الشرق</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r568">
<title level="j" xml:lang="ar">الشرق</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r271">
<title level="j" xml:lang="ar">الشفاء</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r120">
<title level="j" xml:lang="ar">الشهبی</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r311">
<title level="j" xml:lang="ar">الشهرة</title> / <title level="j" xml:lang="fr">La renommé</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r269">
<title level="j" xml:lang="ar">الصادق</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r270">
<title level="j" xml:lang="ar">الصفاء</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r651">
<title level="j" xml:lang="ar">الضياء</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r134">
<title level="j" xml:lang="ar">الطبيب</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r240">
<title level="j" xml:lang="ar">الطبيب</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r868">
<title level="j" xml:lang="ar">العاصمة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r2634">
<title level="j" xml:lang="ar">العاصمة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r2167">
<title level="j" xml:lang="ar">العالم الجديد</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r714">
<title level="j" xml:lang="ar">العثماني</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r480">
<title level="j" xml:lang="ar">العدل</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r3157">
<title level="j" xml:lang="ar">العروس</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r161">
<title level="j" xml:lang="ar">العصر الجديد</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r785">
<title level="j" xml:lang="ar">العصر الجديد</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r795">
<title level="j" xml:lang="ar">الغزالة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r373">
<title level="j" xml:lang="ar">الفتاة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r372">
<title level="j" xml:lang="ar">الفتی</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r537">
<title level="j" xml:lang="ar">الفردوس</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r655">
<title level="j" xml:lang="ar">الفكاهة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r355">
<title level="j" xml:lang="ar">الفوائد الصحية</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r2620">
<title level="j" xml:lang="ar">القبس</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r496">
<title level="j" xml:lang="ar">الكنانة</title>
</ref>
</item>
<item>
<ref target="pages/chrono.html#t1r746">
<title level="j" xml:lang="ar">الكوثر</title>
</ref>