Last active
July 22, 2017 14:17
-
-
Save benwbrum/4974ee9011f7dcd37b3e96347a23db02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": "http://iiif.io/api/presentation/2/context.json", | |
| "@id": "https://gist.githubusercontent.com/benwbrum/4974ee9011f7dcd37b3e96347a23db02/raw/a22afe0061a2b1bcee58787e509dc1f055b7922a/grinnel_manifest_single_page.json", | |
| "@type": "sc:Manifest", | |
| "label": "1925: Joseph Grinnell's field notes", | |
| "within": "https://fromthepage.com/iiif/collection/20", | |
| "sequences": [ | |
| { | |
| "@id": "https://fromthepage.com/iiif/75/sequence/default", | |
| "@type": "sc:Sequence", | |
| "label": "Pages", | |
| "canvases": [ | |
| { | |
| "@id": "https://fromthepage.com/iiif/75/canvas/4283", | |
| "@type": "sc:Canvas", | |
| "label": "S2 Page 22", | |
| "width": 3920, | |
| "height": 5400, | |
| "images": [ | |
| { | |
| "@id": "https://fromthepage.com/image-service/4283", | |
| "@type": "oa:Annotation", | |
| "motivation": "sc:painting", | |
| "resource": { | |
| "@id": "https://fromthepage.com/image-service/4283/full/full/0/native.jpg", | |
| "@type": "dcterms:Image", | |
| "format": "image/jpeg", | |
| "width": 3920, | |
| "height": 5400, | |
| "service": { | |
| "@context": "http://iiif.io/api/image/1/context.json", | |
| "@id": "https://fromthepage.com/image-service/4283", | |
| "profile": "http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level2" | |
| } | |
| }, | |
| "on": "https://fromthepage.com/iiif/75/canvas/4283" | |
| } | |
| ], | |
| "otherContent": [ | |
| { | |
| "@id": "https://gist.githubusercontent.com/benwbrum/903ca706a1167fef9af19671fe9b2d55/raw/ae5d799dd01d69a4bcd110ee473d2f358207a816/plaintext_transcript_annotation.json", | |
| "@type": "sc:AnnotationList" | |
| }, | |
| { | |
| "@id": "https://fromthepage.com/iiif/4283/list/notes", | |
| "@type": "sc:AnnotationList" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ], | |
| "otherContent": [ | |
| { | |
| "@id": "https://fromthepage.com/iiif/75/layer/transcription", | |
| "@type": "sc:Layer", | |
| "label": "transcription layer" | |
| }, | |
| { | |
| "@id": "https://fromthepage.com/iiif/75/layer/notes", | |
| "@type": "sc:Layer", | |
| "label": "notes layer" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment