legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_id = "97-s-2148"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 97-s-2148,Abortion | A bill to protect unborn human beings. 97-s-2148 | Abortion |
| 97-s-2148,Abortion, Birth Control, and Family Planning | A bill to protect unborn human beings. 97-s-2148 | Abortion, Birth Control, and Family Planning |
| 97-s-2148,Constitution and constitutional amendments | A bill to protect unborn human beings. 97-s-2148 | Constitution and constitutional amendments |
| 97-s-2148,Supreme Court | A bill to protect unborn human beings. 97-s-2148 | Supreme Court |
| 97-s-2148,Women's rights | A bill to protect unborn human beings. 97-s-2148 | Women's rights |
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);