2017-01-10 09:02:14 +00:00
|
|
|
{
|
|
|
|
"@context": [
|
|
|
|
"http://mixedemotions-project.eu/ns/context.jsonld",
|
|
|
|
{
|
2022-05-20 10:51:01 +00:00
|
|
|
"emovoc": "http://www.gsi.upm.es/ontologies/onyx/vocabularies/emotionml/ns#"
|
2017-01-10 09:02:14 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"@id": "me:Result1",
|
|
|
|
"@type": "results",
|
2019-01-07 11:08:19 +00:00
|
|
|
"activities": [
|
2017-01-10 09:02:14 +00:00
|
|
|
{
|
2018-12-07 17:30:05 +00:00
|
|
|
"@id": "me:HesamsAnalysis_Activity",
|
2017-01-10 09:02:14 +00:00
|
|
|
"@type": "onyx:EmotionAnalysis",
|
2018-12-07 17:30:05 +00:00
|
|
|
"prov:wasAssociatedWith": "me:HesamsAnalysis",
|
|
|
|
"prov:used": [
|
|
|
|
{
|
|
|
|
"name": "emotion-model",
|
|
|
|
"prov:value": "emovoc:pad-dimensions"
|
|
|
|
}
|
|
|
|
]
|
2017-01-10 09:02:14 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"entries": [
|
|
|
|
{
|
|
|
|
"@id": "Entry1",
|
|
|
|
"@type": [
|
|
|
|
"nif:RFC5147String",
|
|
|
|
"nif:Context"
|
|
|
|
],
|
|
|
|
"nif:isString": "This is a test string",
|
|
|
|
"entities": [
|
|
|
|
],
|
|
|
|
"suggestions": [
|
|
|
|
],
|
|
|
|
"sentiments": [
|
|
|
|
],
|
|
|
|
"emotions": [
|
|
|
|
{
|
|
|
|
"@id": "Entry1#char=0,21",
|
|
|
|
"nif:anchorOf": "This is a test string",
|
2018-12-07 17:30:05 +00:00
|
|
|
"prov:wasGeneratedBy": "_:HesamAnalysis_Activity",
|
2017-01-10 09:02:14 +00:00
|
|
|
"onyx:hasEmotion": [
|
|
|
|
{
|
|
|
|
"emovoc:pleasure": 0.5,
|
|
|
|
"emovoc:arousal": 0.7
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|