Initial commit
This commit is contained in:
79
data/kabbalah/angelicOrders.json
Normal file
79
data/kabbalah/angelicOrders.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"chayot-hakodesh": {
|
||||
"name": {
|
||||
"he": "חיות הקודש",
|
||||
"en": "Holy Living Creatures",
|
||||
"roman": "Chayot Hakodesh"
|
||||
}
|
||||
},
|
||||
"auphanim": {
|
||||
"name": {
|
||||
"he": "אופנים",
|
||||
"en": "Wheels",
|
||||
"roman": "Auphaneem"
|
||||
}
|
||||
},
|
||||
"aralim": {
|
||||
"name": {
|
||||
"he": "אראלים",
|
||||
"en": "Thrones",
|
||||
"roman": "Ar'aleem"
|
||||
}
|
||||
},
|
||||
"chashmalim": {
|
||||
"name": {
|
||||
"he": "חשמלים",
|
||||
"en": "Shining Ones",
|
||||
"roman": "Chashmaleem"
|
||||
}
|
||||
},
|
||||
"seraphim": {
|
||||
"name": {
|
||||
"he": "שרפים",
|
||||
"en": "Flaming Ones",
|
||||
"roman": "Seraphim"
|
||||
}
|
||||
},
|
||||
"malachim": {
|
||||
"name": {
|
||||
"he": "מלאכים",
|
||||
"en": "Messengers",
|
||||
"roman": "Malecheem"
|
||||
}
|
||||
},
|
||||
"elohim": {
|
||||
"name": {
|
||||
"he": "אלוהים",
|
||||
"en": "Gods & Goddesses",
|
||||
"roman": "Eloheem"
|
||||
}
|
||||
},
|
||||
"bnei-elohim": {
|
||||
"name": {
|
||||
"he": "בני אלוהים",
|
||||
"en": "Children of the Gods",
|
||||
"roman": "Bnei Eloheem"
|
||||
}
|
||||
},
|
||||
"kerubim": {
|
||||
"name": {
|
||||
"he": "כרובים",
|
||||
"en": "Strong Ones",
|
||||
"roman": "Kerubeem"
|
||||
}
|
||||
},
|
||||
"ishim": {
|
||||
"name": {
|
||||
"he": "אישים",
|
||||
"en": "Souls of Fire",
|
||||
"roman": "Isheem"
|
||||
}
|
||||
},
|
||||
"": {
|
||||
"name": {
|
||||
"he": "",
|
||||
"en": "",
|
||||
"roman": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
101
data/kabbalah/archangels.json
Normal file
101
data/kabbalah/archangels.json
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"cassiel": {
|
||||
"id": "cassiel",
|
||||
"name": {
|
||||
"he": "כסיאל",
|
||||
"roman": "Kassiel"
|
||||
},
|
||||
"planetId": "saturn"
|
||||
},
|
||||
"sachiel": {
|
||||
"id": "sachiel",
|
||||
"name": {
|
||||
"he": "סחיאל",
|
||||
"roman": "Sachiel"
|
||||
},
|
||||
"planetId": "jupiter"
|
||||
},
|
||||
"zamael": {
|
||||
"id": "zamael",
|
||||
"name": {
|
||||
"he": "זמאל",
|
||||
"roman": "Zamael"
|
||||
},
|
||||
"planetId": "mars"
|
||||
},
|
||||
"michael": {
|
||||
"id": "michael",
|
||||
"name": {
|
||||
"he": "מיכאל",
|
||||
"roman": "Michael"
|
||||
},
|
||||
"planetId": "sol",
|
||||
"sephirahId": "hod"
|
||||
},
|
||||
"anael": {
|
||||
"id": "anael",
|
||||
"name": {
|
||||
"he": "אנאל",
|
||||
"roman": "Anael"
|
||||
},
|
||||
"planetId": "venus"
|
||||
},
|
||||
"raphael": {
|
||||
"id": "raphael",
|
||||
"name": {
|
||||
"he": "רפאל",
|
||||
"roman": "Raphael"
|
||||
},
|
||||
"planetId": "mercury",
|
||||
"sephirahId": "raphael"
|
||||
},
|
||||
"gabriel": {
|
||||
"id": "gabriel",
|
||||
"name": {
|
||||
"he": "גבריאל",
|
||||
"roman": "Gavriel",
|
||||
"en": "Gabriel"
|
||||
},
|
||||
"planetId": "luna",
|
||||
"sephirahId": "yesod"
|
||||
},
|
||||
"uriel": {
|
||||
"id": "uriel",
|
||||
"name": {
|
||||
"he": "אוריאל",
|
||||
"roman": "Uriel"
|
||||
}
|
||||
},
|
||||
"tzaphkiel": {
|
||||
"id": "tzaphkiel",
|
||||
"name": {
|
||||
"he": "צַפְקִיאֵל",
|
||||
"roman": "Tzaphkiel"
|
||||
},
|
||||
"sephirahId": "binah"
|
||||
},
|
||||
"khamael": {
|
||||
"id": "khamael",
|
||||
"name": {
|
||||
"he": "חמאל",
|
||||
"roman": "Khamael"
|
||||
},
|
||||
"sephirahId": "gevurah"
|
||||
},
|
||||
"tzadkiel": {
|
||||
"id": "tzadkiel",
|
||||
"name": {
|
||||
"he": "צדקיאל",
|
||||
"roman": "Tzadkiel"
|
||||
},
|
||||
"sephirahId": "chesed"
|
||||
},
|
||||
"haniel": {
|
||||
"id": "haniel",
|
||||
"name": {
|
||||
"he": "הניאל",
|
||||
"roman": "Haniel"
|
||||
}
|
||||
},
|
||||
"sephirahId": "netzach"
|
||||
}
|
||||
230
data/kabbalah/cube.json
Normal file
230
data/kabbalah/cube.json
Normal file
@@ -0,0 +1,230 @@
|
||||
{
|
||||
"meta": {
|
||||
"description": "Cube of Space wall and edge correspondences adapted from the cube Python module.",
|
||||
"sources": [
|
||||
"cube/attributes.py",
|
||||
"Hermetic Qabalah"
|
||||
],
|
||||
"notes": "The twelve simple letters map to the 12 edges of the Cube of Space. Walls retain elemental and planetary correspondences."
|
||||
},
|
||||
"center": {
|
||||
"name": "Primal Point",
|
||||
"letter": "Tav",
|
||||
"hebrewLetterId": "tav",
|
||||
"element": "Spirit",
|
||||
"keywords": [
|
||||
"Unity",
|
||||
"Source",
|
||||
"All"
|
||||
],
|
||||
"description": "Primal point at the center of the Cube of Space - synthesis of all forces",
|
||||
"associations": {
|
||||
"hebrewLetterId": "tav",
|
||||
"kabbalahPathNumber": 32,
|
||||
"tarotCard": "The World",
|
||||
"tarotTrumpNumber": 21
|
||||
}
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"id": "north-east",
|
||||
"name": "North East",
|
||||
"walls": ["north", "east"],
|
||||
"hebrewLetterId": "he"
|
||||
},
|
||||
{
|
||||
"id": "south-east",
|
||||
"name": "South East",
|
||||
"walls": ["south", "east"],
|
||||
"hebrewLetterId": "vav"
|
||||
},
|
||||
{
|
||||
"id": "east-above",
|
||||
"name": "East Above",
|
||||
"walls": ["east", "above"],
|
||||
"hebrewLetterId": "zayin"
|
||||
},
|
||||
{
|
||||
"id": "east-below",
|
||||
"name": "East Below",
|
||||
"walls": ["east", "below"],
|
||||
"hebrewLetterId": "het"
|
||||
},
|
||||
{
|
||||
"id": "north-above",
|
||||
"name": "North Above",
|
||||
"walls": ["north", "above"],
|
||||
"hebrewLetterId": "tet"
|
||||
},
|
||||
{
|
||||
"id": "north-below",
|
||||
"name": "North Below",
|
||||
"walls": ["north", "below"],
|
||||
"hebrewLetterId": "yod"
|
||||
},
|
||||
{
|
||||
"id": "north-west",
|
||||
"name": "North West",
|
||||
"walls": ["north", "west"],
|
||||
"hebrewLetterId": "lamed"
|
||||
},
|
||||
{
|
||||
"id": "south-west",
|
||||
"name": "South West",
|
||||
"walls": ["south", "west"],
|
||||
"hebrewLetterId": "nun"
|
||||
},
|
||||
{
|
||||
"id": "west-above",
|
||||
"name": "West Above",
|
||||
"walls": ["west", "above"],
|
||||
"hebrewLetterId": "samekh"
|
||||
},
|
||||
{
|
||||
"id": "west-below",
|
||||
"name": "West Below",
|
||||
"walls": ["west", "below"],
|
||||
"hebrewLetterId": "ayin"
|
||||
},
|
||||
{
|
||||
"id": "south-above",
|
||||
"name": "South Above",
|
||||
"walls": ["south", "above"],
|
||||
"hebrewLetterId": "tsadi"
|
||||
},
|
||||
{
|
||||
"id": "south-below",
|
||||
"name": "South Below",
|
||||
"walls": ["south", "below"],
|
||||
"hebrewLetterId": "qof"
|
||||
}
|
||||
],
|
||||
"walls": [
|
||||
{
|
||||
"id": "north",
|
||||
"name": "North",
|
||||
"hebrewLetterId": "pe",
|
||||
"side": "north",
|
||||
"opposite": "South",
|
||||
"oppositeWallId": "south",
|
||||
"element": "Air",
|
||||
"planet": "Mars",
|
||||
"archangel": "Samael",
|
||||
"keywords": ["Thought", "Communication", "Intellect"],
|
||||
"description": "Northern Wall - Air element, Mars correspondence",
|
||||
"associations": {
|
||||
"planetId": "mars",
|
||||
"godName": "Samael",
|
||||
"hebrewLetterId": "pe",
|
||||
"kabbalahPathNumber": 27,
|
||||
"tarotCard": "The Tower",
|
||||
"tarotTrumpNumber": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "south",
|
||||
"name": "South",
|
||||
"hebrewLetterId": "resh",
|
||||
"side": "south",
|
||||
"opposite": "North",
|
||||
"oppositeWallId": "north",
|
||||
"element": "Fire",
|
||||
"planet": "Sun",
|
||||
"archangel": "Michael",
|
||||
"keywords": ["Will", "Action", "Passion"],
|
||||
"description": "Southern Wall - Fire element, Sun correspondence",
|
||||
"associations": {
|
||||
"planetId": "sol",
|
||||
"godName": "Michael",
|
||||
"hebrewLetterId": "resh",
|
||||
"kabbalahPathNumber": 30,
|
||||
"tarotCard": "The Sun",
|
||||
"tarotTrumpNumber": 19
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "east",
|
||||
"name": "East",
|
||||
"hebrewLetterId": "dalet",
|
||||
"side": "east",
|
||||
"opposite": "West",
|
||||
"oppositeWallId": "west",
|
||||
"element": "Air",
|
||||
"planet": "Venus",
|
||||
"archangel": "Haniel",
|
||||
"keywords": ["Dawn", "Beginning", "Ascent"],
|
||||
"description": "Eastern Wall - Air element, new beginnings",
|
||||
"associations": {
|
||||
"planetId": "venus",
|
||||
"godName": "Haniel",
|
||||
"hebrewLetterId": "dalet",
|
||||
"kabbalahPathNumber": 14,
|
||||
"tarotCard": "The Empress",
|
||||
"tarotTrumpNumber": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "west",
|
||||
"name": "West",
|
||||
"hebrewLetterId": "kaf",
|
||||
"side": "west",
|
||||
"opposite": "East",
|
||||
"oppositeWallId": "east",
|
||||
"element": "Water",
|
||||
"planet": "Jupiter",
|
||||
"archangel": "Tzadkiel",
|
||||
"keywords": ["Emotion", "Decline", "Closure"],
|
||||
"description": "Western Wall - Water element, Jupiter correspondence",
|
||||
"associations": {
|
||||
"planetId": "jupiter",
|
||||
"godName": "Tzadkiel",
|
||||
"hebrewLetterId": "kaf",
|
||||
"kabbalahPathNumber": 21,
|
||||
"tarotCard": "Wheel of Fortune",
|
||||
"tarotTrumpNumber": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "above",
|
||||
"name": "Above",
|
||||
"hebrewLetterId": "bet",
|
||||
"side": "above",
|
||||
"opposite": "Below",
|
||||
"oppositeWallId": "below",
|
||||
"element": "Fire",
|
||||
"planet": "Mercury",
|
||||
"archangel": "Raphael",
|
||||
"keywords": ["Heaven", "Spirit", "Light"],
|
||||
"description": "Upper Wall - Fire element, Mercury correspondence",
|
||||
"associations": {
|
||||
"planetId": "mercury",
|
||||
"godName": "Raphael",
|
||||
"hebrewLetterId": "bet",
|
||||
"kabbalahPathNumber": 12,
|
||||
"tarotCard": "The Magician",
|
||||
"tarotTrumpNumber": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "below",
|
||||
"name": "Below",
|
||||
"hebrewLetterId": "gimel",
|
||||
"side": "below",
|
||||
"opposite": "Above",
|
||||
"oppositeWallId": "above",
|
||||
"element": "Earth",
|
||||
"planet": "Luna",
|
||||
"archangel": "Gabriel",
|
||||
"keywords": ["Matter", "Foundation", "Manifestation"],
|
||||
"description": "Lower Wall - Earth element, Luna correspondence",
|
||||
"associations": {
|
||||
"planetId": "luna",
|
||||
"godName": "Gabriel",
|
||||
"hebrewLetterId": "gimel",
|
||||
"kabbalahPathNumber": 13,
|
||||
"tarotCard": "The High Priestess",
|
||||
"tarotTrumpNumber": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
112
data/kabbalah/fourWorlds.json
Normal file
112
data/kabbalah/fourWorlds.json
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"atzilut": {
|
||||
"id": "atzilut",
|
||||
"name": {
|
||||
"en": "Nobility",
|
||||
"roman": "Atziluth",
|
||||
"he": "אצילות"
|
||||
},
|
||||
"desc": {
|
||||
"en": "Archetypal"
|
||||
},
|
||||
"residentsTitle": {
|
||||
"en": "Pure Deity"
|
||||
},
|
||||
"tetragrammaton": {
|
||||
"slot": "Yod",
|
||||
"letterChar": "י",
|
||||
"hebrewLetterId": "yod",
|
||||
"position": 1
|
||||
},
|
||||
"worldLayer": {
|
||||
"en": "Archetypal World (God's Will)"
|
||||
},
|
||||
"worldDescription": {
|
||||
"en": "World of gods or specific facets or divine qualities."
|
||||
},
|
||||
"soulId": "chaya"
|
||||
},
|
||||
"briah": {
|
||||
"id": "briah",
|
||||
"name": {
|
||||
"en": "Creation",
|
||||
"roman": "Briah",
|
||||
"he": "בריאה"
|
||||
},
|
||||
"desc": {
|
||||
"en": "Creative"
|
||||
},
|
||||
"residentsTitle": {
|
||||
"en": "Archangelic"
|
||||
},
|
||||
"tetragrammaton": {
|
||||
"slot": "Heh",
|
||||
"letterChar": "ה",
|
||||
"hebrewLetterId": "he",
|
||||
"position": 2,
|
||||
"isFinal": false
|
||||
},
|
||||
"worldLayer": {
|
||||
"en": "Creative World (God's Love)"
|
||||
},
|
||||
"worldDescription": {
|
||||
"en": "World of archangels, executors of divine qualities."
|
||||
},
|
||||
"soulId": "neshama"
|
||||
},
|
||||
"yetzirah": {
|
||||
"id": "yetzirah",
|
||||
"name": {
|
||||
"en": "Formation",
|
||||
"roman": "Yetzirah",
|
||||
"he": "יצירה"
|
||||
},
|
||||
"desc": {
|
||||
"en": "Formative"
|
||||
},
|
||||
"residentsTitle": {
|
||||
"en": "Angelic"
|
||||
},
|
||||
"tetragrammaton": {
|
||||
"slot": "Vav",
|
||||
"letterChar": "ו",
|
||||
"hebrewLetterId": "vav",
|
||||
"position": 3
|
||||
},
|
||||
"worldLayer": {
|
||||
"en": "Formative World (God's Mind)"
|
||||
},
|
||||
"worldDescription": {
|
||||
"en": "World of angels, who work under the direction of archangels."
|
||||
},
|
||||
"soulId": "ruach"
|
||||
},
|
||||
"assiah": {
|
||||
"id": "assiah",
|
||||
"name": {
|
||||
"en": "Doing",
|
||||
"roman": "Assiah",
|
||||
"he": "עשייה"
|
||||
},
|
||||
"desc": {
|
||||
"en": "Action"
|
||||
},
|
||||
"residentsTitle": {
|
||||
"en": "Man, Matter, Shells, Demons"
|
||||
},
|
||||
"tetragrammaton": {
|
||||
"slot": "Heh",
|
||||
"letterChar": "ה",
|
||||
"hebrewLetterId": "he",
|
||||
"position": 4,
|
||||
"isFinal": true
|
||||
},
|
||||
"worldLayer": {
|
||||
"en": "Material World (God's Creation)"
|
||||
},
|
||||
"worldDescription": {
|
||||
"en": "World of spirits, who focus the specialized duties of their ruling angel to infuse matter and energy."
|
||||
},
|
||||
"soulId": "nephesh"
|
||||
}
|
||||
}
|
||||
72
data/kabbalah/godNames.json
Normal file
72
data/kabbalah/godNames.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"ehiyeh": {
|
||||
"name": {
|
||||
"he": "אהיה",
|
||||
"roman": "Ehiyeh",
|
||||
"en": "I am"
|
||||
}
|
||||
},
|
||||
"yah": {
|
||||
"name": {
|
||||
"he": "יה",
|
||||
"roman": "Yah",
|
||||
"en": "Lord"
|
||||
}
|
||||
},
|
||||
"yhvh-elohim": {
|
||||
"name": {
|
||||
"he": "יהוה אלוהים",
|
||||
"roman": "YHVH Elohim",
|
||||
"en": "The Lord God"
|
||||
}
|
||||
},
|
||||
"el": {
|
||||
"name": {
|
||||
"he": "אל",
|
||||
"roman": "El",
|
||||
"en": "God"
|
||||
}
|
||||
},
|
||||
"elohim-gibor": {
|
||||
"name": {
|
||||
"he": "אלוהים גיבור",
|
||||
"roman": "Elohim Gibor",
|
||||
"en": "God of Power"
|
||||
}
|
||||
},
|
||||
"yhvh-eloha-vedaat": {
|
||||
"name": {
|
||||
"he": "יהוה אלוה ודעת",
|
||||
"roman": "YHVH Eloah Ve-da'at",
|
||||
"en": "Lord God of Knowledge"
|
||||
}
|
||||
},
|
||||
"yhvh-tzvaot": {
|
||||
"name": {
|
||||
"he": "יהוה צבעות",
|
||||
"roman": "YHVH Tzva-oht",
|
||||
"en": "Lord of Armies"
|
||||
}
|
||||
},
|
||||
"elohim-tzvaot": {
|
||||
"name": {
|
||||
"he": "אלוהים צבעות",
|
||||
"roman": "Elohim Tzvaot",
|
||||
"en": "God of Armies"
|
||||
}
|
||||
},
|
||||
"shadai-el-chai": {
|
||||
"name": {
|
||||
"he": "שדאי אל חי",
|
||||
"roman": "Shaddai El Chai",
|
||||
"en": "Almighty Living God"
|
||||
}
|
||||
},
|
||||
"adonai-haaretz": {
|
||||
"name": {
|
||||
"he": "אדוני הארץ",
|
||||
"roman": "Adonai Ha'aretz",
|
||||
"en": "Lord of Earth"
|
||||
}
|
||||
}
|
||||
}
|
||||
500
data/kabbalah/kabbalah-tree.json
Normal file
500
data/kabbalah/kabbalah-tree.json
Normal file
@@ -0,0 +1,500 @@
|
||||
{
|
||||
"meta": {
|
||||
"description": "Kabbalah Tree of Life — unified 32-path dataset. Paths 1–10 are the Sephiroth; paths 11–32 are the 22 Hebrew letter paths. Foreign keys reference sephirot.json (sephiraId) and hebrewLetters.json (letterTransliteration). Tarot and astrological correspondences follow the Hermetic / Golden Dawn tradition (Liber 777).",
|
||||
"sources": [
|
||||
"Sefer Yetzirah",
|
||||
"Liber 777 — Aleister Crowley",
|
||||
"open_777 paths dataset — adamblvck (github.com/adamblvck/open_777)"
|
||||
],
|
||||
"tradition": "Hermetic Qabalah / Golden Dawn",
|
||||
"notes": "The 22 letter paths use the Hermetic GD attribution (Tzaddi = Aquarius / The Star, He = Aries / The Emperor)."
|
||||
},
|
||||
"sephiroth": [
|
||||
{
|
||||
"number": 1,
|
||||
"sephiraId": "keter",
|
||||
"name": "Kether",
|
||||
"nameHebrew": "כתר",
|
||||
"translation": "Crown",
|
||||
"planet": "Primum Mobile",
|
||||
"intelligence": "The Admirable or Hidden Intelligence",
|
||||
"tarot": "The 4 Aces",
|
||||
"description": "The first path is called the Great or Hidden Intelligence (Supreme Crown). It is the light that expresses the first principle without a source, and is the primordial glory, that nothing created can attain its essence."
|
||||
},
|
||||
{
|
||||
"number": 2,
|
||||
"sephiraId": "chochmah",
|
||||
"name": "Chokmah",
|
||||
"nameHebrew": "חכמה",
|
||||
"translation": "Wisdom",
|
||||
"planet": "Zodiac",
|
||||
"intelligence": "The Illuminating Intelligence",
|
||||
"tarot": "The 4 Twos — Kings / Knights",
|
||||
"description": "The second path is the path of the enlightened intellect, the crown of creation, the light of its equal unity, exalted above all like the head, which the Kabbalists call the Second Glory."
|
||||
},
|
||||
{
|
||||
"number": 3,
|
||||
"sephiraId": "binah",
|
||||
"name": "Binah",
|
||||
"nameHebrew": "בינה",
|
||||
"translation": "Understanding",
|
||||
"planet": "Saturn",
|
||||
"intelligence": "The Sanctifying Intelligence",
|
||||
"tarot": "The 4 Threes — Queens",
|
||||
"description": "The third way is the sanctifying intelligence, the foundation of primordial wisdom, which is called the giver of faith and its root. It is the parent of faith, from which faith comes."
|
||||
},
|
||||
{
|
||||
"number": 4,
|
||||
"sephiraId": "hesed",
|
||||
"name": "Chesed",
|
||||
"nameHebrew": "חסד",
|
||||
"translation": "Mercy",
|
||||
"planet": "Jupiter",
|
||||
"intelligence": "The Measuring, Cohesive, or Receptacular Intelligence",
|
||||
"tarot": "The 4 Fours",
|
||||
"description": "The fourth path is called Measure, or Cohesion, or Container, so called because it contains all the divine powers, and from it all the spiritual virtues of the highest beings emerge. The virtues are radiated from each other by the primordial radiant force."
|
||||
},
|
||||
{
|
||||
"number": 5,
|
||||
"sephiraId": "gevurah",
|
||||
"name": "Geburah",
|
||||
"nameHebrew": "גבורה",
|
||||
"translation": "Strength",
|
||||
"planet": "Mars",
|
||||
"intelligence": "The Radical Intelligence",
|
||||
"tarot": "The 4 Fives",
|
||||
"description": "The Fifth Path is called the Radical Intelligence, which itself is the Equal Essence of the Oneness, and considers itself Wisdom, or Binah, or Intelligence, radiating from the primordial depths of Hochmah."
|
||||
},
|
||||
{
|
||||
"number": 6,
|
||||
"sephiraId": "tiferet",
|
||||
"name": "Tiphareth",
|
||||
"nameHebrew": "תפארת",
|
||||
"translation": "Beauty",
|
||||
"planet": "Sol",
|
||||
"intelligence": "The Intelligence of the Mediating Influence",
|
||||
"tarot": "The 4 Sixes — Princes",
|
||||
"description": "The Sixth Path is called the Intelligence of Mediating Influence, for within it the influx of Emitters increases. For it causes an influx that flows into all the reservoirs of blessing, which become one with them."
|
||||
},
|
||||
{
|
||||
"number": 7,
|
||||
"sephiraId": "netzach",
|
||||
"name": "Netzach",
|
||||
"nameHebrew": "נצח",
|
||||
"translation": "Victory",
|
||||
"planet": "Venus",
|
||||
"intelligence": "The Occult or Hidden Intelligence",
|
||||
"tarot": "The 4 Sevens",
|
||||
"description": "The Seventh Path is the Hidden Intelligence, which is the radiance of all the intellectual virtues recognized by the eyes of the intellect and the contemplation of faith."
|
||||
},
|
||||
{
|
||||
"number": 8,
|
||||
"sephiraId": "hod",
|
||||
"name": "Hod",
|
||||
"nameHebrew": "הוד",
|
||||
"translation": "Splendour",
|
||||
"planet": "Mercury",
|
||||
"intelligence": "The Absolute or Perfect Intelligence",
|
||||
"tarot": "The 4 Eights",
|
||||
"description": "The Eighth Path is called the Absolute Path, or the Perfect Path, because it is the means of the First. The first has no root to cling to or depend on but the Gedulah from its own nature, the hidden places of its majesty."
|
||||
},
|
||||
{
|
||||
"number": 9,
|
||||
"sephiraId": "yesod",
|
||||
"name": "Yesod",
|
||||
"nameHebrew": "יסוד",
|
||||
"translation": "Foundation",
|
||||
"planet": "Luna",
|
||||
"intelligence": "The Pure or Clear Intelligence",
|
||||
"tarot": "The 4 Nines",
|
||||
"description": "The Ninth Path is pure intelligence, so called because it purifies the counting laws, substantiates and corrects the conception of their explanations, and apportions their unity. They are united to that unity without diminution or division."
|
||||
},
|
||||
{
|
||||
"number": 10,
|
||||
"sephiraId": "malchut",
|
||||
"name": "Malkuth",
|
||||
"nameHebrew": "מלכות",
|
||||
"translation": "Kingdom",
|
||||
"planet": "Earth / Sphere of Elements",
|
||||
"intelligence": "The Resplendent Intelligence",
|
||||
"tarot": "The 4 Tens — Princesses",
|
||||
"description": "The tenth path is the brilliant intelligence, for it is exalted above all heads and sits on the throne of Binah (the intelligence spoken of in the third path). It illuminates the radiance of all light, and causes the supply of influence to radiate from the King of Faces."
|
||||
}
|
||||
],
|
||||
"paths": [
|
||||
{
|
||||
"pathNumber": 11,
|
||||
"connectKey": "1_2",
|
||||
"connects": { "from": 1, "to": 2 },
|
||||
"connectIds": { "from": "keter", "to": "chochmah" },
|
||||
"pillar": "horizontal-supernal",
|
||||
"hebrewLetter": {
|
||||
"char": "א",
|
||||
"transliteration": "Aleph",
|
||||
"letterType": "mother",
|
||||
"meaning": "Ox"
|
||||
},
|
||||
"astrology": { "type": "element", "name": "Air" },
|
||||
"tarot": { "card": "The Fool", "trumpNumber": 0, "tarotId": "0" },
|
||||
"intelligence": "Scintillating Intelligence",
|
||||
"description": "The Eleventh Path is the sparkling intelligence, for it is the nature of the veil placed close to the order of arrangement, and it is the special dignity given to it that it may stand before the face of the cause of causes.\n\nThis path is the essence of the 'veil' (ordained by this system). Path number 11 represents the relationship between paths, and it is here that we stand in the face of the 'Cause of Causes'."
|
||||
},
|
||||
{
|
||||
"pathNumber": 12,
|
||||
"connectKey": "1_3",
|
||||
"connects": { "from": 1, "to": 3 },
|
||||
"connectIds": { "from": "keter", "to": "binah" },
|
||||
"pillar": "left-supernal",
|
||||
"hebrewLetter": {
|
||||
"char": "ב",
|
||||
"transliteration": "Beth",
|
||||
"letterType": "double",
|
||||
"meaning": "House"
|
||||
},
|
||||
"astrology": { "type": "planet", "name": "Mercury" },
|
||||
"tarot": { "card": "The Magician", "trumpNumber": 1, "tarotId": "1" },
|
||||
"intelligence": "Intelligence of Transparency",
|
||||
"description": "The Twelfth Path is the intellect of invisibility, for it is a kind of magnificence called Chazchazit. Khazkhajit is called the place from which visions of those who see in visions (i.e. prophecies received by prophets in visions) come from.\n\nThis path is the essence of the 'Ophan-wheel' of 'Greatness'. This is called 'the one who realizes in front of his eyes (Visualizer)', and 'Those who can see (Seers)' see what is realized here as 'vision'."
|
||||
},
|
||||
{
|
||||
"pathNumber": 13,
|
||||
"connectKey": "1_6",
|
||||
"connects": { "from": 1, "to": 6 },
|
||||
"connectIds": { "from": "keter", "to": "tiferet" },
|
||||
"pillar": "middle",
|
||||
"hebrewLetter": {
|
||||
"char": "ג",
|
||||
"transliteration": "Gimel",
|
||||
"letterType": "double",
|
||||
"meaning": "Camel"
|
||||
},
|
||||
"astrology": { "type": "planet", "name": "Luna" },
|
||||
"tarot": { "card": "The High Priestess", "trumpNumber": 2, "tarotId": "2" },
|
||||
"intelligence": "Uniting Intelligence",
|
||||
"description": "The thirteenth path is the unifying intelligence, so called because it is itself the essence of glory. It is the perfection of the truth of individual spiritual beings.\n\nThis path is the essence of 'Glory'. It represents the achievement of true essence by united spirit beings.\n\nThe Thirteenth Path, as Gimel, has been called 'the dark night of the soul'. This thirteenth path crosses the abyss leading directly to Kether. The letter Gimel means 'camel' — a medium that crosses the seemingly infinite abyss desert alone. Gimel is the ultimate source of water and expresses the primordial essence of consciousness.\n\nTogether with Temperance (Samekh) and the Universe (Tav), these paths constitute the middle pillar in the tree of life. Walking the thirteenth path unites the human incarnation with the eternal self, and when safely crossing the abyss, the greatest initiation is bestowed. This path connects Tiphareth (the divine incarnation) with Kether, the highest source."
|
||||
},
|
||||
{
|
||||
"pathNumber": 14,
|
||||
"connectKey": "2_3",
|
||||
"connects": { "from": 2, "to": 3 },
|
||||
"connectIds": { "from": "chochmah", "to": "binah" },
|
||||
"pillar": "horizontal-supernal",
|
||||
"hebrewLetter": {
|
||||
"char": "ד",
|
||||
"transliteration": "Daleth",
|
||||
"letterType": "double",
|
||||
"meaning": "Door"
|
||||
},
|
||||
"astrology": { "type": "planet", "name": "Venus" },
|
||||
"tarot": { "card": "The Empress", "trumpNumber": 3, "tarotId": "3" },
|
||||
"intelligence": "Illuminating Intelligence",
|
||||
"description": "The fourteenth path is the enlightening intelligence, so called because it is itself that Chashmal. Kashmal is the founder of the hidden fundamental concept of holiness and its preparatory stages.\n\nThis path is the essence of 'Speaking of Silence'. On this path one obtains esoteric teachings about the sacred secrets and their structures."
|
||||
},
|
||||
{
|
||||
"pathNumber": 15,
|
||||
"connectKey": "2_6",
|
||||
"connects": { "from": 2, "to": 6 },
|
||||
"connectIds": { "from": "chochmah", "to": "tiferet" },
|
||||
"pillar": "right",
|
||||
"hebrewLetter": {
|
||||
"char": "ה",
|
||||
"transliteration": "Heh",
|
||||
"letterType": "simple",
|
||||
"meaning": "Window"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Aries" },
|
||||
"tarot": { "card": "The Emperor", "trumpNumber": 4, "tarotId": "4" },
|
||||
"intelligence": "Constituting Intelligence",
|
||||
"description": "The fifteenth path is the constructive intelligence, so called because it constitutes the reality of creation in pure darkness. People have spoken of these meditations as 'the darkness that the Bible speaks of as the thick darkness that is the belt around it' (Job 38:9).\n\nThis path is a state of consolidation of the essence of creation in the 'Glooms of Purity'."
|
||||
},
|
||||
{
|
||||
"pathNumber": 16,
|
||||
"connectKey": "2_4",
|
||||
"connects": { "from": 2, "to": 4 },
|
||||
"connectIds": { "from": "chochmah", "to": "hesed" },
|
||||
"pillar": "right",
|
||||
"hebrewLetter": {
|
||||
"char": "ו",
|
||||
"transliteration": "Vav",
|
||||
"letterType": "simple",
|
||||
"meaning": "Nail"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Taurus" },
|
||||
"tarot": { "card": "The Hierophant", "trumpNumber": 5, "tarotId": "5" },
|
||||
"intelligence": "Eternal Intelligence",
|
||||
"description": "The sixteenth path is the victorious or eternal intelligence, so called because it is the joy of glory. Beyond it there is no other glory like it. It is also called the paradise prepared for the righteous.\n\nThis path is 'the Delight of the Glory'. Therefore, it is the lowest state of 'glory'. This is called the Garden of Eden, and it is a place prepared (as a reward) for the saint."
|
||||
},
|
||||
{
|
||||
"pathNumber": 17,
|
||||
"connectKey": "3_6",
|
||||
"connects": { "from": 3, "to": 6 },
|
||||
"connectIds": { "from": "binah", "to": "tiferet" },
|
||||
"pillar": "left",
|
||||
"hebrewLetter": {
|
||||
"char": "ז",
|
||||
"transliteration": "Zayin",
|
||||
"letterType": "simple",
|
||||
"meaning": "Sword"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Gemini" },
|
||||
"tarot": { "card": "The Lovers", "trumpNumber": 6, "tarotId": "6" },
|
||||
"intelligence": "Disposing Intelligence",
|
||||
"description": "The seventeenth path is the disposing intelligence, which gives faith to the righteous, by which they are clothed with the Holy Spirit, and which is called the fountain of virtue in the state of higher beings.\n\nThis path is reserved for faithful saints, and saints are sanctified here. It belongs to the supernal Entities, and it is called 'the foundation of beauty'."
|
||||
},
|
||||
{
|
||||
"pathNumber": 18,
|
||||
"connectKey": "3_5",
|
||||
"connects": { "from": 3, "to": 5 },
|
||||
"connectIds": { "from": "binah", "to": "gevurah" },
|
||||
"pillar": "left",
|
||||
"hebrewLetter": {
|
||||
"char": "ח",
|
||||
"transliteration": "Cheth",
|
||||
"letterType": "simple",
|
||||
"meaning": "Fence"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Cancer" },
|
||||
"tarot": { "card": "The Chariot", "trumpNumber": 7, "tarotId": "7" },
|
||||
"intelligence": "House of Influence",
|
||||
"description": "The Eighteenth Path is called the House of Influence (the flow of good things to created beings is increased by the greatness of its abundance), and from the midst of the search are drawn secrets and hidden meanings, which are the cause of all causes. It comes from the cause, dwells in its shadow, and clings to it.\n\nIn exploring this path, those who dwell in the shadow of the 'cause of causes' are handed over hidden mysteries and hints, and vow to thoroughly dig out the material that has flowed in from 'the cause of causes'."
|
||||
},
|
||||
{
|
||||
"pathNumber": 19,
|
||||
"connectKey": "4_5",
|
||||
"connects": { "from": 4, "to": 5 },
|
||||
"connectIds": { "from": "hesed", "to": "gevurah" },
|
||||
"pillar": "horizontal-middle",
|
||||
"hebrewLetter": {
|
||||
"char": "ט",
|
||||
"transliteration": "Teth",
|
||||
"letterType": "simple",
|
||||
"meaning": "Serpent"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Leo" },
|
||||
"tarot": { "card": "Strength", "trumpNumber": 8, "tarotId": "8" },
|
||||
"intelligence": "Intelligence of the Secret of Spiritual Activities",
|
||||
"description": "The Nineteenth Path is the intelligence of all the deeds of spiritual beings, so called because of the abundance spread by it from the highest blessings and the most exalted and sublime glory.\n\nThis path points to an influx from the 'Supreme Blessing' and the 'Glory of the Most High'."
|
||||
},
|
||||
{
|
||||
"pathNumber": 20,
|
||||
"connectKey": "4_6",
|
||||
"connects": { "from": 4, "to": 6 },
|
||||
"connectIds": { "from": "hesed", "to": "tiferet" },
|
||||
"pillar": "right",
|
||||
"hebrewLetter": {
|
||||
"char": "י",
|
||||
"transliteration": "Yod",
|
||||
"letterType": "simple",
|
||||
"meaning": "Hand"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Virgo" },
|
||||
"tarot": { "card": "The Hermit", "trumpNumber": 9, "tarotId": "9" },
|
||||
"intelligence": "Intelligence of the Will",
|
||||
"description": "The Twentieth Path is the intelligence of the will, so called because it is the means of preparing all and each of created beings. By this intellect the existence of primordial wisdom becomes known.\n\nThis path is the structure of all that is formed. Through this state of consciousness, we can know the nature of 'Original Wisdom'."
|
||||
},
|
||||
{
|
||||
"pathNumber": 21,
|
||||
"connectKey": "4_7",
|
||||
"connects": { "from": 4, "to": 7 },
|
||||
"connectIds": { "from": "hesed", "to": "netzach" },
|
||||
"pillar": "right",
|
||||
"hebrewLetter": {
|
||||
"char": "כ",
|
||||
"transliteration": "Kaph",
|
||||
"letterType": "double",
|
||||
"meaning": "Palm"
|
||||
},
|
||||
"astrology": { "type": "planet", "name": "Jupiter" },
|
||||
"tarot": { "card": "Wheel of Fortune", "trumpNumber": 10, "tarotId": "10" },
|
||||
"intelligence": "Intelligence of Conciliation",
|
||||
"description": "The Twenty-first Path is the Intelligence of Reconciliation, so called because it receives the influence of God flowing into it from the blessings bestowed on all beings and each being.\n\nThis path is the state of receiving the influx of divinity, through which all beings receive the blessings of the gods.\n\nThe 21st path connects Netzach and Chesed, and directly reflects the power of Jupiter — benevolent king. The alphabetic attribute is the letter Kaph, which in its general form represents a cupped hand for receptivity. The letter Kaph means 'palm' as well as 'closed and clenched hands' and has the numeric value 100. Kaph is layered with mystical meanings closely linked to prophecy and vision.\n\nFundamental to the mysticism of this key is the cyclical nature of life — the regularity of the seasons, the repetitive actions of mankind and astronomical movements in the sky. Kabbalah teaches that the secret to mastering the environment is to be found through enlightenment, and that the center of the wheel is the only resting place."
|
||||
},
|
||||
{
|
||||
"pathNumber": 22,
|
||||
"connectKey": "5_6",
|
||||
"connects": { "from": 5, "to": 6 },
|
||||
"connectIds": { "from": "gevurah", "to": "tiferet" },
|
||||
"pillar": "left",
|
||||
"hebrewLetter": {
|
||||
"char": "ל",
|
||||
"transliteration": "Lamed",
|
||||
"letterType": "simple",
|
||||
"meaning": "Ox Goad"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Libra" },
|
||||
"tarot": { "card": "Justice", "trumpNumber": 11, "tarotId": "11" },
|
||||
"intelligence": "Faithful Intelligence",
|
||||
"description": "The Twenty-Second Path is the Faithful Intelligence, so called because by it spiritual virtues are increased and almost all the inhabitants of the earth are under its shadow.\n\nA state of enhanced spiritual power, through which all beings 'dwelling in the shadows' can be approached."
|
||||
},
|
||||
{
|
||||
"pathNumber": 23,
|
||||
"connectKey": "5_8",
|
||||
"connects": { "from": 5, "to": 8 },
|
||||
"connectIds": { "from": "gevurah", "to": "hod" },
|
||||
"pillar": "horizontal-middle",
|
||||
"hebrewLetter": {
|
||||
"char": "מ",
|
||||
"transliteration": "Mem",
|
||||
"letterType": "mother",
|
||||
"meaning": "Water"
|
||||
},
|
||||
"astrology": { "type": "element", "name": "Water" },
|
||||
"tarot": { "card": "The Hanged Man", "trumpNumber": 12, "tarotId": "12" },
|
||||
"intelligence": "Stable Intelligence",
|
||||
"description": "The Twenty-Third Path is the Stable Intelligence, so called because it possesses the virtue of unity in all ranks.\n\nThis path is the power that sustains all Sephiroth. The 23rd Path runs between Hod and Geburah and is governed by the water element. The Hebrew letter Mem means 'waters' or sea. Water is considered the first principle in alchemy, the most stable and fundamental of the elements.\n\nThe Hanged Man depicts this stable intelligence because he cannot separate it from the Unity that water expresses. The most implicit symbolic system is the symbolic system of reversal or suspension of general consciousness, symbolizing immersion in superconsciousness and the absolute surrender of the individual will. The mythological concept of sacrifice — the dying god — is cosmic and cross-cultural: Odin hung on the world tree, Osiris in Egypt, Dionysus in Greece. The main image of a dying god is that of complete liberation, restoring the Creator back to the throne."
|
||||
},
|
||||
{
|
||||
"pathNumber": 24,
|
||||
"connectKey": "6_7",
|
||||
"connects": { "from": 6, "to": 7 },
|
||||
"connectIds": { "from": "tiferet", "to": "netzach" },
|
||||
"pillar": "right",
|
||||
"hebrewLetter": {
|
||||
"char": "נ",
|
||||
"transliteration": "Nun",
|
||||
"letterType": "simple",
|
||||
"meaning": "Fish"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Scorpio" },
|
||||
"tarot": { "card": "Death", "trumpNumber": 13, "tarotId": "13" },
|
||||
"intelligence": "Imaginative Intelligence",
|
||||
"description": "The twenty-fourth path is the intellect of the imagination, so called because it gives its harmonious elegance and likeness to all likenesses created in like ways.\n\nIn this path, all the illusions created appear in a form appropriate to their status."
|
||||
},
|
||||
{
|
||||
"pathNumber": 25,
|
||||
"connectKey": "6_9",
|
||||
"connects": { "from": 6, "to": 9 },
|
||||
"connectIds": { "from": "tiferet", "to": "yesod" },
|
||||
"pillar": "middle",
|
||||
"hebrewLetter": {
|
||||
"char": "ס",
|
||||
"transliteration": "Samekh",
|
||||
"letterType": "simple",
|
||||
"meaning": "Prop"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Sagittarius" },
|
||||
"tarot": { "card": "Temperance", "trumpNumber": 14, "tarotId": "14" },
|
||||
"intelligence": "Intelligence of Temptation and Trial",
|
||||
"description": "The twenty-fifth path is the intelligence of testing or trial, so called because it is the first temptation by which the Creator tests all righteous men.\n\nGod causes the called ones to undergo a fundamental test here. Together with the High Priestess (Gimel) and the Universe (Tav), Samekh (Temperance) constitutes the middle pillar in the tree of life. Both Samekh and Gimel have been called 'the dark night of the soul', because both cross an abyss — Samekh crosses the lesser abyss on its journey to Tiphareth."
|
||||
},
|
||||
{
|
||||
"pathNumber": 26,
|
||||
"connectKey": "6_8",
|
||||
"connects": { "from": 6, "to": 8 },
|
||||
"connectIds": { "from": "tiferet", "to": "hod" },
|
||||
"pillar": "left",
|
||||
"hebrewLetter": {
|
||||
"char": "ע",
|
||||
"transliteration": "Ayin",
|
||||
"letterType": "simple",
|
||||
"meaning": "Eye"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Capricorn" },
|
||||
"tarot": { "card": "The Devil", "trumpNumber": 15, "tarotId": "15" },
|
||||
"intelligence": "Renovating Intelligence",
|
||||
"description": "The twenty-sixth path is called the Renovating Intelligence, because the Holy God by it renews all the changing things that are renewed by the creation of the world.\n\nThe 26th Path is called the 'Resurrecting Intelligence'. Ayin is said to harbor many mysteries; Gematria equates Ayin to 70 and also the word for 'secret' (SVD). The Ayin, or eye, is the organ of vision — it sees the exterior and appearance of things. In Qabalah, the world of appearances is an illusion arising from our own perception. At Ayin, we learn to use the intelligent eyes of Hod to see anew in the light of beauty illuminated by Tiphareth. Ascension on this path is the process of transferring consciousness from the concrete mind (ego) to the abstract mind (Higher Self)."
|
||||
},
|
||||
{
|
||||
"pathNumber": 27,
|
||||
"connectKey": "7_8",
|
||||
"connects": { "from": 7, "to": 8 },
|
||||
"connectIds": { "from": "netzach", "to": "hod" },
|
||||
"pillar": "horizontal-lower",
|
||||
"hebrewLetter": {
|
||||
"char": "פ",
|
||||
"transliteration": "Pe",
|
||||
"letterType": "double",
|
||||
"meaning": "Mouth"
|
||||
},
|
||||
"astrology": { "type": "planet", "name": "Mars" },
|
||||
"tarot": { "card": "The Tower", "trumpNumber": 16, "tarotId": "16" },
|
||||
"intelligence": "Exciting Intelligence",
|
||||
"description": "The Twenty-seventh Path is the Exciting Intelligence, so called because by it the intelligence of all created beings and their stimuli or motions under the highest heavens was created.\n\nAll creatures created in the higher dimensions — including their sentience — were created through this path."
|
||||
},
|
||||
{
|
||||
"pathNumber": 28,
|
||||
"connectKey": "7_9",
|
||||
"connects": { "from": 7, "to": 9 },
|
||||
"connectIds": { "from": "netzach", "to": "yesod" },
|
||||
"pillar": "right",
|
||||
"hebrewLetter": {
|
||||
"char": "צ",
|
||||
"transliteration": "Tzaddi",
|
||||
"letterType": "simple",
|
||||
"meaning": "Fish-hook"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Aquarius" },
|
||||
"tarot": { "card": "The Star", "trumpNumber": 17, "tarotId": "17" },
|
||||
"intelligence": "Natural Intelligence",
|
||||
"description": "The twenty-eighth path is the natural intelligence, so called because the characteristics of all beings under the solar sphere are perfected and established through it.\n\nThe nature of everything that exists under the sun (belonging to the realm of the sun) is established through this consciousness."
|
||||
},
|
||||
{
|
||||
"pathNumber": 29,
|
||||
"connectKey": "7_10",
|
||||
"connects": { "from": 7, "to": 10 },
|
||||
"connectIds": { "from": "netzach", "to": "malchut" },
|
||||
"pillar": "right",
|
||||
"hebrewLetter": {
|
||||
"char": "ק",
|
||||
"transliteration": "Qoph",
|
||||
"letterType": "simple",
|
||||
"meaning": "Back of Head"
|
||||
},
|
||||
"astrology": { "type": "zodiac", "name": "Pisces" },
|
||||
"tarot": { "card": "The Moon", "trumpNumber": 18, "tarotId": "18" },
|
||||
"intelligence": "Corporeal Intelligence",
|
||||
"description": "The twenty-ninth path is the bodily intelligence, so called because it gives form to all the worlds and all bodies formed under their multiplication.\n\nThis path describes the development of the materialized according to the systems of each domain.\n\nThe 29th route is another route that threatens the traveler with the risk of disintegration. Since this path leads to Netzach it can cause mental disruption — what is indicated is the renunciation of individuality. The journey from Malkuth to Netzach is a confluence of physical and emotional natures. All paths leading towards Netzach are Orphic paths, similar to Orpheus who enchanted nature with the gift of song.\n\nThe letter Qoph has a value of 100 and also translates as 'awakening'. Called physical intelligence, this is truly the pathway to body consciousness. One of the most important lessons of this path is that it is not to our advantage to try to separate the 'higher state of mind' from the 'lower coarse' form of the body."
|
||||
},
|
||||
{
|
||||
"pathNumber": 30,
|
||||
"connectKey": "8_9",
|
||||
"connects": { "from": 8, "to": 9 },
|
||||
"connectIds": { "from": "hod", "to": "yesod" },
|
||||
"pillar": "horizontal-lower",
|
||||
"hebrewLetter": {
|
||||
"char": "ר",
|
||||
"transliteration": "Resh",
|
||||
"letterType": "double",
|
||||
"meaning": "Head"
|
||||
},
|
||||
"astrology": { "type": "planet", "name": "Sol" },
|
||||
"tarot": { "card": "The Sun", "trumpNumber": 19, "tarotId": "19" },
|
||||
"intelligence": "Collecting Intelligence",
|
||||
"description": "The Thirtieth Path is the Gathering Intelligence, so called because the astrologers infer from it the judgments of the stars and celestial signs, and the perfection of their learning, according to the laws of their revolutions.\n\nThrough this path, 'the one who spreads the heavens' increases control over the stars and constellations while establishing the knowledge of the chariot wheels in each realm.\n\nThis 30th route runs between Yesod and Hod. This path leads from the realm of the moon to the realm of reason, and although it is gloomy and cold, it is the coolness of the creative imagination by the power of the intellect. However, the full power of the sun shines there. The Hebrew letter Resh means 'head', and its spelling equals 510 or 15 — the same numeric value as Hod (HVD = 15). This path is a balance between mind and body, standing at the heart of the relationship between intellect and intuition. It is often described as a point of profound encounter with the inner master."
|
||||
},
|
||||
{
|
||||
"pathNumber": 31,
|
||||
"connectKey": "8_10",
|
||||
"connects": { "from": 8, "to": 10 },
|
||||
"connectIds": { "from": "hod", "to": "malchut" },
|
||||
"pillar": "left",
|
||||
"hebrewLetter": {
|
||||
"char": "ש",
|
||||
"transliteration": "Shin",
|
||||
"letterType": "mother",
|
||||
"meaning": "Tooth"
|
||||
},
|
||||
"astrology": { "type": "element", "name": "Fire" },
|
||||
"tarot": { "card": "Judgement", "trumpNumber": 20, "tarotId": "20" },
|
||||
"intelligence": "Perpetual Intelligence",
|
||||
"description": "The Thirty-First Path is the Enduring Intelligence, so why is it called that? For it regulates the motions of the sun and moon in their own order, each in its own proper orbit.\n\nThis path manages the path of the sun and moon so that they maintain their respective optimal orbits according to the laws of nature."
|
||||
},
|
||||
{
|
||||
"pathNumber": 32,
|
||||
"connectKey": "9_10",
|
||||
"connects": { "from": 9, "to": 10 },
|
||||
"connectIds": { "from": "yesod", "to": "malchut" },
|
||||
"pillar": "middle",
|
||||
"hebrewLetter": {
|
||||
"char": "ת",
|
||||
"transliteration": "Tav",
|
||||
"letterType": "double",
|
||||
"meaning": "Cross (Tau)"
|
||||
},
|
||||
"astrology": { "type": "planet", "name": "Saturn" },
|
||||
"tarot": { "card": "The Universe", "trumpNumber": 21, "tarotId": "21" },
|
||||
"intelligence": "Administrative Intelligence",
|
||||
"description": "The Thirty-Second Path is the Administrative Intelligence, so called because it directs and unites the seven planets in all their operations and even all of them in their proper course.\n\nThis path is given this name because it is the path that governs the passage between the formative world and the material world. The Universe card on this path is called 'The Door to the Inner Plane'."
|
||||
}
|
||||
]
|
||||
}
|
||||
54
data/kabbalah/kerubim.json
Normal file
54
data/kabbalah/kerubim.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"earth": {
|
||||
"id": "earth",
|
||||
"title": {
|
||||
"en": "Kerub of Earth"
|
||||
},
|
||||
"face": {
|
||||
"en": "Bull",
|
||||
"he": "שור",
|
||||
"roman": "Shor"
|
||||
},
|
||||
"zodiacId": "taurus",
|
||||
"elementId": "earth"
|
||||
},
|
||||
"air": {
|
||||
"id": "air",
|
||||
"title": {
|
||||
"en": "Kerub of Air"
|
||||
},
|
||||
"face": {
|
||||
"en": "Man",
|
||||
"he": "אדם",
|
||||
"roman": "Adam"
|
||||
},
|
||||
"zodiacId": "aquarius",
|
||||
"elementId": "air"
|
||||
},
|
||||
"water": {
|
||||
"id": "water",
|
||||
"title": {
|
||||
"en": "Kerub of Water"
|
||||
},
|
||||
"face": {
|
||||
"en": "Eagle",
|
||||
"he": "נשר",
|
||||
"roman": "Nesher"
|
||||
},
|
||||
"zodiacId": "scorpio",
|
||||
"elementId": "water"
|
||||
},
|
||||
"fire": {
|
||||
"id": "fire",
|
||||
"title": {
|
||||
"en": "Kerub of Fire"
|
||||
},
|
||||
"face": {
|
||||
"en": "Lion",
|
||||
"he": "אריה",
|
||||
"roman": "Aryeh"
|
||||
},
|
||||
"zodiacId": "leo",
|
||||
"elementId": "fire"
|
||||
}
|
||||
}
|
||||
250
data/kabbalah/paths.json
Normal file
250
data/kabbalah/paths.json
Normal file
@@ -0,0 +1,250 @@
|
||||
{
|
||||
"1_2": {
|
||||
"id": "1_2",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "alef",
|
||||
"pathNo": 11,
|
||||
"tarotId": "0"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "he"
|
||||
}
|
||||
},
|
||||
"1_3": {
|
||||
"id": "1_3",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "bet",
|
||||
"pathNo": 12,
|
||||
"tarotId": "1"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "vav"
|
||||
}
|
||||
},
|
||||
"1_6": {
|
||||
"id": "1_6",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "gimel",
|
||||
"pathNo": 13,
|
||||
"tarotId": "2"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "dalet"
|
||||
}
|
||||
},
|
||||
"2_3": {
|
||||
"id": "2_3",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "dalet",
|
||||
"pathNo": 14,
|
||||
"tarotId": "3"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "shin"
|
||||
}
|
||||
},
|
||||
"2_4": {
|
||||
"id": "2_4",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "vav",
|
||||
"pathNo": 16,
|
||||
"tarotId": "5"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "bet"
|
||||
}
|
||||
},
|
||||
"2_5": {
|
||||
"id": "2_5",
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "zayin"
|
||||
}
|
||||
},
|
||||
"2_6": {
|
||||
"id": "2_6",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "he",
|
||||
"pathNo": 15,
|
||||
"tarotId": "4"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "tet"
|
||||
}
|
||||
},
|
||||
"3_4": {
|
||||
"id": "3_4",
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "qof"
|
||||
}
|
||||
},
|
||||
"3_5": {
|
||||
"id": "3_5",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "het",
|
||||
"pathNo": 18,
|
||||
"tarotId": "7"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "gimel"
|
||||
}
|
||||
},
|
||||
"3_6": {
|
||||
"id": "3_6",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "zayin",
|
||||
"pathNo": 17,
|
||||
"tarotId": "6"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "ayin"
|
||||
}
|
||||
},
|
||||
"4_5": {
|
||||
"id": "4_5",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "tet",
|
||||
"pathNo": 19,
|
||||
"tarotId": "8"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "alef"
|
||||
}
|
||||
},
|
||||
"4_6": {
|
||||
"id": "4_6",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "yod",
|
||||
"pathNo": 20,
|
||||
"tarotId": "9"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "het"
|
||||
}
|
||||
},
|
||||
"4_7": {
|
||||
"id": "4_7",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "kaf",
|
||||
"pathNo": 21,
|
||||
"tarotId": "10"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "kaf"
|
||||
}
|
||||
},
|
||||
"5_6": {
|
||||
"id": "5_6",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "lamed",
|
||||
"pathNo": 22,
|
||||
"tarotId": "11"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "tsadi"
|
||||
}
|
||||
},
|
||||
"5_8": {
|
||||
"id": "5_8",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "mem",
|
||||
"pathNo": 23,
|
||||
"tarotId": "12"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "pe"
|
||||
}
|
||||
},
|
||||
"6_7": {
|
||||
"id": "6_7",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "nun",
|
||||
"pathNo": 24,
|
||||
"tarotId": "13"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "yod"
|
||||
}
|
||||
},
|
||||
"6_8": {
|
||||
"id": "6_8",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "ayin",
|
||||
"pathNo": 26,
|
||||
"tarotId": "15"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "samekh"
|
||||
}
|
||||
},
|
||||
"6_9": {
|
||||
"id": "6_9",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "samekh",
|
||||
"pathNo": 25,
|
||||
"tarotId": "14"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "resh"
|
||||
}
|
||||
},
|
||||
"7_8": {
|
||||
"id": "7_8",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "pe",
|
||||
"pathNo": 27,
|
||||
"tarotId": "16"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "mem"
|
||||
}
|
||||
},
|
||||
"7_9": {
|
||||
"id": "7_9",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "tsadi",
|
||||
"pathNo": 28,
|
||||
"tarotId": "17"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "nun"
|
||||
}
|
||||
},
|
||||
"7_10": {
|
||||
"id": "7_10",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "qof",
|
||||
"pathNo": 29,
|
||||
"tarotId": "18"
|
||||
}
|
||||
},
|
||||
"8_9": {
|
||||
"id": "8_9",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "resh",
|
||||
"pathNo": 30,
|
||||
"tarotId": "19"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "lamed"
|
||||
}
|
||||
},
|
||||
"8_10": {
|
||||
"id": "8_10",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "shin",
|
||||
"pathNo": 31,
|
||||
"tarotId": "20"
|
||||
}
|
||||
},
|
||||
"9_10": {
|
||||
"id": "9_10",
|
||||
"hermetic": {
|
||||
"hebrewLetterId": "tav",
|
||||
"pathNo": 32,
|
||||
"tarotId": "21"
|
||||
},
|
||||
"hebrew": {
|
||||
"hebrewLetterId": "tav"
|
||||
}
|
||||
}
|
||||
}
|
||||
324
data/kabbalah/sephirot.json
Normal file
324
data/kabbalah/sephirot.json
Normal file
@@ -0,0 +1,324 @@
|
||||
{
|
||||
"keter": {
|
||||
"index": 1,
|
||||
"id": "keter",
|
||||
"name": {
|
||||
"he": "כתר",
|
||||
"roman": "Keter",
|
||||
"en": "Crown"
|
||||
},
|
||||
"color": {
|
||||
"king": "brillliance",
|
||||
"kingWeb": "white",
|
||||
"queen": "white",
|
||||
"queenWeb": "white"
|
||||
},
|
||||
"chakraId": "crown",
|
||||
"godNameId": "ehiyeh",
|
||||
"scent": "ambergris",
|
||||
"body": "cranium",
|
||||
"bodyPos": "above-head",
|
||||
"planetId": "primum-mobile",
|
||||
"tenHeavens": {
|
||||
"en": "1st Swirlings / Primum Mobile",
|
||||
"he": "ראשית הגלגולים",
|
||||
"roman": "Roshit haGilgulim"
|
||||
},
|
||||
"stone": "diamond",
|
||||
"archangelIdId": "metatron",
|
||||
"soulId": "yechidah",
|
||||
"angelicOrderId": "chayot-hakodesh",
|
||||
"gdGradeId": "10=1",
|
||||
"next": "chochmah"
|
||||
},
|
||||
"chochmah": {
|
||||
"index": 2,
|
||||
"id": "chochmah",
|
||||
"name": {
|
||||
"he": "חכמה",
|
||||
"en": "Wisdom",
|
||||
"roman": "Chochmah"
|
||||
},
|
||||
"color": {
|
||||
"king": "soft-blue",
|
||||
"kingWeb": "SkyBlue",
|
||||
"queen": "gray",
|
||||
"queenWeb": "gray"
|
||||
},
|
||||
"scent": "musk",
|
||||
"chakraId": "third-eye",
|
||||
"godNameId": "yah",
|
||||
"body": "left-face",
|
||||
"bodyPos": "left-temple",
|
||||
"planetId": "zodiac",
|
||||
"tenHeavens": {
|
||||
"en": "The Zodiac",
|
||||
"roman": "Mazalot",
|
||||
"he": "מזלות"
|
||||
},
|
||||
"stone": "Star Ruby; Turquoise",
|
||||
"archangelId": "raziel",
|
||||
"soulId": "chaya",
|
||||
"angelicOrderId": "auphanim",
|
||||
"gdGradeId": "9=2",
|
||||
"prev": "keter",
|
||||
"next": "binah"
|
||||
},
|
||||
"binah": {
|
||||
"index": 3,
|
||||
"id": "binah",
|
||||
"name": {
|
||||
"he": "בינה",
|
||||
"en": "Understanding",
|
||||
"roman": "Binah"
|
||||
},
|
||||
"color": {
|
||||
"king": "deep-red-violet",
|
||||
"kingWeb": "#c0448f",
|
||||
"queen": "black",
|
||||
"queenWeb": "#222",
|
||||
"queenWebText": "#ccc"
|
||||
},
|
||||
"chakraId": "third-eye",
|
||||
"godNameId": "yhvh-elohim",
|
||||
"scent": "myrrh; civet",
|
||||
"body": "right-face",
|
||||
"bodyPos": "right-temple",
|
||||
"planetId": "saturn",
|
||||
"stone": "pearl; star sapphire",
|
||||
"archangelId": "tzaphkiel",
|
||||
"soulId": "neshama",
|
||||
"angelicOrderId": "aralim",
|
||||
"gdGradeId": "8=3",
|
||||
"prev": "chochmah",
|
||||
"next": "hesed"
|
||||
},
|
||||
"hesed": {
|
||||
"index": 4,
|
||||
"id": "hesed",
|
||||
"name": {
|
||||
"he": "חסד",
|
||||
"en": "Mercy",
|
||||
"roman": "Chesed"
|
||||
},
|
||||
"color": {
|
||||
"king": "deep-violet",
|
||||
"kingWeb": "#330066",
|
||||
"kingWebText": "#ccc",
|
||||
"queen": "blue",
|
||||
"queenWeb": "#0066ff"
|
||||
},
|
||||
"chakraId": "throat",
|
||||
"godNameId": "el",
|
||||
"scent": "cedar",
|
||||
"body": "left-arm",
|
||||
"bodyPos": "left-shoulder",
|
||||
"planetId": "jupiter",
|
||||
"stone": "saphire; amethyst",
|
||||
"archangelId": "tzadkiel",
|
||||
"soulId": null,
|
||||
"angelicOrderId": "chashmalim",
|
||||
"gdGradeId": "7=4",
|
||||
"prev": "binah",
|
||||
"next": "gevurah"
|
||||
},
|
||||
"gevurah": {
|
||||
"index": 5,
|
||||
"id": "gevurah",
|
||||
"name": {
|
||||
"he": "גבורה",
|
||||
"en": "Strength",
|
||||
"roman": "Gevurah"
|
||||
},
|
||||
"color": {
|
||||
"king": "orange",
|
||||
"kingWeb": "orange",
|
||||
"queen": "scarlet",
|
||||
"queenWeb": "#ff2400"
|
||||
},
|
||||
"chakraId": "throat",
|
||||
"godNameId": "elohim-gibor",
|
||||
"scent": "tobacco",
|
||||
"body": "right-arm",
|
||||
"bodyPos": "right-shoulder",
|
||||
"planetId": "mars",
|
||||
"stone": "ruby",
|
||||
"archangelId": "khamael",
|
||||
"soulId": null,
|
||||
"angelicOrderId": "seraphim",
|
||||
"gdGradeId": "6=5",
|
||||
"prev": "hesed",
|
||||
"next": "tiferet"
|
||||
},
|
||||
"tiferet": {
|
||||
"index": 6,
|
||||
"id": "tiferet",
|
||||
"name": {
|
||||
"he": "תפארת",
|
||||
"en": "Beauty",
|
||||
"roman": "Tiferet"
|
||||
},
|
||||
"color": {
|
||||
"king": "rose-pink",
|
||||
"kingWeb": "#f7cac1",
|
||||
"queen": "gold",
|
||||
"queenWeb": "gold"
|
||||
},
|
||||
"chakraId": "heart",
|
||||
"godNameId": "yhvh-eloha-vedaat",
|
||||
"scent": "olibanum",
|
||||
"body": "breast",
|
||||
"bodyPos": "heart",
|
||||
"planetId": "sol",
|
||||
"stone": "topaz",
|
||||
"archangelId": "raphael",
|
||||
"soulId": "ruach",
|
||||
"angelicOrderId": "malachim",
|
||||
"gdGradeId": "5=6",
|
||||
"prev": "gevurah",
|
||||
"next": "netzach"
|
||||
},
|
||||
"netzach": {
|
||||
"index": 7,
|
||||
"id": "netzach",
|
||||
"name": {
|
||||
"he": "נצח",
|
||||
"en": "Victory",
|
||||
"roman": "Netzach"
|
||||
},
|
||||
"color": {
|
||||
"king": "yellow-orange",
|
||||
"kingWeb": "#ffae42",
|
||||
"queen": "emerald",
|
||||
"queenWeb": "#50C878"
|
||||
},
|
||||
"chakraId": "solar-plexus",
|
||||
"godNameId": "yhvh-tzvaot",
|
||||
"scent": "rose, red sandal",
|
||||
"body": "loins; hips",
|
||||
"bodyPos": "left-hip",
|
||||
"planetId": "venus",
|
||||
"stone": "emerald",
|
||||
"archangelId": "haniel",
|
||||
"soulId": null,
|
||||
"angelicOrderId": "elohim",
|
||||
"gdGradeId": "4=7",
|
||||
"prev": "tiferet",
|
||||
"next": "hod"
|
||||
},
|
||||
"hod": {
|
||||
"index": 8,
|
||||
"id": "hod",
|
||||
"name": {
|
||||
"he": "הוד",
|
||||
"en": "Splendor",
|
||||
"roman": "Hod"
|
||||
},
|
||||
"color": {
|
||||
"king": "violet",
|
||||
"kingWeb": "#ee82ee",
|
||||
"queen": "orange",
|
||||
"queenWeb": "orange"
|
||||
},
|
||||
"chakraId": "solar-plexus",
|
||||
"godNameId": "elohim-tzvaot",
|
||||
"scent": "storax",
|
||||
"body": "loins; legs",
|
||||
"bodyPos": "right-hip",
|
||||
"planetId": "mercury",
|
||||
"stone": "quartz",
|
||||
"archangelId": "michael",
|
||||
"soulId": null,
|
||||
"angelicOrderId": "bnei-elohim",
|
||||
"gdGradeId": "3=8",
|
||||
"prev": "netzach",
|
||||
"next": "yesod"
|
||||
},
|
||||
"yesod": {
|
||||
"index": 9,
|
||||
"id": "yesod",
|
||||
"name": {
|
||||
"he": "יסוד",
|
||||
"en": "Foundation",
|
||||
"roman": "Yesod"
|
||||
},
|
||||
"color": {
|
||||
"king": "blue-violet",
|
||||
"kingWeb": "#2014d4",
|
||||
"kingWebText": "#aaa",
|
||||
"queen": "violet",
|
||||
"queenWeb": "violet"
|
||||
},
|
||||
"chakraId": "sacral",
|
||||
"godNameId": "shadai-el-chai",
|
||||
"scent": "jasmine",
|
||||
"body": "genitals",
|
||||
"bodyPos": "genitals",
|
||||
"planetId": "luna",
|
||||
"stone": "quartz",
|
||||
"archangelId": "gabriel",
|
||||
"soulId": "nephesh",
|
||||
"angelicOrderId": "kerubim",
|
||||
"gdGradeId": "2=9",
|
||||
"prev": "hod",
|
||||
"next": "malchut"
|
||||
},
|
||||
"malchut": {
|
||||
"index": 10,
|
||||
"id": "malchut",
|
||||
"name": {
|
||||
"he": "מלכות",
|
||||
"en": "Kingdom",
|
||||
"roman": "Malchut"
|
||||
},
|
||||
"color": {
|
||||
"king": "yellow",
|
||||
"kingWeb": "yellow",
|
||||
"queen": "russet,citrine,olive,black",
|
||||
"queenWeb": "#80461B,#ba0,#880,#000000",
|
||||
"queenWebText": "#eee"
|
||||
},
|
||||
"chakraId": "root",
|
||||
"godNameId": "adonai-haaretz",
|
||||
"scent": "",
|
||||
"body": "feet",
|
||||
"bodyPos": "feet",
|
||||
"planetId": "olam-yesodot",
|
||||
"tenHeavens": {
|
||||
"en": "Sphere of the Elements",
|
||||
"he": "עולם יסודות",
|
||||
"roman": "Olam Yesodoth"
|
||||
},
|
||||
"stone": "rock crystal",
|
||||
"archangelId": "sandalphon",
|
||||
"soulId": "guph",
|
||||
"angelicOrderId": "ishim",
|
||||
"gdGradeId": "1=10",
|
||||
"prev": "yesod"
|
||||
},
|
||||
"daat": {
|
||||
"index": 11,
|
||||
"id": "daat",
|
||||
"name": {
|
||||
"he": "דעת",
|
||||
"en": "Knowledge",
|
||||
"roman": "Da'at"
|
||||
},
|
||||
"color": {
|
||||
"queen": "lavendar",
|
||||
"queenWeb": "#E6E6FAEE",
|
||||
"queenWebText": "#000",
|
||||
"strokeDasharray": 2,
|
||||
"strokeColor": "#000000AA"
|
||||
},
|
||||
"chakraId": "",
|
||||
"godNameId": "yhvh-elohim",
|
||||
"scent": "",
|
||||
"body": "throat",
|
||||
"bodyPos": "throat",
|
||||
"stone": "",
|
||||
"archangelId": "",
|
||||
"soulId": "",
|
||||
"angelicOrderId": ""
|
||||
}
|
||||
}
|
||||
107
data/kabbalah/seventyTwoAngels.json
Normal file
107
data/kabbalah/seventyTwoAngels.json
Normal file
@@ -0,0 +1,107 @@
|
||||
[
|
||||
{
|
||||
"name": {
|
||||
"he": "והויה",
|
||||
"en": "Vehuiah"
|
||||
},
|
||||
"attribute": {
|
||||
"en": "God is High and Exalted above all things."
|
||||
},
|
||||
"godName": "Jehovah",
|
||||
"angelicOrderId": "seraphim",
|
||||
"presidesOver": [
|
||||
[
|
||||
3,
|
||||
20
|
||||
],
|
||||
[
|
||||
4,
|
||||
30
|
||||
],
|
||||
[
|
||||
8,
|
||||
11
|
||||
],
|
||||
[
|
||||
10,
|
||||
22
|
||||
],
|
||||
[
|
||||
1,
|
||||
2
|
||||
]
|
||||
],
|
||||
"text": {
|
||||
"en": "I'r, genius, Vehuiah והויה. Its attribute is interpreted (God high and “exalted above all things). He does-mine on the Hebrews. The name of God, according to this language, is named Jehovah. He governs the first ray of the East in the spring season, that is to say the five first degrees of, the sphere which begin on March 20 at midnight until the 24th, inclusive, corresponding to the first decade of the sacred calendar, and at the first genius, named Chontaré, under the influence of Mars: this genius, and those which follow, up to the 8th, belong to the first order of angels that the Orthodox call the choir of seraphim. He lives in the region of fire; his sign is the ram, and he presides over the following five days: March 20, April 31, August II, October 22 and January 2; the invocation is made towards the Orient, from precisely midnight until 20 minutes past midnight, to get lights. It is by virtue of these names divine that one becomes illuminated with the spirit of God; we must pronounce them at midnight precisely until midnight 20 mid-nut:s, reciting 16 third verse of the 3rd psalm. (And you Domine susceplor meus et gloria mea 61 exallans caput meum). You must have your talisman prepared according to the principles principles of cabalistic art. (See chapter 8 on this subject.) The person who is born under the influence of this genius has the took subtle; she is gifted with great sagacity, passion- born for the sciences and the arts, capable of undertaking and to perform the most difficult things; she will love the state military, because of the influence of Mars; she will have burst of energy being damaged by fire. The evil genius influences turbulent men; he quickness and anger dominate.\n(1) See the book entitled Tbrezcze, or the only Way of Divine and human sciences, edition of year 7, page 226."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": {
|
||||
"he": "יליאל",
|
||||
"en": "Jeliel"
|
||||
},
|
||||
"attribute": {
|
||||
"en": "Helpful God"
|
||||
},
|
||||
"godName": "Aydy",
|
||||
"presidesOver": [
|
||||
[
|
||||
3,
|
||||
21
|
||||
],
|
||||
[
|
||||
6,
|
||||
1
|
||||
],
|
||||
[
|
||||
8,
|
||||
12
|
||||
],
|
||||
[
|
||||
10,
|
||||
23
|
||||
],
|
||||
[
|
||||
1,
|
||||
3
|
||||
]
|
||||
],
|
||||
"text": {
|
||||
"en": "2° Jeliel יליאל. His attribute (helpful God). 11 do- sure mine Turkey (these people give God the name Aydy). Its radius starts from 16 6* degree up to . 10%, inclusive, corresponding to the influence of genius . named Asican (see the sacred calendar), and at the first first decade. He presides over the following 165 days: March 21, June 1, August 12, October 23, January 3*. \nThis genius is invoked to appease popular seditions. laries, and to obtain victory against those who attack you attack unfairly. The request must be pronounced with the name of the genius, and recite 16 20° verse of Psalm 21. (Tu autem Domine ne eldngaveris auxillum tuum a me ad defenseem meam conspice). The favorable hour includes starts from midnight 20 minutes until midnight 40. \nThis genius dominates over kings and princes; he maintains their subjects in obedience; it influences the generation of all 165 beings that exist in 16 animal kingdoms; he restores peace among spouses and marital fidelity. Those who are born under this influence have a cheerful spirit, ma- pleasant and gallant manners; they will be passionate about it sex.\nThe contrary genius dominates everything that is harmful to animated beings; he likes to separate spouses by pushing them aside . 06 their duties; he inspires a taste for celibacy and the bad ‘good morals."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": {
|
||||
"en": "Sitael",
|
||||
"he": "סיטאל"
|
||||
},
|
||||
"attribute": {
|
||||
"en": "God, the hope of all creatures."
|
||||
},
|
||||
"presidesOver": [
|
||||
[
|
||||
3,
|
||||
22
|
||||
],
|
||||
[
|
||||
6,
|
||||
2
|
||||
],
|
||||
[
|
||||
8,
|
||||
13
|
||||
],
|
||||
[
|
||||
10,
|
||||
24
|
||||
],
|
||||
[
|
||||
1,
|
||||
4
|
||||
]
|
||||
],
|
||||
"text": {
|
||||
"en": "Sitael סיטאל. His attribute (God, the hope all creatures.) Its radius starts from 16 5 degree of .1 500616 up to 15°., inclusively corres- laying in the second decade and the genius named Chon- stained, under the influence of the sun; he presides over the following days: March 22, June 2, August 13, October 24, January 4. We invoke this genius against 165 adversities; we pronounce the request with the divine names and the 2nd verse of the psalm 90. (Dicet Domino: suceblor meus es tu et refugium meum: Deus meus, sperabo in eum.) The favorable hour starts from midnight 40 minutes until one o'clock. He dominates over nobility, magnanimity and great em- plows; it protects against weapons and ferocious beasts. There no one born under this influence loves the truth; she will keep her word, and she will be happy to oblige those who will need its services. The contrary genius dominates hypocrisy, ingratitude and perjury."
|
||||
}
|
||||
}
|
||||
]
|
||||
88
data/kabbalah/souls.json
Normal file
88
data/kabbalah/souls.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"yechidah": {
|
||||
"id": "yechidah",
|
||||
"name": {
|
||||
"en": "unity",
|
||||
"he": "יחידה",
|
||||
"roman": "yechida"
|
||||
},
|
||||
"title": {
|
||||
"en": "Unity"
|
||||
}
|
||||
},
|
||||
"chaya": {
|
||||
"id": "chaya",
|
||||
"aliases": [
|
||||
"chiah"
|
||||
],
|
||||
"name": {
|
||||
"en": "life force",
|
||||
"he": "חיה",
|
||||
"roman": "chiah",
|
||||
"altRoman": "chaya"
|
||||
},
|
||||
"title": {
|
||||
"en": "Life Force"
|
||||
},
|
||||
"desc": {
|
||||
"en": "The Chiah is the Life Force itself. It is our true identity, ultimately a pure reflection of the Supreme Consciousness of deity."
|
||||
}
|
||||
},
|
||||
"neshama": {
|
||||
"id": "neshama",
|
||||
"aliases": [
|
||||
"neshamah"
|
||||
],
|
||||
"name": {
|
||||
"en": "soul-intuition",
|
||||
"he": "נשמה",
|
||||
"roman": "neshamah",
|
||||
"altRoman": "neshama"
|
||||
},
|
||||
"title": {
|
||||
"en": "Soul-Intuition"
|
||||
},
|
||||
"desc": {
|
||||
"en": "The Neshamah is the part of our soul that transcends our thinking processes."
|
||||
}
|
||||
},
|
||||
"ruach": {
|
||||
"id": "ruach",
|
||||
"name": {
|
||||
"en": "intellect",
|
||||
"he": "רוח",
|
||||
"roman": "ruach"
|
||||
},
|
||||
"title": {
|
||||
"en": "Intellect"
|
||||
},
|
||||
"desc": {
|
||||
"en": "The Ruach is the part of our soul that monopolizes attention to such a degree that we identify with the thinking process."
|
||||
}
|
||||
},
|
||||
"nephesh": {
|
||||
"id": "nephesh",
|
||||
"name": {
|
||||
"en": "animal soul",
|
||||
"he": "נפש",
|
||||
"roman": "nephesh"
|
||||
},
|
||||
"title": {
|
||||
"en": "Animal Soul"
|
||||
},
|
||||
"desc": {
|
||||
"en": "The Nephesh is primitive consciousness shared with animal, plant, and mineral kingdoms, expressed through instincts, appetite, emotion, sex drive, and survival mechanisms."
|
||||
}
|
||||
},
|
||||
"guph": {
|
||||
"id": "guph",
|
||||
"name": {
|
||||
"en": "body",
|
||||
"he": "גוף",
|
||||
"roman": "guph"
|
||||
},
|
||||
"title": {
|
||||
"en": "Body"
|
||||
}
|
||||
}
|
||||
}
|
||||
100
data/kabbalah/tribesOfIsrael.json
Normal file
100
data/kabbalah/tribesOfIsrael.json
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"reuben": {
|
||||
"id": "reuben",
|
||||
"name": {
|
||||
"en": "Reuben",
|
||||
"he": "ראובן"
|
||||
}
|
||||
},
|
||||
"simeon": {
|
||||
"id": "simeon",
|
||||
"name": {
|
||||
"en": "Simeon",
|
||||
"he": "שמעון"
|
||||
}
|
||||
},
|
||||
"levi": {
|
||||
"id": "levi",
|
||||
"name": {
|
||||
"en": "Levi",
|
||||
"he": "לוי"
|
||||
}
|
||||
},
|
||||
"judah": {
|
||||
"id": "judah",
|
||||
"name": {
|
||||
"en": "Judah",
|
||||
"he": "יהודה"
|
||||
}
|
||||
},
|
||||
"dan": {
|
||||
"id": "dan",
|
||||
"name": {
|
||||
"en": "Dan",
|
||||
"he": "דן"
|
||||
}
|
||||
},
|
||||
"naphtali": {
|
||||
"id": "naphtali",
|
||||
"name": {
|
||||
"en": "Naphtali",
|
||||
"he": "נפתלי"
|
||||
}
|
||||
},
|
||||
"gad": {
|
||||
"id": "gad",
|
||||
"name": {
|
||||
"en": "Gad",
|
||||
"he": "גד"
|
||||
}
|
||||
},
|
||||
"asher": {
|
||||
"id": "asher",
|
||||
"name": {
|
||||
"en": "Asher",
|
||||
"he": "אשר"
|
||||
}
|
||||
},
|
||||
"issachar": {
|
||||
"id": "issachar",
|
||||
"name": {
|
||||
"en": "Issachar",
|
||||
"he": "יששכר"
|
||||
}
|
||||
},
|
||||
"zebulun": {
|
||||
"id": "zebulun",
|
||||
"name": {
|
||||
"en": "Zebulun",
|
||||
"he": "זבולון"
|
||||
}
|
||||
},
|
||||
"joseph": {
|
||||
"id": "joseph",
|
||||
"name": {
|
||||
"en": "Joseph",
|
||||
"he": "יוסף"
|
||||
}
|
||||
},
|
||||
"benjamin": {
|
||||
"id": "benjamin",
|
||||
"name": {
|
||||
"en": "Benjamin",
|
||||
"he": "בנימין"
|
||||
}
|
||||
},
|
||||
"ephraim": {
|
||||
"id": "ephraim",
|
||||
"name": {
|
||||
"en": "Ephraim",
|
||||
"he": "אפרים"
|
||||
}
|
||||
},
|
||||
"manasseh": {
|
||||
"id": "manasseh",
|
||||
"name": {
|
||||
"en": "Menasseh",
|
||||
"he": "בנימין"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user