Defenses Raised
Data license: Public court records
7 rows where filing_id = 40
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 250 | 40 40 | Pohl's declaration testimony is conclusory and inadmissible throughout |
| 251 | 40 40 | Pohl's ownership and trade secret claims are improper legal conclusions from a lay witness |
| 252 | 40 40 | Pohl's references to 'Precision' are too vague for interested-witness standard |
| 253 | 40 40 | Grievance dismissals are irrelevant to civil liability and inadmissible hearsay |
| 254 | 40 40 | Santana letter and audio transcription are inadmissible hearsay |
| 255 | 40 40 | Zavitsanos fee report is unsworn hearsay |
| 256 | 40 40 | Pohl Deposition excerpt contains hearsay about what third parties told Nicholson |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE defenses_raised (
defense_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
defense TEXT
);