home / ny_local_rules

Provisions

Individual rule provisions extracted from part rules documents

Data license: Government edicts — not subject to copyright · Data source: nycourts.gov

0 rows where doc_id = 41

✎ View and edit SQL

This data as json

topics 0

judicial_district 0

doc_type 0

county 0

0 records

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'
);
Powered by Datasette · Queries took 36.093ms · Data license: Government edicts — not subject to copyright · Data source: nycourts.gov