Evan Harmon - Memex

Magna Carta

img Magna Carta Libertatum, commonly called Magna Carta or sometimes Magna Charta, is a royal charter of rights agreed to by King John of England at Runnymede, near Windsor, on 15 June 1215. First drafted by the Archbishop of Canterbury, Cardinal Stephen Langton, to make peace between the unpopular king and a group of rebel barons, it promised the protection of church rights, protection for the barons from illegal imprisonment, access to swift justice, and limitations on feudal payments to the Crown, to be implemented through a council of 25 barons. Neither side stood by their commitments, and the charter was annulled by Pope Innocent III, leading to the First Barons' War.
wikipedia:: Magna Carta

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