home / openregs

legislation_subjects

CRS legislative subject terms assigned to bills, useful for filtering by topic.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where bill_id = "98-hjres-252"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
98-hjres-252,Constitution and constitutional amendments A joint resolution proposing an amendment to the constitution relating to the continuance in office of judges of the Supreme Court and of inferior courts. 98-hjres-252 Constitution and constitutional amendments
98-hjres-252,Constitutional amendments A joint resolution proposing an amendment to the constitution relating to the continuance in office of judges of the Supreme Court and of inferior courts. 98-hjres-252 Constitutional amendments
98-hjres-252,Courts and Civil Procedure A joint resolution proposing an amendment to the constitution relating to the continuance in office of judges of the Supreme Court and of inferior courts. 98-hjres-252 Courts and Civil Procedure
98-hjres-252,Judges A joint resolution proposing an amendment to the constitution relating to the continuance in office of judges of the Supreme Court and of inferior courts. 98-hjres-252 Judges
98-hjres-252,Judicial tenure A joint resolution proposing an amendment to the constitution relating to the continuance in office of judges of the Supreme Court and of inferior courts. 98-hjres-252 Judicial tenure
98-hjres-252,Supreme Court A joint resolution proposing an amendment to the constitution relating to the continuance in office of judges of the Supreme Court and of inferior courts. 98-hjres-252 Supreme Court
98-hjres-252,Supreme Court justices A joint resolution proposing an amendment to the constitution relating to the continuance in office of judges of the Supreme Court and of inferior courts. 98-hjres-252 Supreme Court justices

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation_subjects (
    bill_id TEXT REFERENCES legislation(bill_id),
    subject TEXT,
    PRIMARY KEY (bill_id, subject)
);
CREATE INDEX idx_legsub_subject ON legislation_subjects(subject);
Powered by Datasette · Queries took 143.741ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API