legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "111-s-3602"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 111-s-3602,Aquatic ecology | STOPS Runoff Act 111-s-3602 | Aquatic ecology |
| 111-s-3602,Hydrology and hydrography | STOPS Runoff Act 111-s-3602 | Hydrology and hydrography |
| 111-s-3602,Marine and coastal resources, fisheries | STOPS Runoff Act 111-s-3602 | Marine and coastal resources, fisheries |
| 111-s-3602,Roads and highways | STOPS Runoff Act 111-s-3602 | Roads and highways |
| 111-s-3602,Transportation programs funding | STOPS Runoff Act 111-s-3602 | Transportation programs funding |
| 111-s-3602,Water quality | STOPS Runoff Act 111-s-3602 | Water quality |
| 111-s-3602,Watersheds | STOPS Runoff Act 111-s-3602 | Watersheds |
Advanced export
JSON shape: default, array, newline-delimited, object
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);