feat(iace): ISO 12100 Anhang B mapping — split noise/vibration + section identifier

Phase 16 of the Klaerungen / risk-assessment polish. Sources from
EN ISO 12100 Anhang B Tabelle B.1 are now first-class:

A) HazardPattern.ISO12100Section identifier (string), persisted only as
   the section number (e.g. "6.3.5.5") — not the norm text. Keeps the
   library urheberrechtlich neutral (DIN/Beuth license). 57 patterns
   labeled today; rest will follow on touch.

B) Category split per ISO 12100 Nr. 4 vs Nr. 5:
   - 16 patterns reclassified noise_vibration -> noise_hazard
   - 7  patterns reclassified noise_vibration -> vibration_hazard
   - 1  pattern (HP228 UV-/Laermexposition) kept multi-cat
   acceptableMeasureCategories now accepts both new aliases plus the
   legacy noise_vibration. Coverage test recognises both as valid.

C) 5 new ISO-12100-Annex-B gap patterns (HP1900-HP1904):
   - HP1900 Vakuum-Verletzung (6.3.5.5)
   - HP1901 Federenergie / elastische Elemente (6.2.10)
   - HP1902 Rutschen/Stolpern auf rauer Oberflaeche (6.3.5.6)
   - HP1903 Hochdruckinjektion (6.3.5.4) — includes clarifying
            "no hand-locating of leaks" question
   - HP1904 Ersticken durch Brustkorbquetschung (6.3.5.2)

The library now mirrors the ISO 12100 Annex B structure for the gaps
the Bremse benchmark surfaced.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-17 01:59:16 +02:00
parent b090662524
commit 71d31c914b
23 changed files with 200 additions and 23 deletions
@@ -36,7 +36,7 @@ func GetTextileAgriPatterns() []HazardPattern {
AffectedDE: "Bedienpersonal", ZoneDE: "Spinn-/Kardierbereich",
DefaultSeverity: 4, DefaultExposure: 5},
{ID: "HP1553", NameDE: "Laermexposition an Webmaschine", NameEN: "Noise exposure at loom",
RequiredComponentTags: []string{"moving_mechanical_parts"}, GeneratedHazardCats: []string{"noise_vibration"},
RequiredComponentTags: []string{"moving_mechanical_parts"}, GeneratedHazardCats: []string{"noise_hazard"},
SuggestedMeasureIDs: []string{"M455", "M064"}, SuggestedEvidenceIDs: []string{"E01", "E29"},
Priority: 75, MachineTypes: []string{"textile", "weaving"},
OperationalStates: []string{"automatic_operation"},
@@ -173,7 +173,7 @@ func GetTextileAgriPatterns() []HazardPattern {
HarmDE: "Ueberfahren, Tod", AffectedDE: "Feldarbeiter, Passanten", ZoneDE: "Fahrweg",
DefaultSeverity: 5, DefaultExposure: 3},
{ID: "HP1573", NameDE: "Laermexposition bei Erntemaschine", NameEN: "Noise exposure from harvester",
RequiredComponentTags: []string{"moving_mechanical_parts"}, GeneratedHazardCats: []string{"noise_vibration"},
RequiredComponentTags: []string{"moving_mechanical_parts"}, GeneratedHazardCats: []string{"noise_hazard"},
SuggestedMeasureIDs: []string{"M472", "M064"}, SuggestedEvidenceIDs: []string{"E01", "E29"},
Priority: 70, MachineTypes: []string{"agricultural", "harvester"},
OperationalStates: []string{"automatic_operation"},
@@ -182,7 +182,7 @@ func GetTextileAgriPatterns() []HazardPattern {
AffectedDE: "Fahrer", ZoneDE: "Kabine",
DefaultSeverity: 3, DefaultExposure: 5},
{ID: "HP1574", NameDE: "Ganzkoerper-Vibration auf Traktor", NameEN: "Whole-body vibration on tractor",
RequiredComponentTags: []string{"chassis"}, GeneratedHazardCats: []string{"noise_vibration"},
RequiredComponentTags: []string{"chassis"}, GeneratedHazardCats: []string{"vibration_hazard"},
SuggestedMeasureIDs: []string{"M473"}, SuggestedEvidenceIDs: []string{"E01"},
Priority: 68, MachineTypes: []string{"agricultural", "tractor"},
OperationalStates: []string{"automatic_operation"},