| 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 ” |