RepairabilityInfo
classRepairability Information
Repair and maintenance information per ESPR Article 7. Captures repair scores, spare part availability, and repair instructions.
Properties (8)
| Property | Description | Range |
|---|---|---|
| diyRepairPossible | Whether the product can be repaired by consumers (do-it-yourself repair). | xsd:boolean |
| professionalRepairNetwork | URL to find authorized repair service providers. | xsd:anyURI |
| repairabilityClass | Repairability class (A to E, where A is most repairable). | xsd:string |
| repairabilityScore | Repairability index score (typically 0-10 scale, e.g., French Indice de Réparabilité). | xsd:decimal |
| repairInformationPortalUrl | URL of the manufacturer's public repair information portal as required by EU Right-to-Repair Directive 2024/1799 Article 4 — covers spare-parts catalogue, dismantling guides, software updates available to independent repairers. | xsd:anyURI |
| repairInstructions | URL or reference to repair instructions and manuals. | DocumentReference |
| softwareUpdatesAvailability | Duration for which software/firmware updates will be provided. Use unitCode 'ANN' (UN/CEFACT Rec 20). | gs1:QuantitativeValue |
| sparePartsAvailability | Duration for which spare parts will be available. Use gs1:QuantitativeValue with unitCode 'ANN' for years. | gs1:QuantitativeValue |
Used as Range (1)
Where used
Referenced by other terms (10)
see also:
In SHACL shapes (1)
- RepairabilityInfoShapetargets
References
External Vocabulary References
Loading external vocabulary...
Loading external vocabulary...
Loading external vocabulary...
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "RepairabilityInfo",
"diyRepairPossible": "...",
"professionalRepairNetwork": "...",
"repairabilityClass": "..."
}