aliases:
tags:
- Type/Source/Text/Article
- proto
- Source
- Article
from:
- "[[John Rawls]]"
related:
contra:
to:
by:
- "[[John Rawls]]"
rating:
status:
dateCreated: 2023-03-12, 19:51
dateModified: 2023-12-04, 10:47
version: 1
publish: true
"Justice as Fairness: Political not Metaphysical" is an essay by John Rawls, published in 1985. In it he describes his conception of justice. It comprises two main principles of liberty and equality; the second is subdivided into fair equality of opportunity and the difference principle. | |
---|---|
wikipedia:: Justice as Fairness |
The difference principle regulates inequalities: it permits only inequalities that work to the advantage of the worst-off.
= 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