Skip to content

Instantly share code, notes, and snippets.

@benwbrum
Last active March 7, 2024 21:24
Show Gist options
  • Save benwbrum/7870e911878042639e75074e3931ff69 to your computer and use it in GitHub Desktop.
Save benwbrum/7870e911878042639e75074e3931ff69 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://iiif.io/api/cookbook/recipe/0269-embedded-or-referenced-annotations/annotationpage.json",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0269-embedded-or-referenced-annotations/canvas-1/annopage-2/anno-1",
"type": "Annotation",
"motivation": "commenting",
"body": {
"id": "https://api.archivelab.org/books/journalofexpedit00ford/pages/0/plaintext",
"format": "text/plain",
"type": "Text"
},
"target": "https://iiif.archive.org/iiif/journalofexpedit00ford$0/canvas"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment