Proximity Measurement
- CURIE:
gmeow:ProximityMeasurement - IRI: https://blackcatinformatics.ca/gmeow/ProximityMeasurement
- Category: class
- Defined by:
gmeow:slices/places - Box roles: TBox role (What is this?)
A measurement of distance, dissimilarity, or proximity between two entities, expressed as a scalar quantity in a reference frame that declares its metric kind. The observedFeature is the entity measured from; gmeow:proximityTo names the target entity; gmeow:observationResult points to the scalar value. Computed by the solver (Principle 12), not asserted in the OWL core.
Structure
Subclass of: gmeow:Measurement
Practical Pattern
Use gmeow:ProximityMeasurement as a specialized kind of gmeow:Measurement. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Common Companion Terms
Usage Advice
Use when
- Use to reify a measured distance, dissimilarity, or proximity between two entities in a frame that declares its metric kind.
Avoid when
- Avoid asserting the computed distance as a plain triple — proximity is computed by the solver from the metric (Principle 12).
How to use
- Mint
ProximityMeasurement, setgmeow:observedFeature(the from-entity) andgmeow:proximityTo(the target), and pointgmeow:observationResultat aScalarQuantityin a frame withgmeow:hasMetricKind.
Examples
- ex:dist a
gmeow:ProximityMeasurement;gmeow:observedFeatureex:a;gmeow:proximityToex:b;gmeow:observationResultex:scalar.