PerformanceInfo
classPerformance Information
Product performance and durability information per ESPR Article 7. Captures expected lifespan, usage cycles, and performance metrics.
Properties (6)
| Property | Description | Range |
|---|---|---|
| expectedLifespan | Expected product lifespan. Use gs1:QuantitativeValue with unitCode (e.g., 'ANN' for years). | gs1:QuantitativeValue |
| guaranteedLifespan | Guaranteed minimum product lifespan per manufacturer warranty. Use unitCode 'ANN' (UN/CEFACT Rec 20). | gs1:QuantitativeValue |
| performanceClass | Performance or efficiency class (e.g., A+++ to G for energy labels). | xsd:string |
| technicalLifetime | Technical lifetime under specified conditions. Use unitCode 'ANN' (UN/CEFACT Rec 20). | gs1:QuantitativeValue |
| testedConditions | Description of conditions under which performance was tested. | xsd:string |
| usageCycles | Number of expected usage cycles (e.g., charging cycles for batteries). | xsd:integer |
Used as Range (1)
Where used
Referenced by other terms (13)
In SHACL shapes (1)
- PerformanceInfoShapetargets
References
External Vocabulary References
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": "PerformanceInfo",
"expectedLifespan": "...",
"guaranteedLifespan": "...",
"performanceClass": "..."
}