home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

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

4 rows where agency = "NRCS" and part_number = 656 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 7 4

part_number 1

  • 656 · 4 ✖

agency 1

  • NRCS · 4 ✖
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
7:7:6.1.3.6.25.0.1.1 7 Agriculture VI F 656 PART 656—PROCEDURES FOR THE PROTECTION OF ARCHEOLOGICAL AND HISTORICAL PROPERTIES ENCOUNTERED IN NRCS-ASSISTED PROGRAMS       § 656.1 Purpose. NRCS       This part prescribes Natural Resources Conservation Service (NRCS) policy, procedures, and guidelines for the implementation of archeological and historical laws and appropriate executive orders for administering NRCS programs.
7:7:6.1.3.6.25.0.1.2 7 Agriculture VI F 656 PART 656—PROCEDURES FOR THE PROTECTION OF ARCHEOLOGICAL AND HISTORICAL PROPERTIES ENCOUNTERED IN NRCS-ASSISTED PROGRAMS       § 656.2 Archeological and historical laws and Executive orders applicable to NRCS-assisted programs. NRCS       (a) The Act of June 27, 1960, relating to the preservation of historical and archeological data, Pub. L. 86-523, 74 Stat. 220, as amended May 24, 1974; Pub. L. 93-291, 88 Stat. 174 (16 U.S.C. 469 et seq. ), provides for the preservation of historical and archeological materials or data, including relics and specimens, that might otherwise be lost or destroyed as a result of any Federal or federally-assisted or licensed project, activity, or program. (b) The National Historic Preservation Act, Pub. L. 89-665, 80 Stat. 915, as amended, (16 U.S.C. 470 et seq. ), authorizes the Secretary of the Interior to maintain and expand a National Register of Historic Places (NRHP), including historic districts, sites, buildings, structures, and objects that are significant in American history, architecture, archeology, and culture. This law also establishes the Advisory Council on Historic Preservation (ACHP), to be appointed by the President. Section 106 of this Act (16 U.S.C. 470f), requires that prior to the approval of any Federal or federally-assisted or licensed undertaking, the Federal agency shall afford the ACHP a reasonable opportunity to comment, if properties listed in or eligible for listing in NRHP are affected. (c) Executive Order 11593 (36 FR 8921, 3 CFR 1971 Comp. P. 154 ), Protection and Enhancement of the Cultural Environment, provides that the Federal government shall furnish leadership in preserving, restoring, and maintaining the historical and cultural environment of the nation, and that Federal agencies shall administer the cultural properties under their control in a spirit of stewardship and trusteeship for future generations; initiate measures necessary to direct their policies, plans, and programs in such a way that federally owned sites, structures, and objects of historical, architectural, or archeological significance are preserved, restored, and maintained. Section 1(3) directs that agencies institute procedures to assure that Federal plans and programs contribute to the preservation an…
7:7:6.1.3.6.25.0.1.3 7 Agriculture VI F 656 PART 656—PROCEDURES FOR THE PROTECTION OF ARCHEOLOGICAL AND HISTORICAL PROPERTIES ENCOUNTERED IN NRCS-ASSISTED PROGRAMS       § 656.3 Policy. NRCS       (a) NRCS recognizes that significant historical, archeological, and architectural resources are an important part of our national heritage, the protection of which requires careful consideration in this agency's project planning and implementation process. (b) NRCS will take reasonable precautions to avoid damaging any significant historic, cultural, or natural aspects of our national heritage and will work with the National Park Service (NPS) and the Advisory Council on Historic Preservation (ACHP) in identifying and seeking to avoid or mitigate adverse effects of NRCS-assisted projects on the Nation's significant cultural resources. The procedures contained in this part have been developed to comply with sections 1(3) and 2(c) of Executive Order 11593.
7:7:6.1.3.6.25.0.1.4 7 Agriculture VI F 656 PART 656—PROCEDURES FOR THE PROTECTION OF ARCHEOLOGICAL AND HISTORICAL PROPERTIES ENCOUNTERED IN NRCS-ASSISTED PROGRAMS       §§ 656.4-656.9 [Reserved] NRCS        

Advanced export

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

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 2503.89ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API