anchor range minimum
- CURIE:
gmeow:anchorRangeMin - IRI: https://blackcatinformatics.ca/gmeow/anchorRangeMin
- Category: property
- Defined by:
gmeow:slices/norms - Box roles: RBox role (What is this?)
The anchored range's lower bound. Functional; must not exceed the upper bound (SHACL).
Structure
Property shape: datatype property; gmeow:ScoreAnchor -> xsd:decimal; functional
Practical Pattern
Use gmeow:anchorRangeMin from gmeow:ScoreAnchor 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 anchor's range.
Avoid when
- Avoid more than one (it is functional) and avoid a lower bound above the upper bound (SHACL).
How to use
- Assert
gmeow:anchorRangeMinonce pergmeow:ScoreAnchor, paired with agmeow:anchorRangeMaxit does not exceed.
Examples
- ex:a1
gmeow:anchorRangeMin0.8.