Which event-specific memes include the term 'IKEA' in their captions, and what information can be extracted?
The analysis shows meme based on specific topic, in particular that contain the word "IKEA" in the caption, returning information like type, template, caption, opinion, graphic content, eventualities, connotation and associated attitude.
Given an eventuality that is reflected in a meme, which has as value 'Donald Trump', and considering a meme with a specific connotation and caption that expresses a certain attitude, give me a 'cut', an attitude and an opinion?
Given an eventuality that reflects a meme with a value associated with 'Gender differences', look for memes that have a connotation of 'sarcastic' and 'ironic' type, the caption and graphic content?
Given a connotation and a type of 'cut' associated with a meme, and considering that the caption of the meme expresses an opinion, does it identify the type of 'cut' and the connotation of a meme that has a controversial opinion?
The analysis shows that connotations are distributed in a balanced way in controversial opinions
PREFIX : <https://github.com/Yogi-Bubu-Exam/MemOnPology/raw/main/SPoMePO.owl#>
PREFIX spomo: <https://github.com/Yogi-Bubu-Exam/MemOnPology/raw/main/SPoMO.owl#>
PREFIX persp: <http://192.168.1.54:9999/blazegraph/ontologydesignpatterns.org/ont/persp/perspectivisation.owl#>
SELECT ?opinion ?cut ?connotation
WHERE {
?meme spomo:hasConnotation ?con;
rdf:type ?cut .
?con spomo:hasValue ?connotation .
?caption :expresses ?opinion .
FILTER (?opinion = :ControversialOpinion)
}
GROUP BY ?opinion ?cut ?connotation
ORDER BY ?cut