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 = "103-s-2017"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
103-s-2017,Administrative procedure A bill to prohibit regulations that classify, enhance, or diminish the privileges and immunities of an Indian tribe relative to other federally recognized Indian tribes, and for other purposes. 103-s-2017 Administrative procedure
103-s-2017,Department of the Interior A bill to prohibit regulations that classify, enhance, or diminish the privileges and immunities of an Indian tribe relative to other federally recognized Indian tribes, and for other purposes. 103-s-2017 Department of the Interior
103-s-2017,Federal-Indian relations A bill to prohibit regulations that classify, enhance, or diminish the privileges and immunities of an Indian tribe relative to other federally recognized Indian tribes, and for other purposes. 103-s-2017 Federal-Indian relations
103-s-2017,Government Operations and Politics A bill to prohibit regulations that classify, enhance, or diminish the privileges and immunities of an Indian tribe relative to other federally recognized Indian tribes, and for other purposes. 103-s-2017 Government Operations and Politics
103-s-2017,Minorities A bill to prohibit regulations that classify, enhance, or diminish the privileges and immunities of an Indian tribe relative to other federally recognized Indian tribes, and for other purposes. 103-s-2017 Minorities

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