Created
June 5, 2019 05:16
-
-
Save hadro/4c6f2eab360813f7f9eb59eac4393b62 to your computer and use it in GitHub Desktop.
Annotation list template for DHSI workshop
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
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://localhost:8887/coin/canvas/AnnotationList", | |
"@type": "sc:AnnotationList", | |
"resources": [ | |
{ | |
"@id": "http://localhost:8887/coin/list/1", | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@type": "cnt:ContentAsText", | |
"format": "text/plain", | |
"chars": "Zeus seated on stool-throne" | |
}, | |
"on": "http://localhost:8887/coin/canvas#xywh=3706,208,522,522" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment