Skip to content

Instantly share code, notes, and snippets.

@saracarl
Created December 5, 2018 17:13
Show Gist options
  • Save saracarl/f8099db8d9b4e87be698880f8b1247b0 to your computer and use it in GitHub Desktop.
Save saracarl/f8099db8d9b4e87be698880f8b1247b0 to your computer and use it in GitHub Desktop.
sca
{ "@context":"http://iiif.io/api/presentation/2/context.json", "@id":"representation:2/manifest", "@type":"sc:Manifest", "label":"", "metadata":[ ], "license":"", "logo":"", "related":[ ], "seeAlso":[ ], "service":[ ], "sequences":[ { "@id":"representation:2/sequence/s0", "@type":"sc:Sequence", "label":"Sequence s0", "rendering":[ ], "viewingHint":"paged", "canvases":[ { "@id":"representation:2:1", "@type":"sc:Canvas", "label":"1", "thumbnail":null, "seeAlso":[ ], "height":624, "width":538, "images":[ { "@id":"http://archives.seattle.gov/digital-collections/media/collectiveaccess/images/0/33914_ca_object_representations_media_2_large.jpg", "@type":"oa:Annotation", "motivation":"sc:painting", "resource":{ "@id":"/digital-collections/service.php/IIIF/representation:2:1/full/!512,512/0/default.jpg", "@type":"dctypes:Image", "format":"image/jpeg", "height":624, "width":538, "service":{ "@context":"http://iiif.io/api/image/2/context.json", "@id":"http://archives.seattle.gov/digital-collections/media/collectiveaccess/images/0/33914_ca_object_representations_media_2_large.jpg", "profile":"http://iiif.io/api/image/2/level1.json" } }, "on":"representation:2:1" } ] } ] } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment