SmartQHSE commited on
Commit
ac5a96b
·
verified ·
1 Parent(s): 8b562cc

Initial dataset: IOGP Life-Saving Rules 2018 — 9-Rule Oil & Gas Reference

Browse files
Files changed (3) hide show
  1. LICENSE +10 -0
  2. README.md +45 -0
  3. data.csv +10 -0
LICENSE ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International (CC BY 4.0)
2
+
3
+ You are free to:
4
+ - Share — copy and redistribute the material in any medium or format
5
+ - Adapt — remix, transform, and build upon the material for any purpose, even commercially.
6
+
7
+ Under the following terms:
8
+ - Attribution — You must give appropriate credit (cite SmartQHSE Ltd as source with link to https://www.smartqhse.com), provide a link to the license, and indicate if changes were made.
9
+
10
+ Full text: https://creativecommons.org/licenses/by/4.0/legalcode
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - n<1K
7
+ tags:
8
+ - hse
9
+ - iogp
10
+ - life-saving-rules
11
+ - oil-and-gas
12
+ - upstream
13
+ - process-safety
14
+ - permit-to-work
15
+ - occupational-safety
16
+ - contractor-safety
17
+ pretty_name: "IOGP Life-Saving Rules 2018 — 9-Rule Oil & Gas Reference"
18
  ---
19
+
20
+ # IOGP Life-Saving Rules 2018 — 9-Rule Oil & Gas Reference
21
+
22
+ > Machine-readable reference of the IOGP Life-Saving Rules (2018 revision, IOGP Report 459). Nine rules — Bypassing Safety Controls, Confined Space, Driving, Energy Isolation, Hot Work, Line of Fire, Safe Mechanical Lifting, Work Authorization, Working at Height — universally adopted across upstream and downstream oil & gas. Includes the 'I will…' actions and operational scope per rule.
23
+
24
+ ## Dataset details
25
+
26
+ - **Publisher**: SmartQHSE Ltd (https://www.smartqhse.com)
27
+ - **License**: CC BY 4.0 — please cite with link to https://www.smartqhse.com
28
+ - **Format**: CSV (UTF-8)
29
+ - **Schema**: see `data.csv` first row (header)
30
+ - **DOI**: [10.5281/zenodo.20171157](https://doi.org/10.5281/zenodo.20171157) — permanent Zenodo citation
31
+ - **Update cadence**: annual or on regulatory change
32
+ - **Canonical home**: https://www.smartqhse.com/datasets
33
+
34
+ ## Suggested citation
35
+
36
+ ```
37
+ SmartQHSE Ltd (2026). IOGP Life-Saving Rules 2018 — 9-Rule Oil & Gas Reference [dataset]. Zenodo. https://doi.org/10.5281/zenodo.20171157
38
+ ```
39
+
40
+ ## Related SmartQHSE resources
41
+
42
+ - [SmartQHSE platform](https://www.smartqhse.com) — full QHSE software with ARIA AI assistant
43
+ - [Open datasets catalog](https://www.smartqhse.com/datasets)
44
+ - [Companion full-text corpus](https://www.smartqhse.com/llms-full.txt) (LLM-optimised SmartQHSE knowledge base)
45
+
46
+ ## Disclaimer
47
+
48
+ This dataset is published for reference, training, and research. Regulatory text and exposure limits are summarised; consult the authoritative source listed before basing operational or compliance decisions on this dataset. SmartQHSE Ltd accepts no liability for errors or omissions.
data.csv ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ rule_id,rule_name,one_line_summary,key_actions,authority,scope
2
+ 1,Bypassing Safety Controls,I obtain authorisation before overriding or disabling safety controls,"I understand and use safety-critical equipment and procedures which apply to my task; I obtain authorisation before disabling or overriding safety equipment or deviating from procedure",IOGP Report 459 (2018),Upstream and downstream oil & gas; adopted by Shell BP TotalEnergies Chevron ExxonMobil Eni Equinor Aramco ADNOC Petronas and others
3
+ 2,Confined Space,I confirm energy sources are isolated before entering a confined space,"I confirm authorisation before entering a confined space; I verify atmospheric tests have been completed; I check and use my breathing apparatus when required",IOGP Report 459 (2018),All confined-space entry — vessels tanks pits trenches sewers
4
+ 3,Driving,I follow safe driving rules,"I always wear a seatbelt; I do not exceed the speed limit and reduce speed for road conditions; I do not use phones or operate devices while driving; I am fit healthy and rested to drive; I follow journey management plan",IOGP Report 459 (2018),All on-duty and on-site driving including commute where employer-provided vehicle
5
+ 4,Energy Isolation,I verify isolation and zero energy before work begins,"I have identified all energy sources; I confirm hazardous energy sources have been isolated locked and tagged; I have checked there is zero energy and tested for residual or stored energy",IOGP Report 459 (2018),Mechanical electrical hydraulic pneumatic chemical thermal gravitational radiation
6
+ 5,Hot Work,I control flammables and ignition sources,"I identify and control ignition sources; before starting any hot work I confirm flammable material has been removed or isolated; I obtain authorisation to override gas detection equipment",IOGP Report 459 (2018),Welding cutting grinding open-flame all spark-producing activities
7
+ 6,Line of Fire,I keep myself and others out of the line of fire,"I position myself to avoid moving objects vehicles pressure releases and dropped objects; I establish and obey barriers and exclusion zones; I take action to secure loose objects and report potential dropped objects",IOGP Report 459 (2018),All activities — replaces older Dropped Object + Pressure Release rules
8
+ 7,Safe Mechanical Lifting,I plan lifting operations and control the area,"I confirm the equipment and load have been inspected and are fit for purpose; I only operate equipment for which I am qualified; I establish and obey barriers and exclusion zones; I never walk under a suspended load",IOGP Report 459 (2018),Cranes forklifts hoists rigging all suspended-load activities
9
+ 8,Work Authorization,I work with a valid permit when required,"I have confirmed if a permit is required; I am authorised to perform the work; I understand the permit; I have confirmed hazards are controlled and it is safe to start",IOGP Report 459 (2018),Permit-to-work-controlled tasks: confined space hot work electrical isolation excavation lifting WAH
10
+ 9,Working at Height,I protect myself against a fall when working at height,"I inspect my fall protection equipment before use; I secure tools and work materials to prevent dropped objects; I tie off 100% to approved anchor when not protected by another fall-protection system",IOGP Report 459 (2018),Any work above 1.8 m / 6 ft where a fall could result in injury