Created
December 16, 2015 16:24
-
-
Save sdellis/0d195e2cc531253b9fe8 to your computer and use it in GitHub Desktop.
Repeatable Object Example
This file contains 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
... | |
"images": [ | |
{ | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": [ | |
{ | |
"@id": "http://libimages.princeton.edu/loris2/puls%2F0%2F6%2F2%2Fc%2F4.jp2/full/!200,200/0/default.jpg", | |
"@type": "dcterms:Image", | |
"format": "image/jpeg", | |
"width": 2203, | |
"height": 3375, | |
"service": [ | |
{ | |
"@context": "http://iiif.io/api/image/2/context.json", | |
"@id": "http://libimages.princeton.edu/loris2/puls%2F0%2F6%2F2%2Fc%2F4.jp2", | |
"profile": "http://iiif.io/api/image/2/level2.json" | |
} | |
] | |
] | |
} | |
} | |
] | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment