legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "113-s-982"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 113-s-982,Administrative law and regulatory procedures | Freedom to Fish Act 113-s-982 | Administrative law and regulatory procedures |
| 113-s-982,Army Corps of Engineers | Freedom to Fish Act 113-s-982 | Army Corps of Engineers |
| 113-s-982,Dams and canals | Freedom to Fish Act 113-s-982 | Dams and canals |
| 113-s-982,Department of Defense | Freedom to Fish Act 113-s-982 | Department of Defense |
| 113-s-982,Hunting and fishing | Freedom to Fish Act 113-s-982 | Hunting and fishing |
| 113-s-982,Kentucky | Freedom to Fish Act 113-s-982 | Kentucky |
| 113-s-982,Lakes and rivers | Freedom to Fish Act 113-s-982 | Lakes and rivers |
| 113-s-982,Tennessee | Freedom to Fish Act 113-s-982 | Tennessee |
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);