Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provenance of the emotions associated to the cultural entities #8

Open
luigi-asprino opened this issue Oct 30, 2020 · 0 comments
Open

Comments

@luigi-asprino
Copy link
Collaborator

luigi-asprino commented Oct 30, 2020

Depends on

Independent

Description

The text annotator recognises the emotion "love" in the Anna's utterance: "I adore the Mona Lisa".

Source

WP6 working group

Competency Questions

CQ1) What is the provenance of these emotions associated to the Cultural entity x?

Ontology/Ontology Design Patterns Relevant for the scenario

SPARQL Questions

PREFIX emotion: <https://w3id.org/spice/SON/emotion/>
PREFIX ex: <http://example.org/>

SELECT DISTINCT ?activity  WHERE {
ex:emotionRelation a emotion:EmotionRelation ;
   emotion:stimulus ex:MonaLisa ;
   emotion:emotion ex:Love ;
   emotion:experiencer ex:Anna ;
   <http://www.w3.org/ns/prov#wasGeneratedBy> ?activity .
}

Toy Dataset/SPARQL Endpoint

@prefix emotion: <https://w3id.org/spice/SON/emotion/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ex: <http://example.org/> .

ex:emotionRelation a emotion:EmotionRelation ;  
   emotion:stimulus ex:MonaLisa ;
   emotion:emotion ex:Love ;
   emotion:experiencer ex:Anna ;
   <http://www.w3.org/ns/prov#wasGeneratedBy> ex:activity .


ex:activity rdfs:label '''Text annotation by tool x at time t on the utterance "I adore the Mona Lisa"'''.

Available here

Unit test

Available here

@br0ast br0ast changed the title Provenance of the emotions associated to the artworks Provenance of the emotions associated to the cultural entities Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant