RepairCriterion
classRepair Criterion
An individual criterion score within the French Repairability Index.
Subclass Of
Properties (4)
| Property | Description | Range |
|---|---|---|
| criterionDetails | Detailed explanation of the criterion score. | xsd:string |
| criterionMaxScore | Maximum possible score for this criterion (typically 20). | xsd:decimal |
| criterionScore | Score for this criterion (0-20 scale). | xsd:decimal |
| criterionType | Type of repair criterion being scored. | RepairCriterionType |
Used as Range (1)
Where used
Referenced by other terms (5)
In SHACL shapes (2)
- RepairCriterionShapetargets
- RepairabilityIndexShapeclass-of
In example documents (4)
Master data & product examples
References
External Vocabulary References
Loading external vocabulary...
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
"type": "RepairCriterion",
"criterionDetails": "...",
"criterionMaxScore": "...",
"criterionScore": "..."
}