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 = "119-s-858"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
119-s-858,Conflicts and wars Hershel ‘Woody' Williams National Medal of Honor Monument Location Act 119-s-858 Conflicts and wars
119-s-858,Congressional tributes Hershel ‘Woody' Williams National Medal of Honor Monument Location Act 119-s-858 Congressional tributes
119-s-858,District of Columbia Hershel ‘Woody' Williams National Medal of Honor Monument Location Act 119-s-858 District of Columbia
119-s-858,Government trust funds Hershel ‘Woody' Williams National Medal of Honor Monument Location Act 119-s-858 Government trust funds
119-s-858,Military history Hershel ‘Woody' Williams National Medal of Honor Monument Location Act 119-s-858 Military history
119-s-858,Military personnel and dependents Hershel ‘Woody' Williams National Medal of Honor Monument Location Act 119-s-858 Military personnel and dependents
119-s-858,Monuments and memorials Hershel ‘Woody' Williams National Medal of Honor Monument Location Act 119-s-858 Monuments and memorials
119-s-858,Veterans' organizations and recognition Hershel ‘Woody' Williams National Medal of Honor Monument Location Act 119-s-858 Veterans' organizations and recognition

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