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

8 rows where bill_id = "101-hjres-252"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
101-hjres-252,Accident prevention Designating May 1989 as "National Water Recreation Safety Month". 101-hjres-252 Accident prevention
101-hjres-252,Boating accidents Designating May 1989 as "National Water Recreation Safety Month". 101-hjres-252 Boating accidents
101-hjres-252,Commemorations Designating May 1989 as "National Water Recreation Safety Month". 101-hjres-252 Commemorations
101-hjres-252,Fishing Designating May 1989 as "National Water Recreation Safety Month". 101-hjres-252 Fishing
101-hjres-252,Recreation Designating May 1989 as "National Water Recreation Safety Month". 101-hjres-252 Recreation
101-hjres-252,Special months Designating May 1989 as "National Water Recreation Safety Month". 101-hjres-252 Special months
101-hjres-252,Swimming Designating May 1989 as "National Water Recreation Safety Month". 101-hjres-252 Swimming
101-hjres-252,Swimming pools Designating May 1989 as "National Water Recreation Safety Month". 101-hjres-252 Swimming pools

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 309.614ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API