aliases:
tags:
- Type/Source/Text/Book
- proto
- Type/Source
from:
- "[[Consilience in Recursion, Sublation, Dialectics, Emergence, Non-linearity, Lateral Thinking, Meta, Intension, Feedback Loops, etc.]]"
- "[[Eastern Religion]]"
- "[[Eastern Philosophy]]"
related:
contra:
to:
by:
- "[[Laozi]]"
rating:
status: completed
dateCreated: 2023-09-07, 11:42
dateModified: 2023-12-08, 09:15
version: 1
publish: true
The Tao Te Ching is a Chinese classic text and foundational work of Taoism written around 400 BC and traditionally credited to the sage Laozi, though the text's authorship, date of composition and date of compilation are debated. The oldest excavated portion dates back to the late 4th century BC, but modern scholarship dates other parts of the text as having been written—or at least compiled—later than the earliest portions of the Zhuangzi. | |
---|---|
wikipedia:: Tao Te Ching |
The Tao Te Ching (Chinese: 道德經; pinyin: Dàodéjīng) is a Chinese classic text and foundational work of Taoism written around 400 BC and traditionally credited to the sage Laozi, though the text's authorship, date of composition and date of compilation are debated. The oldest excavated portion dates back to the late 4th century BC, but modern scholarship dates other parts of the text as having been written—or at least compiled—later than the earliest portions of the Zhuangzi.The Tao Te Ching is a foundational text in both philosophical and religious forms of Taoism, alongside the Zhuangzi. It has also had a strong influence on other schools of philosophy and religion throughout Chinese history, including Legalism, Confucianism, and particularly Chinese Buddhism, whose interpretations largely used Taoist terminology upon its original introduction to the country. Many artists, including poets, painters, calligraphers, and gardeners, have used the Tao Te Ching as a source of inspiration. Its influence has spread widely within the globe's artistic and academic spheres. It is one of the most translated texts in world literature.
= this.file.name
TABLE WITHOUT ID
file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year
FROM #Type
WHERE
(
(
any(contains(by, this.by))
AND
by
)
OR
(
any(contains(in, this.in))
AND
in
)
OR
(
any(contains(of, this.of))
AND
of
)
OR
(
any(contains(in, this.file.name))
OR
any(contains(in, this.file.link))
)
OR
(
any(contains(of, this.file.name))
OR
any(contains(of, this.file.link))
)
AND
file.name !=this.file.name
)
SORT file.etags DESC, date DESC, year DESC