Score Scale
- CURIE:
gmeow:ScoreScale - IRI: https://blackcatinformatics.ca/gmeow/ScoreScale
- Category: class
- Defined by:
gmeow:slices/norms - Box roles: TBox role (What is this?)
A numeric scale for assessments — minimum, maximum, optional step. Scale arithmetic (normalization, conversion between scales) is solver work (Principle 12).
Structure
Subclass of: gmeow:InformationObject
Practical Pattern
Use gmeow:ScoreScale as a specialized kind of gmeow:InformationObject. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Common Companion Terms
Usage Advice
Use when
- Use for a numeric scoring scale — its minimum, maximum, and optional step — that a rubric or criterion declares for its assessments.
Avoid when
- Avoid encoding normalization or scale-conversion arithmetic in triples (that is solver work — Principle 12).
How to use
- Mint the scale with
gmeow:scaleMin/gmeow:scaleMax(andgmeow:scaleStepwhen discrete), then attach it viagmeow:usesScaleat the rubric level (default) or criterion level (override).
Examples
- ex:zeroToOne a
gmeow:ScoreScale;gmeow:scaleMin0.0;gmeow:scaleMax1.0.