has metric kind
- CURIE:
gmeow:hasMetricKind - IRI: https://blackcatinformatics.ca/gmeow/hasMetricKind
- Category: property
- Defined by:
gmeow:slices/places - Box roles: RBox role (What is this?)
The distance or dissimilarity metric declared by this reference frame. Functional: a frame uses exactly one metric kind for all proximity computations expressed in it. The actual computation is performed by the solver (Principle 12), never materialised as asserted triples in the OWL core.
Structure
Property shape: object property; gmeow:ReferenceFrame -> gmeow:MetricKind; functional
Practical Pattern
Use gmeow:hasMetricKind from gmeow:ReferenceFrame to gmeow:MetricKind when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:ReferenceFrame, gmeow:MetricKind
Usage Advice
Use when
- Use to declare the distance/dissimilarity metric a frame uses for all proximity computations; functional.
Avoid when
- Avoid materialising computed distances as triples (the solver computes, Principle 12).
How to use
- Set one
gmeow:MetricKindindividual;gmeow:ProximityMeasurementvalues in this frame are resolved by the solver using it.
Examples
- ex:latentFrame
gmeow:hasMetricKindgmeow:metricCosine.