Emotion
- CURIE:
gmeow:Emotion - IRI: https://blackcatinformatics.ca/gmeow/Emotion
- Category: class
- Defined by:
gmeow:slices/affect - Box roles: TBox role (What is this?)
An emotion as an intrinsic mode inhering in one agent (the Desire/Intention grounding, teleology design). Episodic temporal scope rides validFrom/validUntil on the statement — deliberately no tenure class (thin means thin). Whether an emotion is self-reported or attributed is the vantage axis of the claims about it; self-report is top authority for the subject's own standpoint.
Structure
Subclass of: gmeow:Entity, gufo:IntrinsicMode
Practical Pattern
Use gmeow:Emotion as a specialized kind of gmeow:Entity, gufo:IntrinsicMode. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Two Critics
- Source:
slices/extensions/affect/examples/two-critics.ttl - Examples catalog: open in catalog#example-slices-extensions-affect-examples-two-critics
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ex:awe a gmeow:Emotion ;
rdfs:label "the reader's awe"@en ;
gmeow:emotionBearer ex:reader ;
gmeow:emotionType gmeow:emotionFear , gmeow:emotionSurprise .