RepairCriterion

class

Repair Criterion

An individual criterion score within the French Repairability Index.

URI:https://ref.openepcis.io/extensions/eu/electronics/RepairCriterion

Subclass Of

Properties (4)

PropertyDescriptionRange
criterionDetailsDetailed explanation of the criterion score.xsd:string
criterionMaxScoreMaximum possible score for this criterion (typically 20).xsd:decimal
criterionScoreScore for this criterion (0-20 scale).xsd:decimal
criterionTypeType 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)

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": "..."
}