-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathsample-annotations.json
More file actions
128 lines (128 loc) · 2.31 KB
/
Copy pathsample-annotations.json
File metadata and controls
128 lines (128 loc) · 2.31 KB
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
[
{
"type": "Annotation",
"body": [
{
"type": "TextualBody",
"value": "Test #1",
"purpose": "commenting"
}
],
"target": {
"selector": [
{
"type": "TextQuoteSelector",
"exact": "Type Specialization"
},
{
"type": "TextPositionSelector",
"start": 25,
"end": 44,
"page": 1
}
]
},
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "#b5639d48-6b1d-4341-8211-a97dcb278865"
},
{
"type": "Annotation",
"body": [
{
"type": "TextualBody",
"value": "Test #2",
"purpose": "commenting"
}
],
"target": {
"selector": [
{
"type": "TextQuoteSelector",
"exact": "Abstract"
},
{
"type": "TextPositionSelector",
"start": 598,
"end": 606,
"page": 1
}
]
},
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "#6dc3dc53-056c-4178-9954-3e6deb6b4675"
},
{
"type": "Annotation",
"body": [
{
"type": "TextualBody",
"value": "Test #3",
"purpose": "commenting"
}
],
"target": {
"selector": [
{
"type": "TextQuoteSelector",
"exact": "Figure 1. Sample program:"
},
{
"type": "TextPositionSelector",
"start": 4012,
"end": 4037,
"page": 2
}
]
},
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "#068333e8-2616-4a90-883d-27c8595a806a"
},
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"type": "Annotation",
"body": [
{
"type": "TextualBody",
"value": "Srdjo anno",
"purpose": "commenting"
}
],
"target": {
"source": "compressed.tracemonkey-pldi-09.pdf",
"selector": [
{
"type": "TextQuoteSelector",
"exact": "Trace-based"
},
{
"type": "TextPositionSelector",
"start": 0,
"end": 11,
"page": 1
}
]
},
"id": "#9374643d-0c8c-4002-8cc5-a02b5144e360"
},
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"type": "Annotation",
"id": "#8bb49b79-e286-4844-acca-c883835573e6",
"body": {
"type": "TextualBody",
"value": "uu",
"purpose": "tagging"
},
"motivation": "linking",
"target": [
{
"id": "#9374643d-0c8c-4002-8cc5-a02b5144e360",
"source": "compressed.tracemonkey-pldi-09.pdf"
},
{
"id": "#b5639d48-6b1d-4341-8211-a97dcb278865",
"source": "compressed.tracemonkey-pldi-09.pdf"
}
]
}
]