-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathcontext.json
More file actions
37 lines (37 loc) · 855 Bytes
/
context.json
File metadata and controls
37 lines (37 loc) · 855 Bytes
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
{
"@context": {
"iiif": "http://iiif.io/api/image/2#",
"sc": "http://iiif.io/api/presentation/2#",
"auth": "http://iiif.io/api/auth/0#",
"dcterms": "http://purl.org/dc/terms/",
"doap": "http://usefulinc.com/ns/doap#",
"svcs": "http://rdfs.org/sioc/services#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"profile": {
"@id": "doap:implements",
"@type": "@id"
},
"service": {
"@type": "@id",
"@id": "svcs:has_service"
},
"label": {
"@id": "rdfs:label"
},
"description": {
"@id": "dc:description"
},
"confirmLabel": {
"@id": "auth:confirmLabel"
},
"header": {
"@id": "auth:header"
},
"failureHeader": {
"@id": "auth:failureHeader"
},
"failureDescription": {
"@id": "auth:failureDescription"
}
}
}