source: main/trunk/greenstone3/web/sample-manifest.json@ 37067

Last change on this file since 37067 was 37067, checked in by davidb, 16 months ago

Currently used as a place-holder for Mirador3Viewer to load in a basic IIIF Manifest. The GS3 code then attaches a listener to replace the Manifest with the actual one related to the document view. Have this file here for now. In time it should be replaced with either (a) each document generating the placeholder file (from the plugin, which will also need to take minus-options to set top-level metadata) or (b) have a new XSLT file that generates the necessary JSON file directory. Option (b) is preferred, if possible

File size: 4.4 KB
Line 
1{
2 "@context": "http://iiif.io/api/presentation/2/context.json",
3 "@id": "https://iiif.lib.harvard.edu/manifests/drs:48309543",
4 "@type": "sc:Manifest",
5 "label": "Intermuse: The Huddersfield Music Club",
6 "license": "http://nrs.harvard.edu/urn-3:hul.ois:hlviewerterms",
7 "logo": "https://intermuse.datatodata.org/wp-content/uploads/sites/4/2021/03/cropped-cropped-cropped-1.png",
8 "sequences": [
9 {
10 "@id": "https://iiif.lib.harvard.edu/manifests/drs:48309543/sequence/normal.json",
11 "@type": "sc:Sequence",
12 "canvases": [
13 {
14 "@id": "https://iiif.lib.harvard.edu/manifests/drs:48309543/canvas/canvas-48309544.json",
15 "@type": "sc:Canvas",
16 "height": 2338,
17 "images": [
18 {
19 "@id": "https://iiif.lib.harvard.edu/manifests/drs:48309543/annotation/anno-48309544.json",
20 "@type": "oa:Annotation",
21 "motivation": "sc:painting",
22 "on": "https://iiif.lib.harvard.edu/manifests/drs:48309543/canvas/canvas-48309544.json",
23 "resource": {
24 "@id": "https://intermuse.sowemustthink.space/gs-cantaloupe/iiif/2/intermuse:programmes:HASH012cd965c3e83d504f4a78cd//full/full/0/default.jpg",
25 "@type": "dctypes:Image",
26 "format": "image/jpeg",
27 "height": 2338,
28 "service": {
29 "@context": "http://iiif.io/api/image/2/context.json",
30 "@id": "https://intermuse.sowemustthink.space/gs-cantaloupe/iiif/2/intermuse:programmes:HASH012cd965c3e83d504f4a78cd",
31 "profile": "http://iiif.io/api/image/2/level2.json"
32 },
33 "width": 1700
34 }
35 }
36 ],
37 "label": "(page 1)",
38 "thumbnail": {
39 "@id": "https://intermuse.sowemustthink.space/gs-cantaloupe/iiif/2/intermuse:programmes:HASH012cd965c3e83d504f4a78cd/full/,150/0/default.jpg",
40 "@type": "dctypes:Image"
41 },
42 "width": 1700
43 },
44 {
45 "@id": "https://iiif.lib.harvard.edu/manifests/drs:48309543/canvas/canvas-48309545.json",
46 "@type": "sc:Canvas",
47 "height": 2338,
48 "images": [
49 {
50 "@id": "https://iiif.lib.harvard.edu/manifests/drs:48309543/annotation/anno-48309545.json",
51 "@type": "oa:Annotation",
52 "motivation": "sc:painting",
53 "on": "https://iiif.lib.harvard.edu/manifests/drs:48309543/canvas/canvas-48309545.json",
54 "resource": {
55 "@id": "https://intermuse.sowemustthink.space/gs-cantaloupe/iiif/2/intermuse:programmes:HASH01aa8544b3c68f115f080b53/full/full/0/default.jpg",
56 "@type": "dctypes:Image",
57 "format": "image/jpeg",
58 "height": 2338,
59 "service": {
60 "@context": "http://iiif.io/api/image/2/context.json",
61 "@id": "https://intermuse.sowemustthink.space/gs-cantaloupe/iiif/2/intermuse:programmes:HASH01aa8544b3c68f115f080b53",
62 "profile": "http://iiif.io/api/image/2/level2.json"
63 },
64 "width": 1700
65 }
66 }
67 ],
68 "label": "(page 2)",
69 "thumbnail": {
70 "@id": "https://intermuse.sowemustthink.space/gs-cantaloupe/iiif/2/intermuse:programmes:HASH01aa8544b3c68f115f080b53/full/,150/0/default.jpg",
71 "@type": "dctypes:Image"
72 },
73 "width": 1700
74 }
75 ],
76 "viewingDirection": "left-to-right",
77 "viewingHint": "paged"
78 }
79 ]
80}
Note: See TracBrowser for help on using the repository browser.