home / openregs

legislation_subjects

CRS legislative subject terms assigned to bills, useful for filtering by topic.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

4 rows where bill_id = "119-hr-6480"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
119-hr-6480,Congressional oversight To direct the Administrator of General Services to submit a report to Congress on the state of the real estate portfolio of the Public Building Service, and for other purposes. 119-hr-6480 Congressional oversight
119-hr-6480,Government buildings, facilities, and property To direct the Administrator of General Services to submit a report to Congress on the state of the real estate portfolio of the Public Building Service, and for other purposes. 119-hr-6480 Government buildings, facilities, and property
119-hr-6480,Lease and rental services To direct the Administrator of General Services to submit a report to Congress on the state of the real estate portfolio of the Public Building Service, and for other purposes. 119-hr-6480 Lease and rental services
119-hr-6480,Real estate business To direct the Administrator of General Services to submit a report to Congress on the state of the real estate portfolio of the Public Building Service, and for other purposes. 119-hr-6480 Real estate business

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 510.259ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API