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

7 rows where bill_id = "119-hconres-73"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
119-hconres-73,Commemorative events and holidays Authorizing the use of the Capitol Grounds for the National Peace Officers' Memorial Service and the National Honor Guard and Pipe Band Exhibition. 119-hconres-73 Commemorative events and holidays
119-hconres-73,Government buildings, facilities, and property Authorizing the use of the Capitol Grounds for the National Peace Officers' Memorial Service and the National Honor Guard and Pipe Band Exhibition. 119-hconres-73 Government buildings, facilities, and property
119-hconres-73,Law enforcement officers Authorizing the use of the Capitol Grounds for the National Peace Officers' Memorial Service and the National Honor Guard and Pipe Band Exhibition. 119-hconres-73 Law enforcement officers
119-hconres-73,Monuments and memorials Authorizing the use of the Capitol Grounds for the National Peace Officers' Memorial Service and the National Honor Guard and Pipe Band Exhibition. 119-hconres-73 Monuments and memorials
119-hconres-73,Museums, exhibitions, cultural centers Authorizing the use of the Capitol Grounds for the National Peace Officers' Memorial Service and the National Honor Guard and Pipe Band Exhibition. 119-hconres-73 Museums, exhibitions, cultural centers
119-hconres-73,Music Authorizing the use of the Capitol Grounds for the National Peace Officers' Memorial Service and the National Honor Guard and Pipe Band Exhibition. 119-hconres-73 Music
119-hconres-73,U.S. Capitol Authorizing the use of the Capitol Grounds for the National Peace Officers' Memorial Service and the National Honor Guard and Pipe Band Exhibition. 119-hconres-73 U.S. Capitol

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