Evidence Referenced
Data license: Public court records
5 rows where filing_id = 61
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 669 | 61 61 | Jury Verdict Additional Certificate showing presiding juror did not sign unanimity certificate for Q17 (but signed for Q2 and Q19) |
| 670 | 61 61 | Jury Verdict Q3 finding Pohl's wrongful conduct contributed to injury |
| 671 | 61 61 | Jury Verdict Q4 showing 0% fault assigned to Pohl |
| 672 | 61 61 | Jury Charge Question 15 (conspiracy): asked about 'the conduct you found in answer to Question No. 2' — linking conspiracy to misappropriation |
| 673 | 61 61 | Jury Charge Question 2: asked whether parties 'misappropriate[d] Pohl's trade secret' |
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
);