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

6 rows where bill_id = "100-s-2002"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
100-s-2002,Agricultural labor A bill to extend the period during which a special agricultural worker may apply for adjustment of status of that of an alien lawfully admitted for temporary residence, and for other purposes. 100-s-2002 Agricultural labor
100-s-2002,Agriculture and Rural Affairs A bill to extend the period during which a special agricultural worker may apply for adjustment of status of that of an alien lawfully admitted for temporary residence, and for other purposes. 100-s-2002 Agriculture and Rural Affairs
100-s-2002,Alien labor A bill to extend the period during which a special agricultural worker may apply for adjustment of status of that of an alien lawfully admitted for temporary residence, and for other purposes. 100-s-2002 Alien labor
100-s-2002,Labor and Employment A bill to extend the period during which a special agricultural worker may apply for adjustment of status of that of an alien lawfully admitted for temporary residence, and for other purposes. 100-s-2002 Labor and Employment
100-s-2002,Migrant labor A bill to extend the period during which a special agricultural worker may apply for adjustment of status of that of an alien lawfully admitted for temporary residence, and for other purposes. 100-s-2002 Migrant labor
100-s-2002,Seasonal labor A bill to extend the period during which a special agricultural worker may apply for adjustment of status of that of an alien lawfully admitted for temporary residence, and for other purposes. 100-s-2002 Seasonal labor

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