Skip to main content
. 2021 Feb 13;21(4):1322. doi: 10.3390/s21041322
Algorithm 3: Obtaining the emotion surprise.
1 “SELECT ?object_l
2             WHERE
3            ?emotion a emo:Emotion ;
4            ?emotion emo:emotionValue “surprise”.
5            ?event a emo:Event ;
6            ?event emo:produces ?emotion ;
7            ?event emo:isCausedBy ?object.
8            ?object a emo:Object ;
9            ?object rdfs:label ?object_l .
10 ”