legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "115-s-2964"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 115-s-2964,Agricultural practices and innovations | Seeds for the Future Act 115-s-2964 | Agricultural practices and innovations |
| 115-s-2964,Agricultural research | Seeds for the Future Act 115-s-2964 | Agricultural research |
| 115-s-2964,General Native American affairs matters | Seeds for the Future Act 115-s-2964 | General Native American affairs matters |
| 115-s-2964,Government information and archives | Seeds for the Future Act 115-s-2964 | Government information and archives |
| 115-s-2964,Higher education | Seeds for the Future Act 115-s-2964 | Higher education |
| 115-s-2964,Horticulture and plants | Seeds for the Future Act 115-s-2964 | Horticulture and plants |
| 115-s-2964,Public-private cooperation | Seeds for the Future Act 115-s-2964 | Public-private cooperation |
| 115-s-2964,Research administration and funding | Seeds for the Future Act 115-s-2964 | Research administration and funding |
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);