legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "119-hr-1681"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 119-hr-1681,Advisory bodies | Expediting Federal Broadband Deployment Reviews Act 119-hr-1681 | Advisory bodies |
| 119-hr-1681,Congressional oversight | Expediting Federal Broadband Deployment Reviews Act 119-hr-1681 | Congressional oversight |
| 119-hr-1681,Government buildings, facilities, and property | Expediting Federal Broadband Deployment Reviews Act 119-hr-1681 | Government buildings, facilities, and property |
| 119-hr-1681,Infrastructure development | Expediting Federal Broadband Deployment Reviews Act 119-hr-1681 | Infrastructure development |
| 119-hr-1681,Intergovernmental relations | Expediting Federal Broadband Deployment Reviews Act 119-hr-1681 | Intergovernmental relations |
| 119-hr-1681,Internet, web applications, social media | Expediting Federal Broadband Deployment Reviews Act 119-hr-1681 | Internet, web applications, social media |
| 119-hr-1681,Land use and conservation | Expediting Federal Broadband Deployment Reviews Act 119-hr-1681 | Land use and conservation |
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);