aliases:tags:- Type/Source/Text/Book
- proto
from:-"[[George Lakoff]]"related:contra:to:by:rating:8status:dateCreated:2023-11-30,11:37dateModified:2023-11-30,11:37version:1publish:true
Metaphors We Live By
Metaphors We Live By is a book by George Lakoff and Mark Johnson published in 1980. The book suggests metaphor is a tool that enables people to use what they know about their direct physical and social experiences to understand more abstract things like work, time, mental activity and feelings.
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