Skip to content

Instantly share code, notes, and snippets.

@sdellis
Created December 16, 2015 16:24
Show Gist options
  • Save sdellis/0d195e2cc531253b9fe8 to your computer and use it in GitHub Desktop.
Save sdellis/0d195e2cc531253b9fe8 to your computer and use it in GitHub Desktop.
Repeatable Object Example
...
"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