Skip to content

Instantly share code, notes, and snippets.

@ahankinson
Created February 27, 2016 10:05
Show Gist options
  • Save ahankinson/781d32f2c950e7fe2212 to your computer and use it in GitHub Desktop.
Save ahankinson/781d32f2c950e7fe2212 to your computer and use it in GitHub Desktop.
{
@type: "sc:AnnotationList",
@context: "http://iiif.io/api/presentation/2/context.json",
@id: "https://alpha.diamm.ac.uk/sources/202/list/57047/"
resources: [{
@type: "oa:Annotation",
resource: {
chars: {
folio_end: "8",
composition: {
name: "Gaude flore virginali",
@id: "https://alpha.diamm.ac.uk/compositions/8457/"
},
composers: [{
uncertain: false,
name: "Kellyk, Hugh",
@id: "https://alpha.diamm.ac.uk/people/542/"
}],
folio_start: "4v"
},
@type: [
"dctypes:Dataset",
"cnt:ContentAsText"
],
format: "application/json",
@id: "https://alpha.diamm.ac.uk/foo/bar" // not implemented yet...
},
motivation: "sc:painting"
}],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment