Skip to content

Instantly share code, notes, and snippets.

@hadro
Created June 5, 2019 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadro/4c6f2eab360813f7f9eb59eac4393b62 to your computer and use it in GitHub Desktop.
Save hadro/4c6f2eab360813f7f9eb59eac4393b62 to your computer and use it in GitHub Desktop.
Annotation list template for DHSI workshop
{
"@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