legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_id = "99-s-522"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 99-s-522,Abortion | A bill to amend the Civil Rights Act of 1964 to protect the rights of the unborn. 99-s-522 | Abortion |
| 99-s-522,Abortion, Birth Control, and Family Planning | A bill to amend the Civil Rights Act of 1964 to protect the rights of the unborn. 99-s-522 | Abortion, Birth Control, and Family Planning |
| 99-s-522,Economics and Public Finance | A bill to amend the Civil Rights Act of 1964 to protect the rights of the unborn. 99-s-522 | Economics and Public Finance |
| 99-s-522,Federal budgets | A bill to amend the Civil Rights Act of 1964 to protect the rights of the unborn. 99-s-522 | Federal budgets |
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);