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

5 rows where bill_id = "93-hr-16640"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
93-hr-16640,Aged and aging A bill to amend the Interstate Commerce Act to require that certain emergency equipment be carried in any motor vehicle operated by a motor carrier to transport a charter party of passengers, a majority of whom are at least 60 years of age. 93-hr-16640 Aged and aging
93-hr-16640,Common carriers A bill to amend the Interstate Commerce Act to require that certain emergency equipment be carried in any motor vehicle operated by a motor carrier to transport a charter party of passengers, a majority of whom are at least 60 years of age. 93-hr-16640 Common carriers
93-hr-16640,Motor buses A bill to amend the Interstate Commerce Act to require that certain emergency equipment be carried in any motor vehicle operated by a motor carrier to transport a charter party of passengers, a majority of whom are at least 60 years of age. 93-hr-16640 Motor buses
93-hr-16640,Motor vehicles A bill to amend the Interstate Commerce Act to require that certain emergency equipment be carried in any motor vehicle operated by a motor carrier to transport a charter party of passengers, a majority of whom are at least 60 years of age. 93-hr-16640 Motor vehicles
93-hr-16640,Safety measures A bill to amend the Interstate Commerce Act to require that certain emergency equipment be carried in any motor vehicle operated by a motor carrier to transport a charter party of passengers, a majority of whom are at least 60 years of age. 93-hr-16640 Safety measures

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 165.132ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API