Legal Theories
Data license: Public court records
1 row where filing_id = 34, party = "Kassab" and role = "procedural_defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 268 | 34 34 | Procedurally Defective No-Evidence Motion | Kassab | procedural_defense | Pohl's global no-evidence challenge fails to identify specific elements lacking evidence, making it conclusory and insufficient under Rule 166a(i) and Timpte Industries v. Gish; must be treated as traditional motion under 166a(c) (Weaver v. Highlands Ins. Co.) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legal_theories (
theory_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
theory TEXT,
party TEXT,
role TEXT,
basis TEXT
);