-
Notifications
You must be signed in to change notification settings - Fork 2
/
non-iiif.json
50 lines (48 loc) · 1.83 KB
/
non-iiif.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
{
"@context": [
"http://iiif.io/api/discovery/0/context.json",
"https://www.w3.org/ns/activitystreams"
],
"id": "https://glenrobson.github.io/iiif_stuff/activities/non-iiif.json",
"orderedItems": [
{
"id": "https://glenrobson.github.io/iiif_stuff/activities/20210203170300",
"type": "Update",
"endTime": "2021-02-03T12:44:31Z",
"actor": {
"id": "https://iiif.io",
"type": "Organization"
},
"seeAlso": [{
"id": "https://iiif.io/marc/catalogue/rec1.xml",
"type": "Dataset",
"format": "application/xml"
}],
"object": {
"id": "https://iiif.io/assets/acc_implementation_guide_011017.pdf",
"name": "IIIF Implementation Guide",
"type":"Text",
"mediaType": "application/pdf"
}
},
{
"id": "https://glenrobson.github.io/iiif_stuff/activities/20210203170301",
"type": "Add",
"endTime": "2021-02-03T12:44:32Z",
"seeAlso": [{
"id": "http://data.europeana.eu/item/232/https___digitalcollections_jtsa_edu_islandora_object_jts_3A18709_datastream_TN_view_Portrait_20of_20Ishmael_20Aga__jpg",
"type": "Dataset",
"format": "application/rdf+xml"
}],
"object": {
"id": "https://media.jhn.ngo/iiif/2/DC_JTSA:oai_jts_jts_18709:18709_pt_g00037.tif.tiff",
"name": "IIIF Image",
"type": "Image"
},
"target": {
"id": "https://glenrobson.github.io/iiif_stuff/activities/non-iiif.json",
"type": "OrderedCollection"
}
}
]
}