-
Notifications
You must be signed in to change notification settings - Fork 893
Description
Problem
Certification has been published (requested in #3230). However, there isn't yet an attribute in the schema to represent the rating of a certification. For example:
- EPREL certifications would have ratings in the form of
Rating(Best to Worst), e.g. B(A to G), C(A to G)... - EPEAT, ENERGY STAR certifications would have textual ratings, e.g. Gold, Silver, Bronze...
- Vehicle certifications in France, Germany... would also have textual rating such as A, B, C...
Currently, we can't find a suitable attribute on Certification to best represent it. According to the name, we think that Certification::hasMeasurement may look like a good attribute to represent the rating BUT... it doesn't support rating with a textual scale like EPREL because it is a QuantitativeValue with min/max values being Number rather than Text.
Proposal
Therefore, we would like to propose make Certification::hasMeasurement a Rating instead of a QuantitativeValue whose best/worst value attributes can be both Text. Or maybe if you know that this property is used for something else, we can consider adding a completely new rating property to it.
Thanks a lot