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 = "97-s-2971"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
97-s-2971,Business and commerce A bill to authorize the establishment of competitive health programs for federal employee organizations. 97-s-2971 Business and commerce
97-s-2971,Federal employees and officials A bill to authorize the establishment of competitive health programs for federal employee organizations. 97-s-2971 Federal employees and officials
97-s-2971,Government employees' health insurance A bill to authorize the establishment of competitive health programs for federal employee organizations. 97-s-2971 Government employees' health insurance
97-s-2971,Health A bill to authorize the establishment of competitive health programs for federal employee organizations. 97-s-2971 Health
97-s-2971,Health insurance A bill to authorize the establishment of competitive health programs for federal employee organizations. 97-s-2971 Health insurance
97-s-2971,Insurance A bill to authorize the establishment of competitive health programs for federal employee organizations. 97-s-2971 Insurance

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