cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where agency = "OSHA" and part_number = 1925 sorted by section_id
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 29:29:7.1.1.1.13.0.6.1 | 29 | Labor | XVII | 1925 | PART 1925—SAFETY AND HEALTH STANDARDS FOR FEDERAL SERVICE CONTRACTS | § 1925.1 Scope and application. | OSHA | [32 FR 21036, Dec. 30, 1967, as amended at 36 FR 9866, May 29, 1971. Redesignated at 36 FR 25232, Dec. 30, 1971] | (a) The McNamara-O'Hara Service Contract Act of 1965 (79 Stat. 1034, 41 U.S.C. 351, et seq.) requires that every contract entered into by the United States or the District of Columbia in excess of $2,500 (except as provided in section 7 of the Act), the principal purpose of which is to furnish services in the United States through the use of service employees, must contain, among other provisions, a stipulation that “no part of the services covered by this Act will be performed in buildings or surroundings or under working conditions, provided by or under the control or supervision of the contractor or any subcontractor, which are unsanitary or hazardous or dangerous to the health or safety of service employees engaged to furnish the services.” This part 1925 expresses certain minimum safety and health standards which will be applied in the administration and enforcement of the Act to determine whether services covered by the Act are being, or have been, performed in compliance with its safety and health requirements. (b)(1) Investigators conducting investigations and all officers of the Department of Labor evaluating, reviewing and analyzing investigations, as well as officers of the Department determining whether there are or have been violations of the safety and health requirements of the Service Contract Act of 1965 or any contract subject thereto and the terms on which there may be a settlement of issues arising from an investigation without resort to administrative or judicial litigation, will consider a failure to comply with the safety and health measures provided in § 1925.2 to result in working conditions which are “unsanitary or hazardous or dangerous to the health or safety of service employees” within the meaning of section 2(a)(3) of the Act and the contract stipulation it requires. (c) [Reserved] (d) The standards expressed in this part 1925 are for application to ordinary employment situations, and do not preclude proof or recognition of the necessity for additional standards in employment sit… | ||||||
| 29:29:7.1.1.1.13.0.6.2 | 29 | Labor | XVII | 1925 | PART 1925—SAFETY AND HEALTH STANDARDS FOR FEDERAL SERVICE CONTRACTS | § 1925.2 Safety and health standards. | OSHA | [36 FR 9866, May 29, 1971. Redesignated at 36 FR 25232, Dec. 30, 1971] | Every contractor and subcontractor shall comply with the safety and health standards published in 41 CFR part 50-204, including any matters incorporated by reference therein. | ||||||
| 29:29:7.1.1.1.13.0.6.3 | 29 | Labor | XVII | 1925 | PART 1925—SAFETY AND HEALTH STANDARDS FOR FEDERAL SERVICE CONTRACTS | § 1925.3 Records. | OSHA | [40 FR 3593, Jan. 23, 1975] | Every contractor or subcontractor shall comply with the recordkeeping requirements of 29 CFR part 1904. |
Advanced export
JSON shape: default, array, newline-delimited, object
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);