-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNIF-example4.jsonld
128 lines (128 loc) · 5.13 KB
/
NIF-example4.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
"@graph" : [ {
"@id" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=0,2000",
"@type" : "nif:Context",
"isString" : {
"@language" : "en",
"@value" : "This is the whole text of the SIMMO. It should continue for 2000 chars but I'll stop here"
},
"opinion" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=0,2000-sentiment"
}, {
"@id" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=100,200",
"@type" : "nif:Sentence",
"opinion" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=100,200-sentiment",
"referenceContext" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=0,2000"
}, {
"@id" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=100,200-sentiment",
"@type" : "marl:Opinion",
"negativePolarityValue" : "-3.5",
"positivePolarityValue" : "2.0",
"sentimentalityValue" : "5.5",
"maxPolarityValue" : "5.0",
"minPolarityValue" : "-5.0",
"polarityValue" : "-1.5"
}, {
"@id" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=200,300",
"@type" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=200,300-sentiment"
}, {
"@id" : "http://data.multisensorproject.eu/content/53a0938bc4770c6ba0e7d7b9ca88a637f9e9c304#char=200,300-sentiment",
"@type" : "marl:Opinion",
"sentimentalityValue" : "0.0",
"maxPolarityValue" : "5.0",
"minPolarityValue" : "-5.0"
}, {
"@id" : "ms:negativePolarityValue",
"@type" : "owl:DatatypeProperty",
"comment" : {
"@language" : "en",
"@value" : "A sentence may include both negative and positive polarity words: this records the most negative polarity"
},
"domain" : "marl:Opinion",
"isDefinedBy" : "http://data.multisensorproject.eu/ontology",
"label" : {
"@language" : "en",
"@value" : "Most negative polarity value"
}
}, {
"@id" : "ms:positivePolarityValue",
"@type" : "owl:DatatypeProperty",
"comment" : {
"@language" : "en",
"@value" : "A sentence may include both negative and positive polarity words: this records the most positive polarity"
},
"domain" : "marl:Opinion",
"isDefinedBy" : "http://data.multisensorproject.eu/ontology",
"label" : {
"@language" : "en",
"@value" : "Most positive polarity value"
}
}, {
"@id" : "ms:sentimentalityValue",
"@type" : "owl:DatatypeProperty",
"comment" : {
"@language" : "en",
"@value" : "Difference between the most positive and most negative polarity of an opinion (eg a sentence)"
},
"domain" : "marl:Opinion",
"isDefinedBy" : "http://data.multisensorproject.eu/ontology",
"label" : {
"@language" : "en",
"@value" : "Sentimentality value"
}
}, {
"@id" : "marl:polarityValue",
"comment" : {
"@language" : "en",
"@value" : "This is the AVERAGE of ALL pos and neg opinions, not the SUM of ONLY the extremal opinions"
}
} ],
"@context" : {
"opinion" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#opinion",
"@type" : "@id"
},
"isString" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#isString",
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"comment" : "http://www.w3.org/2000/01/rdf-schema#comment",
"label" : "http://www.w3.org/2000/01/rdf-schema#label",
"domain" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#domain",
"@type" : "@id"
},
"sentimentalityValue" : {
"@id" : "http://data.multisensorproject.eu/ontology#sentimentalityValue",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"polarityValue" : {
"@id" : "http://purl.org/marl/ns#polarityValue",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"positivePolarityValue" : {
"@id" : "http://data.multisensorproject.eu/ontology#positivePolarityValue",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"negativePolarityValue" : {
"@id" : "http://data.multisensorproject.eu/ontology#negativePolarityValue",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"maxPolarityValue" : {
"@id" : "http://purl.org/marl/ns#maxPolarityValue",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"minPolarityValue" : {
"@id" : "http://purl.org/marl/ns#minPolarityValue",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"referenceContext" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#referenceContext",
"@type" : "@id"
},
"owl" : "http://www.w3.org/2002/07/owl#",
"ms" : "http://data.multisensorproject.eu/ontology#",
"nif" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"marl" : "http://purl.org/marl/ns#"
}
}