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
|
'{' Punctuation
'\n ' Text.Whitespace
'"@context"' Name.Decorator
':' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'"schema"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"http://schema.org/"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"name"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"schema:name"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"body"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"schema:articleBody"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"words"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"schema:wordCount"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"post"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'"@id"' Name.Decorator
':' Punctuation
' ' Text.Whitespace
'"schema:blogPost"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"@container"' Name.Decorator
':' Punctuation
' ' Text.Whitespace
'"@index"' Literal.String.Double
'\n ' Text.Whitespace
'}' Punctuation
'\n ' Text.Whitespace
'},' Punctuation
'\n ' Text.Whitespace
'"@id"' Name.Decorator
':' Punctuation
' ' Text.Whitespace
'"http://example.com/"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"@type"' Name.Decorator
':' Punctuation
' ' Text.Whitespace
'"schema:Blog"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"name"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"World Financial News"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"post"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'"en"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'"@id"' Name.Decorator
':' Punctuation
' ' Text.Whitespace
'"http://example.com/posts/1/en"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"body"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"World commodities were up today with heavy trading of crude oil..."' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"words"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'1539' Literal.Number.Integer
'\n ' Text.Whitespace
'},' Punctuation
'\n ' Text.Whitespace
'"de"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'"@id"' Name.Decorator
':' Punctuation
' ' Text.Whitespace
'"http://example.com/posts/1/de"' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"body"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"Die Werte an Warenbörsen stiegen im Sog eines starken Handels von Rohöl..."' Literal.String.Double
',' Punctuation
'\n ' Text.Whitespace
'"words"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'1204' Literal.Number.Integer
'\n ' Text.Whitespace
'}' Punctuation
'\n ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
|