|
| 1 | +{ |
| 2 | + "@context": "http://iiif.io/api/presentation/3/context.json", |
| 3 | + "id": "{{ id.url }}", |
| 4 | + "type": "Manifest", |
| 5 | + "label": { |
| 6 | + "en": [ |
| 7 | + "Koto, chess, calligraphy, and painting" |
| 8 | + ], |
| 9 | + "ja": [ |
| 10 | + "琴棋書画図屏風" |
| 11 | + ] |
| 12 | + }, |
| 13 | + "items": [ |
| 14 | + { |
| 15 | + "id": "{{ id.path }}/canvas/p1", |
| 16 | + "type": "Canvas", |
| 17 | + "height": 3966, |
| 18 | + "width": 8800, |
| 19 | + "items": [ |
| 20 | + { |
| 21 | + "id": "{{ id.path }}/page/p1/1", |
| 22 | + "type": "AnnotationPage", |
| 23 | + "items": [ |
| 24 | + { |
| 25 | + "id": "{{ id.path }}/annotation/p0001-image", |
| 26 | + "type": "Annotation", |
| 27 | + "motivation": "painting", |
| 28 | + "body": { |
| 29 | + "id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/max/0/default.jpg", |
| 30 | + "type": "Image", |
| 31 | + "format": "image/jpeg", |
| 32 | + "height": 3966, |
| 33 | + "width": 8800, |
| 34 | + "service": [ |
| 35 | + { |
| 36 | + "id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004", |
| 37 | + "profile": "level1", |
| 38 | + "type": "ImageService3" |
| 39 | + } |
| 40 | + ] |
| 41 | + }, |
| 42 | + "target": "{{ id.path }}/canvas/p1" |
| 43 | + } |
| 44 | + ] |
| 45 | + } |
| 46 | + ], |
| 47 | + "annotations": [ |
| 48 | + { |
| 49 | + "id": "{{ id.path }}/page/p2/1", |
| 50 | + "type": "AnnotationPage", |
| 51 | + "items": [ |
| 52 | + { |
| 53 | + "id": "{{ id.path }}/page/p2/anno-1", |
| 54 | + "type": "Annotation", |
| 55 | + "motivation": "commenting", |
| 56 | + "stylesheet": "{{ id.path }}/style.css", |
| 57 | + "body": { |
| 58 | + "id": "{{ id.path }}/body/sr1", |
| 59 | + "type": "SpecificResource", |
| 60 | + "styleClass": "author1note", |
| 61 | + "source": { |
| 62 | + "id": "{{ id.path }}/body/text1", |
| 63 | + "type": "TextualBody", |
| 64 | + "language": "en", |
| 65 | + "format": "text/html", |
| 66 | + "value": "<p>Three of the four pursuits of refined and noble men named in the screen's title are shown on this side of the screen: go, the koto, and tools for calligraphy. Each is in a container or wrapper. (GR)</p>" |
| 67 | + } |
| 68 | + }, |
| 69 | + "target": { |
| 70 | + "type": "SpecificResource", |
| 71 | + "source": "{{ id.path }}/canvas/p1", |
| 72 | + "styleClass": "author2highlight", |
| 73 | + "selector": { |
| 74 | + "type": "FragmentSelector", |
| 75 | + "value": "xywh=700,1250,1850,1150" |
| 76 | + } |
| 77 | + } |
| 78 | + }, |
| 79 | + { |
| 80 | + "id": "{{ id.path }}/page/p2/anno-2", |
| 81 | + "type": "Annotation", |
| 82 | + "motivation": "commenting", |
| 83 | + "stylesheet": "{{ id.path }}/style.css", |
| 84 | + "body": { |
| 85 | + "id": "{{ id.path }}/body/sr2", |
| 86 | + "type": "SpecificResource", |
| 87 | + "styleClass": "author2note", |
| 88 | + "source": { |
| 89 | + "id": "{{ id.path }}/body/text2", |
| 90 | + "type": "TextualBody", |
| 91 | + "language": "en", |
| 92 | + "format": "text/html", |
| 93 | + "value": "<p>The detail in the natural beauty of the setting could be seen as a contrast (or balance) to the manufactured pursuits of noble men. (TK)</p>" |
| 94 | + } |
| 95 | + }, |
| 96 | + "target": { |
| 97 | + "type": "SpecificResource", |
| 98 | + "source": "{{ id.path }}/canvas/p1", |
| 99 | + "styleClass": "author2highlight", |
| 100 | + "selector": { |
| 101 | + "type": "FragmentSelector", |
| 102 | + "value": "xywh=170,160,2200,1000" |
| 103 | + } |
| 104 | + } |
| 105 | + } |
| 106 | + ] |
| 107 | + } |
| 108 | + ] |
| 109 | + } |
| 110 | + ] |
| 111 | +} |
0 commit comments