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

6 rows where bill_id = "96-s-40"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
96-s-40,Business and commerce A bill to extend the period for SBA disaster low interest loans from October 1, 1978 to October 1, 1979. 96-s-40 Business and commerce
96-s-40,Disaster relief A bill to extend the period for SBA disaster low interest loans from October 1, 1978 to October 1, 1979. 96-s-40 Disaster relief
96-s-40,Disasters and Disaster Relief A bill to extend the period for SBA disaster low interest loans from October 1, 1978 to October 1, 1979. 96-s-40 Disasters and Disaster Relief
96-s-40,Federally-assisted loans A bill to extend the period for SBA disaster low interest loans from October 1, 1978 to October 1, 1979. 96-s-40 Federally-assisted loans
96-s-40,Interest rates A bill to extend the period for SBA disaster low interest loans from October 1, 1978 to October 1, 1979. 96-s-40 Interest rates
96-s-40,Small business A bill to extend the period for SBA disaster low interest loans from October 1, 1978 to October 1, 1979. 96-s-40 Small 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 3.625ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API