Last active
November 30, 2021 15:23
-
-
Save gpetz/870612b0c9e1d3ed7a80557c4ec6f366 to your computer and use it in GitHub Desktop.
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://www.w3.org/ns/anno.jsonld", | |
"https://seige.digital/strollview/2/context.jsonld" | |
], | |
"id": "https://strollid.manducus.net/gpetz/870612b0c9e1d3ed7a80557c4ec6f366", | |
"type": "AnnotationCollection", | |
"creator": "", | |
"label": "", | |
"rights": "", | |
"first": { | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"id": "https://strollid.manducus.net/gpetz/870612b0c9e1d3ed7a80557c4ec6f366/annotation/0", | |
"type": "Annotation", | |
"body": { | |
"id": "https://strollid.manducus.net/gpetz/870612b0c9e1d3ed7a80557c4ec6f366/body/0", | |
"type": "TextualBody", | |
"value": "page8", | |
"format": "text/html" | |
}, | |
"target": { | |
"id": "https://iiif.onb.ac.at/presentation/ABO/Z196807705/canvas/page8", | |
"type": "Image", | |
"format": "image/jpeg" | |
}, | |
"strollview": { | |
"filters": false, | |
"passepartout": false, | |
"rotation": 80, | |
"audio": false, | |
"manifest_id": "https://iiif.onb.ac.at/presentation/ABO/+Z196807705/manifest/", | |
"canvas_id": "https://iiif.onb.ac.at/presentation/ABO/Z196807705/canvas/page8", | |
"image_id": "https://iiif.onb.ac.at/presentation/ABO/Z196807705/annotation/00000008", | |
"image_srv": "https://iiif.onb.ac.at/images/ABO/Z196807705/00000008", | |
"passepartout_color": "#000000cc", | |
"passepartout_invert": false | |
} | |
}, | |
{ | |
"id": "https://strollid.manducus.net/gpetz/870612b0c9e1d3ed7a80557c4ec6f366/annotation/1", | |
"type": "Annotation", | |
"body": { | |
"id": "https://strollid.manducus.net/gpetz/870612b0c9e1d3ed7a80557c4ec6f366/body/1", | |
"type": "TextualBody", | |
"value": "<p>Seite 11</p>", | |
"format": "text/html" | |
}, | |
"target": { | |
"id": "https://iiif.onb.ac.at/presentation/ABO/Z196807705/canvas/page11", | |
"type": "Image", | |
"format": "image/jpeg" | |
}, | |
"strollview": { | |
"filters": false, | |
"passepartout": false, | |
"rotation": 0, | |
"audio": false, | |
"manifest_id": "https://iiif.onb.ac.at/presentation/ABO/+Z196807705/manifest/", | |
"canvas_id": "https://iiif.onb.ac.at/presentation/ABO/Z196807705/canvas/page11", | |
"image_id": "https://iiif.onb.ac.at/presentation/ABO/Z196807705/annotation/00000011", | |
"image_srv": "https://iiif.onb.ac.at/images/ABO/Z196807705/00000011", | |
"passepartout_color": "#000000cc", | |
"passepartout_invert": false | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment