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

18 rows where bill_id = "96-s-2189"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
96-s-2189,Congressional oversight An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Congressional oversight
96-s-2189,Federal advisory bodies An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Federal advisory bodies
96-s-2189,Federal-state relations An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Federal-state relations
96-s-2189,Indian lands An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Indian lands
96-s-2189,Intergovernmental relations An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Intergovernmental relations
96-s-2189,Interstate compacts An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Interstate compacts
96-s-2189,Licenses An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Licenses
96-s-2189,Nuclear energy An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Nuclear energy
96-s-2189,Nuclear facilities An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Nuclear facilities
96-s-2189,Nuclear fuels An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Nuclear fuels
96-s-2189,Nuclear power plants An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Nuclear power plants
96-s-2189,Radioactive wastes An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Radioactive wastes
96-s-2189,Research An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Research
96-s-2189,Research and development An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Research and development
96-s-2189,Safety measures An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Safety measures
96-s-2189,South Dakota An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 South Dakota
96-s-2189,States An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 States
96-s-2189,Transportation of hazardous substances An act to set forth a Federal policy for the disposal of low-level radioactive wastes, and for other purposes. 96-s-2189 Transportation of hazardous substances

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