home / openregs

crs_report_bills

Cross-references between CRS reports and related legislation. Links CRS analysis to specific bills tracked in the legislation table.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where report_id = "R48934"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: bill_title, congress, bill_type, bill_number, bill_id

id ▼ report_id bill_title congress bill_type bill_number bill_id
109310 Introduction to Tribal Forestry R48934   117 pub 117-58 117-pub-117-58
109311 Introduction to Tribal Forestry R48934   118 pub 118-234 118-pub-118-234
109312 Introduction to Tribal Forestry R48934 A bill to establish a program to provide low- and moderate-income first-time, first-generation homebuyers with access to affordable and sustainable wealth-building home loans. 119 s 2719 119-s-2719
109313 Introduction to Tribal Forestry R48934 A bill to amend the Tribal Forest Protection Act of 2004 to improve that Act, and for other purposes. 119 s 719 119-s-719
109314 Introduction to Tribal Forestry R48934 A bill to improve forest management activities on National Forest System land, public land under the jurisdiction of the Bureau of Land Management, and Tribal land to return resilience to overgrown, fire-prone forested land, and for other purposes. 119 s 1462 119-s-1462
109315 Introduction to Tribal Forestry R48934 To direct Federal land management agencies of the Department of the Interior to establish Tribal Co-Management Plans and to authorize the Secretary of Agriculture to enter into agreements with Indian Tribes and Tribal organizations for the performance of certain activities of the Forest Service, and for other purposes. 119 hr 3444 119-hr-3444
109316 Introduction to Tribal Forestry R48934 To direct the Secretary of the Interior and the Secretary of Agriculture to encourage and expand the use of prescribed fire on land managed by the Department of the Interior or the Forest Service, with an emphasis on units of the National Forest System in the western and southeastern United States, to acknowledge and support the long-standing use of cultural burning by Indian Tribes and Indigenous practitioners, and for other purposes. 119 hr 3889 119-hr-3889
109317 Introduction to Tribal Forestry R48934 A bill to direct the Secretary of the Interior and the Secretary of Agriculture to encourage and expand the use of prescribed fire on land managed by the Department of the Interior or the Forest Service, with an emphasis on units of the National Forest System in the western and southeastern United States, to acknowledge and support the long-standing use of cultural burning by Indian Tribes and Indigenous practitioners, and for other purposes. 119 s 2015 119-s-2015
109318 Introduction to Tribal Forestry R48934 A bill to improve forest management activities on National Forest System land, public land under the jurisdiction of the Bureau of Land Management, and Tribal land to return resilience to overgrown, fire-prone forested land, and for other purposes. 119 s 1462 119-s-1462

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE crs_report_bills (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    report_id TEXT NOT NULL REFERENCES crs_reports(id),
    bill_title TEXT,
    congress INTEGER,
    bill_type TEXT,
    bill_number INTEGER,
    bill_id TEXT
);
CREATE INDEX idx_crb_report ON crs_report_bills(report_id);
CREATE INDEX idx_crb_bill ON crs_report_bills(bill_id);
Powered by Datasette · Queries took 5.608ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API