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

8 rows where bill_id = "97-hr-6830"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
97-hr-6830,Animals and Animal Protection A bill to authorize the conveyance to the State of Ohio for wildlife management purposes of certain lands acquired for the Big Darby Lake, Ohio, project. 97-hr-6830 Animals and Animal Protection
97-hr-6830,Flood control A bill to authorize the conveyance to the State of Ohio for wildlife management purposes of certain lands acquired for the Big Darby Lake, Ohio, project. 97-hr-6830 Flood control
97-hr-6830,Lakes A bill to authorize the conveyance to the State of Ohio for wildlife management purposes of certain lands acquired for the Big Darby Lake, Ohio, project. 97-hr-6830 Lakes
97-hr-6830,Land transfers A bill to authorize the conveyance to the State of Ohio for wildlife management purposes of certain lands acquired for the Big Darby Lake, Ohio, project. 97-hr-6830 Land transfers
97-hr-6830,Ohio A bill to authorize the conveyance to the State of Ohio for wildlife management purposes of certain lands acquired for the Big Darby Lake, Ohio, project. 97-hr-6830 Ohio
97-hr-6830,Public Lands and Real Property A bill to authorize the conveyance to the State of Ohio for wildlife management purposes of certain lands acquired for the Big Darby Lake, Ohio, project. 97-hr-6830 Public Lands and Real Property
97-hr-6830,Water and Water Resources Development A bill to authorize the conveyance to the State of Ohio for wildlife management purposes of certain lands acquired for the Big Darby Lake, Ohio, project. 97-hr-6830 Water and Water Resources Development
97-hr-6830,Wildlife conservation A bill to authorize the conveyance to the State of Ohio for wildlife management purposes of certain lands acquired for the Big Darby Lake, Ohio, project. 97-hr-6830 Wildlife conservation

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