legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_id = "112-sres-421"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 112-sres-421,Commemorative events and holidays | A resolution designating April 20 through 22, 2012, as "Global Youth Service Day". 112-sres-421 | Commemorative events and holidays |
| 112-sres-421,Congressional tributes | A resolution designating April 20 through 22, 2012, as "Global Youth Service Day". 112-sres-421 | Congressional tributes |
| 112-sres-421,Elementary and secondary education | A resolution designating April 20 through 22, 2012, as "Global Youth Service Day". 112-sres-421 | Elementary and secondary education |
| 112-sres-421,National and community service | A resolution designating April 20 through 22, 2012, as "Global Youth Service Day". 112-sres-421 | National and community service |
| 112-sres-421,Social work, volunteer service, charitable organizations | A resolution designating April 20 through 22, 2012, as "Global Youth Service Day". 112-sres-421 | Social work, volunteer service, charitable organizations |
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);