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
| { | |
| "$schema": "http://json-schema.org/schema#", | |
| "$comment": "IIIF basic types", | |
| "types": { | |
| "id": { | |
| "title":"id", | |
| "description": "Id must be present and must be a URI", | |
| "type": "string", | |
| "format": "uri", | |
| "pattern": "^http.*$" |
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
| { | |
| "$schema": "http://json-schema.org/schema#", | |
| "$comment": "IIIF basic types", | |
| "types": { | |
| "id": { | |
| "title":"id", | |
| "description": "Id must be present and must be a URI", | |
| "type": "string", | |
| "format": "uri", | |
| "pattern": "^http.*$" |
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
| { | |
| "type": "AnnotationPage", | |
| "@context": [ | |
| "http://www.w3.org/ns/anno.jsonld" | |
| ], | |
| "items": [ | |
| { | |
| "id": "b36bf8acd682a429", | |
| "type": "Annotation", | |
| "@context": [ |
This file has been truncated, but you can view the full file.
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/3/context.json", | |
| "id": "http://localhost:8080/iiif/3/frankbford/collection.json", | |
| "type": "Collection", | |
| "label": { | |
| "none": [ | |
| "Frank B. Ford: Collected Publications and Manuscripts" | |
| ] | |
| }, | |
| "metadata": [ |
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/3/context.json", | |
| "homepage": [ | |
| { | |
| "format": "text/html", | |
| "id": "https://archive.org/details/frankbford", | |
| "label": { | |
| "en": [ | |
| "Item Page on Internet Archive" | |
| ] |
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/3/context.json", | |
| "id": "http://192.168.1.64:8080/iiif/img-8664_202009/manifest.json", | |
| "items": [ | |
| { | |
| "height": 3024, | |
| "id": "https://iiif.archivelab.org/iiif/img-8664_202009/canvas", | |
| "items": [ | |
| { | |
| "id": "http://192.168.1.64:8080/iiif/img-8664_202009/annotationPage/1", |
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/3/context.json", | |
| "id": "http://localhost:8080/iiif/rashodgson68/manifest.json", | |
| "items": [ | |
| { | |
| "height": 1699, | |
| "id": "https://iiif.archivelab.org/iiif/rashodgson68$0/canvas", | |
| "items": [ | |
| { | |
| "id": "http://localhost:8080/iiif/rashodgson68/annotationPage/0", |
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/3/context.json", | |
| "id": "https://preview.iiif.io/cookbook/0326-annotating-image-layer/recipe/0326-annotating-image-layer/manifest.json", | |
| "type": "Manifest", | |
| "label": { | |
| "en": [ | |
| "Choice Example with layer specific annotation" | |
| ] | |
| }, | |
| "items": [ |
NewerOlder