parameter value
- CURIE:
gmeow:parameterValue - IRI: https://blackcatinformatics.ca/gmeow/parameterValue
- Category: property
- Defined by:
gmeow:slices/norms - Box roles: RBox role (What is this?)
The bound literal value. Use gmeow:parameterEntity for IRI-valued bindings; a parameter carries exactly one of the two (SHACL).
Structure
Property shape: datatype property; gmeow:ConditionParameter -> ?; functional
Practical Pattern
Use gmeow:parameterValue from gmeow:ConditionParameter to ? when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to bind a parameter to a literal value.
Avoid when
- Avoid using it for an IRI-valued binding (that is
gmeow:parameterEntity) and avoid carrying both — a parameter holds exactly one of the two (SHACL).
How to use
- Assert
gmeow:parameterValueonce per literal-valuedgmeow:ConditionParameter; switch togmeow:parameterEntitywhen the binding is an entity.
Examples
- ex:p1
gmeow:parameterValue"0.8".