File size: 20,976 Bytes
42b851c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "language": "en",
    "title": "Recanati on the Torah",
    "versionSource": "https://www.sefaria.org",
    "versionTitle": "Sefaria Community Translation",
    "actualLanguage": "en",
    "languageFamilyName": "english",
    "isBaseText": false,
    "isSource": false,
    "direction": "ltr",
    "heTitle": "רקנאטי על התורה",
    "categories": [
        "Kabbalah",
        "Other Kabbalah Works"
    ],
    "text": {
        "Bereshit": [],
        "Noach": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "  And they said: “Let us build for us a city and a tower” etc. [Genesis 11:4]. The city mentioned is a small city, as you say “and the name of the small one [is] Rachel” [Genesis 29:16)]. And the tower is “a tower of strength is the name of HaShem” (Proverbs 18:10). And this “and his top in heaven [Genesis 11:4] alludes to the uppermost heavens. “And let us make for us a name” [Genesis 11:4]. The one who knows the explanation of “name”, recognizes their evil thought. Because they wanted to separate the Shekinah from the building, and in the separation were the forces of impurity, flowing in her [the Shekinah] from the contamination of the snake, and this is “and let us burn [them] to fire-hardened bricks” [Genesis 11:3]. In the secret of “The house of our holiness and our splendor became a conflagration of fire” (Isaiah 64:10) and in the secret of “because he has made unclean the sanctuary of HaShem” [Numeri 19:20]. “And the brick was for them as stone” [Genesis 11:3]. This secret is known to you in the secret of the Dimensions of the Body [Shi’ur Qomah]. And I cannot explain it. And the stone is the Stone of Foundation, and they were giving a small dimension against a large one. And after they had built the city and the tower according to their shape, they said to make for them a name to be conducted by it, so that they would not be given into the hand of an other leader. "
        ],
        "Lech Lecha": [],
        "Vayera": [],
        "Chayei Sara": [],
        "Toldot": [],
        "Vayetzei": [],
        "Vayishlach": [],
        "Vayeshev": [],
        "Miketz": [],
        "Vayigash": [],
        "Vayechi": [],
        "Shemot": [],
        "Vaera": [],
        "Bo": [],
        "Beshalach": [],
        "Yitro": [],
        "Mishpatim": [],
        "Terumah": [],
        "Tetzaveh": [],
        "Ki Tisa": [],
        "Vayakhel": [],
        "Pekudei": [],
        "Vayikra": [],
        "Tzav": [],
        "Shmini": [
            "",
            "",
            "",
            "",
            "",
            "Because today Ad-nai will appear to you. You already know that the Names are sometimes in the masculine and sometimes in the feminine. And so \"if You [fem] do this to me\" (Numbers 11:15). And they said: feminine and masculine are hints to the characteristic of compassion and the characteristic of judgment. And since the characteristic of judgment receives its emanation [atzilut] from the characteristic of compassion, therefore they called male this compassion, and female this judgment. And she is the shepherdess of the Song of Songs, and the hint - behold, the characteristic of judgment touched Nadav and Avihu, as we explain regarding the decree of El. This is why it is written after \"and the Glory/Honor of God appeared to them\". There are those who explain this through 'Oh Ad-nai, may You appoint peace for us' (Isaiah 26:12) and the end of the verse proves it: 'You have also requited all our misdeeds' it is a hint to the characteristic of judgment, that separated from sexual transgressions, and so too \"if You count transgressions, Yah\" (Psalms 130:3), the feminine is hidden, and you know that the Name Yah is a hint to the Shechinah. Our sages said regarding this verse that David said in front of the Holy One of Blessing: Master of the Universe! You give me to an angel that does not show favor! If you keep count of sins, Yah, Ad-nai, who can stand?!' And you know that this characteristic is called angel, and this is what they said regarding the fiery sword that revolves 'some times men, sometimes women' (see Bereshit Rabbah 21:9) therefore our sages z\"l called the expression 'shechinah' as feminine. It would be appropriate for the Shechinah to make ten travels 'the Shechinah travel, went up' (Rosh Hashanah 31a) and in the Midrash Mishlei the Shechinah fell in front of the Holy One of Blessing. And the secret of this issue is that even when between the Names there is a distinction between the characteristics of judgment and of compassion, they are all combined and included on each other, as our sages said in the Sefer HaZohar (Zohar 3:30b) There is no crown of all the crowns of the King that does not include both good and evil, and because of that the characteristic of judgment expands onto compassion, or the opposite, because if they were not included on each other it would be impossible for them to switch places, until the first one is cancelled, and then a new creation would be created. This is the knowledge of the masters of Kabbalah and it is right, and I already wrote in a different issue regarding the secret of upsiding connected to Sdom. "
        ],
        "Tazria": [],
        "Metzora": [],
        "Achrei Mot": [],
        "Kedoshim": [],
        "Emor": [],
        "Behar": [],
        "Bechukotai": [],
        "Bamidbar": [],
        "Nasso": [],
        "Beha'alotcha": [],
        "Sh'lach": [],
        "Korach": [],
        "Chukat": [],
        "Balak": [],
        "Pinchas": [],
        "Matot": [],
        "Masei": [],
        "Devarim": [],
        "Vaetchanan": [],
        "Eikev": [],
        "Re'eh": [],
        "Shoftim": [],
        "Ki Teitzei": [],
        "Ki Tavo": [],
        "Nitzavim": [],
        "Vayeilech": [],
        "Ha'Azinu": [],
        "Index": {
            "Bereshit": [],
            "Noach": [],
            "Lech Lecha": [],
            "Vayera": [],
            "Chayei Sara": [],
            "Toldot": [],
            "Vayetzei": [],
            "Vayishlach": [],
            "Vayeshev": [],
            "Miketz": [],
            "Vayigash": [],
            "Vayechi": [],
            "Shemot": [],
            "Vaera": [],
            "Bo": [],
            "Beshalach": [],
            "Yitro": [],
            "Mishpatim": [],
            "Terumah": [],
            "Tetzaveh": [],
            "Ki Tisa": [],
            "Vayakhel": [],
            "Pekudei": [],
            "Vayikra": [],
            "Tzav": [],
            "Shmini": [],
            "Tazria": [],
            "Metzora": [],
            "Achrei Mot": [],
            "Kedoshim": [],
            "Emor": [],
            "Behar": [],
            "Bechukotai": [],
            "Bamidbar": [],
            "Nasso": [],
            "Beha'alotcha": [],
            "Sh'lach": [],
            "Korach": [],
            "Chukat": [],
            "Balak": [],
            "Pinchas": [],
            "Matot": [],
            "Masei": [],
            "Devarim": [],
            "Vaetchanan": [],
            "Eikev": [],
            "Re'eh": [],
            "Shoftim": [],
            "Ki Teitzei": [],
            "Ki Tavo": [],
            "Nitzavim": [],
            "Vayeilech": [],
            "Ha'Azinu": []
        }
    },
    "schema": {
        "heTitle": "רקנאטי על התורה",
        "enTitle": "Recanati on the Torah",
        "key": "Recanati on the Torah",
        "nodes": [
            {
                "heTitle": "בראשית",
                "enTitle": "Bereshit"
            },
            {
                "heTitle": "נח",
                "enTitle": "Noach"
            },
            {
                "heTitle": "לך לך",
                "enTitle": "Lech Lecha"
            },
            {
                "heTitle": "וירא",
                "enTitle": "Vayera"
            },
            {
                "heTitle": "חיי שרה",
                "enTitle": "Chayei Sara"
            },
            {
                "heTitle": "תולדות",
                "enTitle": "Toldot"
            },
            {
                "heTitle": "ויצא",
                "enTitle": "Vayetzei"
            },
            {
                "heTitle": "וישלח",
                "enTitle": "Vayishlach"
            },
            {
                "heTitle": "וישב",
                "enTitle": "Vayeshev"
            },
            {
                "heTitle": "מקץ",
                "enTitle": "Miketz"
            },
            {
                "heTitle": "ויגש",
                "enTitle": "Vayigash"
            },
            {
                "heTitle": "ויחי",
                "enTitle": "Vayechi"
            },
            {
                "heTitle": "שמות",
                "enTitle": "Shemot"
            },
            {
                "heTitle": "וארא",
                "enTitle": "Vaera"
            },
            {
                "heTitle": "בא",
                "enTitle": "Bo"
            },
            {
                "heTitle": "בשלח",
                "enTitle": "Beshalach"
            },
            {
                "heTitle": "יתרו",
                "enTitle": "Yitro"
            },
            {
                "heTitle": "משפטים",
                "enTitle": "Mishpatim"
            },
            {
                "heTitle": "תרומה",
                "enTitle": "Terumah"
            },
            {
                "heTitle": "תצוה",
                "enTitle": "Tetzaveh"
            },
            {
                "heTitle": "כי תשא",
                "enTitle": "Ki Tisa"
            },
            {
                "heTitle": "ויקהל",
                "enTitle": "Vayakhel"
            },
            {
                "heTitle": "פקודי",
                "enTitle": "Pekudei"
            },
            {
                "heTitle": "ויקרא",
                "enTitle": "Vayikra"
            },
            {
                "heTitle": "צו",
                "enTitle": "Tzav"
            },
            {
                "heTitle": "שמיני",
                "enTitle": "Shmini"
            },
            {
                "heTitle": "תזריע",
                "enTitle": "Tazria"
            },
            {
                "heTitle": "מצורע",
                "enTitle": "Metzora"
            },
            {
                "heTitle": "אחרי מות",
                "enTitle": "Achrei Mot"
            },
            {
                "heTitle": "קדושים",
                "enTitle": "Kedoshim"
            },
            {
                "heTitle": "אמור",
                "enTitle": "Emor"
            },
            {
                "heTitle": "בהר",
                "enTitle": "Behar"
            },
            {
                "heTitle": "בחוקתי",
                "enTitle": "Bechukotai"
            },
            {
                "heTitle": "במדבר",
                "enTitle": "Bamidbar"
            },
            {
                "heTitle": "נשא",
                "enTitle": "Nasso"
            },
            {
                "heTitle": "בהעלותך",
                "enTitle": "Beha'alotcha"
            },
            {
                "heTitle": "שלח",
                "enTitle": "Sh'lach"
            },
            {
                "heTitle": "קרח",
                "enTitle": "Korach"
            },
            {
                "heTitle": "חקת",
                "enTitle": "Chukat"
            },
            {
                "heTitle": "בלק",
                "enTitle": "Balak"
            },
            {
                "heTitle": "פנחס",
                "enTitle": "Pinchas"
            },
            {
                "heTitle": "מטות",
                "enTitle": "Matot"
            },
            {
                "heTitle": "מסעי",
                "enTitle": "Masei"
            },
            {
                "heTitle": "דברים",
                "enTitle": "Devarim"
            },
            {
                "heTitle": "ואתחנן",
                "enTitle": "Vaetchanan"
            },
            {
                "heTitle": "עקב",
                "enTitle": "Eikev"
            },
            {
                "heTitle": "ראה",
                "enTitle": "Re'eh"
            },
            {
                "heTitle": "שופטים",
                "enTitle": "Shoftim"
            },
            {
                "heTitle": "כי תצא",
                "enTitle": "Ki Teitzei"
            },
            {
                "heTitle": "כי תבוא",
                "enTitle": "Ki Tavo"
            },
            {
                "heTitle": "נצבים",
                "enTitle": "Nitzavim"
            },
            {
                "heTitle": "וילך",
                "enTitle": "Vayeilech"
            },
            {
                "heTitle": "האזינו",
                "enTitle": "Ha'Azinu"
            },
            {
                "heTitle": "סימני סודות הספר",
                "enTitle": "Index",
                "nodes": [
                    {
                        "heTitle": "בראשית",
                        "enTitle": "Bereshit"
                    },
                    {
                        "heTitle": "נח",
                        "enTitle": "Noach"
                    },
                    {
                        "heTitle": "לך לך",
                        "enTitle": "Lech Lecha"
                    },
                    {
                        "heTitle": "וירא",
                        "enTitle": "Vayera"
                    },
                    {
                        "heTitle": "חיי שרה",
                        "enTitle": "Chayei Sara"
                    },
                    {
                        "heTitle": "תולדות",
                        "enTitle": "Toldot"
                    },
                    {
                        "heTitle": "ויצא",
                        "enTitle": "Vayetzei"
                    },
                    {
                        "heTitle": "וישלח",
                        "enTitle": "Vayishlach"
                    },
                    {
                        "heTitle": "וישב",
                        "enTitle": "Vayeshev"
                    },
                    {
                        "heTitle": "מקץ",
                        "enTitle": "Miketz"
                    },
                    {
                        "heTitle": "ויגש",
                        "enTitle": "Vayigash"
                    },
                    {
                        "heTitle": "ויחי",
                        "enTitle": "Vayechi"
                    },
                    {
                        "heTitle": "שמות",
                        "enTitle": "Shemot"
                    },
                    {
                        "heTitle": "וארא",
                        "enTitle": "Vaera"
                    },
                    {
                        "heTitle": "בא",
                        "enTitle": "Bo"
                    },
                    {
                        "heTitle": "בשלח",
                        "enTitle": "Beshalach"
                    },
                    {
                        "heTitle": "יתרו",
                        "enTitle": "Yitro"
                    },
                    {
                        "heTitle": "משפטים",
                        "enTitle": "Mishpatim"
                    },
                    {
                        "heTitle": "תרומה",
                        "enTitle": "Terumah"
                    },
                    {
                        "heTitle": "תצוה",
                        "enTitle": "Tetzaveh"
                    },
                    {
                        "heTitle": "כי תשא",
                        "enTitle": "Ki Tisa"
                    },
                    {
                        "heTitle": "ויקהל",
                        "enTitle": "Vayakhel"
                    },
                    {
                        "heTitle": "פקודי",
                        "enTitle": "Pekudei"
                    },
                    {
                        "heTitle": "ויקרא",
                        "enTitle": "Vayikra"
                    },
                    {
                        "heTitle": "צו",
                        "enTitle": "Tzav"
                    },
                    {
                        "heTitle": "שמיני",
                        "enTitle": "Shmini"
                    },
                    {
                        "heTitle": "תזריע",
                        "enTitle": "Tazria"
                    },
                    {
                        "heTitle": "מצורע",
                        "enTitle": "Metzora"
                    },
                    {
                        "heTitle": "אחרי מות",
                        "enTitle": "Achrei Mot"
                    },
                    {
                        "heTitle": "קדושים",
                        "enTitle": "Kedoshim"
                    },
                    {
                        "heTitle": "אמור",
                        "enTitle": "Emor"
                    },
                    {
                        "heTitle": "בהר",
                        "enTitle": "Behar"
                    },
                    {
                        "heTitle": "בחוקתי",
                        "enTitle": "Bechukotai"
                    },
                    {
                        "heTitle": "במדבר",
                        "enTitle": "Bamidbar"
                    },
                    {
                        "heTitle": "נשא",
                        "enTitle": "Nasso"
                    },
                    {
                        "heTitle": "בהעלותך",
                        "enTitle": "Beha'alotcha"
                    },
                    {
                        "heTitle": "שלח",
                        "enTitle": "Sh'lach"
                    },
                    {
                        "heTitle": "קרח",
                        "enTitle": "Korach"
                    },
                    {
                        "heTitle": "חקת",
                        "enTitle": "Chukat"
                    },
                    {
                        "heTitle": "בלק",
                        "enTitle": "Balak"
                    },
                    {
                        "heTitle": "פנחס",
                        "enTitle": "Pinchas"
                    },
                    {
                        "heTitle": "מטות",
                        "enTitle": "Matot"
                    },
                    {
                        "heTitle": "מסעי",
                        "enTitle": "Masei"
                    },
                    {
                        "heTitle": "דברים",
                        "enTitle": "Devarim"
                    },
                    {
                        "heTitle": "ואתחנן",
                        "enTitle": "Vaetchanan"
                    },
                    {
                        "heTitle": "עקב",
                        "enTitle": "Eikev"
                    },
                    {
                        "heTitle": "ראה",
                        "enTitle": "Re'eh"
                    },
                    {
                        "heTitle": "שופטים",
                        "enTitle": "Shoftim"
                    },
                    {
                        "heTitle": "כי תצא",
                        "enTitle": "Ki Teitzei"
                    },
                    {
                        "heTitle": "כי תבוא",
                        "enTitle": "Ki Tavo"
                    },
                    {
                        "heTitle": "נצבים",
                        "enTitle": "Nitzavim"
                    },
                    {
                        "heTitle": "וילך",
                        "enTitle": "Vayeilech"
                    },
                    {
                        "heTitle": "האזינו",
                        "enTitle": "Ha'Azinu"
                    }
                ]
            }
        ]
    }
}