Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 37 and topics = "["tax-certiorari", "scheduling-orders", "deadlines"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["tax-certiorari", "scheduling-orders", "deadlines"] · 1 ✖
judicial_district 1
- 1 1
doc_type 1
county 1
- New York 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-1JD-UNIFORM-007 | Rules of the Justices — Supreme Court, Civil Branch, New York County (Uniform Rules, excluding Commercial Division) 37 | NY-SC-1JD-UNIFORM-JUSTICES | VII | Eminent Domain | Rule 30. Index Numbers for Fee Claims: Within sixty days from the expiration of the time set forth pursuant to EDPL 503(B) for filing written claims, condemnor shall obtain an index number for each of the fee claims on file with the court and notify the claimant of the index number assigned. Rule 31. Index Numbers for Fixture Claims: Within six months after appraisals of fixtures have been exchanged pursuant to Uniform Rule § 202.61(a)(1), condemnor shall obtain an index number for each individual claim for which an appraisal has been exchanged. Rule 32. Submission and Filing of Appraisal Reports: Within the nine-month period for filing of appraisals, the parties may agree by stipulation to a direct exchange of appraisals without filing copies with the court, extendable by further stipulation for no more than an additional nine months. Rule 33. Index Numbers for Other Matters: If the condemnor seeks relief against a person who has not filed a claim, the condemnor shall commence a special proceeding or action as may be appropriate. | 8 | ["tax-certiorari", "scheduling-orders", "deadlines"] | ["EDPL 503(B)", "Uniform Rule \u00a7 202.61"] | 1 | New York | supreme | uniform_rules |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE provisions (
provision_id TEXT PRIMARY KEY,
doc_id INTEGER REFERENCES documents(doc_id),
judge_id TEXT REFERENCES judges(judge_id),
rule_number TEXT,
title TEXT,
text TEXT,
source_page INTEGER,
topics TEXT,
cross_references TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules'
);