-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannotations.json
94 lines (94 loc) · 3.02 KB
/
annotations.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
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "https://tomcrane.github.io/fire/annotations.json",
"@type": "sc:AnnotationList",
"description": "This is no longer used for the demo - it's Presentation 2.0",
"resources": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource":{
"@id": "https://tomcrane.github.io/fire/content/small.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"width": 400,
"height": 300
},
"on": "https://tomcrane.github.io/fire/canvas/1#xywh=200,200,400,300&t=2,9"
},
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource":{
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "Fire is the rapid oxidation of a material in the exothermic chemical process of combustion, releasing heat, light, and various reaction products. Slower oxidative processes like rusting or digestion are not included by this definition."
},
"on": "https://tomcrane.github.io/fire/canvas/1#xywh=70,60,500,100&t=5,20"
},
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource":{
"@id": "https://tomcrane.github.io/fire/content/still.JPG",
"@type": "dctypes:Image",
"format": "image/jpeg",
"width": 600,
"height": 450
},
"on": "https://tomcrane.github.io/fire/canvas/1#xywh=670,30,300,225&t=9,20"
},
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource":{
"@id": "https://tomcrane.github.io/fire/content/out720.mp4",
"@type": "dctypes:Video",
"format": "video/mp4",
"width": 720,
"height": 524,
"duration": 13
},
"on": "https://tomcrane.github.io/fire/canvas/1#xywh=200,200,360,262&t=13,26"
},
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource":{
"@id": "https://tomcrane.github.io/fire/content/out2720.mp4",
"@type": "dctypes:Video",
"format": "video/mp4",
"width": 720,
"height": 496,
"duration": 12
},
"on": "https://tomcrane.github.io/fire/canvas/1#xywh=100,200,360,248&t=26,38"
},
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource":{
"@id": "https://tomcrane.github.io/fire/content/out2720.mp4",
"@type": "dctypes:Video",
"format": "video/mp4",
"width": 720,
"height": 496,
"duration": 12
},
"on": "https://tomcrane.github.io/fire/canvas/1#xywh=100,200,360,248&t=38,45"
},
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource":{
"@id": "https://tomcrane.github.io/fire/content/out2722.mp4",
"@type": "dctypes:Video",
"format": "video/mp4",
"width": 720,
"height": 410,
"duration": 18
},
"on": "https://tomcrane.github.io/fire/canvas/1#xywh=600,420,360,210&t=29,48"
}
]
}