Evidence Referenced
Data license: Public court records
4 rows where filing_id = 64
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 685 | 64 64 | Exhibit 1: Charge of the Court and Jury Verdict (21 questions, definitions, instructions, and jury answers — incorporated into Final Judgment) |
| 686 | 64 64 | Verdict Certificate showing ten jurors agreed to each and every answer |
| 687 | 64 64 | Additional Certificates for unanimity on Q2, Q10, Q15, Q16, Q17, Q18, Q19 — presiding juror signatures on Q2 and Q19 confirmed |
| 688 | 64 64 | Jury charge signed in August 2023 by the Court |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE evidence_referenced (
evidence_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
evidence TEXT
);