Legal Theories
Data license: Public court records
1 row where role = "claim (alternative — not reached)"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 445 | 64 64 | Conversion | Pohl | claim (alternative — not reached) | Submitted to jury as Questions 10-14 and 16, but conditioned on 'No' answer to Q2. Since jury answered 'Yes' to Q2, conversion questions were not answered. |
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
);