SmartQHSE commited on
Commit
ff43824
·
verified ·
1 Parent(s): 60fb64d

publish: HSE standards crosswalk v1 (20 topics)

Browse files

Maps OH&S/EMS/QMS/PSM/PPE standards across ISO/IEC/ANSI/OSHA/EN/AS-NZS/IOGP/API families

Files changed (4) hide show
  1. README.md +103 -3
  2. croissant.json +41 -0
  3. data.json +419 -0
  4. data.jsonl +20 -0
README.md CHANGED
@@ -1,3 +1,103 @@
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
+ task_categories:
8
+ - text-retrieval
9
+ - tabular-classification
10
+ tags:
11
+ - hse
12
+ - ehs
13
+ - occupational-safety
14
+ - iso-45001
15
+ - ohsas-18001
16
+ - ansi-z10
17
+ - osha
18
+ - psm
19
+ - standards
20
+ - crosswalk
21
+ - reference
22
+ pretty_name: HSE Standards Crosswalk
23
+ ---
24
+
25
+ # HSE Standards Crosswalk
26
+
27
+ Crosswalk of **20 HSE topic areas** across major standards families:
28
+
29
+ | Topic | Primary standard |
30
+ |---|---|
31
+ | Occupational health & safety management systems | ISO 45001:2018 |
32
+ | Environmental management systems | ISO 14001:2015 |
33
+ | Quality management systems | ISO 9001:2015 |
34
+ | Risk management | ISO 31000:2018 |
35
+ | Functional safety | IEC 61508 (parent) / IEC 61511 (process industry) / ISO 26262 (automotive) |
36
+ | Process safety management | OSHA 29 CFR 1910.119 (US) |
37
+ | Major accident hazards | IOGP Report 432 |
38
+ | Asset integrity management | ISO 55001:2014 (Asset Management) |
39
+ | Hazard and operability study | IEC 61882:2016 |
40
+ | Personal protective equipment — head protection | ISO 3873:1977 |
41
+ | Personal protective equipment — eye and face protection | ANSI/ISEA Z87.1-2020 |
42
+ | Personal protective equipment — fall protection | OSHA 29 CFR 1926 Subpart M / 1910.140 |
43
+ | Confined space entry | OSHA 29 CFR 1910.146 / 1926 Subpart AA |
44
+ | Lockout / tagout (energy isolation) | OSHA 29 CFR 1910.147 |
45
+ | Hearing protection / noise exposure | OSHA 29 CFR 1910.95 (PEL 90 dBA TWA) |
46
+ | Respiratory protection | ISO 16975 / ISO/DIS 17420 series |
47
+ | Hazardous chemicals — classification & labelling | OSHA 29 CFR 1910.1200 (HazCom 2024) |
48
+ | Major accident insurance / workers' compensation | Workers' comp / insurance |
49
+ | Environmental, social, governance (ESG) reporting | IFRS S1 / S2 (ISSB) |
50
+ | Greenhouse gas accounting | ISO 14064-1:2018 (Quantification & reporting) |
51
+
52
+ ## What's in each row
53
+
54
+ For every topic, you get the **same row indexing the standard across applicable families**:
55
+
56
+ - ISO international standard
57
+ - IEC international electrical/instrumentation
58
+ - ANSI/ASSP US voluntary
59
+ - AS/NZS Australia/New Zealand
60
+ - OSHA US federal regulation
61
+ - EN European harmonised
62
+ - NIOSH US recommendations
63
+ - IOGP / API / industry-association
64
+ - Regional (Seveso/COMAH/CLP/REACH/UN GHS)
65
+ - Wikidata Q-ID where the standard itself has a Wikidata entity
66
+
67
+ When a family doesn't have an equivalent, the row reads `null` for that family — explicit gap signal.
68
+
69
+ ## Use cases for LLMs
70
+
71
+ > User: "what's the OSHA equivalent of OHSAS 18001?"
72
+
73
+ This dataset lets a RAG system answer: "OHSAS 18001 was withdrawn in 2021 and replaced by ISO 45001:2018. The closest US voluntary equivalent is ANSI/ASSP Z10.0-2019. OSHA itself does not mandate a management system; the closest enforceable framework is OSHA 29 CFR 1910.119 (Process Safety Management) for hazardous chemicals."
74
+
75
+ > User: "what standard covers eye protection in Australia?"
76
+
77
+ Returns the AS/NZS 1337.1 entry alongside the global ANSI/ISEA Z87.1, EN 166, CSA Z94.3 equivalents.
78
+
79
+ ## Usage
80
+
81
+ ```python
82
+ from datasets import load_dataset
83
+ ds = load_dataset("SmartQHSE/hse-standards-crosswalk")
84
+ for row in ds["train"]:
85
+ print(row["topic"], "→", row.get("iso") or row.get("iec") or row.get("osha"))
86
+ ```
87
+
88
+ ## Companion datasets
89
+
90
+ - [SmartQHSE/hse-regulators-directory](https://huggingface.co/datasets/SmartQHSE/hse-regulators-directory) — the bodies that publish/enforce these standards
91
+ - [SmartQHSE/hse-glossary](https://huggingface.co/datasets/SmartQHSE/hse-glossary) — terminology
92
+ - [SmartQHSE/hse-regulations-changelog](https://huggingface.co/datasets/SmartQHSE/hse-regulations-changelog) — recent changes
93
+ - [Collection: SmartQHSE Open HSE Data](https://huggingface.co/collections/SmartQHSE/smartqhse-open-hse-data-69f7597712196f8018c2dab5)
94
+
95
+ ## Wikidata cross-references
96
+
97
+ Standards with their own Wikidata entities are flagged inline. SmartQHSE platform & ARIA: [Q139714237](https://www.wikidata.org/wiki/Q139714237).
98
+
99
+ ## Citation
100
+
101
+ > SmartQHSE Ltd (2026). HSE Standards Crosswalk [dataset]. https://huggingface.co/datasets/SmartQHSE/hse-standards-crosswalk
102
+
103
+ License: CC BY 4.0. Built by [SmartQHSE](https://www.smartqhse.com).
croissant.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "cr": "http://mlcommons.org/croissant/",
6
+ "sc": "https://schema.org/"
7
+ },
8
+ "@type": "sc:Dataset",
9
+ "name": "SmartQHSE HSE Standards Crosswalk",
10
+ "description": "Crosswalk dataset of 20 HSE topic areas mapped across major standards families (ISO, IEC, OHSAS legacy, ANSI/ASSP, AS/NZS, OSHA, EN, NIOSH, IOGP, API, GHS/CLP/REACH, ESG/ISSB/GRI). Each row gives the topic area, domain, and equivalent standards across applicable families with URLs and Wikidata Q-IDs. Useful for jurisdiction-aware compliance, RAG over standards, and LLM grounding when answering \"what is the equivalent of OHSAS 18001 in the US\" or similar cross-referencing questions.",
11
+ "url": "https://huggingface.co/datasets/SmartQHSE/hse-standards-crosswalk",
12
+ "sameAs": [
13
+ "https://huggingface.co/datasets/SmartQHSE/hse-standards-crosswalk",
14
+ "https://www.wikidata.org/wiki/Q139714237"
15
+ ],
16
+ "license": "https://creativecommons.org/licenses/by/4.0/",
17
+ "creator": {
18
+ "@type": "Organization",
19
+ "name": "SmartQHSE Ltd",
20
+ "url": "https://www.smartqhse.com"
21
+ },
22
+ "publisher": {
23
+ "@type": "Organization",
24
+ "name": "SmartQHSE Ltd",
25
+ "url": "https://www.smartqhse.com"
26
+ },
27
+ "datePublished": "2026-05-08",
28
+ "version": "1.0",
29
+ "keywords": [
30
+ "HSE",
31
+ "standards",
32
+ "crosswalk",
33
+ "ISO 45001",
34
+ "ANSI Z10",
35
+ "OSHA",
36
+ "compliance"
37
+ ],
38
+ "inLanguage": "en",
39
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
40
+ "citeAs": "SmartQHSE Ltd (2026). HSE Standards Crosswalk [dataset]. https://huggingface.co/datasets/SmartQHSE/hse-standards-crosswalk"
41
+ }
data.json ADDED
@@ -0,0 +1,419 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "name": "SmartQHSE HSE Standards Crosswalk",
4
+ "description": "Crosswalk dataset of 20 HSE topic areas mapped across major standards families (ISO, IEC, OHSAS legacy, ANSI/ASSP, AS/NZS, OSHA, EN, NIOSH, IOGP, API, GHS/CLP/REACH, ESG/ISSB/GRI). Each row gives the topic area, domain, and equivalent standards across applicable families with URLs and Wikidata Q-IDs. Useful for jurisdiction-aware compliance, RAG over standards, and LLM grounding when answering \"what is the equivalent of OHSAS 18001 in the US\" or similar cross-referencing questions.",
5
+ "publisher": "SmartQHSE Ltd",
6
+ "license": "CC BY 4.0",
7
+ "cite_as": "SmartQHSE Ltd (2026). HSE Standards Crosswalk [dataset]. https://huggingface.co/datasets/SmartQHSE/hse-standards-crosswalk",
8
+ "rows": 20,
9
+ "last_updated": "2026-05-08"
10
+ },
11
+ "data": [
12
+ {
13
+ "topic": "Occupational health & safety management systems",
14
+ "domain": "OH&S management",
15
+ "iso": {
16
+ "id": "ISO 45001:2018",
17
+ "url": "https://www.iso.org/standard/63787.html",
18
+ "wikidata": "Q17140534"
19
+ },
20
+ "legacy_ohsas": {
21
+ "id": "OHSAS 18001:2007",
22
+ "url": "https://www.bsigroup.com/en-GB/ohsas-18001-occupational-health-and-safety/",
23
+ "wikidata": "Q1052537",
24
+ "status": "withdrawn (March 2021), replaced by ISO 45001"
25
+ },
26
+ "ansi": {
27
+ "id": "ANSI/ASSP Z10.0-2019",
28
+ "url": "https://www.assp.org/standards/published-standards/ansi-assp-z10",
29
+ "wikidata": null
30
+ },
31
+ "as_nzs": {
32
+ "id": "AS/NZS 4801:2001",
33
+ "url": "https://www.standards.org.au/standards-catalogue/sa-snz/publicsafety/sf-001/as-slash-nzs--4801-2001",
34
+ "wikidata": null,
35
+ "status": "superseded by ISO 45001 in 2018"
36
+ },
37
+ "bs": {
38
+ "id": "BS 8800:2004 (legacy)",
39
+ "url": null,
40
+ "wikidata": null,
41
+ "status": "withdrawn"
42
+ },
43
+ "regional_us": {
44
+ "id": "OSHA 1910.119 (PSM-only) / VPP",
45
+ "note": "OSHA does not mandate an OHSMS but VPP and ANSI Z10 align"
46
+ }
47
+ },
48
+ {
49
+ "topic": "Environmental management systems",
50
+ "domain": "EMS",
51
+ "iso": {
52
+ "id": "ISO 14001:2015",
53
+ "url": "https://www.iso.org/standard/60857.html",
54
+ "wikidata": "Q1052525"
55
+ },
56
+ "eu": {
57
+ "id": "EMAS Regulation (EC) No 1221/2009",
58
+ "url": "https://green-business.ec.europa.eu/eco-management-and-audit-scheme-emas_en",
59
+ "wikidata": "Q1316077"
60
+ },
61
+ "bs": {
62
+ "id": "BS 7750:1992 (legacy)",
63
+ "url": null,
64
+ "status": "withdrawn — became ISO 14001"
65
+ }
66
+ },
67
+ {
68
+ "topic": "Quality management systems",
69
+ "domain": "QMS",
70
+ "iso": {
71
+ "id": "ISO 9001:2015",
72
+ "url": "https://www.iso.org/standard/62085.html",
73
+ "wikidata": "Q1015057"
74
+ },
75
+ "iatf": {
76
+ "id": "IATF 16949:2016 (automotive sector)",
77
+ "url": "https://www.iatfglobaloversight.org",
78
+ "wikidata": null
79
+ },
80
+ "aerospace": {
81
+ "id": "AS9100D / EN 9100 / JISQ 9100",
82
+ "url": "https://www.sae.org/standards/content/as9100d/",
83
+ "wikidata": null
84
+ }
85
+ },
86
+ {
87
+ "topic": "Risk management",
88
+ "domain": "Risk",
89
+ "iso": {
90
+ "id": "ISO 31000:2018",
91
+ "url": "https://www.iso.org/standard/65694.html",
92
+ "wikidata": "Q4042330"
93
+ },
94
+ "iec": {
95
+ "id": "IEC 31010:2019 — Risk assessment techniques",
96
+ "url": "https://webstore.iec.ch/publication/59809",
97
+ "wikidata": null
98
+ },
99
+ "coso": {
100
+ "id": "COSO ERM Framework 2017",
101
+ "url": "https://www.coso.org/erm-framework",
102
+ "wikidata": "Q5174055"
103
+ },
104
+ "aus": {
105
+ "id": "HB 436:2013 (Risk Management Guidelines)",
106
+ "url": null,
107
+ "wikidata": null
108
+ }
109
+ },
110
+ {
111
+ "topic": "Functional safety",
112
+ "domain": "Safety instrumented systems",
113
+ "iec": {
114
+ "id": "IEC 61508 (parent) / IEC 61511 (process industry) / ISO 26262 (automotive)",
115
+ "url": "https://webstore.iec.ch/publication/22273",
116
+ "wikidata": "Q24025725"
117
+ },
118
+ "sil": {
119
+ "note": "Both define SIL — see Wikidata Q595445"
120
+ }
121
+ },
122
+ {
123
+ "topic": "Process safety management",
124
+ "domain": "PSM",
125
+ "osha": {
126
+ "id": "OSHA 29 CFR 1910.119 (US)",
127
+ "url": "https://www.osha.gov/laws-regs/regulations/standardnumber/1910/1910.119",
128
+ "wikidata": null
129
+ },
130
+ "ccps": {
131
+ "id": "CCPS Risk Based Process Safety (RBPS)",
132
+ "url": "https://www.aiche.org/ccps",
133
+ "wikidata": "Q5009793"
134
+ },
135
+ "api": {
136
+ "id": "API RP 754 (Process Safety Indicators)",
137
+ "url": "https://www.api.org/products-and-services/standards",
138
+ "wikidata": null
139
+ },
140
+ "iogp": {
141
+ "id": "IOGP Report 456 + 510 (OMS)",
142
+ "url": "https://www.iogp.org/bookstore",
143
+ "wikidata": null
144
+ },
145
+ "seveso": {
146
+ "id": "Seveso III Directive 2012/18/EU (EU)",
147
+ "url": "https://environment.ec.europa.eu/topics/industrial-emissions-and-safety/major-accident-hazards_en",
148
+ "wikidata": "Q1366540"
149
+ },
150
+ "comah": {
151
+ "id": "COMAH Regulations 2015 (UK)",
152
+ "url": "https://www.hse.gov.uk/comah/",
153
+ "wikidata": null
154
+ }
155
+ },
156
+ {
157
+ "topic": "Major accident hazards",
158
+ "domain": "MAH",
159
+ "iogp": {
160
+ "id": "IOGP Report 432",
161
+ "url": "https://www.iogp.org/bookstore"
162
+ },
163
+ "seveso": {
164
+ "id": "Seveso III Directive 2012/18/EU",
165
+ "url": "https://environment.ec.europa.eu/topics/industrial-emissions-and-safety/major-accident-hazards_en"
166
+ },
167
+ "comah": {
168
+ "id": "UK COMAH 2015",
169
+ "url": "https://www.hse.gov.uk/comah/"
170
+ }
171
+ },
172
+ {
173
+ "topic": "Asset integrity management",
174
+ "domain": "AIM",
175
+ "iogp": {
176
+ "id": "IOGP Report 510 (OMS Framework)",
177
+ "url": "https://www.iogp.org/bookstore"
178
+ },
179
+ "api": {
180
+ "id": "API 580/581 (Risk-Based Inspection)",
181
+ "url": "https://www.api.org/products-and-services/standards"
182
+ },
183
+ "iso": {
184
+ "id": "ISO 55001:2014 (Asset Management)",
185
+ "url": "https://www.iso.org/standard/55089.html",
186
+ "wikidata": null
187
+ },
188
+ "psm": {
189
+ "note": "Mechanical Integrity is element 7 of OSHA PSM"
190
+ }
191
+ },
192
+ {
193
+ "topic": "Hazard and operability study",
194
+ "domain": "HAZOP",
195
+ "iec": {
196
+ "id": "IEC 61882:2016",
197
+ "url": "https://webstore.iec.ch/publication/24321",
198
+ "wikidata": "Q1683210"
199
+ }
200
+ },
201
+ {
202
+ "topic": "Personal protective equipment — head protection",
203
+ "domain": "PPE-head",
204
+ "ansi": {
205
+ "id": "ANSI/ISEA Z89.1-2014",
206
+ "url": "https://safetyequipment.org/standard/ansi-isea-z89-1-2014/"
207
+ },
208
+ "en": {
209
+ "id": "EN 397:2012+A1:2012",
210
+ "url": "https://standards.cencenelec.eu"
211
+ },
212
+ "iso": {
213
+ "id": "ISO 3873:1977",
214
+ "url": "https://www.iso.org/standard/9456.html"
215
+ },
216
+ "au_nz": {
217
+ "id": "AS/NZS 1801:1997",
218
+ "url": null
219
+ }
220
+ },
221
+ {
222
+ "topic": "Personal protective equipment — eye and face protection",
223
+ "domain": "PPE-eye",
224
+ "ansi": {
225
+ "id": "ANSI/ISEA Z87.1-2020",
226
+ "url": "https://safetyequipment.org/standard/ansi-isea-z87-1-2020/"
227
+ },
228
+ "en": {
229
+ "id": "EN 166:2001",
230
+ "url": null
231
+ },
232
+ "csa": {
233
+ "id": "CSA Z94.3:2020",
234
+ "url": null
235
+ },
236
+ "au_nz": {
237
+ "id": "AS/NZS 1337.1:2010",
238
+ "url": null
239
+ }
240
+ },
241
+ {
242
+ "topic": "Personal protective equipment — fall protection",
243
+ "domain": "PPE-fall",
244
+ "ansi": {
245
+ "id": "ANSI Z359 family (Z359.1-2020 etc.)",
246
+ "url": "https://www.assp.org/standards/published-standards/ansi-asse-z359"
247
+ },
248
+ "osha": {
249
+ "id": "OSHA 29 CFR 1926 Subpart M / 1910.140",
250
+ "url": "https://www.osha.gov/fall-protection"
251
+ },
252
+ "en": {
253
+ "id": "EN 361, EN 363, EN 354 etc.",
254
+ "url": null
255
+ },
256
+ "csa": {
257
+ "id": "CSA Z259 series",
258
+ "url": null
259
+ },
260
+ "au_nz": {
261
+ "id": "AS/NZS 1891 series",
262
+ "url": null
263
+ },
264
+ "wikidata": "Q23580296"
265
+ },
266
+ {
267
+ "topic": "Confined space entry",
268
+ "domain": "Confined space",
269
+ "osha": {
270
+ "id": "OSHA 29 CFR 1910.146 / 1926 Subpart AA",
271
+ "url": "https://www.osha.gov/confined-spaces"
272
+ },
273
+ "uk": {
274
+ "id": "UK Confined Spaces Regulations 1997 (HSE L101)",
275
+ "url": "https://www.hse.gov.uk/pubns/priced/l101.pdf"
276
+ },
277
+ "csa": {
278
+ "id": "CSA Z1006:2016",
279
+ "url": null
280
+ },
281
+ "au_nz": {
282
+ "id": "AS 2865-2009",
283
+ "url": null
284
+ },
285
+ "wikidata": "Q2498879"
286
+ },
287
+ {
288
+ "topic": "Lockout / tagout (energy isolation)",
289
+ "domain": "LOTO",
290
+ "osha": {
291
+ "id": "OSHA 29 CFR 1910.147",
292
+ "url": "https://www.osha.gov/laws-regs/regulations/standardnumber/1910/1910.147"
293
+ },
294
+ "ansi": {
295
+ "id": "ANSI/ASSP Z244.1-2016",
296
+ "url": "https://www.assp.org/standards/published-standards/ansi-assp-z244-1"
297
+ },
298
+ "csa": {
299
+ "id": "CSA Z460:2020",
300
+ "url": null
301
+ },
302
+ "en": {
303
+ "id": "EN ISO 14118 (machine isolation)",
304
+ "url": null
305
+ },
306
+ "wikidata": "Q681384"
307
+ },
308
+ {
309
+ "topic": "Hearing protection / noise exposure",
310
+ "domain": "Noise",
311
+ "osha": {
312
+ "id": "OSHA 29 CFR 1910.95 (PEL 90 dBA TWA)",
313
+ "url": "https://www.osha.gov/noise"
314
+ },
315
+ "niosh": {
316
+ "id": "NIOSH REL 85 dBA TWA",
317
+ "url": "https://www.cdc.gov/niosh/topics/noise/",
318
+ "wikidata": "Q1973870"
319
+ },
320
+ "en": {
321
+ "id": "EN 352 (HPDs) / 2003/10/EC (Physical Agents Noise)",
322
+ "url": null
323
+ }
324
+ },
325
+ {
326
+ "topic": "Respiratory protection",
327
+ "domain": "RPE",
328
+ "osha": {
329
+ "id": "OSHA 29 CFR 1910.134",
330
+ "url": "https://www.osha.gov/laws-regs/regulations/standardnumber/1910/1910.134"
331
+ },
332
+ "niosh": {
333
+ "id": "42 CFR 84 (filter classes N/R/P 95/99/100)",
334
+ "url": "https://www.cdc.gov/niosh/npptl/topics/respirators/"
335
+ },
336
+ "en": {
337
+ "id": "EN 149 (FFP1/FFP2/FFP3)",
338
+ "url": null
339
+ },
340
+ "iso": {
341
+ "id": "ISO 16975 / ISO/DIS 17420 series",
342
+ "url": null
343
+ }
344
+ },
345
+ {
346
+ "topic": "Hazardous chemicals — classification & labelling",
347
+ "domain": "Chemicals",
348
+ "un": {
349
+ "id": "UN GHS (Rev. 10, 2023)",
350
+ "url": "https://unece.org/transport/dangerous-goods/ghs",
351
+ "wikidata": "Q189546"
352
+ },
353
+ "osha": {
354
+ "id": "OSHA 29 CFR 1910.1200 (HazCom 2024)",
355
+ "url": "https://www.osha.gov/hazcom"
356
+ },
357
+ "eu": {
358
+ "id": "EU CLP Regulation (EC) No 1272/2008",
359
+ "url": "https://echa.europa.eu/regulations/clp",
360
+ "wikidata": "Q1119080"
361
+ },
362
+ "reach": {
363
+ "id": "EU REACH Regulation (EC) No 1907/2006",
364
+ "url": "https://echa.europa.eu/regulations/reach",
365
+ "wikidata": "Q281236"
366
+ }
367
+ },
368
+ {
369
+ "topic": "Major accident insurance / workers' compensation",
370
+ "domain": "Workers' comp / insurance",
371
+ "note": "Highly jurisdiction-specific; no single international standard. See HSE Regulators Directory dataset for jurisdictional links."
372
+ },
373
+ {
374
+ "topic": "Environmental, social, governance (ESG) reporting",
375
+ "domain": "ESG",
376
+ "issb": {
377
+ "id": "IFRS S1 / S2 (ISSB)",
378
+ "url": "https://www.ifrs.org/groups/international-sustainability-standards-board/"
379
+ },
380
+ "gri": {
381
+ "id": "GRI Standards 2021",
382
+ "url": "https://www.globalreporting.org/standards/",
383
+ "wikidata": "Q1497788"
384
+ },
385
+ "sasb": {
386
+ "id": "SASB Standards (now under ISSB)",
387
+ "url": "https://sasb.ifrs.org/",
388
+ "wikidata": "Q22968530"
389
+ },
390
+ "cdp": {
391
+ "id": "CDP Disclosure",
392
+ "url": "https://www.cdp.net",
393
+ "wikidata": "Q1024541"
394
+ },
395
+ "eu": {
396
+ "id": "EU CSRD / ESRS (2024+)",
397
+ "url": "https://finance.ec.europa.eu/capital-markets-union-and-financial-markets/company-reporting-and-auditing/company-reporting/corporate-sustainability-reporting_en"
398
+ },
399
+ "tcfd": {
400
+ "id": "TCFD Recommendations (2017–2023)",
401
+ "url": "https://www.fsb-tcfd.org/",
402
+ "wikidata": "Q56321946"
403
+ }
404
+ },
405
+ {
406
+ "topic": "Greenhouse gas accounting",
407
+ "domain": "GHG",
408
+ "ghg_protocol": {
409
+ "id": "GHG Protocol Corporate Standard",
410
+ "url": "https://ghgprotocol.org/",
411
+ "wikidata": "Q1500570"
412
+ },
413
+ "iso": {
414
+ "id": "ISO 14064-1:2018 (Quantification & reporting)",
415
+ "url": "https://www.iso.org/standard/66453.html"
416
+ }
417
+ }
418
+ ]
419
+ }
data.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"topic":"Occupational health & safety management systems","domain":"OH&S management","iso":{"id":"ISO 45001:2018","url":"https://www.iso.org/standard/63787.html","wikidata":"Q17140534"},"legacy_ohsas":{"id":"OHSAS 18001:2007","url":"https://www.bsigroup.com/en-GB/ohsas-18001-occupational-health-and-safety/","wikidata":"Q1052537","status":"withdrawn (March 2021), replaced by ISO 45001"},"ansi":{"id":"ANSI/ASSP Z10.0-2019","url":"https://www.assp.org/standards/published-standards/ansi-assp-z10","wikidata":null},"as_nzs":{"id":"AS/NZS 4801:2001","url":"https://www.standards.org.au/standards-catalogue/sa-snz/publicsafety/sf-001/as-slash-nzs--4801-2001","wikidata":null,"status":"superseded by ISO 45001 in 2018"},"bs":{"id":"BS 8800:2004 (legacy)","url":null,"wikidata":null,"status":"withdrawn"},"regional_us":{"id":"OSHA 1910.119 (PSM-only) / VPP","note":"OSHA does not mandate an OHSMS but VPP and ANSI Z10 align"}}
2
+ {"topic":"Environmental management systems","domain":"EMS","iso":{"id":"ISO 14001:2015","url":"https://www.iso.org/standard/60857.html","wikidata":"Q1052525"},"eu":{"id":"EMAS Regulation (EC) No 1221/2009","url":"https://green-business.ec.europa.eu/eco-management-and-audit-scheme-emas_en","wikidata":"Q1316077"},"bs":{"id":"BS 7750:1992 (legacy)","url":null,"status":"withdrawn — became ISO 14001"}}
3
+ {"topic":"Quality management systems","domain":"QMS","iso":{"id":"ISO 9001:2015","url":"https://www.iso.org/standard/62085.html","wikidata":"Q1015057"},"iatf":{"id":"IATF 16949:2016 (automotive sector)","url":"https://www.iatfglobaloversight.org","wikidata":null},"aerospace":{"id":"AS9100D / EN 9100 / JISQ 9100","url":"https://www.sae.org/standards/content/as9100d/","wikidata":null}}
4
+ {"topic":"Risk management","domain":"Risk","iso":{"id":"ISO 31000:2018","url":"https://www.iso.org/standard/65694.html","wikidata":"Q4042330"},"iec":{"id":"IEC 31010:2019 — Risk assessment techniques","url":"https://webstore.iec.ch/publication/59809","wikidata":null},"coso":{"id":"COSO ERM Framework 2017","url":"https://www.coso.org/erm-framework","wikidata":"Q5174055"},"aus":{"id":"HB 436:2013 (Risk Management Guidelines)","url":null,"wikidata":null}}
5
+ {"topic":"Functional safety","domain":"Safety instrumented systems","iec":{"id":"IEC 61508 (parent) / IEC 61511 (process industry) / ISO 26262 (automotive)","url":"https://webstore.iec.ch/publication/22273","wikidata":"Q24025725"},"sil":{"note":"Both define SIL — see Wikidata Q595445"}}
6
+ {"topic":"Process safety management","domain":"PSM","osha":{"id":"OSHA 29 CFR 1910.119 (US)","url":"https://www.osha.gov/laws-regs/regulations/standardnumber/1910/1910.119","wikidata":null},"ccps":{"id":"CCPS Risk Based Process Safety (RBPS)","url":"https://www.aiche.org/ccps","wikidata":"Q5009793"},"api":{"id":"API RP 754 (Process Safety Indicators)","url":"https://www.api.org/products-and-services/standards","wikidata":null},"iogp":{"id":"IOGP Report 456 + 510 (OMS)","url":"https://www.iogp.org/bookstore","wikidata":null},"seveso":{"id":"Seveso III Directive 2012/18/EU (EU)","url":"https://environment.ec.europa.eu/topics/industrial-emissions-and-safety/major-accident-hazards_en","wikidata":"Q1366540"},"comah":{"id":"COMAH Regulations 2015 (UK)","url":"https://www.hse.gov.uk/comah/","wikidata":null}}
7
+ {"topic":"Major accident hazards","domain":"MAH","iogp":{"id":"IOGP Report 432","url":"https://www.iogp.org/bookstore"},"seveso":{"id":"Seveso III Directive 2012/18/EU","url":"https://environment.ec.europa.eu/topics/industrial-emissions-and-safety/major-accident-hazards_en"},"comah":{"id":"UK COMAH 2015","url":"https://www.hse.gov.uk/comah/"}}
8
+ {"topic":"Asset integrity management","domain":"AIM","iogp":{"id":"IOGP Report 510 (OMS Framework)","url":"https://www.iogp.org/bookstore"},"api":{"id":"API 580/581 (Risk-Based Inspection)","url":"https://www.api.org/products-and-services/standards"},"iso":{"id":"ISO 55001:2014 (Asset Management)","url":"https://www.iso.org/standard/55089.html","wikidata":null},"psm":{"note":"Mechanical Integrity is element 7 of OSHA PSM"}}
9
+ {"topic":"Hazard and operability study","domain":"HAZOP","iec":{"id":"IEC 61882:2016","url":"https://webstore.iec.ch/publication/24321","wikidata":"Q1683210"}}
10
+ {"topic":"Personal protective equipment — head protection","domain":"PPE-head","ansi":{"id":"ANSI/ISEA Z89.1-2014","url":"https://safetyequipment.org/standard/ansi-isea-z89-1-2014/"},"en":{"id":"EN 397:2012+A1:2012","url":"https://standards.cencenelec.eu"},"iso":{"id":"ISO 3873:1977","url":"https://www.iso.org/standard/9456.html"},"au_nz":{"id":"AS/NZS 1801:1997","url":null}}
11
+ {"topic":"Personal protective equipment — eye and face protection","domain":"PPE-eye","ansi":{"id":"ANSI/ISEA Z87.1-2020","url":"https://safetyequipment.org/standard/ansi-isea-z87-1-2020/"},"en":{"id":"EN 166:2001","url":null},"csa":{"id":"CSA Z94.3:2020","url":null},"au_nz":{"id":"AS/NZS 1337.1:2010","url":null}}
12
+ {"topic":"Personal protective equipment — fall protection","domain":"PPE-fall","ansi":{"id":"ANSI Z359 family (Z359.1-2020 etc.)","url":"https://www.assp.org/standards/published-standards/ansi-asse-z359"},"osha":{"id":"OSHA 29 CFR 1926 Subpart M / 1910.140","url":"https://www.osha.gov/fall-protection"},"en":{"id":"EN 361, EN 363, EN 354 etc.","url":null},"csa":{"id":"CSA Z259 series","url":null},"au_nz":{"id":"AS/NZS 1891 series","url":null},"wikidata":"Q23580296"}
13
+ {"topic":"Confined space entry","domain":"Confined space","osha":{"id":"OSHA 29 CFR 1910.146 / 1926 Subpart AA","url":"https://www.osha.gov/confined-spaces"},"uk":{"id":"UK Confined Spaces Regulations 1997 (HSE L101)","url":"https://www.hse.gov.uk/pubns/priced/l101.pdf"},"csa":{"id":"CSA Z1006:2016","url":null},"au_nz":{"id":"AS 2865-2009","url":null},"wikidata":"Q2498879"}
14
+ {"topic":"Lockout / tagout (energy isolation)","domain":"LOTO","osha":{"id":"OSHA 29 CFR 1910.147","url":"https://www.osha.gov/laws-regs/regulations/standardnumber/1910/1910.147"},"ansi":{"id":"ANSI/ASSP Z244.1-2016","url":"https://www.assp.org/standards/published-standards/ansi-assp-z244-1"},"csa":{"id":"CSA Z460:2020","url":null},"en":{"id":"EN ISO 14118 (machine isolation)","url":null},"wikidata":"Q681384"}
15
+ {"topic":"Hearing protection / noise exposure","domain":"Noise","osha":{"id":"OSHA 29 CFR 1910.95 (PEL 90 dBA TWA)","url":"https://www.osha.gov/noise"},"niosh":{"id":"NIOSH REL 85 dBA TWA","url":"https://www.cdc.gov/niosh/topics/noise/","wikidata":"Q1973870"},"en":{"id":"EN 352 (HPDs) / 2003/10/EC (Physical Agents Noise)","url":null}}
16
+ {"topic":"Respiratory protection","domain":"RPE","osha":{"id":"OSHA 29 CFR 1910.134","url":"https://www.osha.gov/laws-regs/regulations/standardnumber/1910/1910.134"},"niosh":{"id":"42 CFR 84 (filter classes N/R/P 95/99/100)","url":"https://www.cdc.gov/niosh/npptl/topics/respirators/"},"en":{"id":"EN 149 (FFP1/FFP2/FFP3)","url":null},"iso":{"id":"ISO 16975 / ISO/DIS 17420 series","url":null}}
17
+ {"topic":"Hazardous chemicals — classification & labelling","domain":"Chemicals","un":{"id":"UN GHS (Rev. 10, 2023)","url":"https://unece.org/transport/dangerous-goods/ghs","wikidata":"Q189546"},"osha":{"id":"OSHA 29 CFR 1910.1200 (HazCom 2024)","url":"https://www.osha.gov/hazcom"},"eu":{"id":"EU CLP Regulation (EC) No 1272/2008","url":"https://echa.europa.eu/regulations/clp","wikidata":"Q1119080"},"reach":{"id":"EU REACH Regulation (EC) No 1907/2006","url":"https://echa.europa.eu/regulations/reach","wikidata":"Q281236"}}
18
+ {"topic":"Major accident insurance / workers' compensation","domain":"Workers' comp / insurance","note":"Highly jurisdiction-specific; no single international standard. See HSE Regulators Directory dataset for jurisdictional links."}
19
+ {"topic":"Environmental, social, governance (ESG) reporting","domain":"ESG","issb":{"id":"IFRS S1 / S2 (ISSB)","url":"https://www.ifrs.org/groups/international-sustainability-standards-board/"},"gri":{"id":"GRI Standards 2021","url":"https://www.globalreporting.org/standards/","wikidata":"Q1497788"},"sasb":{"id":"SASB Standards (now under ISSB)","url":"https://sasb.ifrs.org/","wikidata":"Q22968530"},"cdp":{"id":"CDP Disclosure","url":"https://www.cdp.net","wikidata":"Q1024541"},"eu":{"id":"EU CSRD / ESRS (2024+)","url":"https://finance.ec.europa.eu/capital-markets-union-and-financial-markets/company-reporting-and-auditing/company-reporting/corporate-sustainability-reporting_en"},"tcfd":{"id":"TCFD Recommendations (2017–2023)","url":"https://www.fsb-tcfd.org/","wikidata":"Q56321946"}}
20
+ {"topic":"Greenhouse gas accounting","domain":"GHG","ghg_protocol":{"id":"GHG Protocol Corporate Standard","url":"https://ghgprotocol.org/","wikidata":"Q1500570"},"iso":{"id":"ISO 14064-1:2018 (Quantification & reporting)","url":"https://www.iso.org/standard/66453.html"}}