File size: 23,506 Bytes
c975a71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
    {
        "artifact_id": 0,
        "name": "Akhenaten",
        "type": "statue",
        "creator": "Royal sculptors of the Amarna Period",
        "built_year": "c. 1345 BCE",
        "era": "New Kingdom, 18th Dynasty",
        "material": "Limestone or painted plaster",
        "location_found": "Amarna, Egypt",
        "current_location": "Egyptian Museum, Cairo and other museums",
        "importance": "Represents Pharaoh Akhenaten, a revolutionary ruler who introduced the worship of Aten.",
        "description": "This statue represents Pharaoh Akhenaten, originally Amenhotep IV, who ruled Egypt during the 18th Dynasty. He is known for his religious revolution introducing Aten, the sun disk, as the central deity. Statues of Akhenaten show elongated facial features and a naturalistic style reflecting the major artistic changes of the Amarna Period.",
        "keywords": [
            "Akhenaten",
            "اخناتون",
            "Amenhotep IV",
            "امنحتب الرابع",
            "pharaoh",
            "king",
            "فرعون",
            "Aten",
            "اتون",
            "Amarna",
            "تل العمارنة",
            "statue",
            "تمثال"
        ]
    },
    {
        "artifact_id": 1,
        "name": "Bent Pyramid of Sneferu",
        "type": "pyramid",
        "creator": "Pharaoh Sneferu",
        "built_year": "c. 2600 BCE",
        "era": "Old Kingdom, 4th Dynasty",
        "material": "Limestone",
        "location_found": "Dahshur, Egypt",
        "current_location": "Dahshur Necropolis",
        "importance": "An early attempt at building a smooth pyramid showing engineering development.",
        "description": "The Bent Pyramid was built by Pharaoh Sneferu, founder of the 4th Dynasty and father of Khufu. Its unusual bent shape occurs because the angle changes midway during construction to prevent structural collapse. It represents the transitional stage from step pyramids to true smooth-sided pyramids and shows early Egyptian engineering experimentation.",
        "keywords": [
            "Bent Pyramid",
            "الهرم المنحني",
            "Sneferu",
            "سنفرو",
            "pyramid",
            "هرم",
            "Dahshur",
            "دهشور",
            "Old Kingdom",
            "الدولة القديمة"
        ]
    },
    {
        "artifact_id": 2,
        "name": "Colossal-Statue-of-Ramesses-II'",
        "type": "statue",
        "creator": "Royal sculptors of Ramesses II",
        "built_year": "c. 1250 BCE",
        "era": "New Kingdom, 19th Dynasty",
        "material": "Granite",
        "location_found": "Memphis, Egypt",
        "current_location": "Grand Egyptian Museum, Giza",
        "importance": "Represents Ramesses II, one of Egypt’s most powerful kings.",
        "description": "This colossal statue depicts Pharaoh Ramesses II, also called Ramesses the Great, who ruled during the 19th Dynasty. Known for military victories and extensive construction projects, this statue at the Temple of Ptah in Memphis emphasizes his power and divine kingship. Its monumental scale reflects New Kingdom royal sculpture style.",
        "keywords": [
            "Ramesses II",
            "Ramses II",
            "رمسيس الثاني",
            "Ramesses the Great",
            "رمسيس العظيم",
            "pharaoh",
            "king",
            "فرعون",
            "statue",
            "تمثال",
            "Memphis",
            "منف",
            "New Kingdom",
            "الدولة الحديثة"
        ]
    },
    {
        "artifact_id": 3,
        "name": "Colossoi-of-Memnon",
        "type": "statue",
        "creator": "Pharaoh Amenhotep III",
        "built_year": "c. 1350 BCE",
        "era": "New Kingdom, 18th Dynasty",
        "material": "Quartzite sandstone",
        "location_found": "Luxor, Egypt",
        "current_location": "Luxor West Bank",
        "importance": "Two monumental statues guarding the mortuary temple of Amenhotep III.",
        "description": "The Colossi of Memnon are two massive statues of Pharaoh Amenhotep III that stand about 18 meters tall. They once guarded the entrance to his mortuary temple on the West Bank of Luxor. The northern statue was thought to produce sounds at sunrise, linking it to the mythical Greek hero Memnon. They symbolize royal power and divine kingship.",
        "keywords": [
            "Colossi of Memnon",
            "تمثالي ممنون",
            "Amenhotep III",
            "امنحتب الثالث",
            "statue",
            "تمثال",
            "Luxor",
            "الأقصر",
            "West Bank",
            "الضفة الغربية"
        ]
    },
    {
        "artifact_id": 4,
        "name": "Goddess-Isis-with-her-child",
        "type": "statue",
        "creator": "Ancient Egyptian sculptors",
        "built_year": "c. 600 BCE",
        "era": "Late Period Egyptian Art",
        "material": "Limestone or greywacke",
        "location_found": "Various Egyptian temple sites",
        "current_location": "Various museums",
        "importance": "Symbol of divine motherhood and protection.",
        "description": "This statue depicts the goddess Isis nursing the child Horus, an iconic representation of maternal care, protection, and divine kingship. It reflects the religious significance of Isis in Egyptian temples and her role as protector of pharaohs and people.",
        "keywords": [
            "Isis",
            "إيزيس",
            "Horus",
            "حورس",
            "motherhood",
            "امومة",
            "divine protection",
            "حماية إلهية",
            "goddess",
            "الهة",
            "statue",
            "تمثال"
        ]
    },
    {
        "artifact_id": 5,
        "name": "Hatshepsut",
        "type": "temple",
        "creator": "Pharaoh Hatshepsut and her royal architects",
        "built_year": "c. 1479–1458 BCE",
        "era": "New Kingdom, 18th Dynasty",
        "material": "Limestone",
        "location_found": "Deir el-Bahari, Luxor, Egypt",
        "current_location": "Deir el-Bahari site, Luxor, Egypt",
        "importance": "One of ancient Egypt’s most famous female pharaohs’ mortuary temples, showcasing her political and architectural legacy.",
        "description": "The Mortuary Temple of Hatshepsut at Deir el-Bahari is built into cliffs overlooking the Nile. It honors Pharaoh Hatshepsut, one of Egypt’s few female rulers, and served for her cult after death. The temple features terraces, colonnades, and reliefs showing her divine birth, trade expeditions to Punt, and other achievements, reflecting political power and religious beliefs.",
        "keywords": [
            "Hatshepsut",
            "حتشبسوت",
            "Hatshepsut Temple",
            "معبد حتشبسوت",
            "Deir el-Bahari",
            "الدير البحري",
            "temple",
            "معبد",
            "female pharaoh",
            "ملكة فرعونية"
        ]
    },
    {
        "artifact_id": 6,
        "name": "Hatshepsut-face",
        "type": "statue head",
        "creator": "Royal sculptors of Hatshepsut",
        "built_year": "c. 1479–1458 BCE",
        "era": "New Kingdom, 18th Dynasty",
        "material": "Granodiorite or limestone",
        "location_found": "Deir el-Bahari, Luxor, Egypt",
        "current_location": "Metropolitan Museum of Art, New York, USA",
        "importance": "Represents the royal visage of one of Egypt’s most influential female pharaohs.",
        "description": "The sculpted head of Hatshepsut shows her masculine features, such as a strong jaw, combined with feminine traits. These heads, originally part of larger statues, were placed in temples to assert her divine kingship and authority as a female pharaoh.",
        "keywords": [
            "Hatshepsut",
            "حتشبسوت",
            "statue head",
            "رأس تمثال",
            "royal portrait",
            "تمثال ملكي",
            "Deir el-Bahari",
            "الدير البحري"
        ]
    },
    {
        "artifact_id": 7,
        "name": "Khafre-Pyramid",
        "type": "pyramid",
        "creator": "Pharaoh Khafre",
        "built_year": "c. 2550 BCE",
        "era": "Old Kingdom, 4th Dynasty",
        "material": "Limestone",
        "location_found": "Giza Plateau",
        "current_location": "Giza, Egypt",
        "importance": "Second largest pyramid in the Giza complex.",
        "description": "The Pyramid of Khafre, built for Pharaoh Khafre, is the second largest pyramid at Giza. Some original casing stones remain at the top. The pyramid is part of a complex including the Great Sphinx and temples, representing royal power and Old Kingdom architecture.",
        "keywords": [
            "Khafre",
            "خفرع",
            "Khafre Pyramid",
            "هرم خفرع",
            "pyramid",
            "هرم",
            "Giza",
            "الجيزة",
            "Sphinx",
            "ابو الهول"
        ]
    },
    {
        "artifact_id": 8,
        "name": "Mask of Tutankhamun",
        "type": "mask",
        "creator": "Royal goldsmiths of Tutankhamun",
        "built_year": "c. 1323 BCE",
        "era": "New Kingdom, 18th Dynasty",
        "material": "Gold with semi precious stones",
        "location_found": "Valley of the Kings",
        "current_location": "Egyptian Museum Cairo",
        "importance": "One of the most famous artifacts in the world.",
        "description": "This is the golden funerary mask of Pharaoh Tutankhamun, a young king who ascended the throne at age 9 during the 18th Dynasty. He is known for restoring traditional religious practices after Akhenaten’s revolution. The mask was placed over his mummy to ensure protection and identification in the afterlife, made of gold and decorated with precious stones symbolizing eternal power.",
        "keywords": [
            "Tutankhamun",
            "توت عنخ آمون",
            "king tut",
            "الملك توت",
            "mask",
            "قناع",
            "gold mask",
            "قناع ذهبي",
            "pharaoh",
            "فرعون",
            "Valley of the Kings",
            "وادي الملوك"
        ]
    },
    {
        "artifact_id": 9,
        "name": "Nefertiti",
        "type": "bust",
        "creator": "Sculptor Thutmose",
        "built_year": "c. 1345 BCE",
        "era": "New Kingdom, 18th Dynasty",
        "material": "Limestone and stucco",
        "location_found": "Amarna",
        "current_location": "Neues Museum Berlin",
        "importance": "Iconic image of ancient Egyptian beauty.",
        "description": "The painted bust of Queen Nefertiti, wife of Pharaoh Akhenaten, is famous for its elegance, symmetry, and lifelike qualities. It reflects the artistic innovation of the Amarna Period and became a symbol of Egyptian beauty worldwide.",
        "keywords": [
            "Nefertiti",
            "نفرتيتي",
            "queen",
            "ملكة",
            "bust",
            "تمثال نصفي",
            "Amarna",
            "العمارنة",
            "Akhenaten wife",
            "زوجة اخناتون"
        ]
    },
    {
        "artifact_id": 10,
        "name": "Pyramid_of_Djoser",
        "type": "pyramid",
        "creator": "Imhotep",
        "built_year": "c. 2670 BCE",
        "era": "Old Kingdom, 3rd Dynasty",
        "material": "Limestone",
        "location_found": "Saqqara",
        "current_location": "Saqqara Egypt",
        "importance": "First large stone structure in history.",
        "description": "The Step Pyramid of Djoser, designed by architect Imhotep for Pharaoh Djoser, is the first large-scale stone construction in history. It consists of six stepped layers and set a precedent for later pyramid construction.",
        "keywords": [
            "Djoser",
            "زوسر",
            "Step Pyramid",
            "الهرم المدرج",
            "Imhotep",
            "ايمحوتب",
            "pyramid",
            "هرم",
            "Saqqara",
            "سقارة"
        ]
    },
    {
      "artifact_id": 11,
      "name": "Ramessum",
      "type": "temple",
      "creator": "Pharaoh Ramesses II",
      "built_year": "c. 1250 BCE",
      "era": "New Kingdom, 19th Dynasty",
      "material": "Sandstone",
      "location_found": "Luxor",
      "current_location": "Theban Necropolis",
      "importance": "The Ramesseum is the mortuary temple of Pharaoh Ramesses II, serving as a monumental site to honor his reign, celebrate his military victories including the Battle of Kadesh, assert his divine kingship, and function as an administrative and storage center. It is also a prime example of New Kingdom architectural and artistic mastery.",
      "description": "The Ramesseum, built by Ramesses II, contains massive statues, reliefs, and inscriptions celebrating his reign, military victories, and divine kingship. Located on the West Bank of Luxor, it served as a mortuary temple for worship after death.",
      "keywords": [
        "Ramessum",
        "الرامسيوم",
        "Ramesses II",
        "رمسيس الثاني",
        "temple",
        "معبد",
        "Luxor",
        "الأقصر"
        ]
    },
    {
        "artifact_id": 12,
        "name": "Ramses-II-Red-Granite-Statue",
        "type": "statue",
        "creator": "Royal sculptors of Ramesses II",
        "built_year": "c. 1250 BCE",
        "era": "New Kingdom, 19th Dynasty",
        "material": "Red granite",
        "location_found": "Karnak Temple Complex (Luxor) and Memphis, Egypt",
        "current_location": "Various museums, including the Egyptian Museum in Cairo and the British Museum in London",
        "importance": "Royal statue symbolizing the authority and power of Pharaoh Ramesses II.",
        "description": "These colossal red granite statues of Ramesses II were placed in temples like Karnak and Memphis to demonstrate his divine kingship and enduring legacy. They feature grand scale and detailed carving, emphasizing his political and religious influence.",
        "keywords": [
            "Ramesses II",
            "Ramses II",
            "رمسيس الثاني",
            "statue",
            "تمثال",
            "Karnak",
            "Memphis",
            "New Kingdom",
            "الدولة الحديثة"
        ]
    },
    {
        "artifact_id": 13,
        "name": "Statue-of-King-Zoser",
        "type": "statue",
        "creator": "Royal sculptors of the Old Kingdom",
        "built_year": "c. 2670 BCE",
        "era": "Old Kingdom, 3rd Dynasty",
        "material": "Limestone",
        "location_found": "Saqqara",
        "current_location": "Egyptian Museum Cairo",
        "importance": "Represents the pharaoh who built the Step Pyramid.",
        "description": "This statue represents Pharaoh Djoser, the ruler for whom the Step Pyramid was built. It is one of the earliest royal statues and part of the Saqqara pyramid complex.",
        "keywords": [
            "Djoser",
            "زوسر",
            "statue",
            "تمثال",
            "Saqqara",
            "سقارة"
        ]
    },
    {
        "artifact_id": 14,
        "name": "Statue-of-Tutankhamun-with-Ankhesenamun",
        "type": "statue",
        "creator": "Royal sculptors of Tutankhamun",
        "built_year": "c. 1330 BCE",
        "era": "New Kingdom, 18th Dynasty",
        "material": "Calcite or alabaster",
        "location_found": "Luxor",
        "current_location": "Egyptian Museum Cairo",
        "importance": "Represents the royal couple.",
        "description": "This statue shows King Tutankhamun with his queen Ankhesenamun, highlighting royal unity and the divine role of the pharaohs. It emphasizes the close link between royal family and religion in the 18th Dynasty.",
        "keywords": [
            "Tutankhamun",
            "توت عنخ آمون",
            "Ankhesenamun",
            "انخسن امون",
            "statue",
            "تمثال",
            "Luxor",
            "الأقصر"
        ]
    },
    {
        "artifact_id": 15,
        "name": "Temple_of_Isis_in_Philae",
        "type": "temple",
        "creator": "Ptolemaic rulers",
        "built_year": "c. 380 BCE",
        "era": "Late Period to Ptolemaic Period",
        "material": "Stone",
        "location_found": "Philae Island",
        "current_location": "Agilkia Island Aswan",
        "importance": "Major center of Isis worship.",
        "description": "The Temple of Isis in Philae was an important religious center during the Ptolemaic Period. The complex was relocated to Agilkia Island to save it from flooding caused by the Aswan High Dam. It includes sanctuaries, halls, and reliefs dedicated to the goddess Isis.",
        "keywords": [
            "Isis",
            "إيزيس",
            "Philae",
            "فيلاي",
            "temple",
            "معبد",
            "Ptolemaic",
            "الطوليمية",
            "Agilkia",
            "أجيليكا"
        ]
    },
    {
        "artifact_id": 16,
        "name": "Temple_of_Kom_Ombo",
        "type": "temple",
        "creator": "Ptolemaic Dynasty",
        "built_year": "c. 180 BCE",
        "era": "Ptolemaic Period",
        "material": "Sandstone",
        "location_found": "Kom Ombo, Aswan Governorate, Egypt",
        "current_location": "Kom Ombo, Egypt (on the east bank of the Nile in Aswan Governorate)",
        "importance": "A unique double temple dedicated to Sobek and Horus.",
        "description": "The Temple of Kom Ombo is symmetrical, with one half dedicated to Sobek, the crocodile god, and the other to Horus the Elder, the falcon-headed sky god. It includes chapels, sanctuaries, halls, and reliefs illustrating religious practices and medicine. Its location along the Nile made it a religious, cultural, and economic center in Upper Egypt.",
        "keywords": [
            "Kom Ombo",
            "كوم امبو",
            "Temple of Kom Ombo",
            "معبد كوم امبو",
            "Sobek",
            "سوبك",
            "Horus",
            "حورس",
            "temple",
            "معبد",
            "Aswan",
            "اسوان"
        ]
    },
    {
        "artifact_id": 17,
        "name": "The-Great-Temple-of-Ramesses-II",
        "type": "temple",
        "creator": "Pharaoh Ramesses II",
        "built_year": "c. 1250 BCE",
        "era": "New Kingdom, 19th Dynasty",
        "material": "Stone",
        "location_found": "Theban Necropolis",
        "current_location": "Luxor",
        "importance": "Monumental temple dedicated to Ramesses II.",
        "description": "The Great Temple of Ramesses II contains colossal statues and detailed reliefs celebrating his military victories and divine kingship. It is part of the Theban Necropolis and demonstrates the grandeur of 19th Dynasty architecture.",
        "keywords": [
            "Ramesses II",
            "Ramses II",
            "رمسيس الثاني",
            "temple",
            "معبد",
            "Theban Necropolis",
            "الجبانة الطيبة",
            "Luxor",
            "الأقصر"
        ]
    },
    {
        "artifact_id": 18,
        "name": "amenhotep-iii-and-tiye",
        "type": "statue",
        "creator": "Royal sculptors of Amenhotep III",
        "built_year": "c. 1360 BCE",
        "era": "New Kingdom, 18th Dynasty",
        "material": "Limestone",
        "location_found": "Medinet Habu",
        "current_location": "Egyptian Museum Cairo",
        "importance": "Royal family representation.",
        "description": "This statue shows Pharaoh Amenhotep III with his wife Queen Tiye, emphasizing royal lineage and divine kingship. It reflects the importance of the royal family in New Kingdom Egypt and religious symbolism.",
        "keywords": [
            "Amenhotep III",
            "امنحتب الثالث",
            "Tiye",
            "تي",
            "statue",
            "تمثال",
            "Medinet Habu",
            "مدينة حابو"
        ]
    },
    {
        "artifact_id": 19,
        "name": "bust-of-ramesses-ii",
        "type": "bust",
        "creator": "Royal sculptors of Ramesses II",
        "built_year": "c. 1250 BCE",
        "era": "New Kingdom, 19th Dynasty",
        "material": "Granite",
        "location_found": "Various temple sites",
        "current_location": "Various museums",
        "importance": "Portrait of Ramesses II.",
        "description": "This bust captures Pharaoh Ramesses II, emphasizing his royal power and divine kingship. Busts were common for showing pharaohs’ iconic facial features for religious and political symbolism.",
        "keywords": [
            "Ramesses II",
            "Ramses II",
            "رمسيس الثاني",
            "bust",
            "تمثال نصفي",
            "statue",
            "تمثال"
        ]
    },
    {
        "artifact_id": 20,
        "name": "menkaure-pyramid",
        "type": "pyramid",
        "creator": "Pharaoh Menkaure",
        "built_year": "c. 2510 BCE",
        "era": "Old Kingdom, 4th Dynasty",
        "material": "Limestone and granite",
        "location_found": "Giza Plateau, Giza, Egypt",
        "current_location": "Giza Plateau, Egypt",
        "importance": "Smallest of the three main pyramids at Giza, yet architecturally refined.",
        "description": "The Pyramid of Menkaure, built for Pharaoh Menkaure, is the third and smallest pyramid at Giza. It uses high-quality granite in lower chambers and limestone casing. The complex includes three smaller queens' pyramids, mortuary temples, and a causeway to the Nile, reflecting advanced Old Kingdom pyramid construction.",
        "keywords": [
            "Menkaure",
            "منكاورع",
            "pyramid",
            "هرم",
            "Giza",
            "الجيزة",
            "Old Kingdom",
            "الدولة القديمة",
            "4th Dynasty",
            "السلالة الرابعة"
        ]
    },
    {
        "artifact_id": 21,
        "name": "sphinx",
        "type": "statue",
        "creator": "Pharaoh Khafre's builders",
        "built_year": "c. 2500 BCE",
        "era": "Old Kingdom, 4th Dynasty",
        "material": "Limestone",
        "location_found": "Giza Plateau",
        "current_location": "Giza Egypt",
        "importance": "One of the oldest and largest monumental statues in the world.",
        "description": "The Great Sphinx of Giza has the body of a lion and the head of Pharaoh Khafre. It symbolizes royal strength, wisdom, and protection. Located near the pyramids of Giza, it is one of the largest and oldest monumental statues globally, representing Old Kingdom art and power.",
        "keywords": [
            "Sphinx",
            "ابو الهول",
            "Giza",
            "الجيزة",
            "Khafre",
            "خفرع",
            "statue",
            "تمثال"
        ]
    }
]