Skip to content

Instantly share code, notes, and snippets.

@IllDepence
Last active April 19, 2018 08:00
Show Gist options
  • Save IllDepence/c0a596cc2316184cb3f30d3cf7650c74 to your computer and use it in GitHub Desktop.
Save IllDepence/c0a596cc2316184cb3f30d3cf7650c74 to your computer and use it in GitHub Desktop.
{
"query": "face",
"source": "curation",
"total": 2,
"start": 0,
"limit": null,
"results": [
{
"curationUrl": "http://localhost:5000/api/fbdb1160-b0b4-4e65-8bb7-891146c871f1",
"curationLabel": "Curating list",
"curationThumbnail": "https://images.britishart.yale.edu/iiif/41630236-c42f-4ba3-991b-9172ce6bf9cb/3479,2816,128,230/!200,200/0/native.jpg",
"totalImages": 5,
"crawledAt": "2018-04-19T17:00:03.460539",
"canvasHit": null
},
{
"curationUrl": "http://localhost:5000/api/fbdb1160-b0b4-4e65-8bb7-891146c871f1",
"curationLabel": "Curating list",
"curationThumbnail": "https://images.britishart.yale.edu/iiif/41630236-c42f-4ba3-991b-9172ce6bf9cb/2098,3177,238,205/!200,200/0/native.jpg",
"totalImages": 5,
"crawledAt": "2018-04-19T17:00:04.565048",
"canvasHit": {
"canvasId": "https://manifests.britishart.yale.edu/canvas/ba-obj-1153-0008-pub",
"fragment": "xywh=2098,3177,238,205",
"curationCanvasIndex": 2
}
}
]
}
{
"@context": [
"http://iiif.io/api/presentation/2/context.json",
"http://codh.rois.ac.jp/iiif/curation/1/context.json"
],
"@type": "cr:Curation",
"@id": "http://localhost:5000/api/fbdb1160-b0b4-4e65-8bb7-891146c871f1",
"label": "Curating list",
"metadata": [
{
"label": "subject",
"value": "face"
}
],
"selections": [
{
"@id": "http://localhost:5000/api/fbdb1160-b0b4-4e65-8bb7-891146c871f1/range1",
"@type": "sc:Range",
"label": "Manual curation by IIIF Curation Viewer",
"members": [
{
"@id": "https://manifests.britishart.yale.edu/canvas/ba-obj-1153-0008-pub#xywh=3479,2816,128,230",
"@type": "sc:Canvas",
"label": "after treatment, framed, recto",
"metadata": [
{
"label": "subject",
"value": "bust"
}
]
},
{
"@id": "https://manifests.britishart.yale.edu/canvas/ba-obj-1153-0008-pub#xywh=2098,3177,238,205",
"@type": "sc:Canvas",
"label": "after treatment, framed, recto",
"metadata": [
{
"label": "subject",
"value": "face"
}
]
},
{
"@id": "https://manifests.britishart.yale.edu/canvas/ba-obj-1153-0008-pub#xywh=3238,3818,716,397",
"@type": "sc:Canvas",
"label": "after treatment, framed, recto",
"metadata": [
{
"label": "subject",
"value": "tools"
}
]
},
{
"@id": "https://manifests.britishart.yale.edu/canvas/ba-obj-1153-0008-pub#xywh=1954,2979,162,208",
"@type": "sc:Canvas",
"label": "after treatment, framed, recto",
"metadata": [
{
"label": "subject",
"value": "face"
}
]
}
],
"within": {
"@id": "https://manifests.britishart.yale.edu/manifest/1153",
"@type": "sc:Manifest",
"label": "Alfred Joseph Woolmer, 1805–1892, British, Interior of the British Institution (Old Master Exhibition, Summer 1832), 1833, Oil on canvas, Yale Center for British Art, B1981.25.694, Paintings and Sculpture"
}
},
{
"@id": "https://manifests.britishart.yale.edu/manifest/1152/range/r5",
"@type": "sc:Range",
"label": "Manual curation by IIIF Curation Viewer",
"members": [
{
"@id": "https://manifests.britishart.yale.edu/canvas/ba-obj-1152-0001-pub#xywh=446,860,1060,1058",
"@type": "sc:Canvas",
"label": "cropped to image, recto, unframed",
"metadata": [
{
"label": "subject",
"value": "horse"
}
]
}
],
"within": {
"@id": "https://manifests.britishart.yale.edu/manifest/1152",
"@type": "sc:Manifest",
"label": "Thomas Woodward, 1801–1852, British, Horses in a Thunderstorm, 1823, Oil on panel, Yale Center for British Art, B1981.25.693, Paintings and Sculpture"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment