Case Citations
Data license: Public court records
1 row where cited_by = "Kassab (rebutted by Pohl)"
This data as json, CSV (advanced)
cited_by 1
- Kassab (rebutted by Pohl) · 1 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 401 | 36 36 | Catania v. Garage de Le Paix, Inc. | 542 S.W.2d 239, 242 | Tex. Civ. App.—Tyler | 1976 | Plaintiff must show title or right to possession to maintain conversion suit — cited by Kassab but rebutted by Pohl (right to possession exists until client demands turnover) | Kassab (rebutted by Pohl) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE citations (
citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
case_name TEXT,
citation TEXT,
court TEXT,
year INTEGER,
proposition TEXT,
cited_by TEXT
);