Identifier

http://iiif.io/api/presentation/2.1/#id

The suggestion is the make your identifier look something like this: {scheme}://{host}/{prefix}/{identifier}/manifest

The identifier for the manifest is usually just the URL that you serve your manifest from. For the purposes of the workshop we're serving up our manifest from http://localhost:3000/manifest.json so we'll use that as the identifier.

Edit your "manifest.json" to look like this:

{
  "@context": "http://iiif.io/api/presentation/2/context.json",
  "@type": "sc:Manifest",
  "@id": "http://localhost:3000/manifest.json"
}
Last modified by Jason Ronallo 2017-09-09 22:05:28
Created by Jason Ronallo 2017-08-22 21:01:27

results matching ""

    No results matching ""