scale maximum
- CURIE:
gmeow:scaleMax - IRI: https://blackcatinformatics.ca/gmeow/scaleMax
- Category: property
- Defined by:
gmeow:slices/norms - Box roles: RBox role (What is this?)
The scale's maximum value. Functional and mandatory; must exceed the minimum (SHACL).
Structure
Property shape: datatype property; gmeow:ScoreScale -> xsd:decimal; functional
Practical Pattern
Use gmeow:scaleMax from gmeow:ScoreScale to xsd:decimal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to set the upper bound of a score scale.
Avoid when
- Avoid omitting it or giving more than one (it is functional and mandatory) and avoid a maximum at or below the minimum (SHACL requires max > min).
How to use
- Assert
gmeow:scaleMaxonce pergmeow:ScoreScale, paired with a strictly smallergmeow:scaleMin.
Examples
- ex:zeroToOne
gmeow:scaleMax1.0.