Created
December 30, 2020 16:50
-
-
Save milothiesen/ea6d849776a92e3a7cc67745f76d5cbc to your computer and use it in GitHub Desktop.
met_iiif_annotation_list_test.json
This file contains hidden or 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": "met_iiif_annotation_list_test.json", | |
"@type": "sc:AnnotationList", | |
"resources": [ | |
{ | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@type": "cnt:ContentAsText", | |
"format": "text/plain", | |
"chars": "A mountain that rises in billows, like smoke" | |
}, | |
"on": "https://netx3.metmuseum.org/cantaloupe/iiif/2/696396-5JJufptwcWbmRjCciPjy60Rbd.tif#xywh=1894,120,2336,4378" | |
}, | |
{ | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@type": "cnt:ContentAsText", | |
"format": "text/plain", | |
"chars": "The ink lines and vigorous texture dots bristle with anarchic energy" | |
}, | |
"on": "https://netx3.metmuseum.org/cantaloupe/iiif/2/696396-5JJufptwcWbmRjCciPjy60Rbd.tif#xywh=2833,1325,834,540" | |
}, | |
{ | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@type": "cnt:ContentAsText", | |
"format": "text/plain", | |
"chars": "Water pours out of crevices in this agitated-looking mountain, flowing swiftly downhill" | |
}, | |
"on": "https://netx3.metmuseum.org/cantaloupe/iiif/2/696396-5JJufptwcWbmRjCciPjy60Rbd.tif#xywh=1913,503,588,2061" | |
}, | |
{ | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@type": "cnt:ContentAsText", | |
"format": "text/plain", | |
"chars": "At the base two streams embrace a rustic villa" | |
}, | |
"on": "https://netx3.metmuseum.org/cantaloupe/iiif/2/696396-5JJufptwcWbmRjCciPjy60Rbd.tif#xywh=1960,4162,1266,1960" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment