RepairProvider
classRepair Provider
An authorised repair provider for a product. Supports the European online platform for repair (Article 7 of Directive 2024/1799) and manufacturer-published repair networks.
Properties (2)
| Property | Description | Range |
|---|---|---|
| repairProviderName | — | xsd:string |
| repairProviderUrl | — | xsd:anyURI |
Used as Range (1)
Where used
Referenced by other terms (3)
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "RepairProvider",
"repairProviderName": "...",
"repairProviderUrl": "..."
}