Created
August 15, 2016 19:23
-
-
Save aeschylus/e76a7c1db415146b63034c9c9ab082a7 to your computer and use it in GitHub Desktop.
Case 4 IIIF 2.0 manfiest - multiple
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://iiif.io/api/presentation/2/context.json", | |
@id: "http://wellcomelibrary.org/iiif/b18035723/manifest", | |
@type: "sc:Manifest", | |
label: "Wunder der Vererbung", | |
metadata: [ | |
{ | |
label: "Title", | |
value: "Wunder der Vererbung" | |
}, | |
{ | |
label: "Author(s)", | |
value: "Bolle, Fritz" | |
}, | |
{ | |
label: "Publication date", | |
value: "[1951]" | |
}, | |
{ | |
label: "Attribution", | |
value: "Wellcome Library<br/>License: CC-BY-NC" | |
}, | |
{ | |
label: "", | |
value: "<a href='http://search.wellcomelibrary.org/iii/encore/record/C__Rb1803572'>View full catalogue record</a>" | |
}, | |
{ | |
label: "Full conditions of use", | |
value: "You have permission to make copies of this work under a <a target="_top" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons, Attribution, Non-commercial license</a>.<br/><br/>Non-commercial use includes private study, academic research, teaching, and other activities that are not primarily intended for, or directed towards, commercial advantage or private monetary compensation. See the <a target="_top" href="http://creativecommons.org/licenses/by-nc/4.0/legalcode">Legal Code</a> for further information.<br/><br/>Image source should be attributed as specified in the full catalogue record. If no source is given the image should be attributed to Wellcome Library." | |
} | |
], | |
license: "https://creativecommons.org/licenses/by-nc/4.0/", | |
logo: "http://wellcomelibrary.org/assets/img/squarelogo64.png", | |
related: { | |
@id: "http://wellcomelibrary.org/item/b18035723", | |
format: "text/html" | |
}, | |
seeAlso: { | |
@id: "http://wellcomelibrary.org/resource/b18035723", | |
format: "text/turtle" | |
}, | |
service: [ | |
{ | |
@context: "http://wellcomelibrary.org/ld/iiif-ext/0/context.json", | |
@id: "http://wellcomelibrary.org/iiif/b18035723-0/access-control-hints-service", | |
profile: "http://wellcomelibrary.org/ld/iiif-ext/access-control-hints", | |
accessHint: "open" | |
}, | |
{ | |
@context: "http://iiif.io/api/search/0/context.json", | |
@id: "http://wellcomelibrary.org/annoservices/search/b18035723", | |
profile: "http://iiif.io/api/search/0/search", | |
label: "Search within this manifest", | |
service: { | |
@id: "http://wellcomelibrary.org/annoservices/autocomplete/b18035723", | |
profile: "http://iiif.io/api/search/0/autocomplete", | |
label: "Get suggested words in this manifest" | |
} | |
}, | |
{ | |
@context: "http://universalviewer.io/context.json", | |
@id: "http://wellcomelibrary.org/service/trackingLabels/b18035723", | |
profile: "http://universalviewer.io/tracking-extensions-profile", | |
trackingLabel: "Format: monograph, Institution: n/a, Identifier: b18035723, Digicode: diggenetics, Collection code: n/a" | |
} | |
], | |
sequences: [], | |
structures: [ | |
{ | |
@id: "http://wellcomelibrary.org/iiif/b18035723/range/r-0", | |
@type: "sc:Range", | |
label: "Front Cover", | |
canvases: [ | |
"http://wellcomelibrary.org/iiif/b18035723/canvas/c0" | |
] | |
}, | |
{ | |
@id: "http://wellcomelibrary.org/iiif/b18035723/range/r-2", | |
@type: "sc:Range", | |
label: "Title Page", | |
canvases: [ | |
"http://wellcomelibrary.org/iiif/b18035723/canvas/c3" | |
] | |
}, | |
{ | |
@id: "http://wellcomelibrary.org/iiif/b18035723/range/r-1", | |
@type: "sc:Range", | |
label: "Back Cover", | |
canvases: [ | |
"http://wellcomelibrary.org/iiif/b18035723/canvas/c1" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment