forked from Lambda-3/Graphene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
71 lines (71 loc) · 2.41 KB
/
example.json
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
{
"coreferenced": false,
"sentences": [
{
"originalSentence": "The café arrived in Paris in the 17th century , when the beverage was first brought from Turkey , and by the 18th century Parisian cafés were centres of the city 's political and cultural life .",
"sentenceIdx": 0,
"elementMap": {
"3469c5159933484a8bbdb5b1df36136f": {
"id": "3469c5159933484a8bbdb5b1df36136f",
"text": "The café arrived in Paris in the 17th century .",
"notSimplifiedText": "The café arrived in Paris in the 17th century .",
"sentenceIdx": 0,
"contextLayer": 0,
"relations": [
{
"targetElementID": "fcbcb5c547f248cc88f8aa3033178d12",
"classification": "BACKGROUND"
}
],
"nContexts": [],
"vContexts": [],
"spo": {
"subject": "The café",
"predicate": "arrived",
"object": "in Paris in the 17th century"
}
},
"fcbcb5c547f248cc88f8aa3033178d12": {
"id": "fcbcb5c547f248cc88f8aa3033178d12",
"text": "The beverage was first brought .",
"notSimplifiedText": "The beverage was first brought from Turkey .",
"sentenceIdx": 0,
"contextLayer": 1,
"relations": [],
"nContexts": [],
"vContexts": [
{
"text": "from Turkey .",
"classification": "SPATIAL"
}
],
"spo": {
"subject": "The beverage",
"predicate": "was first brought",
"object": ""
}
},
"394d55aacc064bcc82912689dc0500b9": {
"id": "394d55aacc064bcc82912689dc0500b9",
"text": "Parisian cafés were centres of the city 's political and cultural life .",
"notSimplifiedText": "By the 18th century Parisian cafés were centres of the city 's political and cultural life .",
"sentenceIdx": 0,
"contextLayer": 0,
"relations": [],
"nContexts": [],
"vContexts": [
{
"text": "by the 18th century .",
"classification": "TEMPORAL"
}
],
"spo": {
"subject": "Parisian cafés",
"predicate": "were",
"object": "centres of the city 's political and cultural life"
}
}
}
}
]
}