parameter name
- CURIE:
gmeow:parameterName - IRI: https://blackcatinformatics.ca/gmeow/parameterName
- Category: property
- Defined by:
gmeow:slices/norms - Box roles: RBox role (What is this?)
The parameter's name as used in the condition text or expressions. Functional and mandatory (SHACL).
Structure
Property shape: datatype property; gmeow:ConditionParameter -> xsd:string; functional
Practical Pattern
Use gmeow:parameterName from gmeow:ConditionParameter to xsd:string when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to name a parameter as it appears in the condition's text or expressions — the binding's key.
Avoid when
- Avoid omitting it or giving more than one (it is functional and mandatory by SHACL).
How to use
- Assert
gmeow:parameterNameonce pergmeow:ConditionParameter, paired with exactly one ofgmeow:parameterValue/gmeow:parameterEntity.
Examples
- ex:p1
gmeow:parameterName"threshold".