Image | ![]() |
EAN-13 | 9780804783057 ![]() |
Product Name | The Zohar: Pritzker Edition, Volume Seven |
Language | English |
Category | Book / Magazine / Publication |
Amazon.com | ![]() |
Price New | 35.92 US Dollars (curriencies) |
Price Used | 35.52 US Dollars (curriencies) |
Width | 1.7 inches (convert) |
Height | 10 inches (convert) |
Length | 7 inches (convert) |
Weight | 44 ounces (convert) |
Page Count | 608 |
Binding | Hardcover |
Published | 11/14/2012 |
Features | Used Book in Good Condition |
Long Description | Sefer ha-Zohar (The Book of Radiance) has amazed readers ever since it emerged in medieval Spain over seven hundred years ago. Written in lyrical Aramaic, this masterpiece of Kabbalah exceeds the dimensions of a normal book; it is virtually a body of mystical literature, comprising over twenty discrete sections. The bulk of the Zohar consists of a mystical interpretation of the Torah, from Genesis through Deuteronomy. This seventh volume of The Zohar: Pritzker Edition consists of commentary on more than half the book of Leviticus. How does the Zohar deal with a biblical text devoted largely to animal sacrifices, cereal offerings, and priestly ritual? Here these ancient laws and procedures are spiritualized, transformed into symbols of God's inner life, now that both the Desert Tabernacle and the Temple in Jerusalem no longer exist. For example, the ascent offering, which was totally consumed on the altar, is known in Hebrew as olah (literally, "that which ascends"). In the Zohar , this symbolizes Shekhinah , last of the ten sefirot (divine potencies), who ascends to unite with Her beloved, the blessed Holy One. The biblical narrative describes how two of Aaron's sons, Nadab and Abihu, offered alien fire before YHVH and were immediately consumed in a divine blaze. Rabbinic tradition suggested various reasons why they were killed: they lacked the proper priestly garments, or had not washed their hands and feet, or were drunk, or were not married. For the Zohar , marriage enables one to imitate the divine union of male and female energies, and to stimulate that union above. By not marrying, Nadab and Abihu remained incomplete and unfulfilled. According to a related Zoharic passage, their ritual act failed because in their contemplation of the divine qualities they did not include Shekhinah. Without Her, God is incomplete. |
Similar Items | 9780691090689: Mirror of His Beauty: Feminine Images of God from the Bible to the Early Kabbalah (Jews, Christians, and Muslims from the Ancient to the Modern World) 9780691073149: Jewish Customs Of Kabbalistic Origin: Their Origin And Practice (Emunot: Jewish Philosophy And Kabbalah) 9780691043722: Keter: The Crown Of God In Early Jewish Mysticism 9780674064195: Moses Montefiore: Jewish Liberator, Imperial Hero 9780554356778: Legends Of The Jews (2-Volume Set) 9780521515184: The Origins Of Christian Zionism: Lord Shaftesbury And Evangelical Support For A Jewish Homeland 9780521269483: The Talmudic Argument: A Study In Talmudic Reasoning And Methodology 9780300079067: The Light Of The Eyes (Yale Judaica Series) 9780197100769: The Wisdom Of The Zohar: An Anthology Of Texts (3 Volume Set) 9780195118490: Reading The Zohar: The Sacred Text Of The Kabbalah View 43 more similar items |
Created | 11-19-2012 11:00:18pm |
Modified | 05-01-2020 2:21:23am |
MD5 | c6d173cd1f9173799ca21f1352f51ba7 |
SHA256 | 7b3a025b441f7af071efe96d9d00716f2e8aa1e7e9f631928c896fcd056da8b8 |
Search Google | by EAN or by Title |
Query Time | 0.0201678 |
Article of interest
The extra items are numerically indexed and provide extra text to go along with numeric values such as weights or distances or even currencies. The attributes that use these extra indexes are all numeric and take two fields. You can send the data in a single field as long as you use the same short or long text that we keep in our database.
Although the data feed API can deliver information as JSON or XML, we are using XML here because it is easier to read.
<attribute> <extra_group>Distance</extra_group> <field_name>depth</field_name> <extra> <id>501</id> <extra_short>in</extra_short> <extra_long>inches</extra_long> <seq>10</seq> </extra> <extra> <id>503</id> <extra_short>ft</extra_short> <extra_long>feet</extra_long> <seq>20</seq> </extra> <extra> <id>505</id> <extra_short>yrd</extra_short> <extra_long>yards</extra_long> <seq>30</seq> </extra> </attribute>
Looking at this example, you can see that the EXTRA portion is an array of values each with their own properties. Here is what each section means:
- extra_group - The text name representing the type of information the extra value represents. The extra elements are associated with this group.
- field_name - The field that this extra information is attached to. Multiple fields can be attached to the same extra_group.
- id - This is the unique id that identifies the specific extra element. It is unique across all extra groups.
- extra_short - The short text used to enhance the main data item.
- extra_long - The long text used to enhance the main data item.
- seq - The sequence that we use to display this element in a list. When two sequence numbers are the same we sort by the extra_long value.
This extra information is normally used in a drop down box next to the numeric data field that we want to enhance. Some examples might be:
- 12 pounds
- 15.25 US Dollars
- 354 grams
- 12.4 ounces
- 12 lbs
- 15.25 USD
- 354 g
- 12.4 oz
You see we can display the long or short version of the extra code by using the ID index.
Fields that make use of this extra information require it when pushing data back to us in the feed. You can either send the data in two fields (value and extra_id) or in a single field (value) as long as the text following the numeric portion matches the long or short version of the extra data we store for the field.
For example, if you wanted to update a field that represented distance with the value "100 yards", you could either send that data just like that in the value field value=100+yards or in two seperate fields value=100&extra_id=505 and you would get the same results. If you send an invalid extra_id or text after the number that doesn't match our accepted list, your update would be rejected.