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 = "97-hres-577"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
97-hres-577,Congress and Congressmen A resolution expressing the sense of the House of Representatives that the President should request levels of funding for national defense in his budget requests for fiscal years 1984 and 1985 that are not in excess of the target levels for defense spending for those fiscal years adopted by Congress in the first concurrent resolution on the budget for fiscal year 1983. 97-hres-577 Congress and Congressmen
97-hres-577,Congressional budget A resolution expressing the sense of the House of Representatives that the President should request levels of funding for national defense in his budget requests for fiscal years 1984 and 1985 that are not in excess of the target levels for defense spending for those fiscal years adopted by Congress in the first concurrent resolution on the budget for fiscal year 1983. 97-hres-577 Congressional budget
97-hres-577,Congressional-Presidential relations A resolution expressing the sense of the House of Representatives that the President should request levels of funding for national defense in his budget requests for fiscal years 1984 and 1985 that are not in excess of the target levels for defense spending for those fiscal years adopted by Congress in the first concurrent resolution on the budget for fiscal year 1983. 97-hres-577 Congressional-Presidential relations
97-hres-577,Defense budgets A resolution expressing the sense of the House of Representatives that the President should request levels of funding for national defense in his budget requests for fiscal years 1984 and 1985 that are not in excess of the target levels for defense spending for those fiscal years adopted by Congress in the first concurrent resolution on the budget for fiscal year 1983. 97-hres-577 Defense budgets
97-hres-577,Economics and Public Finance A resolution expressing the sense of the House of Representatives that the President should request levels of funding for national defense in his budget requests for fiscal years 1984 and 1985 that are not in excess of the target levels for defense spending for those fiscal years adopted by Congress in the first concurrent resolution on the budget for fiscal year 1983. 97-hres-577 Economics and Public Finance
97-hres-577,Federal budgets A resolution expressing the sense of the House of Representatives that the President should request levels of funding for national defense in his budget requests for fiscal years 1984 and 1985 that are not in excess of the target levels for defense spending for those fiscal years adopted by Congress in the first concurrent resolution on the budget for fiscal year 1983. 97-hres-577 Federal budgets
97-hres-577,Presidents and Vice Presidents A resolution expressing the sense of the House of Representatives that the President should request levels of funding for national defense in his budget requests for fiscal years 1984 and 1985 that are not in excess of the target levels for defense spending for those fiscal years adopted by Congress in the first concurrent resolution on the budget for fiscal year 1983. 97-hres-577 Presidents and Vice Presidents

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