Evidence Referenced
Data license: Public court records
5 rows where filing_id = 13
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 155 | 13 13 | Favre's Motion to Dismiss, pp. 13-15 (incorporated by reference) |
| 156 | 13 13 | Kassab's Motion to Dismiss, pp. 26-28 (incorporated by reference) |
| 157 | 13 13 | Exhibits from Favre/Precision's Motion to Dismiss paragraphs 35-42 |
| 158 | 13 13 | Pohl's website at pohlatty.wordpress.com (cited for Pohl's self-proclaimed credentials) |
| 159 | 13 13 | Jean Frizzell's biography at reynoldsfrizzell.com (cited for 'Top 100 Super Lawyer' designation) |
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
);