Evan Harmon - Memex

Establishment Clause

In United States law, the Establishment Clause of the First Amendment to the United States Constitution, together with that Amendment's Free Exercise Clause, form the constitutional right of freedom of religion. The relevant constitutional text is:Congress shall make no law respecting an establishment of religion...
wikipedia:: Establishment Clause

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
Establishment Clause
Interactive graph
On this page
Establishment Clause
Also By Or In Or Of = this.file.name