sharpens
- CURIE:
gmeow:sharpens - IRI: https://blackcatinformatics.ca/gmeow/sharpens
- Category: property
- Defined by:
gmeow:slices/standpoint - Box roles: CBox role, RBox role (What is this?)
S1 sharpens S2: every precisification S1 admits is also admitted by S2, so S1 is the more specific frame (the standpoint ⊆ / refinement relation of Standpoint Logic; CKR's coverage relation). Transitive. Every standpoint sharpens gmeow:universalStandpoint.
Structure
Property shape: object property; gmeow:Standpoint -> gmeow:Standpoint
Practical Pattern
Use gmeow:sharpens from gmeow:Standpoint to gmeow:Standpoint when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Contested Authorship
- Source:
slices/core/standpoint/examples/contested-authorship.ttl - Examples catalog: open in catalog#example-slices-core-standpoint-examples-contested-authorship
# --- Standpoints: the scholarly positions from which each claim is held.
ex:revisionists a gmeow:Standpoint ; gmeow:sharpens gmeow:universalStandpoint .
ex:orthodoxy a gmeow:Standpoint ; gmeow:sharpens gmeow:universalStandpoint .
ex:forensicPanel a gmeow:Standpoint ; gmeow:sharpens gmeow:universalStandpoint .
Reality Monitoring
- Source:
slices/core/imagination/examples/reality-monitoring.ttl - Examples catalog: open in catalog#example-slices-core-imagination-examples-reality-monitoring
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/imagination/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# --- Vantage 1: the agent, who recalls the content as a memory.
ex:lillith a gmeow:Agent .
ex:lillithView a gmeow:Standpoint ;
gmeow:sharpens gmeow:universalStandpoint .
# --- Vantage 2: an auditor reviewing the agent's memory, who finds no grounding and
# marks the same content as model-generated (a confabulation). The origin
# attributions COEXIST; the auditor does not delete the agent's, it adds its own.
ex:auditorView a gmeow:Standpoint ;
gmeow:sharpens gmeow:universalStandpoint .
Common Companion Terms
Usage Advice
Use when
- Use to order two standpoints by precisification — when one frame is a strict refinement of another (every precisification it admits is admitted by the broader frame), building the standpoint poset whose top is
gmeow:universalStandpoint.
Avoid when
- Avoid reading it as a ranking that picks a winner — sharpening is containment, not preference, and the broader frame is not 'more true' than the sharper one; competing, incomparable standpoints simply both sharpen the universal standpoint (Principle 9).
How to use
- Assert
gmeow:sharpensfrom the more specific standpoint to the broader one and let transitivity build the poset; anchor every standpoint togmeow:universalStandpointat the top, and let a Standpoint-Logic reasoner read □/◊ entailments across the refinement order.
Examples
- ex:cityCouncilView
gmeow:sharpensex:regionalView.