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 = "96-sconres-101"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
96-sconres-101,Automobile industry A concurrent resolution to promote the competitiveness of U.S. industry in the world automobile and truck markets. 96-sconres-101 Automobile industry
96-sconres-101,Automobiles A concurrent resolution to promote the competitiveness of U.S. industry in the world automobile and truck markets. 96-sconres-101 Automobiles
96-sconres-101,Foreign Trade and Investments A concurrent resolution to promote the competitiveness of U.S. industry in the world automobile and truck markets. 96-sconres-101 Foreign Trade and Investments
96-sconres-101,Imports A concurrent resolution to promote the competitiveness of U.S. industry in the world automobile and truck markets. 96-sconres-101 Imports
96-sconres-101,Motor Vehicles and Driving A concurrent resolution to promote the competitiveness of U.S. industry in the world automobile and truck markets. 96-sconres-101 Motor Vehicles and Driving

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