forked from ibdknox/evingo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fruity.json
103 lines (80 loc) · 2.29 KB
/
fruity.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
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
[
["q1", "tag", "query"],
["q1", "name", "friend"],
["color", "name", "color"],
["color", "tag", "variable"],
["color", "query", "q1"],
["friend", "name", "friend"],
["friend", "tag", "variable"],
["friend", "query", "q1"],
["fruit", "name", "fruit"],
["fruit", "tag", "variable"],
["fruit", "query", "q1"],
["s1", "tag", "scan"],
["s1", "query", "q1"],
["s1b1", "field", "entity"],
["s1b1", "variable", "fruit"],
["s1b1", "source", "s1"],
["s1b1", "tag", "binding"],
["s1b2", "field", "attribute"],
["s1b2", "constant", "color"],
["s1b2", "source", "s1"],
["s1b2", "tag", "binding"],
["s1b3", "field", "value"],
["s1b3", "variable", "color"],
["s1b3", "source", "s1"],
["s1b3", "tag", "binding"],
["s2", "tag", "scan"],
["s2", "query", "q1"],
["s2b1", "field", "entity"],
["s2b1", "variable", "fruit"],
["s2b1", "source", "s2"],
["s2b1", "tag", "binding"],
["s2b2", "field", "attribute"],
["s2b2", "constant", "tag"],
["s2b2", "source", "s2"],
["s2b2", "tag", "binding"],
["s2b3", "field", "value"],
["s2b3", "constant", "color"],
["s2b3", "source", "s2"],
["s2b3", "tag", "binding"],
["s3", "tag", "scan"],
["s3", "query", "q1"],
["s3b1", "field", "entity"],
["s3b1", "variable", "fruit"],
["s3b1", "source", "s3"],
["s3b1", "tag", "binding"],
["s3b2", "field", "attribute"],
["s3b2", "constant", "color"],
["s3b2", "source", "s3"],
["s3b2", "tag", "binding"],
["s3b3", "field", "value"],
["s3b3", "variable", "color"],
["s3b3", "source", "s3"],
["s3b3", "tag", "binding"],
["s4", "tag", "scan"],
["s4", "query", "q1"],
["s4b1", "field", "entity"],
["s4b1", "variable", "fruit"],
["s4b1", "source", "s4"],
["s4b1", "tag", "binding"],
["s4b2", "field", "attribute"],
["s4b2", "constant", "tag"],
["s4b2", "source", "s4"],
["s4b2", "tag", "binding"],
["s4b3", "field", "value"],
["s4b3", "constant", "color"],
["s4b3", "source", "s4"],
["s4b3", "tag", "binding"],
["e1", "tag", "expression"],
["e1", "query", "q1"],
["e1", "operator", "not="],
["e1b1", "field", "a"],
["e1b1", "variable", "friend"],
["e1b1", "source", "e1"],
["e1b1", "tag", "binding"],
["e1b2", "field", "b"],
["e1b2", "variable", "fruit"],
["e1b2", "source", "e1"],
["e1b2", "tag", "binding"]
]