Evan Harmon - Memex

All men are created equal

img The quotation "All men are created equal" is found in the United States Declaration of Independence. The final form of the sentence was stylized by Benjamin Franklin and penned by Thomas Jefferson during the beginning of the Revolutionary War in 1776. It reads:"We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness."
wikipedia:: All men are created equal

Also By Or In Or Of = 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
All men are created equal
Interactive graph
On this page
All men are created equal
Also By Or In Or Of = this.file.name