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

4 rows where bill_id = "97-s-2891"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
97-s-2891,Agriculture and Rural Affairs A bill to amend the Commodity Credit Corporation Charter Act to require the Commodity Credit Corporation to pay rates for the storage of grain on farms which is no less than the rates the Corporation pays for storage of grain in commercial storage facilities. 97-s-2891 Agriculture and Rural Affairs
97-s-2891,Feed grain program A bill to amend the Commodity Credit Corporation Charter Act to require the Commodity Credit Corporation to pay rates for the storage of grain on farms which is no less than the rates the Corporation pays for storage of grain in commercial storage facilities. 97-s-2891 Feed grain program
97-s-2891,Grain storage A bill to amend the Commodity Credit Corporation Charter Act to require the Commodity Credit Corporation to pay rates for the storage of grain on farms which is no less than the rates the Corporation pays for storage of grain in commercial storage facilities. 97-s-2891 Grain storage
97-s-2891,Wheat A bill to amend the Commodity Credit Corporation Charter Act to require the Commodity Credit Corporation to pay rates for the storage of grain on farms which is no less than the rates the Corporation pays for storage of grain in commercial storage facilities. 97-s-2891 Wheat

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