universal standpoint (*)
- CURIE:
gmeow:universalStandpoint - IRI: https://blackcatinformatics.ca/gmeow/universalStandpoint
- Category: individual
- Defined by:
gmeow:slices/standpoint - Box roles: ABox role, CBox role (What is this?)
The universal standpoint * — the top of the poset, admitting every precisification: the uncontested global facts every standpoint shares. A statement with no gmeow:accordingTo is held according to the universal standpoint; every standpoint gmeow:sharpens it.
Structure
Types: gmeow:Standpoint
Practical Pattern
Use gmeow:universalStandpoint as a controlled value typed as gmeow:Standpoint.
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 .