-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcontext.json
44 lines (43 loc) · 990 Bytes
/
context.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
{
"@context": [
{
"uv": "http://universalviewer.io/services#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"manifestType": {
"@id": "uv:manifestType",
"@type": "@vocab"
},
"manuscript": {
"@id": "uv:manuscriptManifest",
"@type": "uv:ManifestType"
},
"suppressMetadata": {
"@id": "uv:suppressMetadata",
"@container": "@list"
},
"trackingLabel": {
"@id": "uv:trackingLabel"
},
"disableUI": {
"@id": "uv:disableUI",
"@type": "@vocab"
},
"enableUI": {
"@id": "uv:enableUI",
"@type": "@vocab"
},
"embed": {
"@id": "uv:disableEmbed",
"@type": "uv:DisableUI"
},
"mediaDownload": {
"@id": "uv:disableMediaDownload",
"@type": "uv:DisableUI"
},
"print": {
"@id": "uv:enablePrint",
"@type": "uv:EnableUI"
}
}
]
}