emotion type
- CURIE:
gmeow:emotionType - IRI: https://blackcatinformatics.ca/gmeow/emotionType
- Category: property
- Defined by:
gmeow:slices/affect - Box roles: RBox role (What is this?)
The kind(s) of this emotion. NOT functional: blended emotions carry several types, and classifications from different traditions coexist (Principle 9). At least one (SHACL); open vocabulary (sh:nodeKind sh:IRI, never sh:in).
Structure
Property shape: object property; gmeow:Emotion -> gmeow:EmotionType
Practical Pattern
Use gmeow:emotionType from gmeow:Emotion to gmeow:EmotionType 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.
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 .