@oimlsmart/primmel-packages 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +60 -0
- package/LICENSE +21 -0
- package/README.md +68 -0
- package/acme-cgm-200/model/cgm200.prl +284 -0
- package/acme-cgm-200/model/r144-map.prl +337 -0
- package/acme-cgm-200/package.primmel +39 -0
- package/acme-cgm-system/model/cgm-system.prl +125 -0
- package/acme-cgm-system/model/r144-map.prl +75 -0
- package/acme-cgm-system/model/sample-line.prl +42 -0
- package/acme-cgm-system/package.primmel +23 -0
- package/acme-lc500/model/lc500.prl +218 -0
- package/acme-lc500/model/passport.prl +43 -0
- package/acme-lc500/model/r60-map.prl +161 -0
- package/acme-lc500/model/twin-cert-map.prl +114 -0
- package/acme-lc500/package.primmel +35 -0
- package/acme-md3xx/model/md350.prl +317 -0
- package/acme-md3xx/model/r129-map.prl +346 -0
- package/acme-md3xx/package.primmel +49 -0
- package/acme-rs180/model/r91-map.prl +234 -0
- package/acme-rs180/model/rs180.prl +236 -0
- package/acme-rs180/package.primmel +47 -0
- package/ims-demo/model/ims.prl +23 -0
- package/ims-demo/model/isms-map.prl +60 -0
- package/ims-demo/model/qms-map.prl +73 -0
- package/ims-demo/package.primmel +42 -0
- package/isms-ref/model/isms.prl +34 -0
- package/isms-ref/package.primmel +35 -0
- package/iso-iec-17000/package.primmel +8 -0
- package/iso-iec-17000/terminology.prl +268 -0
- package/iso-iec-17025/package.primmel +10 -0
- package/iso-iec-17025/specification/requirements/lab.prl +474 -0
- package/iso-iec-17025/terminology.prl +72 -0
- package/iso-iec-17065/package.primmel +10 -0
- package/iso-iec-17065/specification/requirements/body.prl +446 -0
- package/iso-iec-17065/terminology.prl +103 -0
- package/iso-iec-17067/package.primmel +10 -0
- package/iso-iec-17067/specification/requirements/scheme-content.prl +300 -0
- package/iso-iec-17067/terminology.prl +24 -0
- package/oiml-cs/package.primmel +10 -0
- package/oiml-cs/specification/discrepancies.prl +26 -0
- package/oiml-cs/specification/requirements/cs.prl +515 -0
- package/oiml-cs-dataspace/.primmel-allowlist.prl +25 -0
- package/oiml-cs-dataspace/package.primmel +9 -0
- package/oiml-cs-dataspace/specification/dataspace.prl +73 -0
- package/oiml-cs-dataspace/specification/policies.prl +68 -0
- package/oiml-integrated-ref/model/probe-pairing.prl +71 -0
- package/oiml-integrated-ref/package.primmel +10 -0
- package/oiml-r129/.primmel-allowlist.prl +2 -0
- package/oiml-r129/evaluation/processes.prl +152 -0
- package/oiml-r129/evaluation/workflow.prl +48 -0
- package/oiml-r129/execution/forms/admin/adjustments-modifications.prl +30 -0
- package/oiml-r129/execution/forms/admin/checklist.prl +70 -0
- package/oiml-r129/execution/forms/admin/configuration.prl +31 -0
- package/oiml-r129/execution/forms/admin/equipment-info.prl +27 -0
- package/oiml-r129/execution/forms/admin/general-info.prl +63 -0
- package/oiml-r129/execution/forms/admin/identification.prl +49 -0
- package/oiml-r129/execution/forms/admin/sample-selection.prl +30 -0
- package/oiml-r129/execution/forms/admin/summary-results.prl +50 -0
- package/oiml-r129/execution/forms/emc/bursts.prl +88 -0
- package/oiml-r129/execution/forms/emc/esd.prl +66 -0
- package/oiml-r129/execution/forms/emc/low-voltage-battery.prl +58 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-conducted.prl +59 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-radiated.prl +59 -0
- package/oiml-r129/execution/forms/emc/surge.prl +61 -0
- package/oiml-r129/execution/forms/emc/voltage-dips.prl +62 -0
- package/oiml-r129/execution/forms/emc/voltage-variation.prl +58 -0
- package/oiml-r129/execution/forms/env/damp-heat-cyclic.prl +43 -0
- package/oiml-r129/execution/forms/env/damp-heat-steady.prl +50 -0
- package/oiml-r129/execution/forms/env/static-temperatures.prl +61 -0
- package/oiml-r129/execution/forms/shared/headers.prl +86 -0
- package/oiml-r129/execution/forms/tests/acoustics.prl +44 -0
- package/oiml-r129/execution/forms/tests/ambient-light.prl +46 -0
- package/oiml-r129/execution/forms/tests/construction-examination.prl +46 -0
- package/oiml-r129/execution/forms/tests/examination-checklist.prl +51 -0
- package/oiml-r129/execution/forms/tests/object-shape.prl +43 -0
- package/oiml-r129/execution/forms/tests/orientation-position.prl +31 -0
- package/oiml-r129/execution/forms/tests/repeatability.prl +65 -0
- package/oiml-r129/execution/forms/tests/speed-movement.prl +59 -0
- package/oiml-r129/execution/forms/tests/surface-characteristics.prl +44 -0
- package/oiml-r129/execution/forms/tests/warm-up-time.prl +35 -0
- package/oiml-r129/execution/subforms/dimension-measurement.prl +93 -0
- package/oiml-r129/layers.prl +50 -0
- package/oiml-r129/model/attributes.prl +243 -0
- package/oiml-r129/model/behaviors.prl +79 -0
- package/oiml-r129/model/capabilities.prl +29 -0
- package/oiml-r129/model/characteristics.prl +8 -0
- package/oiml-r129/model/conditions.prl +23 -0
- package/oiml-r129/model/instrument.prl +67 -0
- package/oiml-r129/model/state.prl +22 -0
- package/oiml-r129/model/twin.prl +23 -0
- package/oiml-r129/package.primmel +15 -0
- package/oiml-r129/payload/application.yaml +40 -0
- package/oiml-r129/payload/conditions-common-test.yaml +8 -0
- package/oiml-r129/payload/formulas-variants.yaml +33 -0
- package/oiml-r129/payload/promises.yaml +102 -0
- package/oiml-r129/payload/sample-data.yaml +300 -0
- package/oiml-r129/references.prl +306 -0
- package/oiml-r129/sources-prd/coverage.json +59 -0
- package/oiml-r129/sources-prd/r129-1.sentences.json +4238 -0
- package/oiml-r129/sources-prd/r129-2.sentences.json +1139 -0
- package/oiml-r129/sources-prd/r129-3.sentences.json +3809 -0
- package/oiml-r129/sources-prd/r129-4.sentences.json +1227 -0
- package/oiml-r129/specification/calculations.prl +83 -0
- package/oiml-r129/specification/conformance/disturbance-tests.prl +212 -0
- package/oiml-r129/specification/conformance/effect-tests.prl +70 -0
- package/oiml-r129/specification/conformance/examinations.prl +83 -0
- package/oiml-r129/specification/conformance/metrological-tests.prl +178 -0
- package/oiml-r129/specification/formulas.prl +9 -0
- package/oiml-r129/specification/requirements/electronic.prl +46 -0
- package/oiml-r129/specification/requirements/metrological.prl +83 -0
- package/oiml-r129/specification/requirements/object-limitations.prl +99 -0
- package/oiml-r129/specification/requirements/software.prl +57 -0
- package/oiml-r129/specification/requirements/technical.prl +134 -0
- package/oiml-r129/specification/symbols.prl +187 -0
- package/oiml-r129/specification/tables.prl +74 -0
- package/oiml-r129/terminology.prl +415 -0
- package/oiml-r129/value-types.prl +40 -0
- package/oiml-r144/.primmel-allowlist.prl +2 -0
- package/oiml-r144/entities/instrument.prl +360 -0
- package/oiml-r144/entities/test-execution.prl +228 -0
- package/oiml-r144/entities/workflow.prl +2075 -0
- package/oiml-r144/evaluation/processes.prl +152 -0
- package/oiml-r144/evaluation/workflow.prl +48 -0
- package/oiml-r144/execution/forms/sec-3-report/03-01-laboratory-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-02-test-location.prl +14 -0
- package/oiml-r144/execution/forms/sec-3-report/03-03-manufacturer-info.prl +18 -0
- package/oiml-r144/execution/forms/sec-3-report/03-04-applicant-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-05-type-identification.prl +80 -0
- package/oiml-r144/execution/forms/sec-3-report/03-06-type-composition.prl +31 -0
- package/oiml-r144/execution/forms/sec-3-report/03-07-visual-examination.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-08-test-conclusions.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-09-general-conclusion.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-10-responsible-persons.prl +27 -0
- package/oiml-r144/execution/forms/sec-tests/ambient-pressure-test.prl +59 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-mains-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-signal-test.prl +55 -0
- package/oiml-r144/execution/forms/sec-tests/cold-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/cross-sensitivity-test.prl +92 -0
- package/oiml-r144/execution/forms/sec-tests/damp-heat-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/documentation-examination.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/drift-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/dry-heat-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/error-determination.prl +37 -0
- package/oiml-r144/execution/forms/sec-tests/esd-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/flow-spillover-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/leakproofness-test.prl +41 -0
- package/oiml-r144/execution/forms/sec-tests/low-battery-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/power-reduction-test.prl +49 -0
- package/oiml-r144/execution/forms/sec-tests/power-supply-test.prl +57 -0
- package/oiml-r144/execution/forms/sec-tests/repeatability-test.prl +60 -0
- package/oiml-r144/execution/forms/sec-tests/response-time-test.prl +43 -0
- package/oiml-r144/execution/forms/sec-tests/rf-emf-test.prl +47 -0
- package/oiml-r144/execution/forms/sec-tests/shock-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/surge-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/vibration-test.prl +58 -0
- package/oiml-r144/execution/forms/sec-tests/warm-up-time-test.prl +69 -0
- package/oiml-r144/execution/forms/shared/headers.prl +132 -0
- package/oiml-r144/execution/subforms/cgm-point.prl +99 -0
- package/oiml-r144/layers.prl +44 -0
- package/oiml-r144/model/attributes.prl +679 -0
- package/oiml-r144/model/behaviors.prl +117 -0
- package/oiml-r144/model/capabilities.prl +99 -0
- package/oiml-r144/model/characteristics.prl +27 -0
- package/oiml-r144/model/conditions.prl +46 -0
- package/oiml-r144/model/instrument.prl +85 -0
- package/oiml-r144/model/state.prl +18 -0
- package/oiml-r144/model/twin.prl +25 -0
- package/oiml-r144/package.primmel +15 -0
- package/oiml-r144/payload/application.yaml +80 -0
- package/oiml-r144/payload/attributes-pair-list.yaml +18 -0
- package/oiml-r144/payload/conditions-common-test.yaml +74 -0
- package/oiml-r144/payload/formulas-variants.yaml +32 -0
- package/oiml-r144/payload/promises.yaml +118 -0
- package/oiml-r144/payload/sample-data.yaml +643 -0
- package/oiml-r144/references.prl +594 -0
- package/oiml-r144/sources-prd/coverage.json +114 -0
- package/oiml-r144/sources-prd/r144-1.sentences.json +2797 -0
- package/oiml-r144/sources-prd/r144-2.sentences.json +1627 -0
- package/oiml-r144/sources-prd/r144-3.sentences.json +838 -0
- package/oiml-r144/specification/calculations.prl +123 -0
- package/oiml-r144/specification/conformance/examination.prl +87 -0
- package/oiml-r144/specification/conformance/performance-tests.prl +755 -0
- package/oiml-r144/specification/formulas.prl +37 -0
- package/oiml-r144/specification/reference-materials.prl +87 -0
- package/oiml-r144/specification/requirements/controls.prl +51 -0
- package/oiml-r144/specification/requirements/metrological.prl +299 -0
- package/oiml-r144/specification/requirements/report.prl +35 -0
- package/oiml-r144/specification/requirements/technical.prl +455 -0
- package/oiml-r144/specification/symbols.prl +357 -0
- package/oiml-r144/specification/tables.prl +95 -0
- package/oiml-r144/specification/test-point-sets.prl +15 -0
- package/oiml-r144/terminology.prl +308 -0
- package/oiml-r144/value-types.prl +49 -0
- package/oiml-r60/.primmel-allowlist.prl +2 -0
- package/oiml-r60/entities/workflow.prl +2079 -0
- package/oiml-r60/evaluation/processes.prl +152 -0
- package/oiml-r60/evaluation/workflow.prl +48 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-01-authority-info.prl +76 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-02-synopsis.prl +20 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-01-examinations.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-a-performance-general.prl +81 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-b-performance-digital.prl +104 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-01-manufacturer.prl +21 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-02-applicant.prl +44 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-03-testing-laboratories.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-05-load-cell-type-info.prl +83 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-06-accessories.prl +41 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-07-sample-selection.prl +71 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-01-general-info.prl +103 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-02-performance-info.prl +66 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-03-digital-info.prl +35 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-04-photographs.prl +12 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-05-documentation.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-06-inscriptions.prl +126 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-07-model-range.prl +143 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-12-previous-tests.prl +26 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-01-force-generating-system.prl +89 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-02-weights.prl +61 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-03-temperature-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-04-climate-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-05-indicator.prl +92 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-06-terminal.prl +86 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-07-barometric-pressure-meter.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-08-thermometer.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-09-moisture-analyser.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-10-additional-test-equipment.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-11-remarks.prl +11 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/test-usage-matrix.prl +85 -0
- package/oiml-r60/execution/forms/sec-5-examination/documentation-examination.prl +53 -0
- package/oiml-r60/execution/forms/sec-5-examination/marking-examination.prl +104 -0
- package/oiml-r60/execution/forms/sec-5-examination/software-examination.prl +86 -0
- package/oiml-r60/execution/forms/sec-5-examination/suitability-examination.prl +56 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/barometric-pressure.prl +176 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/bursts.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/conducted-emc.prl +170 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/creep-dr.prl +327 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/emc-susceptibility.prl +115 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/esd.prl +224 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-ch.prl +300 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-sh.prl +235 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/initial-tests.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-cell-errors.prl +280 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-test.prl +29 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/performance-test-summary.prl +82 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/power-voltage.prl +166 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/repeatability.prl +189 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/short-time-power.prl +98 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/span-stability.prl +242 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/surge.prl +142 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/temperature-mdlo.prl +180 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/warm-up-time.prl +207 -0
- package/oiml-r60/execution/forms/shared/headers.prl +255 -0
- package/oiml-r60/execution/subforms/load-test-row.prl +55 -0
- package/oiml-r60/execution/subforms/test-procedures.prl +33 -0
- package/oiml-r60/layers.prl +46 -0
- package/oiml-r60/model/attributes.prl +642 -0
- package/oiml-r60/model/behaviors.prl +165 -0
- package/oiml-r60/model/capabilities.prl +57 -0
- package/oiml-r60/model/characteristics.prl +27 -0
- package/oiml-r60/model/conditions.prl +50 -0
- package/oiml-r60/model/instrument.prl +96 -0
- package/oiml-r60/model/processes.prl +54 -0
- package/oiml-r60/model/state.prl +22 -0
- package/oiml-r60/model/twin.prl +16 -0
- package/oiml-r60/package.primmel +16 -0
- package/oiml-r60/payload/annexes-part4.yaml +122 -0
- package/oiml-r60/payload/application.yaml +83 -0
- package/oiml-r60/payload/conditions-common-test.yaml +121 -0
- package/oiml-r60/payload/formulas-variants.yaml +55 -0
- package/oiml-r60/payload/promises.yaml +224 -0
- package/oiml-r60/payload/sample-data.yaml +5025 -0
- package/oiml-r60/payload/symbols-formula-notes.yaml +21 -0
- package/oiml-r60/references.prl +549 -0
- package/oiml-r60/sources-prd/coverage.json +740 -0
- package/oiml-r60/sources-prd/r60-1.sentences.json +2173 -0
- package/oiml-r60/sources-prd/r60-2.sentences.json +2961 -0
- package/oiml-r60/sources-prd/r60-3.sentences.json +4212 -0
- package/oiml-r60/sources-prd/r60-a.sentences.json +3361 -0
- package/oiml-r60/specification/calculations.prl +318 -0
- package/oiml-r60/specification/conformance/class-specific.prl +1120 -0
- package/oiml-r60/specification/conformance/electronic.prl +483 -0
- package/oiml-r60/specification/conformance/examination.prl +183 -0
- package/oiml-r60/specification/conformance/metrological.prl +478 -0
- package/oiml-r60/specification/constraints.prl +58 -0
- package/oiml-r60/specification/formulas-used.prl +43 -0
- package/oiml-r60/specification/formulas.prl +20 -0
- package/oiml-r60/specification/requirements/class-specific.prl +655 -0
- package/oiml-r60/specification/requirements/classification.prl +114 -0
- package/oiml-r60/specification/requirements/electronic.prl +222 -0
- package/oiml-r60/specification/requirements/metrological.prl +381 -0
- package/oiml-r60/specification/requirements/technical.prl +146 -0
- package/oiml-r60/specification/symbols.prl +599 -0
- package/oiml-r60/specification/tables.prl +182 -0
- package/oiml-r60/specification/test-sequences.prl +72 -0
- package/oiml-r60/terminology.prl +920 -0
- package/oiml-r60/value-types.prl +46 -0
- package/oiml-r91/.primmel-allowlist.prl +3 -0
- package/oiml-r91/entities/instrument.prl +359 -0
- package/oiml-r91/entities/workflow.prl +2075 -0
- package/oiml-r91/evaluation/processes.prl +152 -0
- package/oiml-r91/evaluation/workflow.prl +48 -0
- package/oiml-r91/execution/forms/evidence-file.prl +41 -0
- package/oiml-r91/execution/forms/report-evaluation/appraisal.prl +30 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist-summary.prl +43 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist.prl +76 -0
- package/oiml-r91/execution/forms/report-evaluation/configuration-samples.prl +22 -0
- package/oiml-r91/execution/forms/report-evaluation/corrective-actions.prl +24 -0
- package/oiml-r91/execution/forms/report-evaluation/descriptions.prl +47 -0
- package/oiml-r91/execution/forms/report-evaluation/evaluation-identification.prl +219 -0
- package/oiml-r91/execution/forms/report-evaluation/test-report-summary.prl +33 -0
- package/oiml-r91/execution/forms/report-general/adjustments.prl +12 -0
- package/oiml-r91/execution/forms/report-general/alignment-aiming.prl +17 -0
- package/oiml-r91/execution/forms/report-general/checking-facility.prl +17 -0
- package/oiml-r91/execution/forms/report-general/configuration.prl +12 -0
- package/oiml-r91/execution/forms/report-general/identification.prl +216 -0
- package/oiml-r91/execution/forms/report-general/indications-controls.prl +17 -0
- package/oiml-r91/execution/forms/report-general/sealing.prl +21 -0
- package/oiml-r91/execution/forms/report-general/software-description.prl +26 -0
- package/oiml-r91/execution/forms/report-general/summary-environmental.prl +35 -0
- package/oiml-r91/execution/forms/report-general/summary-tests.prl +35 -0
- package/oiml-r91/execution/forms/report-general/test-equipment.prl +36 -0
- package/oiml-r91/execution/forms/report-general/test-interface.prl +16 -0
- package/oiml-r91/execution/forms/report-tests/01-01-field-test.prl +84 -0
- package/oiml-r91/execution/forms/report-tests/01-02-statistical-analysis.prl +76 -0
- package/oiml-r91/execution/forms/report-tests/01-03-image-evidence.prl +30 -0
- package/oiml-r91/execution/forms/report-tests/02-01-dynamic-performance.prl +92 -0
- package/oiml-r91/execution/forms/report-tests/02-02-speed-linearity.prl +23 -0
- package/oiml-r91/execution/forms/report-tests/02-03-distance-linearity.prl +67 -0
- package/oiml-r91/execution/forms/report-tests/02-04-angle-linearity.prl +59 -0
- package/oiml-r91/execution/forms/report-tests/03-01-dry-heat-operating.prl +38 -0
- package/oiml-r91/execution/forms/report-tests/03-02-dry-heat-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-03-cold-operating.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-04-cold-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-05-damp-heat-cyclic.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-06-water.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-07-sand-and-dust.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-08-salt-mist.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-09-vibration-random.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-10-mechanical-shock.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-11-dc-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-12-ripple-on-dc-mains.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-13-ac-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-14-ac-mains-frequency-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-15-dc-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-16-ac-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-17-ac-mains-frequency-harmonics.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-18-vlf-lf-disturbances.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-19-bursts-ac-dc-mains.prl +44 -0
- package/oiml-r91/execution/forms/report-tests/03-20-surges-ac-dc-mains.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-21-bursts-signal-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-22-surges-signal-lines.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-23-ac-mains-magnetic-field.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-24-conducted-rf-common-mode.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-25-rf-electromagnetic-fields.prl +49 -0
- package/oiml-r91/execution/forms/report-tests/03-26-electrostatic-discharges.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-27-internal-battery-low-voltage.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-28-road-vehicle-battery.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-29-transient-supply-lines.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-30-transient-other-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-31-battery-cranking.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-32-load-dump.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-33-acceleration.prl +66 -0
- package/oiml-r91/execution/forms/report-tests/03-34-further-influence.prl +60 -0
- package/oiml-r91/execution/forms/report-tests/03-35-installation-alignment.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/04-01-doppler-radar.prl +43 -0
- package/oiml-r91/execution/forms/report-tests/04-02-range-finding.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/04-03-average-speed.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-04-fixed-distance.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/04-05-image-based.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-06-across-road.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/05-01-moving-field-test.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/05-02-ego-field-test.prl +57 -0
- package/oiml-r91/execution/forms/report-tests/05-03-moving-traffic-simulation.prl +31 -0
- package/oiml-r91/execution/forms/report-tests/06-01-software-general.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-02-software-protection.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-03-software-hardware-support.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/06-04-software-separation.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-05-software-maintenance.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/07-general-remarks.prl +11 -0
- package/oiml-r91/execution/forms/shared/header-a.prl +63 -0
- package/oiml-r91/execution/subforms/software-matrix-row.prl +30 -0
- package/oiml-r91/execution/subforms/speed-measurement-row.prl +38 -0
- package/oiml-r91/layers.prl +46 -0
- package/oiml-r91/model/artifacts.prl +29 -0
- package/oiml-r91/model/attributes.prl +698 -0
- package/oiml-r91/model/behaviors.prl +142 -0
- package/oiml-r91/model/capabilities.prl +88 -0
- package/oiml-r91/model/characteristics.prl +27 -0
- package/oiml-r91/model/conditions.prl +37 -0
- package/oiml-r91/model/instrument.prl +147 -0
- package/oiml-r91/model/state.prl +22 -0
- package/oiml-r91/model/twin.prl +17 -0
- package/oiml-r91/package.primmel +14 -0
- package/oiml-r91/payload/application.yaml +201 -0
- package/oiml-r91/payload/conditions-common-test.yaml +19 -0
- package/oiml-r91/payload/promises.yaml +142 -0
- package/oiml-r91/payload/sample-data.yaml +464 -0
- package/oiml-r91/references.prl +72 -0
- package/oiml-r91/sources-prd/coverage.json +106 -0
- package/oiml-r91/sources-prd/r91-1.sentences.json +4696 -0
- package/oiml-r91/sources-prd/r91-2.sentences.json +2067 -0
- package/oiml-r91/sources-prd/r91-3.sentences.json +5210 -0
- package/oiml-r91/sources-prd/r91-4.sentences.json +474 -0
- package/oiml-r91/specification/calculations.prl +26 -0
- package/oiml-r91/specification/conformance/influence-disturbance.prl +1792 -0
- package/oiml-r91/specification/conformance/metrological.prl +906 -0
- package/oiml-r91/specification/formulas.prl +10 -0
- package/oiml-r91/specification/requirements/class-specific.prl +308 -0
- package/oiml-r91/specification/requirements/metrological.prl +176 -0
- package/oiml-r91/specification/requirements/technical.prl +173 -0
- package/oiml-r91/specification/symbols.prl +323 -0
- package/oiml-r91/specification/tables.prl +136 -0
- package/oiml-r91/terminology.prl +535 -0
- package/oiml-r91/value-types.prl +26 -0
- package/oiml-smart-core/entities/comments.prl +101 -0
- package/oiml-smart-core/entities/cs-operations.prl +492 -0
- package/oiml-smart-core/entities/cs-participants.prl +470 -0
- package/oiml-smart-core/entities/engagement.prl +323 -0
- package/oiml-smart-core/entities/instrument.prl +359 -0
- package/oiml-smart-core/entities/module-b.prl +214 -0
- package/oiml-smart-core/entities/operated-schemes.prl +141 -0
- package/oiml-smart-core/entities/parties.prl +429 -0
- package/oiml-smart-core/entities/payment-records.prl +92 -0
- package/oiml-smart-core/entities/verification.prl +187 -0
- package/oiml-smart-core/entities/workflow.prl +2075 -0
- package/oiml-smart-core/evaluation/roles.prl +65 -0
- package/oiml-smart-core/evaluation/state-machines.prl +1157 -0
- package/oiml-smart-core/package.primmel +10 -0
- package/oiml-smart-core/specification/competence-kinds.prl +64 -0
- package/oiml-smart-core/specification/constraints.prl +40 -0
- package/oiml-smart-core/specification/invariants.prl +90 -0
- package/oiml-smart-core/specification/predicates.prl +116 -0
- package/oiml-smart-module-emc-disturbances/package.primmel +10 -0
- package/oiml-smart-module-env-iec60068/package.primmel +10 -0
- package/oiml-smart-module-examination-docs/package.primmel +10 -0
- package/oiml-smart-module-reference-materials/package.primmel +10 -0
- package/oiml-smart-module-report-headers/package.primmel +10 -0
- package/oiml-smart-module-software-d31/package.primmel +10 -0
- package/oiml-smart-module-specimen-governance/entities/test-execution.prl +228 -0
- package/oiml-smart-module-specimen-governance/package.primmel +10 -0
- package/oiml-twin-cert/documents/tw-1/document.yaml +454 -0
- package/oiml-twin-cert/evaluation/roles.prl +15 -0
- package/oiml-twin-cert/execution/forms/probe-creep.prl +179 -0
- package/oiml-twin-cert/execution/forms/probe.prl +99 -0
- package/oiml-twin-cert/execution/forms/static-conformance.prl +50 -0
- package/oiml-twin-cert/model/attributes.prl +243 -0
- package/oiml-twin-cert/model/behaviors.prl +8 -0
- package/oiml-twin-cert/model/characteristics.prl +18 -0
- package/oiml-twin-cert/model/monitors.prl +16 -0
- package/oiml-twin-cert/package.primmel +16 -0
- package/oiml-twin-cert/specification/conformance/twin-fidelity.prl +176 -0
- package/oiml-twin-cert/specification/requirements/twin-fidelity.prl +137 -0
- package/oiml-twin-cert/specification/symbols.prl +36 -0
- package/oiml-twin-cert/terminology.prl +8 -0
- package/oimlsmart-primmel-packages-0.1.0.tgz +0 -0
- package/package.json +17 -0
- package/qms-ref/model/qms.prl +31 -0
- package/qms-ref/package.primmel +38 -0
- package/quarry-belt-scale/model/ops.prl +115 -0
- package/quarry-belt-scale/package.primmel +36 -0
|
@@ -0,0 +1,464 @@
|
|
|
1
|
+
# OIML R 91 Sample Data — evidence-file artifact instance flow (TODO.roadmap/09)
|
|
2
|
+
# + the clause-8 verification pilot (TODO.roadmap/21)
|
|
3
|
+
# -----------------------------------------------------------------------------
|
|
4
|
+
# Flow 1 (sample-r91-evf): one type-evaluation flow for a stationary
|
|
5
|
+
# doppler-radar speed meter, exercising the ARTIFACT chain of
|
|
6
|
+
# model/artifacts.yaml:
|
|
7
|
+
# /conf/examinations/evidence-file-examination
|
|
8
|
+
# produces_artifacts: [enforcement-evidence-file] (the IS contract)
|
|
9
|
+
# test_report.artifact_instances (the HAS evidence)
|
|
10
|
+
# — one evidence-file instance the INSTRUMENT produced, linked as
|
|
11
|
+
# evidence to the examination assignment and this report.
|
|
12
|
+
# MECE: the instance carries the instrument's 7.3 a–l content; the report
|
|
13
|
+
# form (execution/forms/evidence-file.yaml) carries only the lab's
|
|
14
|
+
# examination record — no artifact content is duplicated into evidence
|
|
15
|
+
# shapes (linker rule artifact-evidence-separation).
|
|
16
|
+
#
|
|
17
|
+
# Flow 2 (sample-r91-vfy): the R 91-1, clause 8 verification pilot — one
|
|
18
|
+
# sample lifecycle: a moving doppler-radar speed meter (class B) with type
|
|
19
|
+
# evaluation complete, then INITIAL VERIFICATION passed with verdicts and
|
|
20
|
+
# marks (8.2.4) and the securing state set on the sample (7.13). The
|
|
21
|
+
# re-verification triggers of evaluation/verification.yaml fire against
|
|
22
|
+
# this seed in src/__tests__/verification.test.ts.
|
|
23
|
+
# -----------------------------------------------------------------------------
|
|
24
|
+
standard: oiml-r91
|
|
25
|
+
description: >
|
|
26
|
+
Minimal OIML R 91 type evaluation flow seeding the artifact-instance chain
|
|
27
|
+
(TODO.roadmap/09): one stationary doppler-radar speed meter whose
|
|
28
|
+
evidence-file examination links one enforcement-evidence-file artifact
|
|
29
|
+
instance. Removing the instance fails validation (linker rule
|
|
30
|
+
artifact-presence) — this flow is the positive proof.
|
|
31
|
+
|
|
32
|
+
flows:
|
|
33
|
+
- name: "EX1 — ACME Speed Systems RS-180 (evidence file)"
|
|
34
|
+
id_prefix: sample-r91-evf
|
|
35
|
+
party:
|
|
36
|
+
laboratory_id: "21"
|
|
37
|
+
authority_id: EX1
|
|
38
|
+
subject:
|
|
39
|
+
manufacturer:
|
|
40
|
+
id: mfr-truspeed
|
|
41
|
+
standard_id: oiml-r91
|
|
42
|
+
company: "ACME Speed Systems GmbH"
|
|
43
|
+
street: "Messweg 7"
|
|
44
|
+
city: "Braunschweig"
|
|
45
|
+
postalCode: "38100"
|
|
46
|
+
country: "Germany"
|
|
47
|
+
phone: "+49 531 000-0"
|
|
48
|
+
created: "2026-01-15"
|
|
49
|
+
modified: "2026-06-01"
|
|
50
|
+
family:
|
|
51
|
+
id: fam-acme-rs180
|
|
52
|
+
standard_id: oiml-r91
|
|
53
|
+
family_designation: "RS-180"
|
|
54
|
+
manufacturer_id: mfr-truspeed
|
|
55
|
+
classification:
|
|
56
|
+
installation_principle: mobile
|
|
57
|
+
working_principle: doppler-radar
|
|
58
|
+
triggering: automatic
|
|
59
|
+
climatic_environment_class: H2
|
|
60
|
+
mechanical_environment_class: M2
|
|
61
|
+
parameters:
|
|
62
|
+
operating_temp_min: { value: -20, unit: degC }
|
|
63
|
+
operating_temp_max: { value: 60, unit: degC }
|
|
64
|
+
created: "2026-01-15"
|
|
65
|
+
modified: "2026-06-01"
|
|
66
|
+
groups:
|
|
67
|
+
- id: grp-acme-rs180-a
|
|
68
|
+
standard_id: oiml-r91
|
|
69
|
+
family_id: fam-acme-rs180
|
|
70
|
+
manufacturer_id: mfr-truspeed
|
|
71
|
+
group_label: "A"
|
|
72
|
+
classification: { metrological_class: A }
|
|
73
|
+
created: "2026-01-15"
|
|
74
|
+
modified: "2026-06-01"
|
|
75
|
+
models:
|
|
76
|
+
- id: mod-acme-rs180-st-a
|
|
77
|
+
standard_id: oiml-r91
|
|
78
|
+
model_designation: "RS-180 (stationary, class A)"
|
|
79
|
+
manufacturer_id: mfr-truspeed
|
|
80
|
+
family_id: fam-acme-rs180
|
|
81
|
+
group_id: grp-acme-rs180-a
|
|
82
|
+
classification:
|
|
83
|
+
mode_of_use: stationary
|
|
84
|
+
cosine_compensation: along-the-road
|
|
85
|
+
created: "2026-01-15"
|
|
86
|
+
modified: "2026-06-01"
|
|
87
|
+
samples:
|
|
88
|
+
- id: smp-acme-rs180-001
|
|
89
|
+
standard_id: oiml-r91
|
|
90
|
+
serial_number: "TS9000-4815"
|
|
91
|
+
model_id: mod-acme-rs180-st-a
|
|
92
|
+
manufacturer_id: mfr-truspeed
|
|
93
|
+
application_id: app-acme-rs180
|
|
94
|
+
status: TESTING_COMPLETE
|
|
95
|
+
condition: NEW
|
|
96
|
+
custody_events:
|
|
97
|
+
- { date: "2026-03-01", type: RECEIVED, actor: "Example Test Laboratory", notes: "Sample received from manufacturer" }
|
|
98
|
+
- { date: "2026-09-15", type: TESTING_COMPLETE, actor: "Example Test Laboratory", notes: "Type evaluation examinations complete" }
|
|
99
|
+
created: "2026-01-15"
|
|
100
|
+
modified: "2026-09-15"
|
|
101
|
+
application:
|
|
102
|
+
id: app-acme-rs180
|
|
103
|
+
standard_id: oiml-r91
|
|
104
|
+
application_number: "DE-TS-2026-0911"
|
|
105
|
+
date_of_application: "2026-01-15"
|
|
106
|
+
status: ACCEPTED
|
|
107
|
+
applicant:
|
|
108
|
+
company: "ACME Speed Systems GmbH"
|
|
109
|
+
representative: "Dr. Ada Verkehr"
|
|
110
|
+
address: "Messweg 7, 38100 Braunschweig, Germany"
|
|
111
|
+
noConcurrentApplication: true
|
|
112
|
+
model_family_id: fam-acme-rs180
|
|
113
|
+
model_ids: [mod-acme-rs180-st-a]
|
|
114
|
+
sample_ids: [smp-acme-rs180-001]
|
|
115
|
+
documentation:
|
|
116
|
+
- { name: "Technical documentation", description: "Complete technical file", submitted: true, reference: "TD-TS9000-2026" }
|
|
117
|
+
- { name: "Evidence file format specification", description: "Manufacturer's evidence-file format and security description (R 91-1, 7.3/7.4)", submitted: true }
|
|
118
|
+
submitted_date: "2026-01-15"
|
|
119
|
+
reviewed_date: "2026-02-15"
|
|
120
|
+
reviewer: "Example TL Department 5.2"
|
|
121
|
+
review_notes: "Complete documentation received. Application accepted for type evaluation."
|
|
122
|
+
test_request:
|
|
123
|
+
id: trq-acme-rs180-01
|
|
124
|
+
standard_id: oiml-r91
|
|
125
|
+
request_number: "TRQ-DE-TS-2026-0911-01"
|
|
126
|
+
application_id: app-acme-rs180
|
|
127
|
+
requesting_authority_id: EX1
|
|
128
|
+
assigned_laboratory_id: "21"
|
|
129
|
+
status: COMPLETED
|
|
130
|
+
scheme: A
|
|
131
|
+
issued_date: "2026-03-01"
|
|
132
|
+
issued_by: "Example TL Department 5.2"
|
|
133
|
+
assignments:
|
|
134
|
+
- { id: asg-ts9000-evidence-file-001, form_id: evidence-file, sample_id: smp-acme-rs180-001, model_id: mod-acme-rs180-st-a, status: COMPLETED }
|
|
135
|
+
test_report:
|
|
136
|
+
id: trp-acme-rs180
|
|
137
|
+
standard_id: oiml-r91
|
|
138
|
+
report_number: "ETL-5.2-2026-TR-0911"
|
|
139
|
+
test_request_id: trq-acme-rs180-01
|
|
140
|
+
application_id: app-acme-rs180
|
|
141
|
+
laboratory_id: "21"
|
|
142
|
+
model_family_id: fam-acme-rs180
|
|
143
|
+
model_group_id: grp-acme-rs180-a
|
|
144
|
+
sample_ids: [smp-acme-rs180-001]
|
|
145
|
+
status: ACCEPTED
|
|
146
|
+
evaluator: "Example Test Laboratory"
|
|
147
|
+
submitted_date: "2026-09-15"
|
|
148
|
+
forms:
|
|
149
|
+
- evidence-file
|
|
150
|
+
form_default_result: PASS
|
|
151
|
+
artifact_instances:
|
|
152
|
+
- id: evf-ts9000-0042
|
|
153
|
+
of: enforcement-evidence-file
|
|
154
|
+
produced_at: "2026-09-15T10:14:00Z"
|
|
155
|
+
by: smp-acme-rs180-001
|
|
156
|
+
content:
|
|
157
|
+
measurement_timestamp: { value: "2026-09-15T10:14:00Z" }
|
|
158
|
+
measurement_location: { value: "A12, km 114.2, lane 2 (test site)" }
|
|
159
|
+
measurement_id: { value: "SEQ-2026-09-15-0042" }
|
|
160
|
+
measured_speed: { value: 137, unit: km/h }
|
|
161
|
+
driving_direction: { value: "approaching" }
|
|
162
|
+
speed_limit: { value: 100, unit: km/h }
|
|
163
|
+
type_designation: { value: "RS-180" }
|
|
164
|
+
instrument_serial_number: { value: "TS9000-4815" }
|
|
165
|
+
image_evidence: { value: "evf-2026-09-15-0042.jpg" }
|
|
166
|
+
vehicle_identification_aids: { value: "lane indicator: lane 2; crosshair on the front plate" }
|
|
167
|
+
site_alignment_parameters: { value: "site A12 km 114.2; antenna angle 25 deg; cosine compensation along-the-road" }
|
|
168
|
+
links:
|
|
169
|
+
- asg-ts9000-evidence-file-001
|
|
170
|
+
- trp-acme-rs180
|
|
171
|
+
evaluation:
|
|
172
|
+
id: eva-acme-rs180
|
|
173
|
+
standard_id: oiml-r91
|
|
174
|
+
application_id: app-acme-rs180
|
|
175
|
+
authority_id: EX1
|
|
176
|
+
test_report_ids: [trp-acme-rs180]
|
|
177
|
+
model_id: mod-acme-rs180-st-a
|
|
178
|
+
reviewer_name: "Example TL Department 5.2"
|
|
179
|
+
review_date: "2026-10-01"
|
|
180
|
+
overall_decision: APPROVED
|
|
181
|
+
review_notes: "Evidence-file examination satisfactory; artifact instance conforms to the 7.3 a–l content contract."
|
|
182
|
+
certificate:
|
|
183
|
+
id: crt-acme-rs180
|
|
184
|
+
standard_id: oiml-r91
|
|
185
|
+
model_family_id: fam-acme-rs180
|
|
186
|
+
evaluation_id: eva-acme-rs180
|
|
187
|
+
test_report_ids: [trp-acme-rs180]
|
|
188
|
+
status: ACTIVE
|
|
189
|
+
certificate_number: "R91/2025-A-EX1-26.01"
|
|
190
|
+
scheme: A
|
|
191
|
+
edition_year: 2025
|
|
192
|
+
oiml_member_state: GERMANY
|
|
193
|
+
issue_date: "2026-11-01"
|
|
194
|
+
expiry_date: "2031-11-01"
|
|
195
|
+
periodicity_years: 5
|
|
196
|
+
type_description: "Stationary doppler-radar speed meter for automatic enforcement measurements, metrological class A."
|
|
197
|
+
test_reports:
|
|
198
|
+
- { report_number: "ETL-5.2-2026-TR-0911", date: "2026-09-15", pages: 18 }
|
|
199
|
+
classifications:
|
|
200
|
+
- { label: A, characteristics: { mode_of_use: stationary, working_principle: doppler-radar, triggering: automatic, installation_principle: mobile } }
|
|
201
|
+
json_data:
|
|
202
|
+
standard: "OIML R 91:2025"
|
|
203
|
+
certificate_number: "R91/2025-A-EX1-26.01"
|
|
204
|
+
scheme: A
|
|
205
|
+
# ── Verification pilot (TODO.roadmap/21, gap audit G1) ────────────────
|
|
206
|
+
# One sample lifecycle through the R 91-1, clause 8 verification pathway:
|
|
207
|
+
# a MOVING doppler-radar speed meter (class B) with its type evaluation
|
|
208
|
+
# complete, then INITIAL VERIFICATION (8.2) passed with verdicts and
|
|
209
|
+
# marks (8.2.4) and the securing state set on the sample (7.13) — the
|
|
210
|
+
# verification record rides the new verificationRecords store, the
|
|
211
|
+
# sample carries verification_state VERIFIED + seals. The
|
|
212
|
+
# re-verification triggers of evaluation/verification.yaml (the 1-year
|
|
213
|
+
# validity timer and the 6.15.3 Note 2 tyre-change signal — ego meters
|
|
214
|
+
# are why the pilot subject is a MOVING meter) are proven against this
|
|
215
|
+
# seed by src/__tests__/verification.test.ts: the mpe-stationary verdict
|
|
216
|
+
# below is recomputed by the shared verdict machinery
|
|
217
|
+
# (services/verdict.service.ts over sample.test_context v/v_ref/
|
|
218
|
+
# reference_speed) and must agree byte-for-byte in outcome and fact.
|
|
219
|
+
- name: "EX1 — ACME Speed Instruments RS-500M (verification pilot)"
|
|
220
|
+
id_prefix: sample-r91-vfy
|
|
221
|
+
party:
|
|
222
|
+
laboratory_id: "21"
|
|
223
|
+
authority_id: EX1
|
|
224
|
+
subject:
|
|
225
|
+
manufacturer:
|
|
226
|
+
id: mfr-patrolgauge
|
|
227
|
+
standard_id: oiml-r91
|
|
228
|
+
company: "ACME Speed Instruments BV"
|
|
229
|
+
street: "Radarweg 12"
|
|
230
|
+
city: "Delft"
|
|
231
|
+
postalCode: "2628 AB"
|
|
232
|
+
country: "Netherlands"
|
|
233
|
+
phone: "+31 15 000-00"
|
|
234
|
+
created: "2026-01-20"
|
|
235
|
+
modified: "2026-06-01"
|
|
236
|
+
family:
|
|
237
|
+
id: fam-acme-rs500
|
|
238
|
+
standard_id: oiml-r91
|
|
239
|
+
family_designation: "RS-500"
|
|
240
|
+
manufacturer_id: mfr-patrolgauge
|
|
241
|
+
classification:
|
|
242
|
+
installation_principle: mobile
|
|
243
|
+
working_principle: doppler-radar
|
|
244
|
+
triggering: automatic
|
|
245
|
+
climatic_environment_class: H2
|
|
246
|
+
mechanical_environment_class: M2
|
|
247
|
+
parameters:
|
|
248
|
+
operating_temp_min: { value: -20, unit: degC }
|
|
249
|
+
operating_temp_max: { value: 60, unit: degC }
|
|
250
|
+
created: "2026-01-20"
|
|
251
|
+
modified: "2026-06-01"
|
|
252
|
+
groups:
|
|
253
|
+
- id: grp-acme-rs500-b
|
|
254
|
+
standard_id: oiml-r91
|
|
255
|
+
family_id: fam-acme-rs500
|
|
256
|
+
manufacturer_id: mfr-patrolgauge
|
|
257
|
+
group_label: "B"
|
|
258
|
+
classification: { metrological_class: B }
|
|
259
|
+
created: "2026-01-20"
|
|
260
|
+
modified: "2026-06-01"
|
|
261
|
+
models:
|
|
262
|
+
- id: mod-acme-rs500-mv-b
|
|
263
|
+
standard_id: oiml-r91
|
|
264
|
+
model_designation: "RS-500M (moving, class B)"
|
|
265
|
+
manufacturer_id: mfr-patrolgauge
|
|
266
|
+
family_id: fam-acme-rs500
|
|
267
|
+
group_id: grp-acme-rs500-b
|
|
268
|
+
classification:
|
|
269
|
+
mode_of_use: moving
|
|
270
|
+
cosine_compensation: along-the-road
|
|
271
|
+
created: "2026-01-20"
|
|
272
|
+
modified: "2026-06-01"
|
|
273
|
+
samples:
|
|
274
|
+
- id: smp-acme-rs500-001
|
|
275
|
+
standard_id: oiml-r91
|
|
276
|
+
serial_number: "PG500M-0007"
|
|
277
|
+
model_id: mod-acme-rs500-mv-b
|
|
278
|
+
manufacturer_id: mfr-patrolgauge
|
|
279
|
+
application_id: app-acme-rs500
|
|
280
|
+
status: TESTING_COMPLETE
|
|
281
|
+
condition: NEW
|
|
282
|
+
custody_events:
|
|
283
|
+
- { date: "2026-03-10", type: RECEIVED, actor: "Example Test Laboratory", notes: "Sample received from manufacturer" }
|
|
284
|
+
- { date: "2026-09-20", type: TESTING_COMPLETE, actor: "Example Test Laboratory", notes: "Type evaluation examinations complete" }
|
|
285
|
+
test_context:
|
|
286
|
+
# The verification field accuracy test's bound facts (8.2.2) —
|
|
287
|
+
# the verdict service recomputes the mpe-stationary verdict
|
|
288
|
+
# from these (v − v_ref = 1.2 km/h ≤ 3 km/h MPE at 100 km/h).
|
|
289
|
+
v: { value: 101.2, unit: km/h }
|
|
290
|
+
v_ref: { value: 100, unit: km/h }
|
|
291
|
+
reference_speed: { value: 100, unit: km/h }
|
|
292
|
+
verification_state: VERIFIED
|
|
293
|
+
seals:
|
|
294
|
+
- id: seal-adjustment-pg500-001
|
|
295
|
+
protects: "adjustment means (R 91-1, 7.13 a)"
|
|
296
|
+
means: "mechanical seal"
|
|
297
|
+
location: "housing, adjustment screw cover"
|
|
298
|
+
status: INTACT
|
|
299
|
+
set_by: sample-r91-vfy-ver-initial
|
|
300
|
+
set_at: "2026-10-01T09:30:00Z"
|
|
301
|
+
created: "2026-01-20"
|
|
302
|
+
modified: "2026-10-01"
|
|
303
|
+
application:
|
|
304
|
+
id: app-acme-rs500
|
|
305
|
+
standard_id: oiml-r91
|
|
306
|
+
application_number: "DE-PG-2026-1017"
|
|
307
|
+
date_of_application: "2026-01-20"
|
|
308
|
+
status: ACCEPTED
|
|
309
|
+
applicant:
|
|
310
|
+
company: "ACME Speed Instruments BV"
|
|
311
|
+
representative: "Ir. Sanne Visser"
|
|
312
|
+
address: "Radarweg 12, 2628 AB Delft, Netherlands"
|
|
313
|
+
noConcurrentApplication: true
|
|
314
|
+
model_family_id: fam-acme-rs500
|
|
315
|
+
model_ids: [mod-acme-rs500-mv-b]
|
|
316
|
+
sample_ids: [smp-acme-rs500-001]
|
|
317
|
+
documentation:
|
|
318
|
+
- { name: "Technical documentation", description: "Complete technical file incl. ego-meter description (6.15.3)", submitted: true, reference: "TD-PG500M-2026" }
|
|
319
|
+
- { name: "Evidence file format specification", description: "Manufacturer's evidence-file format and security description (R 91-1, 7.3/7.4)", submitted: true }
|
|
320
|
+
submitted_date: "2026-01-20"
|
|
321
|
+
reviewed_date: "2026-02-20"
|
|
322
|
+
reviewer: "Example TL Department 5.2"
|
|
323
|
+
review_notes: "Complete documentation received. Application accepted for type evaluation."
|
|
324
|
+
test_request:
|
|
325
|
+
id: trq-acme-rs500-01
|
|
326
|
+
standard_id: oiml-r91
|
|
327
|
+
request_number: "TRQ-DE-PG-2026-1017-01"
|
|
328
|
+
application_id: app-acme-rs500
|
|
329
|
+
requesting_authority_id: EX1
|
|
330
|
+
assigned_laboratory_id: "21"
|
|
331
|
+
status: COMPLETED
|
|
332
|
+
scheme: A
|
|
333
|
+
issued_date: "2026-03-10"
|
|
334
|
+
issued_by: "Example TL Department 5.2"
|
|
335
|
+
assignments:
|
|
336
|
+
- { id: asg-pg500-evidence-file-001, form_id: evidence-file, sample_id: smp-acme-rs500-001, model_id: mod-acme-rs500-mv-b, status: COMPLETED }
|
|
337
|
+
test_report:
|
|
338
|
+
id: trp-acme-rs500
|
|
339
|
+
standard_id: oiml-r91
|
|
340
|
+
report_number: "ETL-5.2-2026-TR-1017"
|
|
341
|
+
test_request_id: trq-acme-rs500-01
|
|
342
|
+
application_id: app-acme-rs500
|
|
343
|
+
laboratory_id: "21"
|
|
344
|
+
model_family_id: fam-acme-rs500
|
|
345
|
+
model_group_id: grp-acme-rs500-b
|
|
346
|
+
sample_ids: [smp-acme-rs500-001]
|
|
347
|
+
status: ACCEPTED
|
|
348
|
+
evaluator: "Example Test Laboratory"
|
|
349
|
+
submitted_date: "2026-09-20"
|
|
350
|
+
forms:
|
|
351
|
+
- evidence-file
|
|
352
|
+
form_default_result: PASS
|
|
353
|
+
artifact_instances:
|
|
354
|
+
- id: evf-pg500-0007
|
|
355
|
+
of: enforcement-evidence-file
|
|
356
|
+
produced_at: "2026-09-20T14:02:00Z"
|
|
357
|
+
by: smp-acme-rs500-001
|
|
358
|
+
content:
|
|
359
|
+
measurement_timestamp: { value: "2026-09-20T14:02:00Z" }
|
|
360
|
+
measurement_location: { value: "A13, km 88.4, lane 1 (test site)" }
|
|
361
|
+
measurement_id: { value: "SEQ-2026-09-20-0007" }
|
|
362
|
+
measured_speed: { value: 128, unit: km/h }
|
|
363
|
+
driving_direction: { value: "approaching" }
|
|
364
|
+
speed_limit: { value: 100, unit: km/h }
|
|
365
|
+
type_designation: { value: "RS-500M" }
|
|
366
|
+
instrument_serial_number: { value: "PG500M-0007" }
|
|
367
|
+
image_evidence: { value: "evf-2026-09-20-0007.jpg" }
|
|
368
|
+
vehicle_identification_aids: { value: "lane indicator: lane 1; crosshair on the front plate" }
|
|
369
|
+
site_alignment_parameters: { value: "site A13 km 88.4; antenna angle 25 deg; cosine compensation along-the-road" }
|
|
370
|
+
recorded_ego_speed: { value: 97.5, unit: km/h }
|
|
371
|
+
links:
|
|
372
|
+
- asg-pg500-evidence-file-001
|
|
373
|
+
- trp-acme-rs500
|
|
374
|
+
evaluation:
|
|
375
|
+
id: eva-acme-rs500
|
|
376
|
+
standard_id: oiml-r91
|
|
377
|
+
application_id: app-acme-rs500
|
|
378
|
+
authority_id: EX1
|
|
379
|
+
test_report_ids: [trp-acme-rs500]
|
|
380
|
+
model_id: mod-acme-rs500-mv-b
|
|
381
|
+
reviewer_name: "Example TL Department 5.2"
|
|
382
|
+
review_date: "2026-09-25"
|
|
383
|
+
overall_decision: APPROVED
|
|
384
|
+
review_notes: "Type evaluation complete; approved for moving enforcement measurements, class B."
|
|
385
|
+
certificate:
|
|
386
|
+
id: crt-acme-rs500
|
|
387
|
+
standard_id: oiml-r91
|
|
388
|
+
model_family_id: fam-acme-rs500
|
|
389
|
+
evaluation_id: eva-acme-rs500
|
|
390
|
+
test_report_ids: [trp-acme-rs500]
|
|
391
|
+
status: ACTIVE
|
|
392
|
+
certificate_number: "R91/2025-A-EX1-26.02"
|
|
393
|
+
scheme: A
|
|
394
|
+
edition_year: 2025
|
|
395
|
+
oiml_member_state: GERMANY
|
|
396
|
+
issue_date: "2026-09-30"
|
|
397
|
+
expiry_date: "2031-09-30"
|
|
398
|
+
periodicity_years: 5
|
|
399
|
+
type_description: "Moving doppler-radar speed meter with ego speed meter for patrol-vehicle enforcement, metrological class B."
|
|
400
|
+
test_reports:
|
|
401
|
+
- { report_number: "ETL-5.2-2026-TR-1017", date: "2026-09-20", pages: 21 }
|
|
402
|
+
classifications:
|
|
403
|
+
- { label: B, characteristics: { mode_of_use: moving, working_principle: doppler-radar, triggering: automatic, installation_principle: mobile } }
|
|
404
|
+
json_data:
|
|
405
|
+
standard: "OIML R 91:2025"
|
|
406
|
+
certificate_number: "R91/2025-A-EX1-26.02"
|
|
407
|
+
scheme: A
|
|
408
|
+
verification:
|
|
409
|
+
records:
|
|
410
|
+
# ── Initial verification (R 91-1, 8.2), passed and marked ─────
|
|
411
|
+
# Tests (8.2.2): the field accuracy tests for a moving meter — the
|
|
412
|
+
# moving field test and the ego-meter field test (a subset of the
|
|
413
|
+
# initial-verification process's test set). Verdicts over the
|
|
414
|
+
# 8.2.3 assessment scope; the mpe-stationary verdict is recomputed
|
|
415
|
+
# by the shared verdict machinery in verification.test.ts.
|
|
416
|
+
- id: sample-r91-vfy-ver-initial
|
|
417
|
+
kind: initial
|
|
418
|
+
process_id: initial-verification
|
|
419
|
+
status: MARKED
|
|
420
|
+
outcome: pass
|
|
421
|
+
# Seeded verdicts cover the testable scope of 8.2.3(a) (the two field
|
|
422
|
+
# accuracy tests): mpe-stationary (re-derived by verification.test.ts)
|
|
423
|
+
# and mpe-moving (asserted structurally). The 8.2.3(b) inspection items
|
|
424
|
+
# (ego-speed, sealing-inscriptions) are inspection-verified, not
|
|
425
|
+
# test-verdicts — deliberately out of the seeded verdict list.
|
|
426
|
+
tests:
|
|
427
|
+
- /conf/field/moving-field-test
|
|
428
|
+
- /conf/field/ego-field-test
|
|
429
|
+
verdicts:
|
|
430
|
+
- requirement_id: /req/metrological/mpe-stationary
|
|
431
|
+
fact: { name: speed_error, value: { value: 1.2, unit: km/h }, source: verdict-registry }
|
|
432
|
+
limit:
|
|
433
|
+
verdict: speed_error
|
|
434
|
+
op: lte
|
|
435
|
+
limit: "ocl{lookupMPE(reference_speed, 'stationary', 1.0)}"
|
|
436
|
+
inputs: { v: 101.2, v_ref: 100, reference_speed: 100 }
|
|
437
|
+
outcome: pass
|
|
438
|
+
modality: shall
|
|
439
|
+
- requirement_id: /req/category-moving/mpe-moving
|
|
440
|
+
fact: { name: speed_error, value: { value: 1.2, unit: km/h }, source: verdict-registry }
|
|
441
|
+
limit:
|
|
442
|
+
expression: "ocl{abs(speed_error) <= lookupMPE(reference_speed, metrological_class, 1.0)}"
|
|
443
|
+
uses: [ speed_error, reference_speed, metrological_class ]
|
|
444
|
+
inputs: { speed_error: 1.2, reference_speed: 100, metrological_class: B }
|
|
445
|
+
outcome: pass
|
|
446
|
+
modality: shall
|
|
447
|
+
marks:
|
|
448
|
+
- id: mark-de-2026-0042
|
|
449
|
+
mark: "DE verification mark 2026"
|
|
450
|
+
location: "housing front plate (R 91-1, 7.14)"
|
|
451
|
+
clause: "8.2.4"
|
|
452
|
+
applied_at: "2026-10-01T09:30:00Z"
|
|
453
|
+
applied_by: "Example TL Verification Officer"
|
|
454
|
+
laboratory_id: "21"
|
|
455
|
+
authority: "Example TL (metrological authority)"
|
|
456
|
+
equipment:
|
|
457
|
+
- { id: ref-speed-meter-01, cal_cert: "ETL-Cal-2026-1187" }
|
|
458
|
+
assessed_by: "Example TL Verification Officer"
|
|
459
|
+
assessed_date: "2026-10-01"
|
|
460
|
+
valid_until: "2027-10-01"
|
|
461
|
+
certificate_number: "DE-VER-2026-0042"
|
|
462
|
+
trigger_event: scheduled
|
|
463
|
+
created: "2026-10-01"
|
|
464
|
+
modified: "2026-10-01"
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
reference r91-1 {
|
|
2
|
+
document "OIML R 91-1:2025 — Traffic speed meters, Part 1: Metrological and technical requirements"
|
|
3
|
+
clause ""
|
|
4
|
+
title "Part 1 — requirements"
|
|
5
|
+
org "OIML"
|
|
6
|
+
edition "2025"
|
|
7
|
+
urn "urn:oiml:pub:r:91-1:2025"
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
reference r91-2 {
|
|
11
|
+
document "OIML R 91-2:2025 — Traffic speed meters, Part 2: Test procedures"
|
|
12
|
+
clause ""
|
|
13
|
+
title "Part 2 — test procedures"
|
|
14
|
+
org "OIML"
|
|
15
|
+
edition "2025"
|
|
16
|
+
urn "urn:oiml:pub:r:91-2:2025"
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
reference r91-3 {
|
|
20
|
+
document "OIML R 91-3:2025 — Traffic speed meters, Part 3: Test report format"
|
|
21
|
+
clause ""
|
|
22
|
+
title "Part 3 — test report format"
|
|
23
|
+
org "OIML"
|
|
24
|
+
edition "2025"
|
|
25
|
+
urn "urn:oiml:pub:r:91-3:2025"
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
reference r91-4 {
|
|
29
|
+
document "OIML R 91-4:2025 — Traffic speed meters, Part 4: Type evaluation report format"
|
|
30
|
+
clause ""
|
|
31
|
+
title "Part 4 — type evaluation report format"
|
|
32
|
+
org "OIML"
|
|
33
|
+
edition "2025"
|
|
34
|
+
urn "urn:oiml:pub:r:91-4:2025"
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
reference oiml-d31 {
|
|
38
|
+
document "OIML D 31:2023 — General requirements for software-controlled measuring instruments"
|
|
39
|
+
clause "6.2"
|
|
40
|
+
title "Software requirements (referenced by R 91-1, 7.10)"
|
|
41
|
+
org "OIML"
|
|
42
|
+
edition "2023"
|
|
43
|
+
urn "urn:oiml:pub:d:31:2023"
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
reference oiml-d11 {
|
|
47
|
+
document "OIML D 11:2013 — General requirements for measuring instruments — environmental conditions"
|
|
48
|
+
clause ""
|
|
49
|
+
title "Environmental classifications (referenced by R 91-1, 6.17)"
|
|
50
|
+
org "OIML"
|
|
51
|
+
edition "2013"
|
|
52
|
+
urn "urn:oiml:pub:d:11:2013"
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
reference viml-2022 {
|
|
56
|
+
document "OIML V 1:2022 — International vocabulary of terms in legal metrology (VIML)"
|
|
57
|
+
clause "0.10"
|
|
58
|
+
title "measuring instrument (referenced by R 91-1, 3.1.1)"
|
|
59
|
+
org "OIML"
|
|
60
|
+
edition "2022"
|
|
61
|
+
urn "urn:oiml:pub:v:1:2022"
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
reference vim-2012 {
|
|
65
|
+
document "OIML V 2-200:2012 — International vocabulary of metrology (VIM)"
|
|
66
|
+
clause "2.52"
|
|
67
|
+
title "influence quantity (referenced by R 91-1, 6.9)"
|
|
68
|
+
org "OIML"
|
|
69
|
+
edition "2012"
|
|
70
|
+
urn "urn:oiml:pub:v:2-200:2012"
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prd_coverage": "0.1.0",
|
|
3
|
+
"allowances": [
|
|
4
|
+
{
|
|
5
|
+
"address": "urn:oiml:pub:r:91-1:2025#clause-2",
|
|
6
|
+
"sentences": [
|
|
7
|
+
"s2"
|
|
8
|
+
],
|
|
9
|
+
"reason": "Scope prose (R 91-1, 2) — the Recommendation's own purpose statement ('states the conditions that the speed meter shall satisfy … in legal proceedings'): a descriptive modal inside a scope-relative clause, addressed to users of the Recommendation, nothing to bind in an instrument model",
|
|
10
|
+
"since": "2026-07-27",
|
|
11
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"duplicate_adjudications": [
|
|
15
|
+
{
|
|
16
|
+
"elements": [
|
|
17
|
+
"SpeedMeter",
|
|
18
|
+
"speed-meter"
|
|
19
|
+
],
|
|
20
|
+
"verdict": "distinct",
|
|
21
|
+
"reason": "The subject-type definition (model/instrument.yaml) deliberately mirrors the vocabulary term (R 91-1, 3.1.1) — the instrument class is the type identity, the term the vocabulary entry; two constructs, one source definition",
|
|
22
|
+
"since": "2026-07-27",
|
|
23
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"elements": [
|
|
27
|
+
"across-the-road-speed-meter",
|
|
28
|
+
"along-the-road-speed-meter"
|
|
29
|
+
],
|
|
30
|
+
"verdict": "distinct",
|
|
31
|
+
"reason": "Per-category specializations (R 91-1, 3.4.10/3.4.11) — the definitions differ by the road-axis qualifier that discriminates the two categories",
|
|
32
|
+
"since": "2026-07-27",
|
|
33
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"elements": [
|
|
37
|
+
"automatic-measurement",
|
|
38
|
+
"manual-measurement"
|
|
39
|
+
],
|
|
40
|
+
"verdict": "distinct",
|
|
41
|
+
"reason": "Complementary mode definitions (R 91-1, 3.1.9/3.1.10) — they differ exactly by the operator-intervention qualifier (containment similarity 1 is the shared wording, not duplication)",
|
|
42
|
+
"since": "2026-07-27",
|
|
43
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"elements": [
|
|
47
|
+
"azimuth-angle",
|
|
48
|
+
"elevation-angle"
|
|
49
|
+
],
|
|
50
|
+
"verdict": "distinct",
|
|
51
|
+
"reason": "Per-axis specializations (R 91-1, 3.4.3/3.4.4) — azimuth vs elevation of the same alignment geometry",
|
|
52
|
+
"since": "2026-07-27",
|
|
53
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"elements": [
|
|
57
|
+
"disturbance",
|
|
58
|
+
"influence-factor"
|
|
59
|
+
],
|
|
60
|
+
"verdict": "distinct",
|
|
61
|
+
"reason": "Distinct VIM concepts (R 91-1, 3.5.8/3.5.9) — a constant influence vs an abrupt disturbance; shared metrology vocabulary drives the similarity",
|
|
62
|
+
"since": "2026-07-27",
|
|
63
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"elements": [
|
|
67
|
+
"durability-error",
|
|
68
|
+
"fault"
|
|
69
|
+
],
|
|
70
|
+
"verdict": "distinct",
|
|
71
|
+
"reason": "Distinct error concepts (R 91-1, 3.5.5/3.5.6) — the long-term durability drift vs the fault magnitude; shared error vocabulary drives the similarity",
|
|
72
|
+
"since": "2026-07-27",
|
|
73
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"elements": [
|
|
77
|
+
"ego-speed-meter",
|
|
78
|
+
"ego_speed_meter"
|
|
79
|
+
],
|
|
80
|
+
"verdict": "distinct",
|
|
81
|
+
"reason": "The terminology term (R 91-1, 6.15.3 distillation) vs the instrument-family variant of model/instrument.yaml — variant realizations mirror the term by design (two constructs, one concept)",
|
|
82
|
+
"since": "2026-07-27",
|
|
83
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"elements": [
|
|
87
|
+
"error-of-indication",
|
|
88
|
+
"mpe"
|
|
89
|
+
],
|
|
90
|
+
"verdict": "distinct",
|
|
91
|
+
"reason": "Distinct error concepts (R 91-1, 3.5.1/3.5.2) — the error of indication vs its permissible bound; definitional cross-reference drives the similarity",
|
|
92
|
+
"since": "2026-07-27",
|
|
93
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"elements": [
|
|
97
|
+
"fixed-beam",
|
|
98
|
+
"scanning-beam"
|
|
99
|
+
],
|
|
100
|
+
"verdict": "distinct",
|
|
101
|
+
"reason": "Complementary beam-mode definitions (R 91-1, 3.3.7/3.3.8) — they differ exactly by the fixed/scanning qualifier",
|
|
102
|
+
"since": "2026-07-27",
|
|
103
|
+
"task": "gap-close C4 (R 91 sources-prd first landing)"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|