-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.txt
79 lines (77 loc) · 1.47 KB
/
demo.txt
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
[{
title: '事件一 id:1',
name: '1',
content:[
{
uniqEventId:"1",
source:"起诉书",
info:[
{
type:"事件",
content:"盗窃"
},{
type:"价值",
content:"1w"
},{
type:"称述主体",
content:"原告"
}
]
},{
uniqEventId:"2",
source:"答辩状",
info:[
{
type:"事件",
content:"盗窃"
},{
type:"价值",
content:"5k"
},{
type:"称述主体",
content:"被告"
}
]
}
]
},{
title: '事件二 id:2',
name: '2',
content:[
{
uniqEventId:"1",
source:"庭审笔录",
info:[
{
type:"事件",
content:"诈骗"
},
{
type:"金额",
content:"10000"
},{
type:"是否自首",
content:"是"
},{
type:"称述主体",
content:"原告"
}
]
},{
uniqEventId:"2",
source:"审理报告",
info:[
{
type:"行为主体",
content:"王五"
},{
type:"行为客体",
content:"赵六"
},{
type:"称述主体",
content:"被告"
}
]
}
]
}]