Evidence Referenced
Data license: Public court records
3 rows where filing_id = 31
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 332 | 31 31 | Pohl's Original Petition (cited at p. 6-7 for judicial admissions) |
| 333 | 31 31 | Express assignments of interest from 242 claimants to Kassab |
| 334 | 31 31 | Same evidence base as prior answers (Walker testimony, Santana affidavit/deposition, Jaimes deposition, Talley testimony) |
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
);