RepairabilityIndex
classRepairability Index
French Repairability Index (Indice de Réparabilité) assessment using the official 5-criteria, 100-point scoring methodology. The score is displayed to consumers as 0-10 scale. Five Criteria (20 points each): 1. Documentation - Availability of repair documentation 2. Disassembly - Ease of disassembly and tools required 3. Spare Parts Availability - Duration and access to spare parts 4. Spare Parts Pricing - Ratio of part prices to product price 5. Product Specific - Category-specific criteria (e.g., software support for smartphones) Total score (0-100) is converted to display score (0-10) for consumer labeling.
Properties (7)
| Property | Description | Range |
|---|---|---|
| assessmentBody | Organization that performed the repairability assessment. | gs1:Organization |
| assessmentDate | Date when the repairability assessment was performed. | xsd:date |
| displayScore | Consumer-facing repairability score (0-10 scale, totalScore/10). | xsd:decimal |
| repairabilityClass | EU Right to Repair classification (A-E grade). | EURepairabilityClass |
| repairabilityLabelUrl | URL to the official repairability label image. | xsd:anyURI |
| repairCriteria | List of individual criterion scores. | RepairCriterion |
| totalScore | Total repairability score (0-100 scale, sum of 5 criteria). | xsd:decimal |
Used as Range (1)
Where used
Referenced by other terms (8)
In SHACL shapes (2)
- RepairabilityIndexShapetargets
- ElectronicDeviceShapeclass-of
In example documents (5)
Master data & product examples
EPCIS 2.0 events
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
"type": "RepairabilityIndex",
"assessmentBody": "...",
"assessmentDate": "...",
"displayScore": "..."
}