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

7 rows where bill_id = "98-s-809"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
98-s-809,Authorization A bill to authorize appropriations for activities under the Federal Fire Prevention and Control Act of 1974, and for other purposes. 98-s-809 Authorization
98-s-809,Economics and Public Finance A bill to authorize appropriations for activities under the Federal Fire Prevention and Control Act of 1974, and for other purposes. 98-s-809 Economics and Public Finance
98-s-809,Federal Emergency Management Agency A bill to authorize appropriations for activities under the Federal Fire Prevention and Control Act of 1974, and for other purposes. 98-s-809 Federal Emergency Management Agency
98-s-809,Fire prevention A bill to authorize appropriations for activities under the Federal Fire Prevention and Control Act of 1974, and for other purposes. 98-s-809 Fire prevention
98-s-809,Fires and Fire Fighters A bill to authorize appropriations for activities under the Federal Fire Prevention and Control Act of 1974, and for other purposes. 98-s-809 Fires and Fire Fighters
98-s-809,Government Operations and Politics A bill to authorize appropriations for activities under the Federal Fire Prevention and Control Act of 1974, and for other purposes. 98-s-809 Government Operations and Politics
98-s-809,Public safety A bill to authorize appropriations for activities under the Federal Fire Prevention and Control Act of 1974, and for other purposes. 98-s-809 Public safety

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