scale minimum
- CURIE:
gmeow:scaleMin - IRI: https://blackcatinformatics.ca/gmeow/scaleMin
- Category: property
- Defined by:
gmeow:slices/norms - Box roles: RBox role (What is this?)
The scale's minimum value. Functional and mandatory; must be below the maximum (SHACL).
Structure
Property shape: datatype property; gmeow:ScoreScale -> xsd:decimal; functional
Practical Pattern
Use gmeow:scaleMin 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 lower bound of a score scale.
Avoid when
- Avoid omitting it or giving more than one (it is functional and mandatory) and avoid a minimum at or above the maximum (SHACL requires min < max).
How to use
- Assert
gmeow:scaleMinonce pergmeow:ScoreScale, paired with a strictly greatergmeow:scaleMax.
Examples
- ex:zeroToOne
gmeow:scaleMin0.0.